@font-face {
    font-family: 'ITCAvantGardeStd-ExtraLight';
    src: url('../fonts/itcavantgardestd-extralight-webfont.eot');
    src: url('../fonts/itcavantgardestd-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/itcavantgardestd-extralight-webfont.woff') format('woff'),
         url('../fonts/itcavantgardestd-extralight-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-extralight-webfont.svg#ITCAvantGardeGothicStdXLt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCAvantGardeStd-Demi';
    src: url('../fonts/itcavantgardestd-demi-webfont.eot');
    src: url('../fonts/itcavantgardestd-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/itcavantgardestd-demi-webfont.woff') format('woff'),
         url('../fonts/itcavantgardestd-demi-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-demi-webfont.svg#ITCAvantGardeGothicStdDemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCAvantGardeStd-Book';
    src: url('../fonts/itcavantgardestd-book-webfont.eot');
    src: url('../fonts/itcavantgardestd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/itcavantgardestd-book-webfont.woff') format('woff'),
         url('../fonts/itcavantgardestd-book-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-book-webfont.svg#ITCAvantGardeGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCAvantGardeStd-Medium';
    src: url('../fonts/itcavantgardestd-medium-webfont.eot');
    src: url('../fonts/itcavantgardestd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/itcavantgardestd-medium-webfont.woff') format('woff'),
         url('../fonts/itcavantgardestd-medium-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-medium-webfont.svg#ITCAvantGardeGothicStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}



html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-color: #16a2e5;
	background-image: -moz-radial-gradient(50% 50%, ellipse cover, #16a2e5, #0947b8 100%);
	background-image: -webkit-radial-gradient(50% 50%, ellipse cover, #16a2e5, #0947b8 100%);
	background: -o-radial-gradient(50% 50%, ellipse cover, #16a2e5, #0947b8) fixed;
	background-image: -ms-radial-gradient(50% 50%, ellipse cover, #16a2e5, #0947b8 100%);
	background-image: radial-gradient(50% 50%, ellipse cover, #16a2e5, #0947b8 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0947b8, endColorstr=#16a2e5, GradientType=0)";
	zoom:1;
	font-family: 'ITCAvantGardeStd-Book', sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: justify;
	line-height: 1.2em;
}

#wrap {
	position:relative;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0px auto -80px;
}

#main_wrapper {
	width: 100%;
	overflow:auto;
	padding-bottom: 80px;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-shadow: 1px 1px 1px #279aeb;
}

a.link {
	padding-left: 12px;
	margin-left: 5px;
	background: url("../img/main/link_arrow.png") no-repeat left 3px;
	text-shadow: 1px 1px 1px #279aeb;
	color: #00223a;
	font-family: 'ITCAvantGardeStd-Medium', sans-serif;
}

a.link.first {
	margin-left: 0px;
}

a.link:hover {
	background: url("../img/main/link_arrow.png") no-repeat left -23px;
}


#info a, #kontakt_info_left a {
	color: #fff;
	text-decoration: none;
}

h1 {
	padding-bottom: 7px;
}

strong, label {
	font-family: 'ITCAvantGardeStd-Medium', sans-serif;
	font-weight: normal;
}

label {
	width: 100%;
	float: left;
	margin-bottom: 7px;
	font-family: 'ITCAvantGardeStd-Medium', sans-serif;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, .submit:focus {
  outline: 0 none;
}

input {
font-family: 'ITCAvantGardeStd-Medium', sans-serif;
}

#route_formular {
	position: absolute;
	z-index: 999999;
	margin-left: 240px;
	margin-top: 350px;
}

#route_berechnen_adresse {
	font-family: 'ITCAvantGardeStd-Medium', sans-serif;
	width: 350px;
	height: 27px;
	background: url("../img/main/form_shadow_top.png") no-repeat top center, -moz-radial-gradient(50% 50%, ellipse cover, #fff, #ececec 100%);
	background: url("../img/main/form_shadow_top.png") no-repeat top center, -webkit-radial-gradient(50% 50%, ellipse cover, #fff, #ececec 100%);
	background: url("../img/main/form_shadow_top.png") no-repeat top center, url("../img/main/form_shadow_top.png") no-repeat top center, -o-radial-gradient(50% 50%, ellipse cover, #fff, #ececec 100%);
	background: url("../img/main/form_shadow_top.png") no-repeat top center, -ms-radial-gradient(50% 50%, ellipse cover, #fff, #ececec 100%);
	background: url("../img/main/form_shadow_top.png") no-repeat top center, radial-gradient(50% 50%, ellipse cover, #fff, #ececec 100%);
	-pie-background: #fff url("../img/main/form_shadow_top.png") no-repeat top center;
	behavior: url(/css/PIE.htc);
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	color: #737373;
	text-shadow: 1px 1px 1px #e1e1e1;
	font-size: 12px;
	padding-top: 3px;
	border-right: none;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomrleft:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
}

#route_berechnen_submit {
	font-family: 'ITCAvantGardeStd-Medium', sans-serif;
	width: 50px;
	height: 33px;
	background: -moz-radial-gradient(50% 50%, ellipse cover, #fff, #ececec 100%);
	background: -webkit-radial-gradient(50% 50%, ellipse cover, #fff, #ececec 100%);
	background: -o-radial-gradient(50% 50%, ellipse cover, #fff, #ececec 100%);
	background: -ms-radial-gradient(50% 50%, ellipse cover, #fff, #ececec 100%);
	background: radial-gradient(50% 50%, ellipse cover, #fff, #ececec 100%);
	-pie-background: linear-gradient(#fff, #ececec);
	behavior: url(/css/PIE.htc);
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	border-left:0;
	font-size: 12px;
	color: #737373;
	text-shadow: 1px 1px 1px #e1e1e1;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
}

#route_berechnen_submit:hover {
	cursor: pointer;
}

#kontaktformular input.text {
	font-family: 'ITCAvantGardeStd-Medium', sans-serif;
	color: #fff;
	width: 230px;
	height: 28px;
	background: url("../img/main/form_shadow_top.png") no-repeat top center, url("../img/main/form_bg.png") repeat-x;
	border: none;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
}

#kontaktformular input.text:focus {
	background: url("../img/main/form_shadow_top_aktiv.png") no-repeat top center, url("../img/main/form_bg_aktiv.png") repeat-x;
}

#kontaktformular textarea {
	font-family: 'ITCAvantGardeStd-Medium', sans-serif;
	color: #fff;
	font-size: 12px;
	background: url("../img/main/form_shadow_top_big.png") no-repeat top center, url("../img/main/form_bg_big.png") repeat-x;
	border: none;
	height: 80px;
	width: 626px;
	min-width: 626px;
	max-width: 626px;
	min-height: 80px;
	max-height: 80px;
	padding: 8px;
}

#kontaktformular textarea:focus {
	background: url("../img/main/form_shadow_top_big_aktiv.png") no-repeat top center, url("../img/main/form_bg_big_aktiv.png") repeat-x;
}

#kontaktformular .submit {
	font-family: 'ITCAvantGardeStd-Medium', sans-serif;
	color: #00223a;
	background: url("../img/main/kontakt_button.png") -22px 0px;
	text-align: center;
	padding-top: 6px;
	border: none;
	padding-left: 8px;
	width: 91px;
	height: 30px;
	font-size: 12px;
}

#kontaktformular .submit:hover {
	cursor: pointer;
}

#kontakt_container {
	width: 100%;
	height: 345px;
	position: absolute;
	z-index: 99999;
	margin-top: -345px;
	background: url("../img/main/kontakt_shadow.png") no-repeat center bottom, url("../img/main/kontakt_bg.jpg") no-repeat bottom center, url("../img/main/kontakt_pattern.jpg") repeat;
}

#kontakt_push {
	width: 100%;
	height: 0px;
}

#kontakt {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 120px;
}

#kontakt_left {
	width: 300px;
	height: 200px;
	background: #ccc;
}

#kontakt_right {
	width: 500px;
	height: 200px;
	background: #222;
	margin-left: 20px;
	float: left;
}

#kontakt_info_left {
	float: left;
}

#kontakt_info_right {
	float: right;
}

#schrauber {
	width: 960px;
	height: 454px;
	background: url("../img/main/schrauber.png");
	position: absolute;
	margin-left: -12px;
	margin-top: -10px;
	z-index: 9999;
}
#hero_reflection {
	width: 875px;
	height: 329px;
	position: absolute;
	z-index: 998;
	margin-left: 20px;
	background: url(../img/main/hero_reflection.png) no-repeat top right;
}

