.tx-bedarfsrechner .highlight {color: #ff0000;}

form.card {padding: 1rem;}
.tx-bedarfsrechner .form-control,
.tx-bedarfsrechner table tr td{background-color: white;}

.table.hidden-calc,
.btn.hidden-calc,
.card-text.hidden-info {display:none;}

.card-title sup svg:hover {cursor: pointer;}

#add-verschnitt, #add-flaeche {width: 50%;}

.form-control {
    -moz-appearance: textfield;
    -webkit-inner-spin-button, 
    -webkit-outer-spin-button { 
      -webkit-appearance: none;
      margin: 0; 
    }
}


@media only screen and (max-width : 576px) {
	#add-verschnitt, #add-flaeche {width: 60%;}	
}