/* Unterstützung Screenreader */
.sprunglink {
background-color: #fff;
position: absolute;
padding: 0.2em;
display: block;
color:#000;
}
.sprunglink:not( :focus): not(:active) {
clip-path: inset(50%);
height: 1px;
overflow: hidden; white-space: nowrap;
width: 1px;
}

.hiddenlabel {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0); 
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}


/* *************************************************************
1. Allgemein
**************************************************************** */
a {	color: #005494;}
.content p a {
	color: #014a81;
	text-decoration: underline;
}
.scrollToTop {
	width: 40px;
	height: 40px;
}
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: #005494; }
.tooltip.top .tooltip-arrow {border-top-color: #005494;}
.tooltip.right .tooltip-arrow {border-right-color: #005494;}
.tooltip.left .tooltip-arrow {border-left-color: #005494;}
.tooltip.bottom .tooltip-arrow {border-bottom-color: #005494;}

.shopheader {padding: 10px 0px;}

.shopheader.mobil {text-align:left;display: inline-flex; padding-right: 5px;}
.shopheader.mobil img {max-width:130px;height:auto;}
.shopheader.mobil .span6 {width: 48.61878453038674% !important;float: left !important;}
.shopheader.mobil .span3 {width: 22.92817679558011% !important; float: left !important;}

@media (max-width: 979px) {
  .navbar .brand {
       font-weight: bolder;
    text-transform: uppercase;
  }
	nav#scrolltop {display: none;}

	em.mm-counter,.nav.mm-listview { font-size: 16px;color:#fff;}

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

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

	nav#scrolltop {display: none;}
	.open-badge {margin-top: 0 !important; border-radius: 0 !important;}
	.open-badge .btn {background: rgba(0,0,0,0.35);  border-radius: 5px;padding: 5px 10px;  margin-left:10px;  margin-bottom: 0;}


}
.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: #005494;
}
nav {
	border: 0;
}
.dropdown-menu > li > a {
	font-size: 17px;
}
.catnavhead .nav > li {
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 19px;
}
.boxheader, .categoryheader, .boxcartheader {
	background: #005494;
	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 (max-width: 1359px) {
	.span3.vorteile {font-size:13px;}
}

@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;}	
}


@media (max-width: 1359px) {.navbar .nav > li > a { padding: 10px 17px 10px;}}

/* 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: 60px;
	  background-color: rgba(255,255,255,0.7) !important;
	background-image: url(/images/icons/icon-prozent.png);
  	background-repeat: no-repeat;
  	background-position: 10px center;
	background-size: 45px;
	color: #2d4559;
	/*  text-shadow: 0px 0px 5px #000;*/
	font-weight: bold;
	text-transform:uppercase;
}

.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: #2d4559;
border-bottom-color: #2d4559;}

.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: 18px;
	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;
}





.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: 15px;
}
.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/#005494+0,0487cb+100 */
background: #005494; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #005494 0%, #0487cb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #005494 0%,#0487cb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #005494 0%,#0487cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005494', 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: #005494;font-size: inherit;font-family: inherit;font-weight: inherit;}


/* Sonderaktion Navigationsbadge */
.nav-list li.level1.sonderaktion > a {
  background-color:#b3ccdf !important;
background-image: url(/images/icons/icon-prozent.png);
background-repeat: no-repeat;
background-position: right center;
color: #2d4559;
background-size: 45px;
/*  text-shadow: 0px 0px 5px #000;*/
font-weight: bold;
text-transform:uppercase;
}







/* 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: #005494;
}

.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="#005494", 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);
}

.row-fluid.berater-label > div.span3:nth-of-type(5) {
    margin-left: 0;
}


@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;}


.well-berater .btn {width: auto !important;font-size: 22px !important;padding:10px !important;margin-top: 15px;}

}
@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;  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);transform: scale(1);animation: pulse 1s 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);}
}


.berater-verwendung {padding: 5px;
	color: #fff;background: #005494;
	background: -moz-linear-gradient(-45deg, #005494 0%, #0487cb 100%);
	background: -webkit-linear-gradient(-45deg, #005494 0%, #0487cb 100%);
	background: linear-gradient(135deg, #005494 0%, #0487cb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005494', 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: #005494;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;
}
.cwvideo {width: 100%;height: auto;}

@media screen and (max-width: 767px) {
	#productinfowrap .productimage {box-shadow: none;}	
}

#vid-S81000X {width: 35%;height: auto;}

@media screen and (max-width: 1200px) {
	#vid-S81000X {width: 50%;height: auto;}
}
@media screen and (max-width: 979px) {
	#vid-S81000X {width: 100%;height: auto;}
}



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

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


.lieferzeit {
  font-size: 1.25rem;
  margin-top: 15px;
  font-weight: bold;
  color:#0b970b;
}

.lieferzeit img{width: 35px;height: auto;
}


 
.liefer2, .liefer4 {
  padding: 5px 15px;
  margin-top: 5px;
  background: #ccc;
  border-radius: 3px;
  color: #000;
}
.liefer7 {
  padding: 5px 15px;
  margin-top: 5px;
  background: #af5709;
  border-radius: 3px;
  color: #fff;font-size: 1rem;
}

#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;
}

.leitern-transport {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
	color: #bb0101;}

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

.detailbeschreibung p {
	font-size: 15px;
	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: fit-content;
}
.sparen {
	margin-top: 15px;
}

div.sparen div {
  padding: 15px;
  background: rgb(5,133,201);
  color: #fff;
  margin-top: 15px;
}
div.sparen div a {  color: #fff;} 



.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:0;
}
.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: #005494;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: #005494;
	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;
}

/*Aufstellmoeglichkeiten nicht responsive */

table.aufstellmoegl {
	width: 100%;
	border-collapse: separate;
}
table.aufstellmoegl thead {
	position: relative !important;
	clip: unset;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}
table.aufstellmoegl tbody tr:nth-of-type(2n) {
	background-color: #fff;
} 
table.aufstellmoegl tbody th {
	vertical-align: middle;
}
table.aufstellmoegl tbody td {
	display: table-cell;
	border-right: 1px solid #fff;
	text-align: center;
}
table.aufstellmoegl tbody td:before {
	content: none;
}








/* 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: #005494;
	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;
	}
}


/* *************************************************************
BG Bau
**************************************************************** */
.bgbau .well.boxshadow {background-color: #fff;text-align: center;padding:20px;}
.bgbau-section {background-color: white;padding: 25px !important;margin-bottom: 30px;}
.bgbau-table.responsive  tr:nth-child(even) td,
.bgbau-table tr td:first-child {background-color: #efefef; }
.table.bgbau-table {margin-bottom: 0;}
.bgbauimg {max-height: 22px; margin-left: 5px; }
.bgbauimg2 {max-height: 24px;margin-left: 2px;margin-top: -5px;}
.bgbaudiv {;font-size: 20px;font-family:"Ubuntu condensed";border-radius: 7px;}
.bgbaudiv img {margin-right: 10px;}
.bgbaudiv a {display: block; padding: 5px 10px;background: #fff}
.bgbaudiv a:hover {text-decoration: none;background: rgba(255,255,255,0.7);}

/* *************************************************************
Buttons
**************************************************************** */

.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;
	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;
	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;display: block; bottom:0;background:url(/images/aktionen/footer-fruehjahr.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: #005494;
    color: #fff;
}

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

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


.inputRequirement {
  color: #c00;
}


.btn{
  border-radius:3px;
  padding:10px 14px;
  text-shadow:none;
  font-weight:700;
background:#0586c9}





.register input[type="text"], .register input[type="password"], .register input[type="tel"], .register select {
  width: 95%;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius:5px;

}

@media (max-width: 979px) {
.controls.pull-left.span4 {
  min-height: auto;
  margin: 10px 0 0 5px;
}

}

@media (min-width: 980px) {

.register input[type="text"], .register input[type="password"], .register input[type="tel"], .register select {
  border-radius: 0 3px 3px 0;
  border: none;
}


.controls.pull-left.span4 {
  width: 35%;
  padding: 10px;
  border-radius: 3px 0 0 3px;
  border: 0px solid #ccc;
  border-right: none;
  background: #e0e0e0 !important;
  color: #000;
font-size:16px;
}

.controls.pull-right.span8 {
  margin-left: 0 !important;
  width: 65%;
font-size:16px;
}




}


.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 #0086C9;
	background:  #efefef;
	color: #000;}

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

.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;}


#cwgutscheininfo {
	border: 2px solid #0371A6;
	display: block;
	font-size: 1.125rem;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1.5;
	background: #008ACC;
	color: #fff;
  }







/* ************************************************************
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;}


.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;
}

.span12.boxshadow.urlaubshinweis {
background: #c00;  color: #fff; }
.span12.boxshadow.urlaubshinweis .btn {
	background: #fff;  color: #c00;margin: 10px 0 0 0; }

.hotline .fa {font-size: 30px;}

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


#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  z-index: 10 !important;
}