#content_wrapper {
	width: 100%;
	float: left;
	height: 100%;
}

#content_container {
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

#content_left_container {
	width: 430px;
	float: left;
	text-align: justify;
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
}

#content_right_container {
	width: 430px;
	float: right;
	text-align: justify;
	color: #fff;
	font-size: 12px;
	padding-right: 10px;
}

#content {
	width: 920px;
	float: left;
	margin-top:80px;
	margin-bottom: 60px;
}

#bottom_aktionen {
	width: 920px;
	height: 170px;
	float: left;
	margin-top: 60px;
}

.aktionen_badge {
	width:68px;
	height: 68px;
	position: absolute;
	margin-left: 240px;
	margin-top: -25px;
	background: url(../img/main/aktionen_badge.png);
	color: #d09d02;
	text-shadow: 1px 1px 1px #faf0c1;
}

.aktionen_reflection {
	position: absolute;
	width: 280px;
	height: 150px;
	background: url("../img/main/aktionen_reflection.png") top right;
}

.aktionen_overlay {
	position: absolute;
	width: 280px;
	height: 150px;
	background: url("../img/main/aktionen_overlay.png");
	opacity: 0.0;
  	filter: alpha(opacity = 0);
}

.autobatterien .badge_vor_preis {
	position: absolute;
	margin-left: 25px;
	margin-top: 20px;
}

