.col1-layout .col-main{
	padding:0;
}
.lpblock{
	display:block;
}
.lprow{
	width:780px;
	position:relative;
	margin:30px auto;
	height:295px;
}
.lprow .drawing{
	width: 235px;
	height:235px;
	margin-top:30px;
	position:absolute;
	background:white;
	left:0;
	z-index:99;
	border:1px solid #aaa
}
.lprow .drawing img{
	width:100%;
	height:100%;
}
#lpblock9 img{
	border:1px solid black;
}
.lprow .main-lpblock{
	width:calc(100% - 106px);
	height:295px;
	right:0;
	border:1px solid #081F2C;
	background:none;
	position:absolute;
	box-sizing:border-box;
}
.lprow .main-lpblock .button{
	position:absolute;
	right:0;
	bottom:0;
	background:#e0a62d;
	padding:12px 50px 12px 25px;
	color:white;
	font-size:28px;
	font-weight:600;
}
.lprow .main-lpblock .button:after{
	content: '';
	position: absolute;
	right: 25px;
	top: 45%;
	border-left: 0;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-left: 10px solid white;
}
.lprow .main-lpblock .title, .lprow .main-lpblock .subtitle, .lprow .main-lpblock .content{
	margin-left:130px;
	text-align:center;
	width:calc(100% - 130px);
	display:block;
}
.lprow .main-lpblock .title{
	text-transform:uppercase;
	color:#081F2C;
	font-size:28px;
	margin-top:30px;
	line-height: 26px;
	letter-spacing: 2px;
	/*font-weight:600;*/
}
.lprow .main-lpblock .title span{
	display: inline-block;
}
.lprow .main-lpblock .title:after{
	border-bottom: 1px solid #e0a62d;
	content: '';
	width: 100px;
	padding-top: 20px;
	display: block;
	margin: auto;
}
.lprow .main-lpblock .subtitle{
	margin-top:0px;
	font-size:16px;
	font-weight:600;
	color:#081F2C;
	margin-bottop:2px;
}
.lprow .main-lpblock .content{
	font-size:14px;
}
#slider-container span#slider-relax,
#slider-container span#slider-energy,
#slider-container span#slider-happy{
	position:absolute;
	padding:5px 30px;
	padding-left:30px;
	background:white;
	text-transform:uppercase;
	font-size:22px;
	cursor:pointer;
	font-weight: bold;
}
#slider-container span#slider-happy{
	top:50%;
	left:12.5%;
	color:#88DBDF;
}
#slider-container span#slider-energy{
	top: 63%;
    left: 43%;
    color: #FFB549;
}
#slider-container span#slider-relax{
	top: 52%;
    left: 77%;
    color: #AE8A79;
}
#slider-container{
	background:url('/skin/frontend/lampeberger/v4/landing-page-aroma/img/header.png') no-repeat center center;
	height:394px;
	width:1128px;
	position:relative;
	margin:auto;
}
#slider-container span{
	display:inline-block;
	padding-left: 35%;
}
#slider-container .slider-title{
	font-size: 30px;
	text-transform:uppercase;
	letter-spacing:3px;
	padding-top:60px;
}
#slider-container .slider-subtitle{
	font-size:16px;
	margin-bottom:18px;
}
#slider-container .slider-subtitle.last{
	font-size:16px;
	margin-bottom:0;
	margin-top:18px;
}
.slider-container{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
	align-items: center;
}
.slide-container{
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
}
.slide-container img{
	max-width:100%;
}
.slide-container span.link.button{
	position: absolute;
	top: 80%;
	background:#e0a62d;
	padding:12px 50px 12px 25px;
	color:white;
	font-size:28px;
	font-weight:600;
}
.slide-container span.link.button:after{
	content: '';
	position: absolute;
	right: 25px;
	top: 45%;
	border-left: 0;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-left: 10px solid white;
}
/*sliders*/
.horizontal-scrolling{
	width:1080px;
	position:relative;
	margin:0px auto;
	height:405px;
	display:flex;
	align-items:center;
	justify-content;center;
}
.left-arrow, .right-arrow{
	font-size: 49px;
	color: black;
	font-weight: 600;
	width: 45px;
	-webkit-transform: scale(2,1);
	-moz-transform: scale(2,1);
	-ms-transform: scale(2,1);
	-o-transform: scale(2,1);
	transform: scale(1,2);
	text-align:center;
	cursor:pointer;
}
.left-arrow.disabled, .right-arrow.disabled{
	visibility:hidden;
}
.left-arrow, .right-arrow, .horizontal-scrolling .content{
	display:inline-block;
}
.horizontal-scrolling .content{
	width : 100%;
	height:100%;
	overflow:hidden;
	text-align:center;
}
.content ul{
	width:100%;
	height:395px;
	box-sizing: border-box;
}
.content ul li{
	float: left;
	width: 400px;
	margin: 10px 0px 0 0px;
	height: 100%;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}
