/*__ __*/

#main {
	background: url('bg_image.jpg') no-repeat;
	border-left: none;
	border-right: none;
}

#page { background: none; }

#header {
	background: #FFF;
	
}

#stage { height: 934px; }

#hdlTBA {
	padding: 0 25px;
	margin-top: 40px;
}

#hdlTBA h1 {
	border-bottom: 0 none;
	font-family: Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FFF;
}

#hdlTBA h2 {
	border-bottom: 0 none;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0;
	color: #FFF;
}

.bBox {
	position: relative;
	top: 40px;
	left: 25px;
	background: url(blue-transparency.png) repeat\9;
	background: none repeat scroll 0 0 rgba(0, 59, 106, 0.8);
	height: auto;
	witdh: 300px;
	margin: 0;
	padding: 20px 20px;
	width: 270px;
	color: #FFF;
}

#footer {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em 10px 2.5em;
	position: relative;
	width: 982px;
	margin-top: 100px;
}

/* arrow */



#GrupMin,
#CTAPfeil {
	cursor: pointer;
	position: absolute;
}

#CTAPfeil {
	margin-left: 25px;
	margin-top: 34px;
	min-height: 105px;
	min-width: 330px;
}

#claimBg {
	background: url("../images/assets/CTA_bg.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	position: absolute;
}

.ie7 #claimBg img { margin-left: -350px; }

#claimLink {
	background: url("../images/assets/CTA_Pfeil.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 0;
	text-shadow: 1px 1px 2px #2F2F33;
	position: relative;
}

#CTA_Pfeil_end {
	display: block;
	float: left;
	width: 47px;
}

#GrupMin {
	margin-left: 25px;
	margin-top: -60px;
	left: 0\9;
}

/*****/




.hotspot .label {
	display: block;
	position: relative;
}

.hotspot { border-radius: 14px; }

.hotspot a { cursor: pointer; }

/*html.lte8 .hotspot { overflow: visible; }*/



html.lte8 .hotspot:after {
	background: url('fallback/hotspot-label.png') no-repeat right top;
	content: '';
	height: 100%;
	position: absolute;
	right: -16px;
	top: 0;
	width: 16px;
}

/*****/



.hotspot b.hslabel {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.hotspot .hslabel { color: #424242; }

.hotspot:hover .hslabel { color: #424242; }

.hotspot {
	background: url('fallback/hotspot-label.png') no-repeat; /* Fallback */
	background: none;
	border-radius: 14px;
	width: 83px;
	height: auto;
	display: block;
}

hotspot .hslabel { visibility: hidden; }

.hotspot.hover,
hotspot.active {
	background: url('fallback/hotspot-label.png') no-repeat; /* Fallback */
	background: none rgba(255, 255, 255, .8) !important;
}

/* 
--------------------------------------------------------------------------------------- */

/* Buttons ---------- */



.btn {
	cursor: pointer;
	display: inline-block;
}

a.btn {
	outline: none;
	text-decoration: none;
}

.glow-btn,
.glow-btn span { border-radius: 50%; }

.glow-btn {
	height: 24px;
	padding: 3px;
	text-indent: -999em;
	width: 24px;
}

.glow-btn span {
	background: url('../../_res/img/btn-glow.png') no-repeat #e53d40;
	display: block;
	height: 100%;
}

.glow-btn:hover span { background-color: #396385; }

html.no-borderradius .glow-btn span {
	background: url('../../_res/css/hotspot_ie8.png') no-repeat transparent;
	border: none;
}

html.no-borderradius .glow-btn:hover span { background: url('../../_res/css/hotspot_ie8_hover.png') no-repeat transparent; }

/* (08) Content
--------------------------------------------------------------------------------------- */

.pulsate {
	background: url('../../_res/img/glow-sequence-sprite.png') no-repeat -3960px center;
	border-radius: 50%;
	height: 82px;
	position: absolute;
	width: 83px; /* Einzelbild-Breite + 1px Abstand im Sprite (Mindestabstand bei http://de.spritegen.website-performance.org/) */
}

.pulsate .glow-btn {
	left: 29px;
	position: relative;
	top: 29px;
}

#stage { height: 765px; }


/* (09) Rollout
--------------------------------------------------------------------------------------- */

html.fr #claimLink { font-size: 20px; }


/* (10) Reviews
--------------------------------------------------------------------------------------- */

.margin-top-10-perc {
	margin-top: 10% !important;
}

.margin-top-20-perc {
	margin-top: 20% !important;
}

.margin-top-30-perc {
	margin-top: 30% !important;
}

.margin-top-40-perc {
	margin-top: 40% !important;
}

.margin-top-50-perc {
	margin-top: 50% !important;
}

.col-sm-1 {
	width: auto;
	margin: 10px;
}

.reviews .header {
	background-image: url('../img/teaser/teaser-reviews-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 735px;
}

@media only screen and (max-width: 1600px) {
	.reviews .header {
		min-height: 535px;
	
	}
	
}

#reviews {
	position: relative;
}

#owl-prev,
#owl-next {
	position: absolute;
	top: 50%;
	margin-top: -85px;
	z-index: 100;
}
#owl-prev {
	left: 10%;
}
#owl-next {
	right: 10%;
}

.owl-theme .owl-controls .owl-page span {
	background: #fff !important;
	opacity: 1 !important;
	margin: 5px !important;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.55);
	width: 16px !important;
	height: 16px !important;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #205f8a !important;
}