.autobatterien .badge_preis {
	position: absolute;
	margin-left: 20px;
	margin-top: 35px;
	font-size: 14px;
}

.fehlerdiagnose .badge_vor_preis {
	position: absolute;
	margin-left: 25px;
	margin-top: 20px;
}

.fehlerdiagnose .badge_preis {
	position: absolute;
	margin-left: 20px;
	margin-top: 35px;
	font-size: 14px;
}

.reifeneinlagerung .badge_nach_preis {
	position: absolute;
	margin-left: 17px;
	margin-top: 36px;
	font-size: 11px;
}

.reifeneinlagerung .badge_preis {
	position: absolute;
	margin-left: 20px;
	margin-top: 24px;
	font-size: 14px;
}

.aktionen_container {
	width: 280px;
	height: 170px;
	float: left;
	margin-left: 40px;
}

.aktionen_main {
	width: 280px;
	height: 150px;
}

.aktionen_shadow_bottom {
	width: 280px;
	height: 20px;
	background: url("../img/main/aktionen_shadow_bottom.png") no-repeat top center;
}

.aktionen_container.first {
	margin-left: 0px;
}

#info_container {
	width: 100%;
	height: 46px;
	font-size: 13px;
	color: #fff;
	background: url("../img/main/info_bg.png") center center;
}

#info {
	width: 920px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 18px;
}

#info_number {
	float: right;
	margin-top: 16px;
	display: block;
}

#info_phone {
	padding-left: 29px;
	background: url(../img/main/phone_icon.png) no-repeat left 0px;
	padding-top: 3px;
	margin-right: 30px;
}

#info_fax {
	padding-left: 25px;
	background: url(../img/main/fax_icon.png) no-repeat left center;
	padding-top: 3px;
}

#info_bottom_shadow {
	width: 100%;
	height: 28px;
	background: url("../img/main/info_bottom_shadow.png") no-repeat center center;
}

#menu_container {
	width: 920px;
	height: 100px;
	margin-top: 40px;
}

#menu {
	float: right;
	margin-top: -30px;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	float: left;
	margin-left: 5px;
}

#menu ul li a {
	color: #fff;
	font-size: 14px;
	font-family: ITCAvantGardeStd-Book, sans-serif;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: none;
}

#menu ul li a:hover {
	text-shadow: none;
	text-shadow: 1px 1px 1px #279aeb;
}

#menu ul li.aktiv a {
	text-shadow: none;
	color: #00223a;
	text-shadow: 1px 1px 1px #279aeb;
}

#menu ul li:hover div {
	display: block;
	position: absolute;
	z-index: 9999;
	margin-left: -115px;
}

#menu ul li div {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-left: -115px;
}

#menu ul li div.aktiv {
	display: block;
}

#menu ul li div.ersatzteile {
	margin-left: -105px;
}

#menu ul li div.leistungen {
	margin-left: -79px;
}

#menu ul li div.service {
	margin-left: -213px;
}

