



/* *************************************************************
1. Allgemein
**************************************************************** */
a {
	color: #0065b0;
}
.scrollToTop {
	width: 55px;
	height: 55px;
}
header {
	background: linear-gradient(bottom, #dedede 0%, #dedede 14%, #ffffff 100%);
	background: -moz-linear-gradient(bottom, #dedede 0%, #dedede 14%, #ffffff 100%);
	background: -webkit-linear-gradient(bottom, #dedede 0%, #dedede 14%, #ffffff 100%);
	background: -ms-linear-gradient(bottom, #dedede 0%, #dedede 14%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #dedede 0%, #dedede 14%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dedede, GradientType=1);
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 20;
}

.cwtooltip.in, .tooltip.in {opacity: 1 !important;filter: alpha(opacity=100);}
.tooltip-inner {background-color: #0065B0; }
.tooltip.top .tooltip-arrow {border-top-color: #0065B0;}
.tooltip.right .tooltip-arrow {border-right-color: #0065B0;}
.tooltip.left .tooltip-arrow {border-left-color: #0065B0;}
.tooltip.bottom .tooltip-arrow {border-bottom-color: #0065B0;}


.shopheader {
	padding: 10px 0px;
}
section {padding-bottom: 50px;}
section .well {background: transparent;}

@media (max-width: 767px) {
	.content, .leftcolumn {
		padding: 20px;
	}
	.shopheader {
		padding: 10px 20px;
	}
  
  

}

.open-badge {color: #fff;padding: 5px;border-radius: 9px;margin-top: 5px;display: block;line-height: 1rem;text-align: center;font-size: 14px;}
.open-badge a {color: #fff !important;}
a.beratung {color: #333;font-weight: bold;}
a.beratung i {font-size: 18px;}

.mobil-icon {
	display: block;
	float: right;
	padding: 10px 0px;
	width: 20%;
	text-align: center;
}
.cart-pulse {
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
#headercart {
	color: #008ACC
}
nav, .navbar-inner {
	background-color: #0065B0;
}
nav {
	border: 0;
}
.dropdown-menu > li > a {
	font-size: 16px;
}
.catnavhead .nav > li {
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 19px;
}
.boxheader, .categoryheader, .boxcartheader {
	background: #0065b0;
	font-family: "Ubuntu Condensed", sans-serif;
	font-weight: 400;
}
#box_newsletter .span8 {
	font-size: 16px;
	padding-top: 5px
}
#box_newsletter .span8 a {
	color: #fff;
}
#box_newsletter .span8 a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}

#box_cart {box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
width: 150%;
left: -50%;}

.footer .boxcontent li a {
	font-family: "Ubuntu Condensed";
	font-size: 16px;
	line-height: 18px;
}
.footer .boxheader, .footer .categoryheader {
	font-size: 20px;
	margin-top: 0;
}
.zahlungsmoeglichkeiten img {
	height: 40px;
	width: auto;
	margin: 0 5px 5px 0 ;
}
.footer .shopinfobox .boxcontent {
	font-family: "Ubuntu condensed", sans-serif;
	font-size: 17px;
	line-height: 130%;
}

#box_newsletter {
  font-size: 17px;
  line-height: 20px;
  color: #666;
}



@media (min-width: 767px) {
	.footer .shopinfobox .categoryheader,
	.footer .shopinfobox .boxcontent {padding-left: 0;}
	#brandimg {max-width: 250px;}
	.breadcrumb {padding-left:0;}
}


h1 {
	border-bottom: 1px solid #e2e2e2;
	letter-spacing: -0.02em;
}
/* *************************************************************
2. Startseite
**************************************************************** */
#bs24slider {
	background: #0586C9;
}

#bs24slider .owl-item img{
    display: block;
    width: 100%;
    height: auto;
  }


.owl-next {
 float: right;
}

.owl-next:before {font: normal normal normal 14px/1 FontAwesome;
	content: "\f054";
color: rgba(255,255,255,0.5);
display: inline-block;
margin: 0 5px 0 -17px;
font-size:3rem;}

.owl-prev {
 float: left;
}

.owl-prev:before {font: normal normal normal 14px/1 FontAwesome;
	content: "\f053";
color: rgba(255,255,255,0.5);
display: inline-block;
margin: 0 -17px 0 5px;
font-size:3rem;}


.owl-next,
.owl-prev {
 background: 0 0 !important;
 padding: 10px !important;
}
.owl-buttons {
 position: absolute;
 top: 65%;
 height: 0;
 width: 100%;
 margin: auto;
}

/* *************************************************************
3. Hauptnavigation
**************************************************************** */


@media (max-width: 979px) {
	.dropdown-submenu > a::after {
		border-right: none;
		border-bottom: none;
		border-top: 2px solid transparent;
		border-left: 2px solid transparent;
		width: 8px;
		height: 8px;
		margin: auto;
	}
	
	.nav .dropdown-toggle .caret {display: none;}	
}


/* Mouseover und Active-Status Hauptnavigation */

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li.men > a:hover,
.catnavhead .nav > li.men.home:hover,
.catnavhead .nav > li:hover, 
.catnavhead .nav > li.active,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus,
.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover {
/*background-color: transparent;
color: #FFF;
text-shadow: none;*/
}

/* Sonderaktion Navigationsbadge */
.navbar .nav > li.men.sonderaktion > a,
.navbar .nav > li.men.sonderaktion > a:hover,
.navbar .nav li.dropdown.sonderaktion.active > a.dropdown-toggle{
	padding-left: 50px;
	background-image: url(/images/icons/spezialangebote-sommer24.png);
	background-repeat: no-repeat;
	background-position:0;
	background-color: #D10073;
  background-size: 45px;
  color: #fff; /*d7087c*/
  text-shadow: 0px 0px 5px #000;

}




.nav .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown > a:hover .caret, 
.navbar .nav li.dropdown > a:focus .caret{
 border-top-color: #fff;
border-bottom-color: #fff;}



.nav li.sonderaktion > .dropdown-toggle .caret,
.navbar .nav li.sonderaktion.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.sonderaktion.dropdown.active > .dropdown-toggle .caret, 
.navbar .nav li.sonderaktion.dropdown.open.active > .dropdown-toggle .caret,
.navbar .nav li.sonderaktion.dropdown > a:hover .caret, 
.navbar .nav li.sonderaktion.dropdown > a:focus .caret{
 border-top-color: #fff;
border-bottom-color: #fff;}





.dropdown-submenu:hover > a::after {
    border-left-color: #0586C9;
}

.dropdown-submenu > a::after {
    margin-top: 5px;
    margin-right: -5px;
	border-left-color: #333;
}




/* *************************************************************
4. linke Navi
**************************************************************** */
.nav-list > li > a {
	padding: 7px 10px;
	border-top: 1px solid #D9D9D9;
	border-bottom: none;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 17px;
	font-weight: 400;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	color: #0586c9;
}
#cwcat146 a {
	background: #cc0000;
	border-top-color: #fff;
	color: #fff;
}


.boxcontent > ul.nav.nav-list > li:last-child  a{
  /* background: #cc0000;
	border-top-color: #fff;
	color: #fff; 
  background-image: url(/images/icons/icon-preishammer.png);
	background-repeat: no-repeat;
	background-position:right center;
	background-size: 50px;*/
  
}


.nav-list > li > ul {
	text-indent: 7px;
}
.nav-list > li > ul > li > a {
	padding: 3px 0px;
	border-top: none;
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
}
.nav-list > li > ul > li > a:before, .footer .boxcontent li.level1 > a:before {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	margin-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nav-list > li > ul > li.active > a, .nav-list > li > ul > li.active > a:hover, .nav-list > li > ul > li.active > a:focus {
	background: #ebebeb url(/images/icons/nav-active.png) left center no-repeat;
	font-weight: bold;
}
.nav-list > li > ul > li.active > a:before, .nav-list > li > ul > li.active > a:hover:before {
	content: "";
	text-indent: 12px;
}
.nav-list ul > li ul > li > a {
	padding-left: 15px;
	border-bottom: none;
}
.nav-list li.level1:last-child {
	border-bottom: 1px solid #D9D9D9;
}
.nav-list > li.level1.active > a {
	color: #fff;
	background-color: #0585c8;
}
.nav-list .caret {
	margin-top: 9px
}
.nav-list > li.level1.active > a > .caret {
	border-top: 4px solid #666;
}
.nav-list ul > li ul > li ul > li > a {
	padding-left: 30px;
}

.nav-list ul > li ul > li ul > li ul > li > a {
    padding-left: 45px;
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 0;
}

section .well.messebanner {
padding: 15px;
color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0065b0+0,0487cb+100 */
background: #0065b0; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #0065b0 0%, #0487cb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #0065b0 0%,#0487cb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #0065b0 0%,#0487cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065b0', endColorstr='#0487cb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

font-size: 1rem;
}
.messebanner a {color: #fff;font-weight: bold;font-family: "Ubuntu Condensed";font-size: 25px;}

.messebanner a.btn {margin: 10px 0 0 0;background: #0065b0;font-size: inherit;font-family: inherit;font-weight: inherit;}


/* Sonderaktion Navigationsbadge */
.nav-list li.level1.sonderaktion > a {
background-image: url(/images/icons/spezialangebote-sommer24.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #D10073;
  color: #fff;
  background-size: 45px;
  text-shadow: 0px 0px 5px #000;
}



.nav-list li.level1.sonderaktion > a:hover {}



/* AKTION */
#cwcat168 a {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c2decf+0,ffffff+100 */
	background: rgb(194, 222, 207); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(194, 222, 207, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(194, 222, 207, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(194, 222, 207, 1) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2decf', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
	color: #e5007b;
}
#cwcat168 > li.level1.active > a {
	color: #e5007b;
}
/* *************************************************************
Kategorie / Produktauflistung
**************************************************************** */
.boxshadow {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.boxshadow:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.boxshadow a:hover {
	text-decoration: none;
}
@media (min-width: 980px) {
	.box2 {
		width: calc(33% - 1.5%);
		margin-left: 0;
		margin-right: 2.5%;
	}
	div.box2:nth-of-type(3n) {
		margin-right: 0;
	}
}
@media (max-width: 979px) {
	.box2 {
		float: left !important;
		width: 46% !important;
		border-bottom: 1px solid #f1f1f1 !important;
		margin-left: 2% !important;
	}
  
  .boxshadow.span3 {
  float: left !important;
  width: 46% !important;
  border-bottom: 1px solid #f1f1f1 !important;
  margin-left: 2% !important;}
  .boxshadow.span3 {margin-top: 30px;}
  .boxshadow .img-polaroid {width: 100%}
  
  
}


@media (max-width: 480px) {
	.box2, .boxshadow.span3 {
		width: 99% !important;
	}
  
  
  
  
  
}

.cwbadge {
	position: absolute;
	top: 0;
	right: 0;
	height: 80px;
}
.bild .cwbadge-gratis {
	position: absolute;
	bottom: 15px;
	right: 3px;
	height: 50px;
}
.kategoriehead {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-size: 19px;
	text-align: center;
	color: #0065b0;
}

.mehr-kategorien {font-size: 22px;
margin-top: 30px;}


/* *************************************************************
Produktübersicht - Artikelboxen
**************************************************************** */
h2.artikelbox, h3.kategoriebox {
	margin: 0;
	background: #efefef;
	background: linear-gradient(bottom, #dedede 0%, #dedede 14%, #ffffff 100%);
	background: -moz-linear-gradient(bottom, #dedede 0%, #dedede 14%, #ffffff 100%);
	background: -webkit-linear-gradient(bottom, #dedede 0%, #dedede 14%, #ffffff 100%);
	background: -ms-linear-gradient(bottom, #dedede 0%, #dedede 14%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #dedede 0%, #dedede 14%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dedede, GradientType=1);
	vertical-align: middle;
}
h2.artikelbox a, h3.kategoriebox a {
	font-size: 16px;
	color: #2c73b6;
	display: block;
}
h2.artikelbox a:hover, h3.kategoriebox a:hover {
	color: #005395;
}
.price, .standard_price {
	font-size: 2em;
	font-weight: 600;
	font-family: "Ubuntu Condensed", sans-serif;
	color: #cc0000;
	padding: 5px 10px;
}

.special_price::before {display: none;}



.leiternbox {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.leiternbox:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.leiternbox h2.artikelbox, .leiternbox h3.kategoriebox {
	font-family: "Ubuntu Condensed", Helvetica, Arial, "sans-serif";
	margin: 0;
	background: transparent;
	line-height: 22px;
	color: #263238;
	letter-spacing: -0.02em;
	padding: 5px 10px;
	font-size: 20px;
}
.leiternbox h2.artikelbox a, .leiternbox h3.kategoriebox a {
	font-size: 16px;
	color: #2c73b6;
	display: block;
}
.leiternbox h2.artikelbox a:hover, .leiternbox h3.kategoriebox a:hover {
	color: #005395;
}
.leiternbox .price, .leiternbox .standard_price {
	font-size: 22px;
	text-align: left;
	padding: 5px 10px 10px 10px;
	font-weight: 600;
	font-family: "Ubuntu Condensed", sans-serif;
}
.leiternbox .produktbeschreibung {
	font-size: 14px;
}
.leiternbox .produktbeschreibung ul {
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}
.leiternbox .produktbeschreibung ul li {
	border: none;
	background: none
}
.leiternbox .details2 {
	padding-top: 0;
}
.leiternbox a:hover {
	text-decoration: none
}

.leiternbox .produktbeschreibung table {width: 95%;margin: auto;}

.leiternbox .produktbeschreibung td {
	background: #efefef;
	border: 1px solid #fff;
	vertical-align: top;
font-size: 13px;
text-align: center;
}
/* *************************************************************
Artikelkurzbeschreibung in Übersicht
**************************************************************** */
.produktbeschreibung ul {
	margin-bottom: 1px;
	list-style: none;
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.produktbeschreibung li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c  ";
	color: #39A7F0;
	display: inline-block;
	margin: 0 5px 0 -17px;
}
.produktbeschreibung li {
	display: block;
	margin: 1px 1px;
	padding: 0 0 0 25px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	background: #efefef;
	font-size: 13px;
}
.produktbeschreibung li:last-child {
	border-bottom: none;
}
.produktbeschreibung .geruesthoehe{
	height: 55px;
}
#productinfowrap .productinfoimage {
	background: transparent;
	border: none;
}
#productinfowrap .productinfoimage, #productinfoprice {
	text-align: left;
}
#productinfowrap .productprice {
  font-size: 3.1em !important;
line-height: 25px !important;
padding: 20px 0;
}
.productOldPrice {
	font-weight: 400
}

#productinfoprice .taxandshippinginfo {
	float: none;
}
.klarna_PPBox {
	display: none !important
}
.productlisting_row .taxandshippinginfo {
	float: none;
}
.shippingtime {
	font-size: 11px;
}


/*Produktberater */
.produktberater h3 {margin:10px 0 5px 0;}

.modell {font-weight: bold;
font-family: "Ubuntu Condensed", Helvetica, Arial, "sans-serif";
	margin: 0;
	background: transparent;
	line-height: 22px;
	color: #2c3438;
	letter-spacing: -0.02em;
	padding: 5px 10px 0 10px;
	font-size: 18px;
}
.berater .artikelbox {padding-top: 0; font-size: 18px;}
.berater .produktbeschreibung {margin-bottom: 10px;}
.berater .arbeitshoehe { padding-left:10px;color: #000;font-size: 15px;}
.berater-badge {padding: 10px;	position: absolute;	top: 0;	left: 0;}
.berater-badge span {display: table;background:#efefef;padding: 2px 5px;border-radius: 3px;margin-bottom: 3px;}

.berater-verwendung {background: rgb(0, 101, 176);
	background: -moz-linear-gradient(145deg, rgba(0, 101, 176, 1) 38%, rgba(17, 174, 255, 1) 100%);
	background: -webkit-linear-gradient(145deg, rgba(0, 101, 176, 1) 38%, rgba(17, 174, 255, 1) 100%);
	background: linear-gradient(145deg, rgba(0, 101, 176, 1) 38%, rgba(17, 174, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0065b0", endColorstr="#11aeff", GradientType=1);
	box-shadow: 1px 1px 3px #666;
	border:0;border-radius: 5px;
	margin: 0 0px 10px 0;
}
.berater-verwendung:hover {background: rgb(1, 73, 128);box-shadow: 1px 1px 8px #494949;}
.berater-verwendung.active {background:rgb(1, 73, 128);}

.berater-verwendung .span2 {padding:5px;}
.berater-verwendung .span7,.berater-verwendung .span10,.berater-verwendung .span9,.berater-verwendung .span8 {padding:10px;}



.ber-label {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ber-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.ber-check {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.ber-label:hover input~.ber-check {
	background-color: #ccc;
}

.ber-label input:checked~.ber-check {
	background-color: #2196F3;
}

.ber-check:after {
	content: "";
	position: absolute;
	display: none;
}

.ber-label input:checked~.ber-check:after {
	display: block;
}

.ber-label .ber-check:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}




@media (max-width: 768px) {
.berater-verwendung .span2 {
		width: 20%;
		float: left;
		display: block;
	}

	.berater-verwendung .span1 {
		width: 5%;
		float: left;
		display: block;
	}

	.berater-verwendung .span3 {
		width: 20%;
		float: right;
		display: block;
	}

	.berater-verwendung .span7,.berater-verwendung .span9 {
		width: 80%;
		float: left;
		display: block;
	}

	.berater-verwendung .span8 {
		width: 70%;
		float: right;
		display: block;
	}
	.berater-icon {max-height: 45px !important;}

}
@media (min-width:769px) and (max-width:979px) {
.span6.span-berater {width: 100%;margin-left: 0;}
.berater-verwendung img {max-height: 45px !important;}
.berater-label .berater-verwendung {width: 95%;margin-left: 0;}
}

.ah-slider {-webkit-appearance: none;appearance: none;width: 100%;height: 20px;background: #efefef;outline: none;opacity: 1;-webkit-transition: .1s;transition: opacity .1s;}
.ah-slider:hover {opacity: 0.9;}
.ah-slider::-webkit-slider-thumb {	-webkit-appearance: none;	appearance: none;	width: 25px;	height: 25px;	border: 2px solid #fff;	border-radius: 50%;	background: #aa0000;cursor: pointer;}
.ah-slider::-moz-range-thumb {	width: 25px;	height: 25px;	border: 2px solid #fff;	border-radius: 50%;	background: #aa0000;	cursor: pointer;}


.berater-verwendung {padding: 5px;
	color: #fff;background: #0065b0;
	background: -moz-linear-gradient(-45deg, #0065b0 0%, #0487cb 100%);
	background: -webkit-linear-gradient(-45deg, #0065b0 0%, #0487cb 100%);
	background: linear-gradient(135deg, #0065b0 0%, #0487cb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0065b0', endColorstr='#0487cb', GradientType=1);
	font-size: 1rem;}

.span12.bild {margin-left: 0;}


.berater-info {
	position: absolute;
	z-index: 1050;
	display: none;
	visibility: visible;
	line-height: 1.4;
	background: #efefef;
	opacity:0 ;
	width: 60%;

	top: 0;
	left: 100%;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
	-webkit-clip-path: inset(20px -20px -20px 0px);
		clip-path: inset(-20px -20px -20px 0px);}

.leiternbox.berater:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}

.berater-info div {margin:9px;}	

.well-berater {margin-bottom: 20px;}
.well-berater a.link {color: #0065b0;font-family: 'Ubuntu Condensed';text-decoration: none;font-size: 26px;}
.well-berater a.link small {margin-top: 20px;}
.well-berater img {max-width: 120px;float: left;margin: 0 20px 10px 0;}
.well-berater .btn {background: #0586c9;
	background-image: none;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	box-shadow: 1px 1px 1px #000;
	font-size: 26px;
	font-weight: bold;
	padding: 15px 10px;
	font-family: "Ubuntu condensed";
width: 100%;
	box-sizing: border-box;}

/* *************************************************************
Detailansichten
**************************************************************** */
#productinfowrap .productimage {
	box-shadow: 0 0 3px #ccc;
}

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

	#productinfowrap .productimage {
		box-shadow: none;
	}
	
}


.accordion.product-overview {margin-top: 30px;}

.taxandshippinginfo {
	line-height: 18px;
	color: inherit;
}


#productinfowrap .moreimages-box {
	width: 80px;
	box-shadow: 0 0 3px #ccc;
	display: block;
	float: left;
	text-align: center;
	margin: 0 3px 5px 0;
}
#productinfowrap .moreimages-box:nth-of-type(5n) {
	margin-right: 0;
}
.morepics img {
	max-width: 80px;
}
.morepics img {
	height: 80px;
}
.bs24copyright, .copyright, .parseTime {
	background: #efefef;
}
.textcontent h2 {
	margin: 30px 0px 10px 0px;
	font-size: 20px;
}
.textcontent h3 {
	margin: 30px 0px 10px 0px;
	font-size: 18px;
}
#box_reviews .bild {
	width: 30%;
	float: left;
}
.productinfoimage .cwbadge-gratis {
	position: absolute;
	bottom: 35px;
	left: 3px;
	height: 200px;
}
.productinfoimage .cwbadge {
	top: 0;
	height: 130px;
}
.bild .cwbadge-gratis {
	position: absolute;
	bottom: 15px;
	right: 3px;
	height: 50px;
}
.cwpreisvar {
	display: none;
}
.leitern-anforderungen {
	clear: both;
	padding: 5px 10px;
	background: #ccc;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	border-right: 1px solid #fff;
}

.detailbeschreibung {margin-top: 30px;font-size: 14px;}

.detailbeschreibung p {
	font-size: 14px;
	margin: 8px 0 15px 0;
}
.detailbeschreibung ul {font-size: 14px;}

.detailbeschreibung h4,.detailbeschreibung h3 {
	margin-top: 30px; margin-bottom: 5px;
}
.leitern-tuev, .geruest-tuev, .geruest-downloads {
	font-family: "Ubuntu condensed", sans-serif;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #ddd;
	margin-top: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: rgb(255, 255, 255); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.leitern-tuev img, .geruest-tuev img {
	float: left;
	margin-right: 10px;
}
.leitern-tuev ul, .geruest-tuev ul {
	font-size: 14px;
	margin-left: 110px;
	list-style: none;
}
.leitern-tuev li:before, .geruest-tuev li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c ";
	color: #64a02e;
	display: inline-block;
	margin: 0 5px 0 -17px;
}
.leitern-tuev, .geruest-tuev {
	width: 300px;
}
.geruest-downloads {
	width: 450px;
}
.sparen {
	margin-top: 15px;
}
.boxcartbody p {
	margin: 0;
}
.payment .label {
	margin-top: 5px;
}
.produktbeschreibung-detail {
	font-size: 14px;
	display: block;
}
.produktbeschreibung-detail ul {
	margin-bottom: 1px;
	list-style: none;
	margin: 0;
}
.produktbeschreibung-detail li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c  ";
	color: #39A7F0;
	display: inline-block;
	margin: 0 5px 0 -25px;
}
.produktbeschreibung-detail li {
	display: block;
	margin: 1px 1px;
	padding: 2px 2px 2px 25px;
	text-align: left;
}

.produktbeschreibung-detail .geruesthoehe{
	height: 65px;
}



ul.downloads {
list-style-type: none;
margin:10px 0 35px 0;
}
ul.downloads li {
	font-size: 14px;
line-height: 24px;
}
ul.downloads img {
margin-right: 5px;
}


/* *************************************************************
Tabellen in Kurztext Gerüste
**************************************************************** */
.gpaket {margin:5px 10px; font-size:13px;}
.produktbeschreibung {
	font-size: 11px;
	line-height: 17px;
	color: #263238;
	display: block;
}
#productinfoprice .produktbeschreibung {
	font-size: 13px;
	line-height: 22px;
}
.produktbeschreibung-detail table {
	border-collapse: collapse;
}
.produktbeschreibung-detail td {
	background: #efefef;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	vertical-align: top;
}
/* *************************************************************
Ansprechpartner
****************************************************************/
.ansprechpartner {
	margin-bottom: 20px;
	text-align: center;
}
.ansprechpartner .boxshadow {background: #fff;}

.ansprechpartner .span2 {
	width: 17%;
}
.ansprechpartner .photo {
	margin: 2px 0 -10px 1px;
}
.ansprechpartner .name {
	text-align: left;
	padding-left: 10px;
	font-family: "Ubuntu Condensed";
	font-size: 16px
}
.ansprechpartner .name strong {
	font-size: 19px
}
.ansprechpartner .tel {
	text-align: left;
	font-size: 16px;
}
.ansprechpartner .tel .fa-phone-square {
	font-size: 22px;
	color: #359BDF;
}
.ansprechpartner .btn {
	margin-top: 8px;
}
@media(max-width:760px) {
	.ansprechpartner {
		margin-bottom: 20px;
		text-align: left;
	}
	.ansprechpartner .tel {
		padding-left: 10px;
	}
	.ansprechpartner .boxshadow {
		box-shadow: none;
		margin-bottom: 50px;
	}
}
@media(max-width:979px) {
	.ansprechpartner .photo {
		margin-top: 0px;
	}
}

.ansprechpartner-box{
background:#efefef;color: #0065b0;font-size: 14px;
}

/* *************************************************************
Responsive Table Basic Styles
**************************************************************** */
table.varianten thead th, table.varianten tbody td, table.aufstellmoegl thead th, table.aufstellmoegl tbody td {
	padding: 0 0.3em;
	text-align: center;
}
table.aufstellmoegl {
	border: 1px solid #ccc;
	border-right: none;
}
table.aufstellmoegl tbody td {
	border-right: 1px solid #ccc !important;
}
table.varianten thead th, table.aufstellmoegl thead th {
	border-right: 1px solid #fff;
	background: #0586C9;
	font-weight: normal;
	width: 10%;
	word-wrap: break-word;
	color: #fff;
	line-height: 120%;
	padding: 5px; /*! border: 1px solid #fff; */
	/*! border-collapse: collapse; */
	vertical-align: bottom;
}
table.varianten tbody tr, table.bestueckung tbody tr, table.aufstellmoegl tbody tr {
	background-color: #f0f0f0;
}

table.varianten tbody tr.preishammer {
  background: rgba(255,0,0,0.2);
}



@media (min-width: 1200px) {
table.responsive tbody tr.preishammer:nth-of-type(2n) {
  background: rgba(255,0,0,0.2);
}}

table.responsive tbody tr.preishammer td:nth-of-type(1) {
background-image: url(/images/icons/icon-preishammer.png);
background-repeat: no-repeat;
background-position: right center;
background-size: 30px;
  padding-right: 30px;}

table.bestueckung tbody tr td:nth-of-type(1) {white-space: nowrap;}



table.aufstellmoegl thead th {
	background: #fff;
	color: #333;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid;
}
table.varianten tbody tr td:nth-of-type(1), table.aufstellmoegl tbody tr td:nth-of-type(1) {
	font-weight: bold;
	background: #cfcfcf;
	text-align: left;
	border-bottom: #fff 1px solid;
} /*Erste Spalte = Artikelnr */
table.varianten tbody tr td:nth-of-type(1) span {
	margin-right: 5px;
}
table.varianten tr td:last-child {
	padding: 0;
}
table.varianten tr td:nth-last-child(3) {
	text-decoration: line-through;
} /*Listenpreis*/
table.varianten tr td:nth-last-child(2) {
	font-weight: bold;
	color: #cc0000;
} /*Onlinepreis*/
table.varianten tbody tr:hover td {
	background: #ccc
}
table.varianten tbody tr:hover td:last-child {
	background: #fff
}
table.varianten tbody td a:hover {
	text-decoration: none;
}
table.varianten .fa.fa-pull-right {
	margin-left: 0em;
	margin-top: 5px;
}
table.varianten form {
	margin: 0
}

#dec,#inc {display: none;}


/* *************************************************************
Responsive Tables
**************************************************************** */
table.responsive {
	width: 100%;
}
table.responsive thead {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
table.responsive tr:nth-of-type(2n) {
	background-color: #f0f0f0;
}
table.responsive tr td:first-child {
	background: #ccc;
	font-weight: bold;
	margin-top: 1.3em;
}
table.responsive tr:first-of-type td:first-child {
	margin-top: 0;
}
table.responsive tbody th {
	vertical-align: top;
}
table.responsive tbody td {
	display: block;
	border-bottom: 1px solid #fff;
	text-align: left;
}
table.responsive tbody td:before {
	content: attr(data-th);
	display: block;
	width: 60%;
	float: left;
	text-align: left;
}
table.varianten tbody td:last-child:before {
	display: none; /*linke Spalte Warenkorb ausblenden*/
}
table.responsive tbody td:last-child button {
	width: 99.9%;
	padding: 5px 0;
	height: 35px;
}
table.responsive tbody td .fa-cart-plus::after { /* Warenkorb Icon beschriften*/
	content: ' in den Warenkorb';
	font-size: 0.8em;
	font-family: "Ubuntu", sans-serif;
}
table.winteraktion tbody td:last-child:before {
	display: unset;
}
/* At larger sizes, display table cells as usual.*/
@media (min-width: 1200px) {
	table.responsive {
		width: 100%;
		border-collapse: separate;
	}
	table.responsive thead {
		position: relative !important;
		clip: unset;
		overflow: visible;
		height: auto;
		width: auto;
		padding: 0;
		margin: 0;
	}
	table.responsive tbody tr:nth-of-type(2n) {
		background-color: #fff;
	} /*Jede zweite Zeile weiß */
	table.responsive tr td:first-child {
		background: #fff;
		font-weight: inherit;
	}
	table.responsive tbody th {
		vertical-align: middle;
	}
	table.responsive tbody td {
		display: table-cell;
		border-right: 1px solid #fff;
		text-align: center;
	}
	table.responsive tbody td:before {
		content: none;
	}
	table.varianten tbody td:last-child, table.varianten thead th:last-child {
		width: 1%;
	} /*Warenkorb Button*/
	table.responsive tbody td .fa-cart-plus::after { /* Warenkorb Icon Beschriftung entfernen*/
		content: none;
	}
	table.responsive tbody td:last-child button {
		width: auto;
	padding: 2px 0;
	height: 27px;
}
	
	table.responsive tbody td[data-th="Bezeichnung:"] { /*Kein Umbruch bei Bezeichnung Desktop Ansicht */
		white-space: nowrap;
		text-align: left;
	}
}
table.bestueckung, table.treppenleiter, table.preishammer {
	border-collapse: collapse
}
table.bestueckung tbody td, table.treppenleiter tbody td, table.preishammer tbody td {
	border: 1px solid #ccc;
	padding: 3px;
}
table.bestueckung th, table.treppenleiter th, table.preishammer th {
	background: #ccc;
	border: 1px solid #ccc;
	padding: 3px;
}


table.varianten tbody tr.highlight {
  background: rgba(255,230,0,0.5);
  animation: HighlightAnimation ease 1s;
  animation-iteration-count: 5;
  animation-fill-mode: forwards;
}

@keyframes HighlightAnimation {
    0% {
        background: rgba(255,230,0,0.1);
    }
    100% {
        background: rgba(255,230,0,0.5);
    }
}


table.preishammer th {text-align: left;}

table.bestueckung tbody tr td:first-child {
	border-right: none;
}
table.bestueckung tbody tr td:nth-of-type(2) {
	text-align: left;
	border-left: none;
}
table.bestueckung tbody tr td:first-child {
	text-align: left;
}
table.responsive tr td:first-child {
	background: inherit;
}
table.versandkosten td, table.versandkosten th {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: right;
}
table.versandkosten tr:nth-child(even) {
	background-color: #f2f2f2;
}
table.versandkosten th {
	background: #0065B0;
	color: #fff;
}
@media (max-width: 1199px) {
	table.bestueckung tbody td {
		border: none;
		border-bottom: 1px solid #ccc;
	}
	table.bestueckung tr td:first-child {
		background: #fff;
		font-weight: bold;
		padding-top: 2em;
		margin-top: 0;
		border-bottom: none;
	}
	table.bestueckung tbody tr td:nth-of-type(2) {
		background: #fff;
		font-weight: bold;
	}
}
/* *************************************************************
Buttons
**************************************************************** */

.btn {/*background-color: #008ACC*/}
.btn.incart, .btn.mail, .btn-lg.incart,  #continueButton, .incart button {
	background: #0586c9;
	background-image: -webkit-linear-gradient(top, #3498db, #0586c9);
	background-image: -moz-linear-gradient(top, #3498db, #0586c9);
	background-image: -ms-linear-gradient(top, #3498db, #0586c9);
	background-image: -o-linear-gradient(top, #3498db, #0586c9);
	background-image: linear-gradient(to bottom, #3498db, #0586c9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 17px;
	box-shadow: 1px 1px 1px #333;
}

.btn:hover, .btn:focus {
     color: #fff;
}

.btn.incart.btn-small {
    margin-top: 5px;
    padding: 5px;
}


.btn.incart {
	margin-top: 3px;
}
.btn-lg.incart {
	margin: 1px;
	min-width: 40px;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	border: 1px;
	color: #ffffff;
	padding: 2px 0;
	text-decoration: none;
	height: 27px;
	display: block;
	font-size: 20px;
	text-align: center;
}






.btn.incart:hover, .btn.mail, .btn-lg.incart:hover, .incart button:hover {
	background: #0586c9;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	box-shadow: 1px 1px 1px #000;
}
.btn.mail {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.btn-lg.incart:hover {
	text-decoration: none;
}

.btn-mini {
    background: #999;
    color: #fff;
	padding: 6px;}


.btn.confirmorder, .btn-weiter, .cssButtonPos8 button, .cssButtonPos12 button, .btn.checkout, #checkout_shipping .btn{
	color: #000;
	border: 1px solid #dd9a04;
	background: #ffc139;
	background: -moz-linear-gradient(top, #ffc139 0, #feb410 65%, #f0a500 100%);
	background: -webkit-linear-gradient(top, #ffc139 0, #feb410 65%, #f0a500 100%);
	background: linear-gradient(to bottom, #ffc139 0, #feb410 65%, #f0a500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc139', endColorstr='#f0a500', GradientType=0);
	font-weight: bold;
	padding: 10px 35px;
	font-size: 18px;
}

.btn.checkout:hover {background-color: #feb410;}
	
	[class^="icon-"], [class*=" icon-"] {
		background-image: url("/templates/leiternshop/img/glyphicons-halflings.png"); }


/* ************************************************************
	CHRISTIAN 
	********************************************************** */
	.mehr {
	height: auto;
}
.weniger {
	height: 150px;
	overflow: hidden
}
.btn.mehr {
	background: #0586c9;
	background-image: -webkit-linear-gradient(top, #3498db, #0586c9);
	background-image: -moz-linear-gradient(top, #3498db, #0586c9);
	background-image: -ms-linear-gradient(top, #3498db, #0586c9);
	background-image: -o-linear-gradient(top, #3498db, #0586c9);
	background-image: linear-gradient(to bottom, #3498db, #0586c9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 17px;
	box-shadow: 1px 1px 1px #333;
	margin: 20px 0 30px 0;
}

.cwhinweiswk {
	font-size: 18px;
	font-family: "Ubuntu Condensed", sans-serif;
	color: #333;
	padding: 0px;
	box-shadow: 0 0 15px #000;
	
}

.cwhinweiswk h4 {padding:10px 20px;background:#0586C9;color:#fff;}
.cwhinweiswk p {padding:20px 20px 10px 20px;}
.cwhinweiswk .btn.incart {margin: 0 0 20px 20px;}

@media(max-width:767px) {.cwhinweiswk {top: 20% !important;}}

@media(min-width:760px) {
	.cwhinweiswk {
		max-width: 350px;
		top: 40% !important;
		left: 60%;
	}
}



#Urlaubshinweis {
	background: #900;
	color: #fff;
	font-size: 16px;
}
#Urlaubshinweis .modal-header {
	background: #900;
}
#Urlaubshinweis .modal-header h3 {
	font-size: 28px;
}
#Urlaubshinweis .modal-header .close {
	color: #fff;
	opacity: 1;
}
#Urlaubshinweis .btn.incart {
	background: #fff;
	color: #900
}



.footerfixed { position:fixed; bottom:0;background:url(/images/aktionen/footer-sommer.png) repeat-x;width: 100%;height: 45px;}

.footrow .container {  padding-bottom: 50px;
}


/* ************************************************************
	Checkout 
	********************************************************** */



.login-heading a, .login-heading h3 {
	font-family: "Ubuntu Condensed", sans-serif;
	display: block;
	padding: 8px;
	background: #EBEBEB;
	border: 1px solid #D9D9D9;
	font-size: 1.2rem;
	margin-top: 10px;
}

.login-heading a:hover {text-decoration:none;}

.login .login-content {background: #fff;
padding: 15px 25px;
margin-top: -15px;}

#checkoutnavigation li.active {
    background: #0065B0;
    color: #fff;
}

#checkoutnavigation .title {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.7;
    font-family: "Ubuntu Condensed";
}

#checkoutnavigation li.done::before,
#checkoutnavigation li.last::before {
    font: normal normal normal 1.7rem/1 FontAwesome;
    content: "\f00c ";
    color: #39A7F0;
    display: block;
    margin: 0px 2px 0 0px;
		float: right;
    
}

.shipping .panel-heading, .payment .panel-heading {
font-weight: bold;
padding-bottom: 0;
background: #ccc !important;
color: #333;}

.orderdetails {background: #fff !important;}
.orderdetails .alert,.highlightbox2 h4, .highlightbox2 .well {margin-bottom:0;}
h4.checkout {margin-bottom:0;}
.giftbox input {height: 40px;font-size: 16px;}
.giftbox .alert {margin-bottom: 5px;padding: 5px 10px;}

.highlightbox2, #checkout_address .highlightbox2, #checkout_payment .highlightbox2 {box-shadow: 0px 0px 3px #999;
border-left: 3px solid #0086C9;margin-bottom:15px;}

.cwichtig { border-left: 3px solid #900;
	background: #c00;
	color: #fff;}

.cwichtig-info {background: #800000;
	font-size: 1.2rem;
	line-height: 1.7rem;
	margin-bottom: 10px;
	padding: 10px;}
.cwichtig .btn-mini {clear: both;background: #000;}

.payment .panel-default, .shipping .panel-default {
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 3px #333;
    border-left: 3px solid #0086C9;
}

.payment label, .shipping label {font-weight:bold;}

.nav-tabs > li > a:link {background: #0086C9}

.giftbox .well {background: #fff;}



.lb {color: #c00;}




/* ************************************************************
Bestell-Abschluss
********************************************************** */
.abschluss-qr {
  background: #fff;
  padding: 30px;
}
.abschluss-icon {
  border: 5px solid #ccc;
  border-radius: 300px;
  margin-bottom: 20px;
}
.abschluss-icon.checked {
  border-color: #00cc00;
}
.abschluss-icons {
  font-size: 18px;
  font-family: "Ubuntu condensed";
}
@media (min-width: 760px) {
  .row-fluid.abschluss-icons .span2 {
width: 16.5%;text-align: center;
}
}


@media (max-width: 760px) {
	#checkoutnavigation {display: none;
  }
  }

#modalShipping {font-size: 1rem;  }
#modalShipping .btn-primary {font-size: 1.2rem;padding: 15px;
	border-radius: 5px;}
	#modalShipping .modal-header {
	padding: 15px;
  background: #c00;height:50px;
  color: #fff;}

  #modalshippinginfotxt strong {background: #c00;
	color: #fff;
	padding: 5px;}


/* ************************************************************
	Cookie-Consent 
	********************************************************** */




.as-oil__btn-cpc,.as-oil__intro-txt--link{color:#262626}
.dark .as-oil__btn-cpc,.dark .as-oil__intro-txt--link{color:#f5f5f5}
.dark .as-oil__btn-cpc:hover,.dark .as-oil__intro-txt--link:hover{color:#dcdcdc}
.as-oil__btn-cpc:hover,.as-oil__intro-txt--link:hover{color:#0d0d0d;background-color:transparent}
.as-oil{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:fixed;z-index:9998;bottom:0;left:0;width:100%;color:#262626;font-size:14px}
/*.as-oil.light {height:100%;background-color:rgba(0,0,0,0.7)} //Abgedunkelter BG */
.as-oil,.as-oil *,.as-oil:after,.as-oil :after,.as-oil:before,.as-oil :before{box-sizing:border-box}
.as-oil.dark{color:#f5f5f5}.as-oil a{cursor:pointer}
.as-oil-content-overlay{position:absolute;width:100%;bottom:0;left:0;padding:2rem 5rem;background-color:#f9f9f9;opacity:.97;box-shadow:0 -8px 20px 0 rgba(0,0,0,.2)}
.as-oil-content-overlay:after{content:"";display:table;clear:both}
.dark .as-oil-content-overlay{background-color:#263238}
.small .as-oil-content-overlay{padding:.5rem!important}
.as-oil__heading{max-width:840px;font-size:1.45rem;font-weight:600;line-height:1.3}
.as-oil__heading:first-of-type{margin-top:0}
.small .as-oil__heading{display:none}
.as-oil__intro-txt{display:inline-block;min-width:75%;max-width:75%;font-size:14px;font-weight:400;line-height:1.5}
.small .as-oil__intro-txt{margin:0 0 0 1rem}
.as-oil__intro-txt--link{padding:4px 1px 0;margin:0 1px;text-decoration:underline}
.as-oil__btn-optin{text-transform:uppercase;min-width:160px;min-height:42px;margin:0;padding:.5rem 1rem;font-size:0.9rem;font-weight:700;border:none;border-radius:3px;outline:none;cursor:pointer;color:#fff;background-color:#0065B0;transition:opacity .8s ease 0s}
.small .as-oil__btn-optin{min-width:120px;min-height:32px}
.as-oil__btn-optin:hover{color:#f2f2f2;background-color:#222}
.as-oil__btn-optin.as-oil__btn-optin-clicked{opacity:.3}
.as-oil__btn-blue{text-transform:uppercase;min-width:160px;min-height:42px;margin:0;padding:.5rem 1rem;font-size:0.9rem;font-weight:700;border:none;border-radius:3px;outline:none;cursor:pointer;color:#fff;background-color:#444}
.small .as-oil__btn-blue{min-width:120px;min-height:32px}
.as-oil__btn-blue:hover{color:#f2f2f2;background-color:#222}
.as-oil__btn-grey{text-transform:uppercase;min-width:160px;min-height:42px;margin:0;padding:.5rem 1rem;font-size:0.9rem;font-weight:400;border:none;border-radius:3px;outline:none;cursor:pointer;color:#aaa;background-color:#eee}
.small .as-oil__btn-grey{min-width:120px;min-height:32px}
.as-oil__btn-grey:hover{color:#9d9d9d;background-color:#e1e1e1}
.as-oil-back-button{border:none;background-color:transparent;position:absolute;top:32px;right:30px}
.as-oil-back-button__text{margin-right:6px;display:none;}
.as-oil-back-button__icon {background:#737373;width:30px;height:30px;border-radius:3px;}
.as-oil__btn-cpc{color:#999;/*! float:right; */min-height:auto;min-width:135px;margin:.75rem 0;padding:4px;font-size:14px;font-weight:400;text-decoration:none;background-color:transparent;border:none;border-bottom:1px solid;border-radius:0;cursor:pointer}
.as-oil-l-row{display:inline-block;margin:1rem 0;min-width:20%}
.as-oil-l-row:last-of-type{margin:0}
.small .as-oil-l-row{margin:0 0 .5rem;min-width:0}
.as-oil-l-row--fixed-width,.as-oil-l-wrapper-layout-max-width{max-width:1170px;margin:0 auto}
.as-oil-l-item{float:right;clear:both;/*! text-align:right */}
.as-oil-l-item:first-of-type{margin-left:0}
.as-oil-l-item:last-of-type{margin-right:0}
.as-oil-lang{float:left;}

#oil-preference-center{overflow:hidden}
#oil-preference-center .as-oil-back-button{display:none}
.as-oil-cpc__status{position:absolute;top:5px;left:-25px;color:#444;font-weight:500}
.as-oil-cpc__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bbb;transition:.4s;border-radius:17px}
.as-oil-cpc__slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.08);transition:.4s;border-radius:50%}
.as-oil-cpc__middle{flex:1 1 auto;padding:24px 20px 24px 0;display:inline-block;overflow:auto;max-height:40vh;width:100%}
.checkmark{display:inline-block;position:absolute}
.checkmark-on:after{border:solid #000;border-color:rgba(52,140,32,.6);border-width:0 2px 2px 0;content:"";display:block;height:12px;transform:rotate(45deg);width:6px}
.checkmark-off{height:14px;width:14px}
.checkmark-off:after,.checkmark-off:before{background:rgba(255,0,0,.6);content:"";height:2px;left:0;margin-left:-3px;margin-top:3px;position:absolute;top:50%;width:100%}
.checkmark-off:before{transform:rotate(45deg)}
.checkmark-off:after{transform:rotate(-45deg)}
.as-oil-center{text-align:center}
.as-oil-margin-top{margin-top:1rem}
.as-oil-cpc-wrapper button{cursor:pointer}
.as-oil-cpc-wrapper .as-oil__heading,.as-oil-cpc-wrapper .as-oil__intro-txt{display:block;max-width:100%}
.as-oil-cpc__content{display:flex;margin-top:10px !important;}
.as-oil-cpc__left{flex:0 0 200px;max-width:200px;display:inline-block;text-align:right;text-transform:uppercase;margin-bottom:-25px;border-right:1px solid #ccc}
.as-oil-cpc__left:first-child{padding-top:40px}
.as-oil-cpc__left a{text-decoration:none}
.as-oil-cpc__right{flex:0 0 200px;display:inline-block;align-self:flex-end}
.as-oil-cpc__row-btn-all{text-align:right;margin-bottom:25px;}
.as-oil-cpc__row-title{font-weight:600;margin:20px 8px}
.as-oil-cpc__category-link{padding:6px 12px;display:block;border-right:2px solid hsla(0,0%,100%,0)}
.as-oil-cpc__category-link--active{border-right:2px solid #3f7ddf}
.as-oil-cpc__category{background:#ddd;border:1px solid #eaeaea;border-radius:5px;padding:0 10px 0 10px;margin:16px 0}
.as-oil-cpc__category.no-cat-description{padding-top:10px}
.as-oil-cpc__category.no-cat-description .as-oil-cpc__category-text{display:none}
.as-oil-cpc__category.no-cat-description .as-oil-cpc_category-children{margin-top:30px}
.as-oil-cpc__category .as-oil-cpc__category-text{padding:10px 80px 0 20px;min-height:1px;display:none}
.as-oil-cpc__category.as-oil-cpc__category-disabled .as-oil-cpc__switch{pointer-events:none}
.as-oil-cpc__category .as-oil-cpc_category-children{display:none;margin:10px -10px -15px -10px;padding:10px;background:#fff;border-radius:0 0 5px 5px}
.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose{position:relative;padding:10px 80px 10px 20px;border-bottom:1px solid #f1f1f1}
.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose .as-oil-cpc__purpose-header{font-weight:400}
.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose:first-child{padding-top:0}
.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose:last-child{padding-bottom:0;border-bottom:none}
.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose.no-purpose-description{padding-top:0;min-height:45px}
.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose.no-purpose-description .as-oil-cpc__purpose-header{padding-top:13px}
.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose.no-purpose-description .as-oil-cpc__switch{top:50%;transform:translateY(-50%)}
.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose.no-purpose-description:first-child{margin-top:-10px}
.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose.no-purpose-description:last-child{margin-bottom:-10px}
.as-oil-cpc__category-header{text-transform:uppercase;color:#999;line-height:44px;font-weight:700;padding:0 80px 0 20px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yNC4yOTEsMTQuMjc2TDE0LjcwNSw0LjY5Yy0wLjg3OC0wLjg3OC0yLjMxNy0wLjg3OC0zLjE5NSwwbC0wLjgsMC44Yy0wLjg3OCwwLjg3Ny0wLjg3OCwyLjMxNiwwLDMuMTk0ICBMMTguMDI0LDE2bC03LjMxNSw3LjMxNWMtMC44NzgsMC44NzgtMC44NzgsMi4zMTcsMCwzLjE5NGwwLjgsMC44YzAuODc4LDAuODc5LDIuMzE3LDAuODc5LDMuMTk1LDBsOS41ODYtOS41ODcgIGMwLjQ3Mi0wLjQ3MSwwLjY4Mi0xLjEwMywwLjY0Ny0xLjcyM0MyNC45NzMsMTUuMzgsMjQuNzYzLDE0Ljc0OCwyNC4yOTEsMTQuMjc2eiIgZmlsbD0iIzUxNTE1MSIvPjwvc3ZnPg==) no-repeat 0 15px/14px;cursor:pointer}
.as-oil-cpc__category-container,.no-cat-description .as-oil-cpc__category-header{position:relative}
.as-oil-cpc__category-container.as-oil-cpc__category-container_open .as-oil-cpc__category-header{color:#333;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xNC43NywyMy43OTVMNS4xODUsMTQuMjFjLTAuODc5LTAuODc5LTAuODc5LTIuMzE3LDAtMy4xOTVsMC44LTAuODAxYzAuODc3LTAuODc4LDIuMzE2LTAuODc4LDMuMTk0LDAgIGw3LjMxNSw3LjMxNWw3LjMxNi03LjMxNWMwLjg3OC0wLjg3OCwyLjMxNy0wLjg3OCwzLjE5NCwwbDAuOCwwLjgwMWMwLjg3OSwwLjg3OCwwLjg3OSwyLjMxNiwwLDMuMTk1bC05LjU4Nyw5LjU4NSAgYy0wLjQ3MSwwLjQ3Mi0xLjEwNCwwLjY4Mi0xLjcyMywwLjY0N0MxNS44NzUsMjQuNDc3LDE1LjI0MywyNC4yNjcsMTQuNzcsMjMuNzk1eiIgZmlsbD0iIzUxNTE1MSIvPjwvc3ZnPg==)}
.as-oil-cpc__category-container.as-oil-cpc__category-container_open .as-oil-cpc__category-text,.as-oil-cpc__category-container.as-oil-cpc__category-container_open .as-oil-cpc_category-children{display:block}
.as-oil-cpc__category-container.as-oil-cpc__category-container_open .as-oil-cpc__switch{top:8px}
.no-cat-description .as-oil-cpc__category-container_open .as-oil-cpc__category-header{top:15px}
.as-oil-cpc__category-text,.as-oil-cpc__purpose-text{color:#737373}
.as-js-category-icon-chevron-down,.as-js-category-icon-chevron-right{width:10px;position:absolute;left:-5px}
.as-js-category-icon-chevron-down{top:3px;display:none}
.as-oil-cpc_category-childs{display:none}
.dark .as-oil-cpc__purpose-text{color:#a9a9a9}
.light .as-oil-cpc__left a{color:#262626}
.as-oil-cpc__switch{position:absolute;display:inline-block;width:50px;height:26px;right:0;top:10px;float:right}
.as-oil-cpc__switch input{display:none}
.as-oil-cpc__switch input+.as-oil-cpc__status:after{content:"Off"}
.as-oil-cpc__switch input:checked~.as-oil-cpc__slider{background-color:#444}
.as-oil-cpc__switch input:checked~.as-oil-cpc__status:after{content:"On"}
.as-oil-cpc__switch input:focus~.as-oil-cpc__slider{box-shadow:0 0 1px #444}
.as-oil-cpc__switch input:checked~.as-oil-cpc__slider:before{transform:translateX(20px);background-color:#fff}
.as-oil-cpc__switch input.half-active+.as-oil-cpc__status:after{content:""}
.as-oil-cpc__switch input.half-active~.as-oil-cpc__slider{background-color:rgba(24,24,24,.5)}
.as-oil-cpc__switch input.half-active~.as-oil-cpc__slider:before{transform:translateX(12px);background-color:hsla(0,0%,100%,.5)}
.as-oil.dark .as-oil-back-button__text,.as-oil.dark .as-oil-cpc__left a{color:#f5f5f5!important}
.as-oil.dark .as-oil-cpc__purpose{background-color:#383737}
.as-oil-l-wrapper-layout-max-width .as-oil-cpc__middle{overflow-x:hidden}



.as-oil-tabs-cpc__headline{display:block;max-width:100%;font-size:1.45rem;font-weight:600;line-height:1.15}
.as-oil-tabs-cpc__wrapper hr{border:0;border-top:1px solid #d8d8d8}
.as-oil-tabs-cpc__wrapper .as-oil-tabs-cpc__purpose-labels{border-collapse:separate;border-spacing:1px;display:table;width:100%}
.as-oil-tabs-cpc__wrapper .as-oil-tabs-cpc__purpose-labels span{border-radius:5px;box-sizing:border-box;display:table-cell;font-size:14px;font-weight:700;height:50px;overflow:hidden;text-align:center;text-overflow:ellipsis;transition:all .3s ease-in-out;vertical-align:middle;white-space:nowrap}
.as-oil-tabs-cpc__wrapper .as-oil-tabs-cpc__purpose-text section{animation-direction:normal;animation-duration:.3s;animation-iteration-count:1;animation-name:content;animation-timing-function:ease-in-out;display:none;line-height:1.4;position:relative}
.as-oil-tabs-cpc__wrapper .as-oil-tabs-cpc__purpose-text section:first-child{display:block}
.as-oil-tabs-cpc__wrapper .as-oil-tabs-cpc__purpose-text section div{display:table;width:100%}
.as-oil-tabs-cpc__wrapper .as-oil-tabs-cpc__purpose-text section p{display:table-cell;width:80%}
.as-oil-tabs-cpc__purpose-feature-texts{display:table}
.as-oil-tabs-cpc__purpose-feature-texts ul{display:table-cell;list-style:none;width:100%}
.as-oil-tabs-cpc__purpose-feature-texts ul li{list-style-position:inside;text-indent:-1.3rem}
.as-oil-tabs-cpc__purpose-feature-texts ul li span:nth-child(2){margin-left:1.3rem}
.as-js-tab-label:first-child:last-child,.as-js-tab-label:first-child:last-child ~ .as-js-tab-label{width:100%}
.as-js-tab-label:first-child:nth-last-child(2),.as-js-tab-label:first-child:nth-last-child(2)~.as-js-tab-label{width:50%}
.as-js-tab-label:first-child:nth-last-child(3),.as-js-tab-label:first-child:nth-last-child(3)~.as-js-tab-label{width:33.33333%}
.as-js-tab-label:first-child:nth-last-child(4),.as-js-tab-label:first-child:nth-last-child(4)~.as-js-tab-label{width:25%}
.as-js-tab-label:first-child:nth-last-child(5),.as-js-tab-label:first-child:nth-last-child(5)~.as-js-tab-label{width:20%}
.as-oil-tabs-cpc__purpose-label-active{background:#444;color:#fff;cursor:default}
.as-oil-tabs-cpc__purpose-label-inactive{color:#aaa;background:#eee;cursor:pointer}
.as-oil-tabs-cpc__third-parties-link{cursor:pointer;text-decoration:none}
.as-oil-tabs-cpc__third-parties-link span{background:#444;border-radius:50%;color:#fff;display:inline-block;font-weight:700;height:20px;line-height:20px;margin-right:.5rem;text-align:center;width:20px}
.as-oil-tabs-cpc__third-parties-list{margin-left:1.7rem;margin-top:.5rem}
.as-oil-tabs-cpc__purpose-description{font-size:.7375rem;font-weight:400;line-height:1.4}
.as-oil-tabs-cpc__switch{display:table-cell;height:26px;margin-left:30px;position:absolute;width:50px}
.as-oil-tabs-cpc__switch input{display:none}
.as-oil-tabs-cpc__switch input:checked~.as-oil-cpc__slider{background-color:#444}
.as-oil-tabs-cpc__switch input:focus~.as-oil-cpc__slider{box-shadow:0 0 1px #444}
.as-oil-tabs-cpc__switch input:checked~.as-oil-cpc__slider:before{background-color:#2a2a2a;transform:translateX(20px)}

.as-oil-optout-confirm{position:absolute;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.7);margin:-2rem -5rem}
.as-oil-optout-confirm .as-oil-optout-confirm__dialog{text-align:center;min-width:320px;max-width:420px;background-color:#f9f9f9;margin:0 auto;margin-top:10%;padding:1rem}
.as-oil-optout-confirm .as-oil-optout-confirm__dialog p{width:100%;text-align:justify}
.as-oil-optout-confirm .as-oil-optout-confirm__dialog .as-oil-optout-confirm__dialog__heading{font-size:1.25rem;font-weight:500;line-height:1.15}
.dark .as-oil-optout-confirm__dialog{background-color:#262626}

.as-oil-imprint-links::before{clear:both;}
.as-oil-imprint-links{width:100%;/*! text-align:right; */font-size:14px;}
.as-oil-imprint-links a{display:inline-block;margin-right:25px;color:#999;}
.as-oil-imprint-links a:last-child{margin-right:0;}

.as-oil .as-oil-cpc__category{background:#eee}
.as-oil .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider{background-color:#444;color:#444}
.as-oil .as-oil-cpc__category-disabled .as-oil-cpc__switch input ~ .as-oil-cpc__slider{background-color:#333;color:#333}
.as-oil .as-oil-cpc__category-disabled .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider{background-color:#e3e3e3;color:#e3e3e3}
.as-oil .as-oil-cpc__category-disabled .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider::before{background-color:#ccc;}
.as-oil .as-oil-cpc__status{color:#2c2c2c}

@media (max-width:768px){
  .as-oil-fixed{position:fixed;bottom:0;left:0;height:100%;width:100%;overflow-y:scroll}
  .as-oil-content-overlay{padding:20px 15px!important}
  .as-oil__heading{margin:.5rem 0;font-size:20px;line-height:1.5}
  .as-oil-cpc-wrapper .as-oil__heading{text-align:left}
  .as-oil__intro-txt{min-width:100%;max-width:100%}
  .as-oil__btn-optin{width:100%;min-width:auto;padding:0}
  .as-oil-cpc__row-btn-all .as-oil__btn-optin{min-height:auto}
  .as-oil__btn-blue{width:100%;min-width:auto;padding:0}
  .as-oil-cpc__row-btn-all .as-oil__btn-blue{min-height:auto}
  .as-oil__btn-grey{width:100%;min-width:auto;padding:0}
  .as-oil-cpc__row-btn-all .as-oil__btn-grey{min-height:auto}
  .as-oil-back-button{float:right;text-align:right;margin:0;padding:0;top:20px}
  .as-oil-back-button .as-oil-back-button__text{visibility:hidden}
  .as-oil__btn-cpc{float:none;width:100%;border-bottom:none;margin:0;padding:10px 0}
  .as-oil-l-row{display:block;margin-top:0;width:100%}
  .as-oil-l-item{width:100%;margin:1rem 0}
  .as-oil-l-item:first-of-type{margin-top:0}
  .as-oil-l-item:last-of-type{margin-bottom:0}
  .small .as-oil-l-item{margin:0}
  .as-oil-cpc__middle{padding:0}
  .as-oil-cpc-wrapper .as-oil-l-buttons-dark{background:#262626;padding:8px}
  .as-oil-cpc__content{display:block}
  .as-oil-cpc__right{flex:0;display:block}
  .as-oil-cpc__row-btn-all span{display:inline-block;width:49%;text-align:center;margin-top:10px;padding:.7rem 1rem}
  
  .as-oil-tabs-cpc__headline{margin-right:20px}
  .as-oil-tabs-cpc__wrapper .as-oil-tabs-cpc__purpose-labels span{display:table-header-group;height:auto}
  .as-oil-tabs-cpc__purpose-feature-texts ul{padding-left:1.5rem}
  .as-oil-tabs-cpc__switch{margin-left:5px}
  
  .as-oil-optout-confirm{margin:-1rem}
}
@media (max-width:849px){
  #as-oil-cpc.as-oil-content-overlay{padding:2rem 1rem}
  .as-oil-cpc__left{display:none}
  .as-oil-back-button { right: 15px; }
}
@media (max-width:929px){
  .as-oil-cpc-wrapper .as-oil__heading,.as-oil-cpc-wrapper .as-oil__intro-txt{margin-left:0;margin-right:20px}
  .as-oil-cpc__left{flex:0}
}
@media (min-width:769px){
  .as-oil-back-button{display:flex;align-items:center}
  .as-oil-cpc-wrapper .as-oil-l-buttons-dark,.as-oil-cpc-wrapper .as-oil-l-buttons-light{float:right}
  .as-oil .as-oil-l-wrapper-layout-max-width::after{clear:both;}
  .as-oil .as-oil-l-wrapper-layout-max-width::before,.as-oil .as-oil-l-wrapper-layout-max-width::after{display:table;content:" "}
  .as-oil .as-oil-l-wrapper-layout-max-width .as-oil__heading-intro-description{float:left;width:70%}
  .as-oil .as-oil-l-wrapper-layout-max-width .as-oil-l-buttons{margin-top:0;float:right;width:25%}
  .as-oil .as-oil-content-overlay{width:100%;left:0;right:0;margin:auto;bottom:0px;}
}
@media (min-width:769px) and (max-width:849px){
  .as-oil-optout-confirm{margin:-2rem -1rem}
}
@media (min-width:769px) and (max-width:1023px){
  .as-oil-l-buttons{max-width:24%}
  .as-oil__btn-cpc{float:none}
  .as-oil-optout-confirm .as-oil-optout-confirm__dialog .as-oil-l-buttons{max-width:unset}
}
@supports (display:flex){
  .as-oil-l-item{float:none}
  .as-oil-l-item--stretch{flex:1 0 auto}
}
@keyframes content{
  0%{opacity:0;transform:translateY(5%)}
  to{opacity:1;transform:translateY(0)}
}

.fa-clock:before {
 content:"\f017"
}

.hotline-ansprechpartner {margin:30px 0;}
.hotline h4, .hotline h5 {margin-bottom:0;}
.hotline .span12 {background: #fff;padding:15px;
  margin-bottom: 10px;
  margin-left:0;
}
.hotline .fa {font-size: 30px;}

.hotline-ansprechpartner .form-horizontal .control-label {
text-align: left !important;
margin-bottom:5px !important;}
