
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Playfair+Display|Righteous');

html, body{
	margin: 0;
	padding: 0;
	background-color: #F3F3F3;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

*{
	box-sizing: border-box;
}

form button{
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	background-color: #FF9102;
	display:flex;
	align-items: center;
	justify-content: center;
}

form button svg{
	color: #fff;
}

a{
	color: rgb(0, 0, 0) !important;
	text-decoration: none !important;
}

nav {
	padding: 10px 100px 10px 100px;
	background-color: #233451;
  }
  
  nav .phone {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  nav .phone svg {
	color: white;
	width: 25px;
	height: 25px;
	padding-right: 5px;
  }
  
  nav .email {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  nav .email svg {
	color: white;
	width: 25px;
	height: 25px;
	padding-right: 5px;
  }
  
  nav .navbar-brand {
	padding-top: 0px !important;
	font-weight: normal;
	font-family: arial, sans-serif;
	color: white;
	font-size: 24px;
	padding-bottom: 0px;
  }
  
  nav .navbar-brand span {
	color: #FF9102;
  }
  
  nav .pr5 {
	padding-right: 10px;
  }
  
  nav .Location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: white;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  nav .Location .text1 {
	font-size: 24px;
	margin: 0;
  }
  
  nav .Highlite1 {
	background-color: #FF9102 !important;
	width: auto-50px;
	height: auto;
	border-radius: 20px;
	padding: 2px 10px 2px 7px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	vertical-align: middle;
	-webkit-filter: drop-shadow(5px 5px 2px #223a44);
			filter: drop-shadow(5px 5px 2px #223a44);
  }
  
  nav .Highlite2 {
	background-color: #FF9102 !important;
	width: auto-50px;
	height: auto;
	border-radius: 20px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	vertical-align: middle;
	-webkit-filter: drop-shadow(5px 5px 2px #223a44);
			filter: drop-shadow(5px 5px 2px #223a44);
  }
  
  nav .navbar-brand:hover {
	color: white !important;
  }
  
  nav a {
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	color: white !important;
  }
  
  nav a:hover {
	color: gray !important;
  }
  
  nav .nav-link {
	border-radius: 25px !important;
  }
  
  nav .active {
	background-color: #FF9102 !important;
	width: auto-50px;
	height: auto;
	border-radius: 20px;
  }
  
  nav .spacer {
	padding-right: 20px;
  }
  
  .verlassen {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
	z-index: 1024;
  }
  
  .popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.75);
  }
  
  .popup_inner {
	border-radius: 50px;
	max-width: 700px;
	width: 80%;
	padding: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 5px solid #467F98;
	border-radius: 3px;
	background: #FF9102;
	color: white;
	font-weight: bold;
  }
  
  .popup_inner h2 {
	margin-top: 0;
  }
  
  .popup_close {
	cursor: pointer;
	width: 34px;
	height: 34px;
	padding-top: 4px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transition: ease 0.25s all;
	transition: ease 0.25s all;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-radius: 1000px;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	background-color: #467F98;
	background-image: url(/static/img/close.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	color: #467F98;
	border: 3px solid #467F98;
  }
  
  .popup_close:hover {
	-webkit-transform: translate(50%, -50%) rotate(180deg);
	transform: translate(50%, -50%) rotate(180deg);
	text-decoration: none;
  }
  
  .popup_close:hover {
	-webkit-transform: translate(50%, -50%) rotate(180deg);
	transform: translate(50%, -50%) rotate(180deg);
	text-decoration: none;
  }
  
  .popup-angebot {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 17px;
	margin-top: 40px;
	padding: 20px;
	background-color: #FF9102;
	color: #fff;
	border: 3px solid #FF9102;
  }
  
  .hero {
	background-image: url("static/img/pexels-mike-215528.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-filter: drop-shadow(2px 2px 5px #323d42);
	filter: drop-shadow(2px 2px 5px #323d42);
  }
  
  .hero .hero-padding {
	padding: 70px 100px 50px 100px;
  }
  
  .hero .top-hero {
	padding-left: 80px;
  }
  
  .hero .Sign h1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: bold;
	font-size: 50px;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	-webkit-transform: rotate(-10deg);
			transform: rotate(-10deg);
	color: white !important;
  }
  
  .hero .textbox1 {
	padding-top: 55px;
  }
  
  .hero .textbox2 {
	padding-top: 5px;
  }
  
  .hero .lowerText {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	color: white !important;
  }
  
  .hero .Highlite1 {
	background-color: #FF9102 !important;
	width: auto;
	height: auto;
	border-radius: 20px;
	padding: 2px 10px 2px 7px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	vertical-align: middle;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	-webkit-filter: drop-shadow(10px 10px 4px #5f5f5f);
			filter: drop-shadow(10px 10px 4px #5f5f5f);
  }
  
  .hero .Highlite2 {
	background-color: rgba(0, 0, 0, 0.3);
	width: auto;
	height: auto;
	padding: 2px 10px 2px 7px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	vertical-align: middle;
  }
  
  .hero .main-hero {
	padding: 50px 0px 0px 0px;
  }
  
  .hero .main-hero .col-lg-4 {
	max-width: 450px;
  }
  
  .hero .main-hero .sheet {
	min-width: 390px !important;
	background-color: white;
	margin: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	border-radius: 20px;
	text-align: center;
	padding: 5px 5px 20px 5px;
  }
  
  .hero .main-hero .sheet .row {
	min-width: 390px !important;
  }
  
  .hero .main-hero .sheet .Text {
	padding: 15px 0px 10px 0px;
  }
  
  .hero .main-hero .sheet .Text h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
			flex-direction: row !important;
  }
  
  .hero .main-hero .sheet h1 {
	color: black;
	font-size: 30px;
	padding: 10px 0px 10px 0px;
  }
  
  .hero .main-hero .sheet .Picture {
	padding: 0px 0px 20px 0px;
  }
  
  .hero .main-hero .sheet .Picture img {
	border-radius: 20px;
  }
  
  .hero .main-hero .sheet .quote {
	padding: 0px 0px 20px 0px;
  }
  
  .hero .main-hero .sheet .Contact {
	color: #FF9102;
  }
  
  .hero .main-hero .sheet .Contact h3 {
	font-size: 45px;
	font-weight: bold;
  }
  
  .hero .main-hero .sheet .Highliteblue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	background-color: #2a4f5f !important;
	height: auto;
	padding: 2px 10px 2px 7px;
	justify-content: center;
	vertical-align: middle;
  }
  
  .hero .main-hero .sheet .phone-number {
	padding: 20px 0px 15px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .hero .main-hero .sheet .phone-number h4 {
	color: white;
	margin: 0 !important;
	font-size: 30px;
	padding-bottom: 3px;
  }
  
  .hero .main-hero .sheet .phone-number svg {
	padding-top: 2px;
	color: white;
	width: 34px;
	height: 34px;
	padding-right: 5px;
  }
  
  .hero .main-hero .sheet .Formular {
	padding: 30px 0px 0px 0px;
  }
  
  .hero .main-hero .sheet .Formular .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .hero .main-hero .sheet .Formular .contact .field {
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
  
  .hero .main-hero .sheet .Formular .contact .field small {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
			justify-content: start !important;
	font-weight: normal;
	color: #333;
	border: none;
	text-decoration: none;
	font-size: 0.8rem;
	padding-left: 0.93333em;
	-webkit-filter: drop-shadow(2px 2px 1px #a0a0a0);
			filter: drop-shadow(2px 2px 1px #a0a0a0);
  }
  
  .hero .main-hero .sheet .Formular .contact input {
	-webkit-filter: drop-shadow(5px 5px 2px #a0a0a0);
			filter: drop-shadow(5px 5px 2px #a0a0a0);
	width: 300px;
	height: 50px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #FF9102;
	padding-left: 5px;
  }
  
  .hero .main-hero .sheet .Formular .car {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	padding: 20px 0px 20px 0px;
  }
  
  .hero .main-hero .sheet .Formular .car .field {
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
  
  .hero .main-hero .sheet .Formular .car .field small {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
			justify-content: start !important;
	font-weight: normal;
	color: #333;
	border: none;
	text-decoration: none;
	font-size: 0.8rem;
	padding-left: 0.93333em;
	-webkit-filter: drop-shadow(2px 2px 1px #a0a0a0);
			filter: drop-shadow(2px 2px 1px #a0a0a0);
  }
  
  .hero .main-hero .sheet .Formular .car input {
	-webkit-filter: drop-shadow(5px 5px 2px #a0a0a0);
			filter: drop-shadow(5px 5px 2px #a0a0a0);
	width: 300px;
	height: 50px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #FF9102;
	padding-left: 5px;
  }
  
  .hero .main-hero .sheet .Formular a {
	color: blue !important;
  }
  
  .hero .main-hero .sheet .Formular .absenden {
	padding: 20px 0px 20px 0px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	-webkit-filter: drop-shadow(5px 5px 2px #a0a0a0);
			filter: drop-shadow(5px 5px 2px #a0a0a0);
  }
  
  .hero .main-hero .sheet .Formular .absenden input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	border: #FF9102;
  }
  
  .hero .main-hero .sheet .Formular .absenden .btn-primary {
	background-color: #FF9102;
	width: auto;
	height: auto;
	padding: 5px 15px 5px 15px;
  }
  
  .hero .main-hero .sheet .Formular .absenden .btn-primary:hover {
	background-color: #e48202 !important;
  }
  
  .hero .main-hero .sheet .decoration .row {
	padding: 38px 7px 15px 7px;
  }
  
  .hero .main-hero .sheet .decoration .row .orange1 {
	background-color: #FF9102;
  }
  
  .hero .main-hero .sheet .decoration .row .orange2 {
	background-color: #f38a00;
  }
  
  .hero .main-hero .sheet .decoration .row .orange3 {
	background-color: #e98400;
  }
  
  .hero .main-hero .sheet .decoration .row .col {
	height: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .hero .main-hero .sheet .decoration .row .col .num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .hero .main-hero .sheet .decoration .row .col .num h2 {
	background-color: #467F98 !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: white;
  }
  
  .hero .main-hero .sheet .decoration .row .col .text {
	color: white;
  }


.impressum_wrapper a, footer a, header a{
	color: #000;
}

.meldung{
	width: 100%;
	z-index: 9999;
	padding: 20px;
	z-index: 10000;
	position: fixed;
	text-align: center;
	display: none;
	color: #fff;
	background-color: #383838;
	border-bottom: 3px solid #fff;
}

.meldung.success, .meldung.error{
	display: block;
}

.verlassen{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
}

.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	z-index: 9999;
	background:rgba(0,0,0,0.75);
}

.popup_inner {
	max-width:700px;
	width:80%;
	padding:40px;
	position:absolute;
	text-align: center;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	border: 5px solid #fff;
	border-radius: 3px;
	background: #a20000;
	color: #fff;
}

.popup_inner h2{
	margin-top: 0;
}

.popup_close {
	cursor: pointer;
	width:34px;
	height:34px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	font-size:20px;
	text-align:center;
	line-height:100%;
	background-color: #a20000;
    background-image: url(images/close.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
	color:#fff;
	border: 3px solid #fff;
}

.popup_close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	text-decoration:none;
}

.popup-angebot{
	transition: all ease .5s;
	font-size: 17px;
	margin-top: 40px;
	padding: 20px;
	background-color: #FF9102;
	color: #fff;
	border: 3px solid #FF9102;
}

.popup_angebot:hover{
	cursor: pointer;
	background-color: #0084BC;
}

header{
	background-color: #F6F6F6;
	position: relative;
	padding: 10px;
	display: flex;
	align-items: center;
	min-height: 130px;
}

header .logo{
	padding: 20px;
	width: 400px;
}

header .title{
	display: inline-block;
	line-height: 1em;
	text-align: center;
	font-family: 'Righteous', cursive;
	font-weight: normal;
	font-size: 40px;
	margin: 0;
	padding: 30px;
	color: #000;
	max-width: calc(100% - 250px);
	max-width: -webkit-calc(100% - 250px);
	max-width: -moz-calc(100% - 250px);
}

header .title span:nth-of-type(2n){
	border-top: 8px solid #595959;
}

header .title span:nth-of-type(2n+1){
	border-bottom: 8px solid #A30404;
}

header .title span:nth-of-type(5){
	border: none;
	font-size: 17px;
}

header .wrapper_telefon{
	position: fixed;
	z-index: 9999;
	top: 0;
	padding-top: 20px;
	right: 0px;

}

header .wrapper_telefon .icon{
	position: absolute;
	z-index: 1001;
	width: 50px;
	height: 42px;
	background-color: #fff;
	border: 5px solid #A30404;
	height: calc(100% - 20px);
}

header .wrapper_telefon .icon img{
	width: 80%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

header .wrapper_telefon div{
	float: left;
}

header .wrapper_telefon .numb{
	position: relative;
	float: none;
	z-index: 1000;
	padding: 10px 30px 10px 60px;
	background-color: #A20000;
	color: #fff;
	text-align: center;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
}

header .wrapper_telefon .numb p{
	margin-top: 0;
	font-weight: bold;
}

header .wrapper_telefon .numb a{
	color: #F2F2F2;
}

header .wrapper_telefon .numb .anrufen{
	display: none;
}

header .wrapper_telefon .icon.icon_form{
	margin: 0;
}

header a{
	text-decoration: none;
	width: 100%;
}

section{
	overflow: hidden;
	padding: 40px 0;
}

section.wrapper_front, section.wrapper_auswertung{
	overflow: hidden;
	padding: 40px 0;
	min-height: calc(100vh - 120px);
	min-height: -webkit-calc(100vh - 120px);
	min-height: -moz-calc(100vh - 120px);
	background-image: url(images/tacho.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	box-sizing: border-box;
}

section.wrapper_auswertung{
	overflow: hidden;
	padding: 40px 0;
	min-height: calc(100vh - 120px);
	min-height: -webkit-calc(100vh - 120px);
	min-height: -moz-calc(100vh - 120px);
	background-image: url(images/engine3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	box-sizing: border-box;
}

.formular_wrapper form{
	width: 100%;
	overflow: hidden;
	max-width: 1100px;
	padding: 0 100px;
	text-align: left;
}

.formular_wrapper .form_abschnitt{
	float: left;
	margin: 0 10px;
	width: calc(50% - 20px);
}

.formular_wrapper.auswertung{
	height: inherit;
}

.formular_wrapper select, .formular_wrapper input, .formular_wrapper textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

.formular_wrapper .select_wrap:before{
	content: "";
	background-image: url("icons/down-arrow.svg");
	background-size: 13px 13px;
	display: inline-block;
	position: absolute;
	right: 14px;
	height: 13px;
	width: 13px;
	z-index: 1;
	top: 13px;
	pointer-events: none;
}

.formular_wrapper .select_wrap{
	width: 100%;
	margin: 15px 0;
	position: relative;
	display: inline-block;
}

.formular_wrapper h2{
	text-align: left;
	text-shadow: 2px 2px 6px #000;
	color: #fff;
	font-size: 30px;
	margin-left: 110px;
}

.formular_wrapper h3{
	text-align: center;
	color: #fff;
	background-color: #eee;
	padding: 15px 0;
	margin: 0;
	background-color: #a20000;
}

.formular_wrapper select, .formular_wrapper input, .formular_wrapper textarea{
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	display: inline-block;
	padding: 15px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	border: 2px solid #A30404;
	font-size: 16px;
}

.formular_wrapper .form_abschnitt.hidden{
	display: none;
}

#ajax-contact-prev{
	visibility: hidden;
	position: absolute;
}

.formular_wrapper .form_abschnitt.datenschutz{
	cursor: pointer;
	width: calc(100% - 20px);
	color: #fff;
	display: inline-flex;
	padding: 10px 0 0 2px;
}

.formular_wrapper .form_abschnitt.datenschutz label{
	cursor: pointer;
	text-shadow: 1px 1px 6px #000;
}

.formular_wrapper .form_abschnitt.datenschutz .custom_check{
	height: 20px;
	width: 20px;
	margin-right: 10px;
	background-color: #fff;
	border: 3px solid #fff;
}

.formular_wrapper .form_abschnitt.datenschutz:hover .custom_check{
	background-color: #bb7474;
	cursor: pointer;
}

.formular_wrapper .form_abschnitt.datenschutz input[type="checkbox"]{
	background-color: inherit;
	padding: 0;
	opacity: 0;
	width: 0;
	position: absolute;
}

.formular_wrapper .form_abschnitt.datenschutz input[type="checkbox"]:checked + .custom_check{
	background-color: #A30404;
}

.formular_wrapper textarea{
	max-width: 630px;
	margin: 15px 0;
}

.formular_wrapper input{
	margin: 15px 0px;
}

.formular_wrapper input.senden{
	cursor: pointer;
	float: right;
	transition: all ease .5s;
	margin-top: 40px;
	margin-right: 10px;
	width: calc(50% - 20px);
	background-color: #A30404;
	color: #fff;
	font-weight: bold;
	border: 4px solid #fff; 
}

.formular_wrapper input.senden:hover, .nach_oben:hover{
	background-color: #770101
}

section.wrapper_aufklappen .aufklappen_wrap{
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0 auto;
}

section.wrapper_aufklappen .aufklappen_wrap .einzeln{
	margin-bottom: 10px;
}

section.wrapper_aufklappen .aufklappen_wrap .titel_wrap{
	cursor: pointer;
	text-align: center;
	border-bottom: 4px solid #A30404;
	border-left: 20px solid #A30404;
	width: 100%;
	padding: 20px 0;
	position: relative;
}

section.wrapper_aufklappen .aufklappen_wrap .titel_wrap h3{
	position: relative;
	margin: 0;
}


section.wrapper_aufklappen .aufklappen_wrap .titel_wrap h3:after{
	content: '';
	position: absolute;
	background-image: url(images/arrowred.svg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 70%;
	top: 15%;
	width: 100%;
	right: 0;
	background-size: contain;
}

section.wrapper_aufklappen .aufklappen_wrap .beschreibung_wrap{
	display: none;
	padding: 20px;
}

section.wrapper_beschreibung{
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0 auto;
}

section.wrapper_beschreibung h4{
	text-align: center;
	font-size: 24px;
	font-style: italic;
	color: #000;
	margin-top: 0;
}

section.wrapper_beschreibung .reihe{
	width: 33.333%;
	float: left;
	color: #000;
}

section.wrapper_beschreibung .reihe ul{
	margin: 0;
}

section.wrapper_beschreibung .reihe ul li{
	list-style: none;
	position: relative;
	padding-left: 10px;
}

section.wrapper_beschreibung .reihe ul li:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	margin-top: 5px;
	left: -10px;
	background-color: #A30404;
	display: inline-block;
	margin-right: 10px;
}

section.wrapper_wastun{
	display: flex;
	padding-bottom: 80px;
}

section.wrapper_wastun svg{
	transition: all 1s ease;
	opacity: 0;
	transform: translateX(-40px);
	width: 10%;
	float: left;
}

section.wrapper_wastun.show svg{
	opacity: 1;
	transform: translateX(0);
}

section.wrapper_wastun .icon_wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1100px;
	margin-left: 80px;
}

section.wrapper_wastun .icon_wrap .icon{
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

section.wrapper_wastun .icon_wrap .icon.money{
	transition: opacity 0.2s;
	background-image: url(images/moneyred.svg);
	transition-delay: 1s;
	opacity: 0;
	transform-origin: top;
}


section.wrapper_wastun .icon_wrap .icon.car{
	transition: all 1.5s cubic-bezier(0.52, 1.00, 0.87, 1.00);
	transition-delay: 1s;
	transform: translateX(-150%);
	background-image: url(images/engine-problems.svg);
}

section.wrapper_wastun.show .icon_wrap .icon.car{
	transform: translateX(0);
}

section.wrapper_wastun.show .icon_wrap .icon.money{
	animation: shake 1.5s forwards 2s;
}

@-webkit-keyframes shake {
	0% { 
		transform: rotate(15deg);
	}
	18% { 
		opacity: 1;
		transform: rotate(-13deg);
	}
	36% { 
		opacity: 1;
		transform: rotate(11deg);
	}
	54% { 
		opacity: 1;
		transform: rotate(-9deg);
	}
	72% { 
		opacity: 1;
		transform: rotate(7deg);
	}
	84% { 
		opacity: 1;
		transform: rotate(-5deg);
	}
	100% { 
		opacity: 1;
		transform: rotate(0deg);
	}
}

section.wrapper_wastun .icon_wrap div{
	float: left;
	font-size: 35px;
	font-style: italic;
	padding: 50px;
}

section.wrapper_vorteile{
	background: url(images/rechteck.svg);
	background-color: #a30404;
}

section.wrapper_vorteile .vorteile_wrap{
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr
}

section.wrapper_vorteile .vorteile_wrap .vorteil{
	transition: all 1s ease-out;
	opacity: 0;
	transform: translateY(-40px);
}

section.wrapper_vorteile .vorteile_wrap .vorteil.show{
	opacity: 1;
	transform: translateY(0);
}

section.wrapper_vorteile .vorteile_wrap .vorteil:nth-of-type(2){
	transition-delay: 0.3s;
}

section.wrapper_vorteile .vorteile_wrap .vorteil:nth-of-type(3){
	transition-delay: 0.6s;
}

section.wrapper_vorteile .vorteile_wrap .vorteil:nth-of-type(4){
	transition-delay: 0.9s;
}

section.wrapper_vorteile .vorteile_wrap .vorteil:nth-of-type(5){
	transition-delay: 1.2s;
}

section.wrapper_vorteile .vorteile_wrap .vorteil:nth-of-type(6){
	transition-delay: 1.5s;
}

section.wrapper_vorteile .vorteile_wrap .vorteil .icon{
	margin-top: 0;
	font-style: italic;
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	animation: top 1.5s forwards 2s;
}

section.wrapper_vorteile .vorteile_wrap .vorteil .icon.auto{
	background-image: url(images/car.svg);
}

section.wrapper_vorteile .vorteile_wrap .vorteil .icon.deutschland{
	background-image: url(images/germany.svg);
}

section.wrapper_vorteile .vorteile_wrap .vorteil .icon.sicherheit{
	background-image: url(images/safe.svg);
}

section.wrapper_vorteile .vorteile_wrap .vorteil .icon.zahlung{
	background-image: url(images/money.svg);
}

section.wrapper_vorteile .vorteile_wrap .vorteil .icon.schnelligkeit{
	background-image: url(images/clock.svg);
}

section.wrapper_vorteile .vorteile_wrap .ueber{
	color: #fff;
	margin: 20px;
	padding: 0;
}

section.wrapper_vorteile .vorteile_wrap .ueber h3{
	margin-top: 0;
}

section.wrapper_vorteile .vorteile_wrap .vorteil{
	background-color: #fff;
	margin: 20px;
	padding: 20px;
}

section.wrapper_bewertungen .bewertungen_wrap{
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0 auto;
}

section.wrapper_bewertungen .bewertungen_wrap .testimonial{
	transition: all 1s;
	padding: 20px 20px 10px;
	background-color: #A30404;
	color: #fff;
	border: 6px solid #910707;
	margin: 20px;
}

section.wrapper_bewertungen .bewertungen_wrap .center .testimonial{
	transform: scale(1.1);
}

section.wrapper_bewertungen .bewertungen_wrap .testimonial .title{
	padding-top: 10px;
	border-top: 3px solid #fff;
}

section.wrapper_bewertungen .bewertungen_wrap .testimonial .title span{
	font-size: 15px;
}

section.wrapper_bewertungen .bewertungen_wrap .testimonial .description{
	font-style: italic;
}

section.wrapper_scrolltop{
	background-image: url(images/handschlag.jpg);
	padding-bottom: 20%;
	background-position: top;
	background-size: cover;
	position: relative;
}

section.wrapper_scrolltop .button_top{
	cursor: pointer;
	background-color: #A30404;
	color: #fff;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	border: 5px solid;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
}

section.wrapper_scrolltop .button_top:hover{
	background-color: #770101;
}

footer{
	padding: 20px;
	text-align: center;
}

footer span{
	color: #000;
	margin: 0 10px;
}

select:hover{
	cursor: pointer;
}

select:disabled:hover,
select[disabled]:hover{
	cursor: not-allowed;
}

input:disabled:hover,
input[disabled]:hover{
	cursor: not-allowed;
}

textarea:disabled:hover,
textarea[disabled]:hover{
	cursor: not-allowed;
}

@media only screen and (max-width: 900px) {
	
	.formular_wrapper h2{
		margin-left: 10px;
	}

	.formular_wrapper form{
		padding: 0;
	}

	header .title{
		font-size: 25px;
		padding: 20px;
		line-height: 1.2em;
	}

	header .title span:nth-of-type(5){
		font-size: 14px;
	}

	.formular_wrapper input.senden{
		width: calc(100% - 20px);
		margin-left: 10px; 
	}

	section.wrapper_wastun .icon_wrap{
		margin-left: 40px;
	}

	section.wrapper_wastun .icon_wrap div{
		font-size: 25px;
	}

}

@media only screen and (max-width: 680px) {

	header{
		min-height: 110px;
	}

	section{
		padding: 20px 0;
	}

	section.wrapper_front, section.wrapper_auswertung{
		padding: 20px 0;
	}

	section.wrapper_wastun{
		padding-bottom: 20px;
	}

	header .logo{
		width: 280px;
		display: block;
		padding: 10px;
		margin: 0 auto;
	}

	header .wrapper_telefon{
		z-index: 1001;
		position: fixed;
		bottom: 0;
		top: auto;
		width: 100%;
		height: 61px;
		padding-top: 0;
		background-color: #707070;
	}

	header .wrapper_telefon .numb{
		width: 100%;
		float: left;
		text-align: center;
		padding: 0;
		border-radius: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}

	header .wrapper_telefon .numb .anrufen{
		display: block;
	}

	header .wrapper_telefon .numb .zahl{
	}

	header .wrapper_telefon .icon{
		height: 100%;
	}

	header .wrapper_telefon .icon.icon_form{
		border-radius: 50% 0 0 50%;
		margin-top: -15px;
		right: 0;
	}

	section.wrapper_wastun svg{
		display: none;
	}

	header .wrapper_telefon .bt_formular{
		margin: 0;
		border-radius: 0;
		text-align: center;
		height: 100%;
		right: 0;
		width: 50%;
		padding: 0;
	}

	header .wrapper_telefon .bt_formular img{
		width: 26px;
		margin: 12px;
		height: 26px;
		background-color: #959595;
	}

	header .wrapper_telefon .bt_formular span{
		display: block;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	header nav{
		display: none;
	}

	header .title{
		width: 100%;
		font-size: 6.5vw;
		padding: 0px;
		text-align: center;
		max-width: inherit;
	}

	.formular_wrapper .form_abschnitt{
		width: calc(100% - 20px);
	}

	section.wrapper_beschreibung .reihe{
		width: 100%;
	}

	section.wrapper_vorteile .vorteile_wrap{
		grid-template-columns: 1fr;
	}

	section.wrapper_wastun .icon_wrap{
		margin-left: 10px;
	}

	section.wrapper_wastun .icon_wrap div{
		font-size: 20px;
		padding: 20px;
	}

	section.wrapper_beschreibung h2, section.wrapper_bewertungen h2{
		font-size: 20px;
	}

	section.wrapper_scrolltop{
		padding-bottom: 65%;
	}

	.formular input, .formular select, .formular textarea{
		width: 100%;
	}

	.formular input.senden{
		width: 100%;
	}

	footer{
		padding: 10px 0;
		margin-bottom: 60px;
	}

	footer div{
		padding: 0;
	}

	.formular_wrapper{
		padding: 0 0 20px 0 ;
	}

	.formular_wrapper h2{
		width: calc(100% - 20px);
		margin: 15px auto;
		font-size: 20px;
	}

	.green, .haus{
		display: none;
	}
}
@media screen and (max-width: 1799px) {
	nav {
	  padding: 10px 50px 10px 50px !important;
	}
	.hero .main-hero .row {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-pack: center !important;
		  -ms-flex-pack: center !important;
			  justify-content: center !important;
	  vertical-align: middle;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.hero .main-hero .first {
	  padding-bottom: 50px;
	}
	.hero .main-hero .sheet .decoration {
	  display: none;
	}
  }
  
  @media screen and (max-width: 1849px) {
	.tip .content {
	  padding: 50px 100px 50px 100px;
	}
  }
  
  @media screen and (max-width: 1695px) {
	.tip .content {
	  padding: 50px 50px 50px 50px;
	}
  }
  
  @media screen and (max-width: 1559px) {
	.cards .col {
	  -webkit-box-flex: 0 !important;
	  -ms-flex: 0 0 0% !important;
	  flex: 0 0 0% !important;
	  padding: 10px 20px 10px 20px !important;
	}
  }
  
  @media screen and (max-width: 1546px) {
	.tip .content .first-content .row .pic img {
	  width: 70% !important;
	}
	.tip .content .second-content .row .pic img {
	  width: 80% !important;
	  height: 80%;
	}
	footer .navbar .col {
	  padding: 0px 50px 0px 50px;
	}
  }
  
  @media screen and (max-width: 1450px) {
	nav {
	  padding: 10px 10px 10px 10px !important;
	}
  }
  
  @media screen and (max-width: 1362px) {
	footer .navbar .Phonemanpic {
	  left: 10.25555em;
	}
	nav .navbar-brand {
	  font-size: 19px !important;
	}
	nav a {
	  font-weight: bold;
	  font-size: 17px;
	  font-family: Arial, Helvetica, sans-serif, sans-serif;
	  color: white !important;
	}
  }
  
  @media (max-width: 1199px) {
	.hero .main-hero .sheet .Formular .contact {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.hero .main-hero .sheet .Formular .car {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	nav .Highlite2 {
	  background-color: #2A6A86 !important;
	  width: auto-50px;
	  height: auto;
	  border-radius: 20px;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  vertical-align: middle;
	  -webkit-filter: drop-shadow(0px 0px 0px #223a44);
			  filter: drop-shadow(0px 0px 0px #223a44);
	}
  }
  
  @media (max-width: 1022px) {
	footer .navbar .remove {
	  display: none;
	  width: 0;
	}
	footer .navbar .Phonemanpic {
	  left: 1.25555em;
	}
  }
  
  @media (max-width: 990px) {
	.tip .content {
	  text-align: center;
	}
	.tip .content .first-content .conn {
	  padding: 0px 0px 0px 0px !important;
	}
	.tip .content .second-content .conn {
	  padding: 0px 0px 0px 0px  !important;
	}
	footer .navbar {
	  height: 80px;
	}
	footer .navbar .col {
	  padding: 0px 30px 0px 30px;
	}
	footer .navbar .col svg {
	  height: 30px;
	  width: 30px;
	}
  }
  
  @media (min-width: 992px) {
	.col-lg-4 {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 auto;
			  flex: 0 0 auto;
	  max-width: 450 !important;
	}
  }
  
  @media (max-width: 955px) {
	.tip .content .first-content h3 {
	  font-size: 18px !important;
	}
	.tip .content .second-content h3 {
	  font-size: 18px !important;
	}
  }
  
  @media (max-width: 878px) {
	.hero .top-hero {
	  padding-left: 0px;
	}
	.hero .top-hero .Sign .Text {
	  font-size: 50px;
	}
  }
  
  @media (max-width: 806px) {
	.bieten .content {
	  padding: 50px 20px 50px 20px;
	}
  }
  
  @media (max-width: 762px) {
	.col-lg-3 {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 auto;
			  flex: 0 0 auto;
	  width: 50% !important;
	  max-width: 500px !important;
	}
	.kaufen .content {
	  padding: 100px 20px 100px;
	}
	.bieten .content .cards .cards_header {
	  width: none;
	}
	.bieten .content .contact_section .knopf .Contact-me-Button {
	  width: none;
	}
  }
  
  @media (max-width: 728px) {
	.ueber_uns .content {
	  padding: 50px 30px 50px 30px;
	}
	.ueber_uns .content .text h2 {
	  font-size: 20px;
	}
  }
  
  @media (max-width: 632px) {
	.kaufen .content {
	  padding: 100px 30px 100px 30px;
	}
	.bieten .content .cards .cards_header .highlight {
	  width: none;
	}
	.bieten .content .cards .cards_header .highlight h1 {
	  font-size: 35px;
	}
	.bieten .content .cards .cards_header .highlight h3 {
	  font-size: 25px;
	}
	.bieten .content .contact_section .knopf button {
	  font-size: 20px;
	}
	.bieten .content .contact_section .knopf .Contact-me-Button {
	  width: none;
	}
  }
  
  @media (max-width: 585px) {
	.hero .main-hero .sheet {
	  min-width: 0px !important;
	}
	.hero .main-hero .sheet .header h1 {
	  font-size: 20px !important;
	}
	.hero .main-hero .sheet .Picture img {
	  width: 150px !important;
	  height: 200px !important;
	}
	.hero .main-hero .sheet .name h2 {
	  font-size: 20px;
	}
	.hero .main-hero .sheet .quote {
	  padding-bottom: 5px;
	}
	.hero .main-hero .sheet .quote h5 {
	  font-size: 13px;
	}
	.hero .main-hero .sheet .Contact h3 {
	  font-size: 35px;
	}
	.hero .main-hero .sheet .Text h2 {
	  font-size: 20px;
	}
	.hero .main-hero .sheet .Formular .absenden button {
	  font-size: 20px;
	}
	.hero .main-hero .sheet .Formular .contact input {
	  width: 230px;
	}
	.hero .main-hero .sheet .Formular .car input {
	  width: 230px;
	}
  }
  
  @media (max-width: 574px) {
	.hero .lowerText {
	  font-size: 20px;
	}
	.hero .main-hero .sheet .Formular .absenden input {
	  font-size: 20px;
	}
	.impresssum {
	  display: inline;
	}
	.impresssum .content {
	  height: 150px;
	}
	.wrapper_aufklappen .aufklappen_wrap {
	  padding: 50px 0px 50px 0px;
	}
	footer .navbar .remove {
	  display: none;
	  padding: 0px 0px 0px 0px;
	}
  }
  
  @media (max-width: 518px) {
	nav .Location .text1 {
	  font-size: 18px;
	}
	nav .email {
	  display: none;
	}
	.hero-padding {
	  padding: 70px 30px 50px 30px !important;
	}
  }
  
  @media (max-width: 496px) {
	.kaufen .content .table th {
	  font-size: 15px;
	}
  }
  
  @media (max-width: 422px) {
	.kaufen .table .th {
	  font-size: 12;
	}
	footer .navbar {
	  height: 80px;
	}
	footer .navbar .col svg {
	  height: 20px;
	  width: 20px;
	}
	footer .navbar .col .whatsapp h2 {
	  padding-top: 2px;
	  font-size: 20px !important;
	}
	footer .navbar .col .whatsapp .reachable {
	  padding-left: 5px;
	  -ms-flex-wrap: nowrap;
		  flex-wrap: nowrap;
	}
	footer .navbar .col .whatsapp .reachable .dot {
	  padding-top: 2px;
	}
	footer .navbar .col .whatsapp h5 {
	  font-size: 17px !important;
	}
	footer .navbar .col {
	  padding: 0px 5px 0px 30px;
	}
  }
  
  @media (max-width: 407px) {
	.bieten .content .payment .blobs .row .col {
	  padding: 0px 80px 0px 80px;
	}
  }
  
  @media (max-width: 338px) {
	nav .Location {
	  display: none;
	}
  }
  
  @media (max-width: 398px) {
	.kaufen .content .header h1 {
	  font-size: 25px;
	}
	.kaufen .content .table th {
	  font-size: 11px;
	}
  }
  
  @media (max-width: 376px) {
	.bieten .content .contact_section .phone-number svg {
	  width: 26px;
	  height: 26px;
	}
	.bieten .content .contact_section .phone-number h4 {
	  font-size: 26px;
	}
	.bieten .content .payment .blobs .row .col {
	  padding: 0px 50px 0px 50px;
	}
	.hero .top-hero .Sign .Text {
	  font-size: 45px;
	}
	.hero .main-hero .sheet .Formular .absenden input {
	  font-size: 16px;
	}
  }