#menu ul li div ul {
	font-size: 11px;
	background-color: #173d89;
	background: -moz-radial-gradient(50% 50%, ellipse cover, #05489a, #173d89 100%);
	background: -webkit-radial-gradient(50% 50%, ellipse cover, #05489a, #173d89 100%);
	background: -o-radial-gradient(50% 50%, ellipse cover, #05489a, #173d89 100%);
	background: -ms-radial-gradient(50% 50%, ellipse cover, #05489a, #173d89 100%);
	background: radial-gradient(50% 50%, ellipse cover, #05489a, #173d89 100%);
	margin-top: 18px;
	padding: 0px;
	height: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu ul li div ul:after {
	content:"";
	position:absolute;
	bottom:-15px;
	left:50px;
	border-width:15px 15px 0;
	border-style:solid;
	border-color:#05489a transparent;
    display:block; 
    width:0;
}

#menu ul li div ul:after {
	top:-9px;
	right:220px;
	margin-top: 18px;
	bottom:auto;
	left:auto;
	border-width:0 10px 10px;
	border-color:#05489a transparent;
}

#menu ul li div.ersatzteile ul:after {
	top:-10px;
	right:150px;
	bottom:auto;
	left:auto;
	border-width:0 10px 10px;
	border-color:#05489a transparent;
}

#menu ul li div.service ul:after {
	right:170px;
}

#menu ul li div.leistungen ul:after {
	right:245px;
}

#menu ul li div ul:first-child {
	margin-left: 0px;
}

#menu ul li div ul li {
	margin-left: 5px;
}

#menu ul li div ul li a, #menu ul li.aktiv div ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #63a9ff;
	text-shadow: 1px 1px 1px #073268;
}

#menu ul li.aktiv div ul li.aktiv a {
	color: #fff;
}


#hero_container {
	width: 920px;
	height: 365px;
	padding-top: 18px;
	margin-top: 0px;
	background: url("../img/main/hero_bg.png") no-repeat center top;
}

#hero {
	margin-left: 20px;
}


#slider {
    background:url(../img/main/loading.gif) no-repeat 50% 50%;
}

#slider img {
    display:none;
}

#hero_special {
	width: 935px;
	height: 400px;
	position: absolute;
	margin-left: -40px;
	margin-top: -72px;
	z-index: 999;
	background: url("../img/main/hero_lichttest_special.png") no-repeat bottom right;
}

#hero_special.reifeneinlagerung {
	margin-left: -10px;
	margin-top: 90px;
	background: url("../img/main/hero_reifeneinlagerung_special.png") no-repeat bottom right;
}

#hero_special.inspektion {
	height: 480px;
	margin-left: -10px;
	margin-top: 25px;
	background: url("../img/main/hero_inspektion_special.png") no-repeat bottom right;
}

#hero_special.autobatterien {
	height: 480px;
	margin-left: -15px;
	margin-top: -35px;
	background: url("../img/main/hero_autobatterien_special.png") no-repeat bottom right;
}

#minheight {
	height:80px;
	clear:both;
}

#footer_wrapper {
	position:absolute;
	bottom:0px !important;
	width:100%;
	height:80px;
	margin:0px auto;
}

#footer_container {
	height: 180px;
	width: 920px;
	background: url("../img/main/footer_paper.png") no-repeat bottom center;
	margin-left: auto;
	margin-right: auto;
}

#facebook {
}

#facebook_logo {
	display: block;
	opacity: 0.9;
	width: 100px;
	height: 22px;
	padding-left: 10px;
}

#facebook_like {
	margin-left: 120px;
	margin-top: -21px;
}

#gutschein_banner {
	height: 110px;
	width: 120px;
	background: url("../img/main/gutschein_banner.png") no-repeat center center;
	background-size: 100%;
	float: left;
}

#copyright {
	float: right;
	color: #fff;
	font-size: 11px;
	margin-top:-17px;
	padding-right: 10px;
}

#copyright a {
	text-decoration: none;
	color: #fff;
	background: none;
	padding-left: 0;
	margin-left: 0;
}

#copyright a:hover {
	text-shadow: 1px 1px 1px #279aeb;
}

#copyright a.aktiv {
	text-shadow: 1px 1px 1px #279aeb;
	color: #00223a;
}

.inputContainer {
	position: relative;
	float: left;
	z-index: 99999999999;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 99999999999;
	cursor: pointer;
	behavior: url(/css/PIE.htc);
}

