
/* PROMOTION-STYLES */
div.promo-wrapper{
	position: relative;
	width: 100%;
	box-sizing: content-box;
	margin-bottom: 20px;
}

div.promo-slider{
	float: left;
	width: 100%;
	height: 400px;
	background: #becebf;
	background: -moz-radial-gradient(center, ellipse cover, #becebf 0%, #739679 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #becebf 0%,#739679 100%);
	background: radial-gradient(ellipse at center, #becebf 0%,#739679 100%);
	
}

div.promo-box{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
}

div.promo-border-box{
	float: left;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
}

div.promo-imagebox-responsive{
	position: relative;
	width: 100%;
	background-size: cover;
}

div.promo-bg-gray{
	background: #fcfff4;
	background: -moz-radial-gradient(center, ellipse cover, #fcfff4 0%, #dfe5d7 90%, #d8e5d3 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #fcfff4 0%,#dfe5d7 90%,#d8e5d3 100%);
	background: radial-gradient(ellipse at center, #fcfff4 0%,#dfe5d7 90%,#d8e5d3 100%);
}

div.promo-bg-lila-dark{
	background: #fcfff4;
background: -moz-radial-gradient(center, ellipse cover, #fcfff4 0%, #dbcece 51%, #827777 100%);
background: -webkit-radial-gradient(center, ellipse cover, #fcfff4 0%,#dbcece 51%,#827777 100%);
background: radial-gradient(ellipse at center, #fcfff4 0%,#dbcece 51%,#827777 100%);
}

div.promo-bg-lila-light{
background: #fcfff4;
background: -moz-radial-gradient(center, ellipse cover, #fcfff4 0%, #f4efeb 51%, #efe5dc 100%);
background: -webkit-radial-gradient(center, ellipse cover, #fcfff4 0%,#f4efeb 51%,#efe5dc 100%);
background: radial-gradient(ellipse at center, #fcfff4 0%,#f4efeb 51%,#efe5dc 100%);
}

div.promo-content-absolute-bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
	background: rgba(255, 255, 255, 0.5);
}

div.promo-content-absolute-bottom a{
	color: #111;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14pt;
}



div.w-25{ width: 25%; }
div.w-30{ width: 30%; }
div.w-40{ width: 40%; }
div.w-50{ width: 50%; }
div.w-60{ width: 60%; }
div.w-70{ width: 70%; }
div.w-80{ width: 80%; }
div.w-90{ width: 90%; }
div.w-100{ width: 100%; display: block; float: none; }

div.h-200{ height: 200px; }
div.h-300{ height: 300px; }
div.h-400{ height: 400px; }

div.ml-10{ margin-left: 10px;}

.promo-title-dark{
	color: #111;
	font-size: 18pt;
	font-weight: 700;
	text-transform: uppercase;
}

.promo-title-jeans{
	color: #49546d;
	font-size: 22pt;
	text-transform: uppercase;
}

div.promo-round-image{
	margin: 20px;
	width: 150px;
	height: 150px;
	background-size: cover;
	display: inline-block;
	box-shadow: 0px 1px 4px #777;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
}

div.promo-round-image a{
	display: block;
	height: 150px;
	width: 150px;
	text-decoration: none;
}




/* PROMO */
div.promo-container{
	height: 400px;
	width: 100%;
	overflow: hidden;
	background-image: url(/public/images/promo/kaercher-01.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	position: relative;
}

a.promo-container{
	color: #FFF;
	font-weight: 600;
}

div.promo-container-title{
	font-family: 'Fira Sans Condensed';
	letter-spacing: -4px;
	line-height: 40px;
	font-size: 3em;
	font-weight: 600;
	color: #FFF;
	margin:auto;
	text-align: center;
}

div.promo-container-desc{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 80px;
	color: #FFF;
	font-family: 'Fira Sans Condensed';
	font-size: 14pt;
	text-align: center;
	background: rgb(54, 25, 25); /* Fall-back for browsers that don't support rgba */
	background: rgba(54, 25, 25, .5);
}

div.promo-container-desc > div{
	font-size: 0.8em;
	font-weight: 200;
}

div.promo-container-btn{
	cursor: pointer;
	background-color: #FFF;

	height: 30px;
	line-height: 30px;
	width: 200px;
	padding: 0px 10px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	color: #111;
	font-family: 'Fira Sans Condensed';
	font-size: 1em;
}
/*********************************************************************************/

.swiper-container {
	width: 100%;
	height: 400px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;

}

.hep-swiper-promo-bg-spring19{
	background-image: url(/public/promo/images/spring/spring-276014_1280.jpg);
	background-position: cover;
	background-repeat: no-repeat;
	background-color: #0B1A30;
}

h1.hep-swiper-promo-title{
	color: #FFF;
	text-shadow: 0px 1px 3px #444;
	font-family: 'Fira Sans Condensed';
	font-size: 1.8em;
	margin-top: 20px;
	margin-left: 50px;
}

div.hep-swiper-promo-itemTitle{
	background: #FFF;
	padding: 7px;
	display: inline-block;
}

div.hep-swiper-promo-itemTitle a{
	color: #111;
	font-family: 'Fira Sans Condensed';
	font-weight: bold;
	font-size: 1.4em;
}

div.hep-swiper-promo-Leftside{
	padding-left: 50px;
	padding-top: 20px;
	width: 55%;
}

div.hep-swiper-promo-Rightside{
	position: absolute;
	top: 50px;
	bottom: 0px;
	right: 40px;
	width: 35%;
}



div.hep-swiper-promo-ImgWrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #FFF;
	text-align: center;
	padding-top: 10px;
}

div.hep-swiper-promo-ImgWrapper a img {
	max-width: 90%;
}


div.hep-swiper-promo-button{
	background-color: #009de9;
	box-shadow: 0px 4px 0px #0075bf;
	padding: 7px;
	text-align: center;
	margin: 10px 10px;
}

div.hep-swiper-promo-button a{
	display: block;
	color: #FFF;
	text-shadow: 1px 2px 1px #0075bf;
	font-size: 11pt;
}

div.hep-swiper-promo-vorteil{
	background-color: #FFF;
	background-color: hsla(0, 100%, 100%, 0.6);

	box-shadow: inset 0px 0px 3px #FFF;
	padding: 7px;
	color: #111;
	text-shadow: 1px 1px 4px #FFF;
	font-family: 'Fira Sans Condensed';
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0px;
	display: inline-block;
}

div.hep-swiper-promo-break{
	display: block;
}


@media only screen and (max-width: 800px) {
	
}











h1.swiper-slide-title{
	color: #FFF;
	text-shadow: 0px 1px 3px #444;
	font-family: 'Fira Sans Condensed', Arial, sans-serif;
	font-size: 2.8em;
	margin-top: 20%;
	margin-left: 10%;
}

.swiper-slide-text{
	color: #FFF;
	text-shadow: 0px 1px 2px #222;
	font-family: 'Fira Sans Condensed', Arial, sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	margin: 0 10%;
}

.swiper-slide-btn{
	cursor: pointer;
	background-color: #FFF;

	height: 40px;
	line-height: 40px;
	width: 250px;
	padding: 0px 10px;
	margin: 20px 10%;
	text-align: center;
	color: #111;
	font-family: 'Fira Sans Condensed', Arial, sans-serif;
	font-size: 1.2em;
}

.swiper-slide-btn > a{
	color: #111;
	font-family: 'Fira Sans Condensed', Arial, sans-serif;
	font-size: 1.2em;
	display: block;
}










@media only screen and (max-width: 1050px) {
	div.promo-content-absolute-bottom a{
		font-size: 11pt;
	}
	
	h1.swiper-slide-title{
		font-size: 26pt;
	}
}

@media only screen and (max-width: 830px) {
	div.w-25,
	div.w-30,
	div.w-40,
	div.w-50,
	div.w-60,
	div.w-70,
	div.w-80,
	div.w-90,
	div.w-100{
		width: 100%;
	}
	
	div.box-onmobile-autoheight{
		height: auto;
	}
	
	h1.swiper-slide-title{
		margin-top: 10px;
		margin-left: auto;
		text-align: center;
	}

	.swiper-slide-text{
		
		text-align: center;
		font-size: 1.5em;
	}

	.swiper-slide-btn{
		position: absolute;
		bottom: 50px;
		left: 30px;
		right: 30px;
		width: auto;
		margin: auto;
		text-align: center;

	}

	.swiper-slide-btn > a{
		color: #111;
		font-family: 'Fira Sans Condensed', Arial, sans-serif;
		font-size: 1.2em;
		display: block;
	}

	div.hep-swiper-promo-Leftside{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		width: 100%;
		text-align: center;
	}

	div.hep-swiper-promo-Rightside{
		position: relative;
		top: 0px;
		bottom: 0px;
		right: 0px;
		width: auto;
		margin: 5px;
	}

	h1.hep-swiper-promo-title{
		font-size: 1.2em;
		margin-top: 10px;
		margin-left: 10px;
		text-align: center;
	}

	div.hep-swiper-promo-ImgWrapper{
		position: relative;
		border-radius: 0px;
		background-color: #FFF;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px 40px;
	}

	div.hep-swiper-promo-ImgWrapper a img{
		width: 80px;
	}

	div.hep-swiper-promo-vorteil{
		padding: 5px;
		font-size: 10pt;
		margin: 10px 0px 0px 0px;
		display: inline-block;
		clear: none;
	}

	div.hep-swiper-promo-break{
	display: inline-block;
}

	div.hep-swiper-promo-badge{
		top: -10px;
		right: 10px;
		width: 70px;
		height: 70px;
		border: none;
	}
}

@media only screen and (max-width: 1050px) {
	div.promo-round-image{
		width: 120px;
		height: 120px;
	}
}

@media only screen and (max-width: 900px) {
	div.promo-round-image{
		width: 110px;
		height: 110px;
		margin: 10px;
	}
}

@media only screen and (max-width: 500px) {
	div.promo-round-image{
		width: 90px;
		height: 90px;
	}
}

@media only screen and (max-width: 400px) {
	div.promo-round-image{
		width: 60px;
		height: 60px;
	}
}
/* END PROMO */


div.PromoHomeContainer{
position: relative;
height: 320px;
padding: 0;
margin: 0;
box-shadow: 1px 1px 5px #BBB;
-moz-box-shadow: 1px 1px 5px #BBB;
-webkit-box-shadow: 1px 1px 5px #BBB;
overflow: hidden;
}

div.PromoHomeContainer img{
	max-width: 100%;
}

div.PromoHomeTitle{
position: absolute;
top: 80px;
left: 50px;
font-family: 'Fira Sans Condensed', Tahoma, Arial, Verdana, sans-serif;
font-size: 45pt;
color: #624138;
}

div.PromoHomeSubTitle{
position: absolute;
top: 150px;
left: 50px;
font-family: 'Fira Sans Condensed', Tahoma, Arial, Verdana, sans-serif;
font-size: 25pt;
color: #624138;
}

div.PromoBtn{
	background-color: #876E67;
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0px 0px 20px #DFE6FF;
	-moz-box-shadow: 0px 0px 20px #DFE6FF;
	-webkit-box-shadow: 0px 0px 20px #DFE6FF;
	margin: 0;
	padding: 0;
}

div.PromoBtn:hover{
	background-color: #967D76;
}

div.PromoBtn a:link, div.PromoBtn a:visited{
	display: block;
	text-decoration: none;
	width: 250px;
	height: 50px;
	color: #FFF;
	text-shadow: 1px 2px 1px #564641;
}

div.PromoSticker{
	background-color: #E23F3F;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #FFF;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-size: 22pt;
	text-shadow: 1px 2px 1px #AD2626;
}

div.PromoStickerText{
	width: 80px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 80px;
	right: 20px;
	color: #E23F3F;
	font-size: 10pt;
	text-shadow: 1px 2px 1px #FFF;
	font-weight: bold;
}

div.PromoHomeContent{
position: absolute;
top: 210px;
left: 50px;
font-family: 'Fira Sans Condensed', Tahoma, Arial, Verdana, sans-serif;
font-size: 15pt;
color: #624138;
}

a.PromoHomeContentLink:link, a.PromoHomeContentLink:visited, a.PromoHomeContentLink:hover, a.PromoHomeContentLink:active{
font-family: 'Fira Sans Condensed', Tahoma, Arial, Verdana, sans-serif;
font-size: 14pt;
color: #FFF;
text-decoration: underline;
}
