body {
	font-size: 14pt;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 300;
	background-color: #8c8581;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-wrapper {
	background-color: #e6840e;
}

.header-wrapper .header {
	min-width: 400px;
	max-width: 1024px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

.logo-wrapper {
	align-self: center;
}

.logo-wrapper .logo {
	display: block;
	width: 440px;
	height: 45px;
	background: url(../img/logo_fb.png) no-repeat;
	color:transparent;
	font-size: 0;
}

.logo-wrapper .slogon {
	color: white;
	margin-left: 0.65rem;
	font-size: 1.1rem;
}

.header nav {
    margin-left: auto;
}

.header nav a {
    display: block;
    text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 1.5rem 1.3rem 1.5rem 1.3rem;
    white-space: nowrap;
    background-color: #e6840e;
}

.header nav a:hover {
    background-color: #ff930f;
}

.header nav ul.level-1 {
    position: relative;
    font-size: 1.5rem;
}

.header nav ul.level-1 > li > a {
	padding-right: 3.5rem;
	background-image: url(../img/angle-down.svg);
    background-repeat: no-repeat;
    background-size: 1.1rem;
    background-position: right 1.2rem top 1.8rem;
}

.header nav ul.level-2 {
    position: absolute;
    display: none;
    font-size: 1.2rem;
    right: 0;
    z-index: 1000;
}

.header nav ul.level-1:hover ul.level-2 {
    display: block;
}

@media only screen and (max-width: 900px) {
    .logo-wrapper .logo{
    	
    }
    .header-wrapper .header .slogon {
    	display: none;
    }
}

.hero-wrapper {
	height: 576px;
	background: url(../img/hero_bg.jpg) no-repeat right #fff;
	max-width: 1920px;
	margin: 0 auto;
}

.hero-wrapper.form2{
	background-image: url(../img/hero_bg_blurry.jpg);
}

.hero-wrapper  .hero {
	min-width: 400px;
	max-width: 1024px;
	height: 576px;
	margin: 0 auto;
	padding: 1.6em 0;
	text-align: center;
}

.hero-wrapper  .hero .title {
	color: white;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}

.hero-wrapper .hero .form-wrapper {
	max-width: 430px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 12px;
	margin: 70px auto 0 auto;
	padding: 10px;
}

.hero-wrapper .hero .form-wrapper.form2 {
	margin-top: 30px;
	max-width: 900px;
}

.hero-wrapper .hero .form-wrapper .form {
	background: white;
	border-radius: 8px;
	padding: 15px;
	position: relative;
}

.hero-wrapper .hero .form-wrapper .form.form2 .third-wrapper {
	white-space: nowrap;
}

.hero-wrapper .hero .form-wrapper .form.form2 .third-wrapper .third {
	width: 33%;
	display: inline-block;
}

.hero-wrapper .hero .form-wrapper .form select {
	position: relative;
	display: block;
    width: 100%;
    height: 1.8em;
    margin: 5px 0 10px 0;
	border-radius: 5px;
    border: solid 1px #bbb;
	font-size: 1.5em;
	padding: 0 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/br_down.png) no-repeat center;
	background-position: right 13px center;
}

.hero-wrapper .hero .form-wrapper .form select.next-choice {
	border-width: 2px;
	border-color: #e6840e;
}

.hero-wrapper .hero .form-wrapper .form select.next-choice::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #e6850e transparent transparent transparent;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -10px;
}

select::-ms-expand {
	display:none;
}

.hero-wrapper .hero .form-wrapper .form select[disabled]{
	color: #bbb;
	background-image: url(../img/br_down_disabled.png);
}

.hero-wrapper .hero .form-wrapper .form input[type="submit"] {
    display: block;
    width: 100%;
    height: 1.8em;
    margin: 20px 0 0 0;
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 1.5em;
	
	transition: background-color 0.2s, color 0.2s;
}

.hero-wrapper .hero .form-wrapper .form input[disabled] {
    background: #66a1cc;
	color: rgba(255,255,255,0.8);
}

@media only screen and (max-width: 440px) {
	.hero-wrapper .hero .form-wrapper {
		padding: 10px 0;
		border-radius: 0;
	}
	.hero-wrapper .hero .form-wrapper .form {
		border-radius: 0;
	}
}