.ajaxSubmit {
	padding: 20px;
	background: #fff;
	border: 1px solid #fff;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #fff;
	position:relative;
	z-index: 99999999999;
	color: #000;
	width: 220px;
	font-family: 'ITCAvantGardeStd-Medium', sans-serif;
	font-size: 12px;
	border: 2px solid #fff;
	padding: 5px 10px 2px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: -55px;
	behavior: url(/css/PIE.htc);
}

.greenPopup .formErrorContent {
	background: #fff;
	behavior: url(/css/PIE.htc);
}

.blackPopup .formErrorContent {
	background: #fff;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
	z-index: 99999999999;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	font-size: 0px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #fff;
}

.blackPopup .formErrorArrow div {
	background: #fff;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 0 solid #fff;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #fff;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #fff;
}

#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 99999999;
	display: none;
}

#overlay_top_left {
	width: 770px;
	height: 366px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/main/overlay_top_left.png) no-repeat left top;
}

#overlay_top_right {
	width: 729px;
	height: 368px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/main/overlay_top_right.png) no-repeat right top;
}

#overlay_bottom_left {
	width: 756px;
	height: 417px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/main/overlay_bottom_left.png) no-repeat left bottom;
}

#overlay_bottom_right {
	width: 728px;
	height: 432px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/main/overlay_bottom_right.png) no-repeat right bottom;
}

#overlay_bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.45;
  	filter: alpha(opacity = 45);
}

#overlay_ligdht {
	width: 1500px;
	height: 697px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -750px;
	margin-top: -348px;
	z-index: 10000;
	background: url(../img/main/overlay_light.png) no-repeat left top;
}

.web_link {
	float: right;
}

a.email_link {
	float: right;
	padding-left: 15px;
}


#cookie_information_container {
	width: 100%;
	background: #1e1e1e;
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99999;
}

#cookie_information_container.hidden {
	display: none;
}

#cookie_information_content {
	width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Overpass', sans-serif;
	font-size: 13px;
	color: #999;
	padding-top: 30px;
	padding-bottom: 0px;
	display: flex; 
	flex-wrap: nowrap;
}

#cookie_information_content div {
	flex: 1 1 auto;
	padding-left: 20px;
	padding-right: 20px;
}

#cookie_information_content a:not(.button) {
	color: #999;
	text-decoration: none;
	border-bottom: none;
	color: #c1c1c1;
}

#cookie_information_content a.button {
	background: #16a2e5;
	color: #fff;
	padding: 10px 20px;
	border-radius: 6px;
}


.checkbox_container {
	display: block;
	margin-top: 10px;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: normal;
    position: relative;
    width: auto;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
	opacity: 0.0 !important;
	display: block;
	position: absolute;
	width: 0;
	height: 0;
}

input[type=checkbox]:checked + label {
	background-image: url('../img/checkbox_on.svg');
    background-repeat: no-repeat;
}

input[type=checkbox].error + label {
	background-image: url('../img/checkbox_error.svg');
    background-repeat: no-repeat;
}

input[type=checkbox].error:checked + label {
	background-image: url('../img/checkbox_on_error.svg');
    background-repeat: no-repeat;
}

input[type=checkbox].disabled + label, input[type=checkbox]:disabled + label {
	background-image: url('../img/checkbox_on.svg');
    background-repeat: no-repeat;
	opacity: 0.4;
}

input[type=checkbox].disabled:checked + label {
	background-image: url('../img/checkbox_on.svg');
    background-repeat: no-repeat;
	opacity: 0.4;
}

.checkbox_label {
    margin-bottom: 0;
	font-family: 'Overpass', sans-serif;
	font-weight: 200;
	line-height: normal;
	font-size: 14px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    padding-top: 2px;
    padding-bottom: 9px;
    background-repeat: no-repeat;
    -moz-appearance: none;
    appearance: none;
	-webkit-appearance: none;
    padding-left: 35px;
    margin-left: 0px;
    display: inline-block;
	background-image: url('../img/checkbox_off.svg');
	background-size: 18px;
	background-position: 0px 2px;
	line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.checkbox_label a {
	text-decoration: underline;
}

.checkbox_label span {
	margin-top: 0px;
	display: none;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
    display: inline-block;
}



@media screen and (max-width: 1280px) {

	#cookie_information_content {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		display: block; 
	}
}










