html {

}

.form-required {
	display: none;
}

.mechanik h2{
	color:white;
}

.header-text{
	color:white;
	width:70%;
	margin-left:20%;
	margin-right:20px;
	position:relative;
	top:-120px;
	font-size: 1.2rem;
}
@media (max-width:1500px) {
	.header-text{
		top:-100px;
	}
}
@media (max-width:1500px) {
	.header-text{
		top:-90px;
	}
}
@media (max-width:930px) {
	.header-text{
		top:-40px;
		font-size:14px;
	}
}

@media (max-width:500px) {
	.header-text{
		top:-10px;
		margin-bottom:60px;
	}
}


.slider-headline{
	color:white;
	font-size:42px;
	padding-top:70px;
	display:none;
	padding-left:20px;
	padding-right: 20px;
}



@media (max-width:768px) {
	.slider-headline{
		font-size:35px;
		text-align: center;
		display:block;
	}
}
section.teaser {
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.form-confirm {
	position: absolute;
	left: -8653px;
	top: -5432px;
}

.bon-hint-list li{
	list-style-type: disc !important;
}
section .input-group-text{
	width:auto !important;
}

#modlet-container-middle{
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
}
#modlet-container-middle li{
	list-style-type:none;
}

.font-white{
	color:white;
}


.loader{
	position: fixed;
	z-index: 5000;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.95);
	padding-top: 170px;
    color:#fff;
    font-size:24px;
    display: none;
}

.loader-image{
	max-width: 40%;
	margin: auto;
	margin-bottom:30px;
}
@media (max-width:768px) {
	.loader-image{
		max-width: 80%;
	}
	.products{
		font-size:0.8rem;
	}
}

a{
	cursor: pointer;
}

.spacer{
	margin-top:20px;
}

.sweet-alert{
	background-color:#0075BF;
	color:white;
}

.sweet-alert p, .sweet-alert h2{
	color:#fff
}

.error-messages{
	text-align: left;
}
.error {
	border:2px solid #E25548 !important;
}
button.confirm{
	background: white;
	color:#0075BF;
}

#tnbModal .modal-dialog, #faqModal .modal-dialog{
	width:1000px;
	max-width:96%;
}

.modal-content{
	border:0px;
    background-color:#0075BF;
	color:white;
	padding:20px;
	font-weight: 400;
    font-style: normal;
    font-size:14px;
	line-height:1.4;

}
.modal-header{
	border-bottom:2px solid white;
}

.modal-content p, .modal-content ul, .modal-content ol{
	color:#fff;
	text-align:left;
}
#tnbModal h5{
	text-align: left !important;
	color: #fff;
	padding:0px !important;
}

.btn-close{
	background-color: white;
}

.close{
	color:black;
	font-size:40px;
	opacity: .7;
    position: absolute;
    right: 15px;
    top: 0px;
}

.close:hover, .close:focus{
	color:#fff;
	opacity: .8;
}

.modal-body ul{
	margin-left:25px;
}

#modlet-container-middle{
	margin-bottom: 0px;
	padding-left: 0px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
	position:relative;
	top:3px;
}

.ui-datepicker th, .ui-state-default{
	font-size:12px !important;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left;
}
.modal-body h5{
	text-align: left;
	padding:5px 0px 2px 0px;
}

.ot-sdk-show-settings{
	position:fixed;
	z-index:1000;
	bottom:0px;
}