@media only screen and (max-width: 900px) {
	.hero-wrapper .hero .form-wrapper.form2 {
		padding: 10px 0;
		border-radius: 0;
	}
	.hero-wrapper .hero .form-wrapper .form.form2 {
		border-radius: 0;
	}
	
	.hero-wrapper .hero .form-wrapper .form.form2 .third-wrapper .third {
		width: 100%;
		display: block;
	}
	
	.hero-wrapper.form2{
		font-size: 80%;
	}
}

.content-wrapper  {
	background: white;
}

.content-wrapper  .content {
	min-width: 400px;
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 75%;
}

.button-orange, .button-blue {
    display: inline-block !important;
    color: white;
    font-size: 1.4em;
    background-color: #e6840e;
    padding: 0 1em;
    text-decoration: none;
    border-radius: 5px;
    line-height: 1.8em;
	cursor: pointer;
}

.button-orange:hover:not([disabled]) {
	background-color: #f79823;
}

.button-blue {
	background-color: #2477b3;
}

.button-blue:hover:not([disabled]) {
	background-color: #419ad9;
}

.footer-wrapper  {
	background-color: #8c8581; 
}

.footer-wrapper  .footer {
	min-width: 400px;
	max-width: 1024px;
	margin: 1rem auto 2rem auto;
	padding: 5px 0;
	color: white;
	font-size: 1rem;
}

.footer-wrapper  .footer  > p {
	margin: 0.5em;
}

.footer-wrapper .footer .footer-menu {
	list-style: none;
	margin: 0;
    padding: 0;
	float: right;
	margin: .5em 0;
}

.footer-wrapper .footer .footer-menu li {
	display: inline-block;
	padding: 0 .5em;
}

.footer-wrapper .footer .footer-menu li:not(:last-child) {
	border-right: solid 1px white;
}

.footer-wrapper .footer .footer-menu li a {
	color: white;
	text-decoration: none;
}

.footer-wrapper .footer .footer-menu li a:hover {
	text-decoration: underline;
}

.mileage-wrapper .label{
	float:left;
	font-size: 1.5em;
	line-height: 2.7em;
	padding: 0 15px;
}

.mileage-wrapper .picker-wrapper{
	height:4em;
	overflow: hidden;
	padding: 0 30px 0 20px;
}

h1 {
	font-size: 2.8em;
	margin: .2em 0;
	font-weight: 200;
}

h2 {
	font-size: 1.6em;
	margin: 0;
	font-weight: 200;
	color: #909090;
}

.form.price h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.form.price h2{
	font-weight: 400;
}

h3.not-possible {
	margin-bottom: 0;
}

h3.not-possible a {
	text-decoration: none;
    font-weight: 200;
    font-size: 0.9em;
    color: #999;
}

h3.not-possible a:hover {
	text-decoration: underline;
}

.content-half {
    padding: 2%;
	text-align: center;
}

.content-half p {
	font-size: 1.2em;
	color:#777;
}

.impressum-content {
	padding: 0 .5em;
	font-size: 120%;
}

input[type="text"] {
	display: block;
    width: 100%;
    height: 1.8em;
    margin: 5px 0 10px 0;
	border-radius: 5px;
    border: solid 1px #bbb;
	font-size: 1.5em;
	padding: 0 10px;
}

table.zipmail {
	margin-bottom: 1em; 
	width: 95%;
	font-size: 90%;
}

table.zipmail td {
	padding: 0 20px 0 0; 
}

table.zipmail td:first-child {
	text-align: right;
	font-weight: 200;
	font-size: 1.3em;
}

.call-link{
	background-image: url(../img/call-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
    padding-left: 50px;
}

.call-back-popup {
	width: 25em;
	background: white;
	border-radius: 0.5em;
	position: absolute;
	bottom: 11px;
	right: 0;
	padding: 1.7em 0.5em 0.5em;
	display: none;
}

.full-width{
	width: 100%;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

.arrow_box {
	border: 1px solid #999;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: 71px;
}
.arrow_box:before {
	border-color: rgba(153, 153, 153, 0);
	border-top-color: #999;
	border-width: 11px;
	margin-left: 70px;
}

.close-btn {
	background: url(../img/close-btn.png) center no-repeat;
	width: 26px;
	height: 26px;
	margin: 3px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.loading-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(../img/loading-spinner.gif) no-repeat center rgba(255, 255, 255, 0.6);
	border-radius: 8px;
	display:none;
}

span.price {
    font-size: 2.3em;
    font-weight: normal;
    margin: 0 0.3em;
}