/* TOOLTIPS REVIEWS */

.qtip-default {
	background: #ffffff;
	color: #545558;
	border-color: #ffffff;
}

.qtip-default h5 {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}


.inactive {
	opacity: 0.6;
}

/* MODAL DIALOG */

#reviewModalVideo .modal-dialog {
    margin-top: 1%;
    width: 60%;
}

#reviewModal .modal-dialog {
	width: 60%;
	margin-top: 1%;
}


#rm-header {
	background-color: #f1f1f1;
}

.rm-header-content {
	padding-left: 20px;
}

.rm-header-content h5 {
	color: #414045;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	padding: 15px 0 5px 0;
	margin: 0;
}

.rm-header-content p {
	color: #414045;
	font-size: 12px;
	font-family: Arial;
	padding: 0 0 5px 0;
	margin: 0;
}

.rm-header-image {
	margin: 0 auto;
	background: #fff;
}

.rm-body-image-container img {
	margin: 0 auto;
}

#rm-prev,
#rm-next {
	position: absolute;
	top: 50%;
	margin-top: -68px;
	z-index: 9999;
}

#rm-next {
	right: 10px;
}

#rm-body iframe {
	max-width: 100%;
}

.section-wrapper {
  background: url(../img/teaser/wlc_akku_background_1.jpg) left -85px repeat-x, url(../img/teaser/wlc_background_1.jpg) left -85px repeat;
}

.slide-wrapper {
	margin: 0 auto;
	width: 810px;
}
.control-wrapper {
	width: 100%;
}

#owl-prev {
		left: 2%;
}
#owl-next {
		right: 2%;
}

.rm-header-content .date {
	font-size: 11px;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	border-radius: 5px;
	background: linear-gradient(to top, rgba(195,196,197,1) 0%,rgba(223,223,225,1) 100%) !important;
	margin: 3px !important;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.55);
	width: 20px !important;
	height: 20px !important;
	padding: 4px !important;
	color: #4e5052;
	font-weight: bold;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: linear-gradient(to top, rgba(2,61,108,1) 0%,rgba(96,138,176,1) 100%) !important;
	color: #fff;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.55) !important;
}

.icon-pdf {
	opacity: 0.8;
}

.download-pdf:hover .icon-pdf {
	opacity: 1;
}


@media (min-width: 1075px) {
	#owl-prev {
			left: 5%;
	}
	#owl-next {
			right: 5%;
	}
	.slide-wrapper {
		width: 810px;
	}
	
}

@media (min-width: 1400px) {
	#owl-prev {
			left: 5%;
	}
	#owl-next {
			right: 5%;
	}
	.slide-wrapper {
		width: 1080px;
	}
}

@media (min-width: 1600px) {
	#owl-prev {
			left: 10%;
	}
	#owl-next {
			right: 10%;
	}
	.slide-wrapper {
		width: 1080px;
	}
}

/*REVIEW seite */

#reviews-overview .qtip h5,
#reviews-overview .qtip p {
  margin: 5px 0;
}

@media (min-width: 1075px) {
  #owl-prev {
    left: 5%;
  }
  #owl-next {
    right: 5%;
  }
  #reviews-overview .slide-wrapper {
    width: 810px;
  }
}

@media (min-width: 1400px) {
  #owl-prev {
    left: 5%;
  }
  #owl-next {
    right: 5%;
  }
  #reviews-overview .slide-wrapper {
    width: 1080px;
  }
}

@media (min-width: 1600px) {
  #owl-prev {
    left: 10%;
  }
  #owl-next {
    right: 10%;
  }
  #reviews-overview .slide-wrapper {
    width: 650px;
  }
}

