html {overflow-y:scroll;}
textarea {resize:vertical;}

a, button, input {outline:0;}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

::-webkit-input-placeholder { color:#171717; }
::-moz-placeholder { color:#171717; } /* firefox 19+ */
:-ms-input-placeholder { color:#171717; } /* ie */
input:-moz-placeholder { color:#171717; }

.clear {clear:both;}
.right {text-align:right;}
.error {color:red;}
/*.success {color:green;}*/
.logo-as-font {
	font-family:'FuturaBT', Arial, sans-serif;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}

a.button,
button.button {
	background:#000;
	border-radius:0;
	color:#FFF;
	
	font-size:14px;
	font-weight:600;
	text-align:center;
	
	padding:8px 28px;
	border:2px solid #000;
	
	transition:background 0.2s ease 0s;
}
a.button:hover {
	color:#FFF;
}
a.button:hover, 
button.button:hover{
	background:#d40f14;
	/*color:#000;*/
}

.error,
.success {
	background-color: #EEE;
	border: 1px solid #DDDAD6;
	box-sizing: border-box;
	display: block;
	padding: 15px;
	width: 100%;
	margin: 18px 0px;
}
.error {color:#FF0000;}
.success {color:#006666;}

.standort-icon {
	display:block;
	position:relative;
	padding-left:30px;
}
.standort-icon::before {
	content: " ";
	width: 20px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	position: absolute;
	top: -3px;
	left: 0px;
	
	background-image: url("../img/icons/marker.png");
}

@media only screen and (max-width : 480px) {
	.standort-icon {
		padding-top:10px;
	}
	.standort-icon::before {
		top:5px;
	}
}

html {
	/*font-family:'FuturaBT', Arial, sans-serif;*/
	font-family:Arial, sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.3;
	color:#171717;
}
a {
	color:#989898;
	text-decoration:none;
	
	transition:color 0.3s ease 0s;
}
a:hover {
	color:#171717;
}
p,ul,ol,table {
	margin:0 0 15px;
}
ol > li {
	margin-bottom:15px;
}
table td {
	padding-bottom:5px;
}
img { -ms-interpolation-mode: bicubic; }


h1 {
	font-family:'FuturaBT', Arial, sans-serif;
	font-size:17px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 26px 0;
}

h2 {
	font-family:'FuturaBT', Arial, sans-serif;
	font-size:17px;
	font-weight:600;
	margin:0 0 5px 0;
}

h3 {
	font-family:'FuturaBT', Arial, sans-serif;
	font-size:20px;
	font-weight:400;
	margin:0 0 10px;
}




.top {
	color:#FFF;
	background-color:#000;
	
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:5000;
	
	box-shadow:0 5px 4px rgba(0,0,0,0.4);
}
.top a {
	color:#FFF;
}
.top .top-center {
	max-width:1140px;
	box-sizing:border-box;
	padding:0 20px;
	margin:-6px auto 0;
	
	position:relative;
}

.top .form-terminanfrage,
.top .form-probefahrt {	
	padding:25px 0;

	transition:all 0.3s ease 0s;
	
	display:none;
	visibility:hidden;
}
.top .form-terminanfrage.on,
.top .form-probefahrt.on {
	display:block;
	visibility:visible;
}

.top a.phone,
.top a.terminanfrage,
.top a.autosuche,
.top a.top-probefahrt {
	font-size:14px;
	line-height:26px;
	font-weight:700;
	color:#000;
	padding:5px 10px 5px 40px;
	position:absolute;
	top: 5px;
}

@media only screen and (max-width: 767px) {
	.top a.phone,
	.top a.terminanfrage,
	.top a.autosuche,
	.top a.top-probefahrt {
		display: none;
	}
}

.top a.phone:before,
.top a.terminanfrage:before,
.top a.autosuche:before,
.top a.top-probefahrt:before {
	background-repeat: no-repeat;
	background-size: 20px auto;
    content: " ";
    height: 20px;
    left: 10px;
    position: absolute;
    width: 20px;
}
.top a.phone {
	right: 282px;
	background-color:#000;
	color: #fff;
}
.top a.phone:before {
	background-image: url("/img/icons/phone.svg");
	background-size: 16px auto;
	top: 10px;
}

.top a.autosuche {
	right:150px;
	background-color:#d40f14;
}
.top a.autosuche:before {
	background-image: url("/img/icons/probefahrt.png");
	top: 8px;
}

.top a.terminanfrage {
	right:150px;
	background-color:#d40f14;
}
.top a.terminanfrage:before {
	background-image: url("../img/icons/clock.svg");
	top: 8px;
}

.top a.top-probefahrt {
	right:20px;
	background-color:#cac9c5;
}
.top a.top-probefahrt:before {
	background-image: url("../img/icons/probefahrt.png");
	top: 10px;
}
.top a.terminanfrage.out,
.top a.phone.out,
.top a.autosuche.out,
.top a.top-probefahrt.out {
	opacity:0.7;
}

.top ul {
	list-style:none;
	padding:0;
	margin:0;
}
.top ul li {
	float:left;
	width:32%;
	padding-left:2%;
	
	position:relative;
}
.top ul li:first-child {
	padding-left:0;
}

.top ul li input,
.top ul li textarea,
.top ul li select {
	color:#171717;
	
	width:100%;
	height:34px;
	border-radius:0;
	border:0;
	box-sizing:border-box;
	padding:2px 10px 2px 20px;
	margin-bottom:8px;
}
.top ul li input[type=date] {
	-webkit-appearance:none;
}
.top ul li textarea {
	min-height:160px;
	max-height:160px;
	
	padding:7px 10px 5px 20px;
}
/*.top .form-probefahrt ul li textarea {
	min-height:118px;
	max-height:118px;
}*/
.top ul li button.button {
	position:absolute;
	bottom:8px;
	right:0;
	
	padding:5px 10px;
	border:0;
	color:#171717;
	background-color:#d40f14;
}

@media only screen and (max-width : 650px) {
	.top ul li {
		float:none;
		width:100%;
		padding-left:0;
	}
}



.wrapper {
	max-width:1140px;
	padding:0 20px;
	margin:0 auto;
	box-sizing:border-box;
}

html {
	min-height:100%;
	padding-bottom:210px;
	position:relative;
	
	box-sizing:border-box;
}
footer.main {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}


#cookie.show {
    display: block;
}

#cookie {
    background-color: #242424;
    color: #fff;
    display: none;
    transition: background-color 0.5s ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500000;
    padding: 16px 0;
    text-align: center;
}

.wrapper-cookie {
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#cookie a {
	color: #fff;
	text-decoration: underline;
}

#cookie a:hover {
	text-decoration: none;
}

#cookie .dics_agreed {
    padding: 0 9.5px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    font-weight: bold;
    text-transform: none;
    margin-left: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#cookie .dics_agreed:hover {
    color: #fff;
    background-color: #d40f14;
    border: 1px solid #d40f14;
}

.checkboxForm td .input-checkbox {
	margin-right: 10px;
	margin-top: 3px;
	height: auto;
	padding: 0;
}

.checkboxForm td {
	text-align: left !important;
	vertical-align: top;
}