label.btrgrechn {
	margin-left: 20px;
	font-size: 16px;
	color: #4A4A4A;
}

#beitragsrechner > select { 
	border: 1px solid #EFEFEF;
}


#mobileRechnung .step1A-seperator {height:25px;}

#mobileRechnung .inactiv, #beitragsrechner .inactiv p, #beitragsrechner .inactiv label.monate {opacity: 0.4;}

#mobileRechnungr .fee-regular, #mobileRechnung .fee-discount, #mobileRechnung .fee-old-regular {
font-size:17px;
color:#891577;}
#mobileRechnung .fee-old-regular {color:#999999 ;text-decoration:line-through;}

#mobileRechnung .fee-seperator {height:15px;}

#mobileRechnung  .fee-discount,
#beitragsrechner  .fee-discount {
	color: #222222;
	font-weight: 700;
}
#callMobileModal { display: none; }


@media (max-width: 767px) {

#beitragsrechner label.monate,
#resetall { display: none; }
#br_colright { display: none !important;}

#callMobileModal {
	display: block;
	position: fixed;
	bottom: 30px;
	left: 30px;
}
}