/* ------------------------------------------------
	SLIDER
--------------------------------------------------*/

#productSlider{
	width: 100%;
	position: relative;
}

#productSlider .productslider-box{
	width: calc(100% - 240px);
	margin: 0px 120px;
	overflow: hidden;
}

#productSlider .prev-next-btn{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 70px;
	height: 75px;
	padding-bottom: 5px;
	background: #e71f01;
	border-radius: 40px;
	color: #fff;
	line-height: 75px;
	text-align: center;
	display: block;
	font-size: 60px;
}

#productSlider .prev-next-btn:hover{
	background: #811100;
}

#productSlider #product-stepBack{
	left: 0;
	padding-right:10px;
}

#productSlider #product-stepNext{
	right: 0;
	padding-left:10px;
}

#productSlider .productslider-frame{

}

#productSlider .product-wrapper{
	text-align: center;
	float:left;
}

.product-wrapper img{
	max-width: 90%;
}

.product-wrapper p.title{
	line-height: 28px;
}

.product-wrapper p.title > strong{
	line-height: 38px;
}

.product-wrapper p.title > span{
	font-size: 20px;
}

/* ------------------------------------------------
	Sortiment
--------------------------------------------------*/

.productCategory{
	width: calc(100% + 300px);
	margin-left: -150px;
	background-image: url('../Icons/back-holz.jpg');
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.productCategory h3{
	color: #fff;
	text-align: center;
	background-color: #e71f01;
	padding: 10px 0;
}

.productCategory .productlist{
	padding-top: 50px;
	padding-bottom: 40px;
}

.productCategory .product-wrapper{
	width: 33.3%;
	text-align: center;
	float:left;
	margin-bottom: 40px;
}


/* ------------------------------------------------
	Lightbox
--------------------------------------------------*/
#popup-logo{
	display: block;
	text-align: center;
	margin-top: -5px;
	position: relative;
	z-index: 1025;
}

.product-details{
	padding:0 !important;
	display: flex;
	font-size: 14px;
	margin-top: -45px !important;
}

.product-details .grid-40{
	width: 40%;
	background-image: url('../Icons/back-holz.jpg');
	background-repeat: repeat-y;
	background-size: 100% auto;
	text-align: center;
}

.product-details .grid-60{
	width: calc(60% - 80px);
	padding: 40px;
}

.product-details .grid-40 img{
	max-width: 90%;
	margin-top: 220px;
}

.product-details p{
	padding-bottom: 10px;
	line-height: 22px;
}

.product-details p.title{
	line-height: 36px;
	padding-bottom: 20px;
}

.product-details p.title > strong{
	line-height: 38px;
}

.product-details p.title > span{
	font-size: 20px;
}

.product-details ul{
	list-style: none;
	padding: 0;
	width: 100%;
}

.product-details ul li{
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 5px 0;
}

.product-details ul li span{
	width: 60px;
	float:right;
}

.product-details .tab-nav{
	padding: 0px;
}

.product-details .tab-nav .tab{
	background: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	text-align: center;
	padding: 7px 18px;
	margin: 0px;
	margin-right: 5px;
	font-size: 18px;
	line-height: 26px;
	border-radius: 0px;
	font-family: "arvoregular",arial,sans-serif;
	text-decoration: none;
	color: #000;
}

.product-details .tab-nav .tab:hover{
	background: #ccc;
}

.product-details .tab-nav .active, .product-details .tab-nav .active:hover{
	background: #fff;
	border-bottom: 1px solid #fff;
}

.product-details #allergenic{
	display:none;
	font-size: 12px;
}

.product-details #nutrient, .product-details #allergenic{
	border: 1px solid #ccc;
	padding: 10px 20px;
	margin-top: -1px;
}

.product-details table{
	border-collapse: collapse;
}

.product-details table td, .product-details table th{
	border: 1px solid #000;
	padding: 5px 8px;
}


/* ------------------------------------------------
	RESPONSIVE
--------------------------------------------------*/
@media only screen and (max-width: 1600px) {
	
	#productSlider p.title, .productCategory p.title{
		font-size: 26px;
		line-height: 42px;
	}
}



@media only screen and (max-width: 1300px) {
	
	.productCategory {
		width: calc(100% + 200px);
		margin-left: -100px;
	}
	
	#popup-logo {
		margin-top: 5px;
	}
	
	#popup-logo img{
		width: 97px;
		height: 100px;
	}
	
	.product-details{
		margin-top: -25px !important;
	}
}



@media only screen and (max-width: 1150px) {
	
	.productCategory {
		width: calc(100% + 100px);
		margin-left: -50px;
	}
}



@media only screen and (max-width: 1440px) {
	
	.productCategory .product-wrapper{
		width: 50%;
		min-height: 430px;
	}
	
	.productCategory .productlist>.clear{
		display: none;
	}
}


@media only screen and (max-width: 880px) {
	
	.productCategory .product-wrapper{
		width: 100%;
		min-height: auto;
	}
}



@media only screen and (max-width: 780px) {
	
	#productSlider .productslider-box {
		width: calc(100% - 120px);
		margin: 0px 60px;
	}
	
	#productSlider .prev-next-btn {
		margin-top: -30px;
		width: 50px;
		height: 55px;
		line-height: 55px;
		font-size: 50px;
	}
	
	#productSlider p.title {
		font-size: 22px;
		line-height: 36px;
	}
	
	.product-details .grid-40 {
		display:none;
	}
	
	.product-details .grid-60 {
		width: calc(100% - 80px);
		padding: 40px;
	}
}




@media only screen and (max-width: 480px) {
	.product-details .tab-nav .tab:nth-child(2) {
		display:none;
	}

	.productCategory {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}



@media only screen and (max-width: 450px) {
	
	#productSlider .productslider-box {
		width: calc(100% - 60px);
		margin: 0px 30px;
	}
	
	#productSlider .prev-next-btn {
		margin-top: -20px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 30px;
	}
	
	#productSlider #product-stepNext {
		padding-left: 5px;
	}
	
	#productSlider #product-stepBack {
		padding-right: 5px;
	}
	
	#productSlider p.title, .productCategory p.title {
		font-size: 24px;
		line-height: 36px;
	}
}



@media only screen and (max-width: 400px) {
	
	#productSlider .productslider-box {
		width: calc(100% - 40px);
		margin: 0px 20px;
	}
	
	#productSlider #product-stepNext {
		right: -10px;
	}
	
	#productSlider #product-stepBack {
		left: -10px;
	}
	
	.product-details .grid-60 {
		width: calc(100% - 40px);
		padding: 20px;
	}
	
	.product-details {
		font-size: 12px;
	}
	
	.product-details ul li span {
		width: 50px;
	}
	
	.productCategory p.title {
		font-size: 20px;
		line-height: 28px;
	}
}



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

	.productCategory p.title {
		word-break: break-all;
	}
}