.browse{
	cursor:pointer;
	display: flex;
	align-items: center;
}
.browse:hover{
	-webkit-box-shadow: 0px 0px 8px 2px rgba(87,87,87,0.54);
	-moz-box-shadow: 0px 0px 8px 2px rgba(87,87,87,0.54);
	box-shadow: 0px 0px 8px 2px rgba(87,87,87,0.54);
}
.browse img{
	width:100%;
}
.showcase{
	height:380px;
	width:680px;
	position:fixed;
	top:calc(50% - 190px);
	left:calc(50% - 340px);
	z-index:99999;
	background:white;
	padding: 30px;
	box-sizing: border-box;
}
.showcase .left-col{
	float:left;
	width:50%
}
.showcase .right-col{
	float:right;
	width:50%;
}
.showcase .right-col div{
	display:block;
}
.showcase .right-col [name="qty"]{
	width: 60px;
	height: 50px;
	float: left;
	margin-bottom: 15px;
	padding: 0;
	font-size: 30px;
	text-align: center;
}
.showcase .right-col .price{
	text-align:right;
	position: relative;
	float: right;
	font-size: 30px;
	height: 100%;
	font-weight: 600;
	line-height: 50px;
}
#opacity-layer{
	position:fixed;
	background:black;
	opacity:0.25;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99998;
}
span.close{
	position:absolute;
	height:20px;
	width:20px;
	right:10px;
	top:10px;
	cursor:pointer;
}
span.close svg{
	width:100%;
	height:100%;
}
.item-name{
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align:left;
}
.show-more{
	font-size:30px;
	font-weight:600;
	margin-bottom:50px;
}
.show-more a{
	color:#081F2C;
	font-weight:600;
	font-size:24px;
}
.add-to-cart{
	margin-top:10px;
	background:#00a9bb;
	color:white;
	font-size:30px;
	padding:10px;
	box-sizing:border-box;
	text-transform:uppercase;
	text-align:center;
	float: left;
	width: 100%;
	font-weight:400;
	border:none;
	font-family:futuralt, Tahoma, Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.add-to-cart:hover{
	background:#0e9faf
}
a.video{
	color:white;
}
.see-product{
	left:0;
	right:initial!important;
}
/* Aroma */
#lpblock1 .main-lpblock .title:after{
	border-bottom:1px solid #AE8A79
}
#lpblock1 .main-lpblock .button,
.showcase.relax .add-to-cart{
	background:#AE8A79;
}
#lpblock3 .main-lpblock .title:after{
	border-bottom:1px solid #FFB549
}
#lpblock3 .main-lpblock .button,
.showcase.energy .add-to-cart{
	background:#FFB549;
}
#lpblock7 .main-lpblock .title:after{
	border-bottom:1px solid #88DBDF
}
#lpblock7 .main-lpblock .button,
.showcase.happy .add-to-cart{
	background:#88DBDF;
}
.title-row2{
	font-weight: normal;
	font-size:18px;
}
.bold{
	font-weight:600;
}
.showcase img {
	width: 90%;
}
#slider-happy:after,
#slider-relax:after,
#slider-energy:after {
    content: '';
    position: absolute;
	left: 85%;
	top: 29%;
    border-left: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 10px solid white;
}
#slider-happy:after{
	border-left: 10px solid #88DBDF;
}
#slider-relax:after{
    border-left: 10px solid #AE8A79;
}
#slider-energy:after {
    border-left: 10px solid #FFB549;
}
