@charset "UTF-8";
/* CSS Document */
/* open-sans-regular - latin */

/* Update für normale Classes */
.xl-hide{display:none}
.bg-primary{background-color:#f00!important;}
.primary{color:#f00!important}
.white{color:#fff!important}
.block{display:block!important}
.bg-lightergrey{background-color:#f4f4f4!important}
.border {    border: 1px solid #000;}
.border-bottom{border-bottom:1px solid #000;}
.border-lightgrey{border-color:#e5e5e5!important}
.form-select:after {
    content: "\f107";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0px;
    margin: auto;
    pointer-events: none;
    font-family: "fontawesome";
    font-weight: 900;
    display: flex;
    align-items: center;
    opacity: .5;
    font-size: 22px;
    color: #1c1c1c;
}
.border-lightergrey {    border-color: #f4f4f4!important;}
.borderx5 { border-width: 5px;}

.rnd{border-radius:5px;}
.btn-small{padding:2px 10px;}
.border-primary {    border-color: #f00!important;}
.borderx2 {    border-width: 2px;}

@media (max-width: 991px) {
    .m-w100 {
        width: 100% !important;
    }
}


@media (max-width: 768px) {
    .s-order2 {
        order: 2;
    }
	
	    .s-order3 {
        order: 3;
    }
	    .s-noborder {
        border: none !important;
    }
	
	    .s-p0 {
        padding: 0px !important;
    }
	
	.s-w100 {
        width: 100% !important;
    }
	

}












/* Update Probetraining spezifische Classes */
.termin{border-radius:5px;}
.hidden-field {
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
    poitner-events: none;
}

@media (max-width: 768px) {

	
	 .s-extrafontsize .small {
        font-size: 8px !important;
    }
}
