header{
	display: block;
    max-width: 1280px;
    margin: 0 auto !important;
    padding: 0 30px 50px !important;
}
header .desktop-only{
	display: block;
}
header nav{
	display: none;
	float: right;
}
.slider-inner{
    float: left;
    position: relative;
    width: calc(100% - 47px);
    overflow: hidden;
    height: 84px;
}
/*
#product .slider{
	display: none;
}
*/
#product .slider{
	margin-bottom: 0;
}
#product .slider ul{
	width: 5000%;
	padding-left: 3px;
}
#product .slider ul li{
	display: inline-block;
	width: 150px;
	height: 100%;
}
#product .slider ul li.strip{
	width: 300px;
}
#product .slider ul li img{
	width: 100%;
	height: 100%;
}
#product .slider .slide-left,
#product .slider .slide-right{
	height: 74px;
	line-height: 74px;
	/*7-2-2019*/
	/*margin-top: 5px;*/
	margin-top: 0px;
}
.row .col .content.atmosphere-slider{
	padding-top: 0;
}
.atmosphere-slider-images{
	height: 400px !important;
}
.atmosphere-slider-fullscreen{
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 15pt;
    float: right;
    margin-top: -40px;
    margin-right: 15px;
    cursor: pointer;
}
#product h1{
	font-size: 2rem;
}
#product h2,
#product .title{
	font-size: 1.6rem;
}
.page-id-9100 #product .title{
	font-weight: normal;
	margin-bottom: 10px;
}
.blog #product .title .right-align a{
	text-transform: none;
	font-weight: normal;
}
.blog #product .slider .title{
	font-weight: normal;
}
#product .title span{
	font-weight: bolder;
}
#product .title .right-align{
	float: right;
}
#product .title a{
	color: inherit;
}
#product .slider .contain{
	width: 100%;
}
#product .content p{
	font-size: 11pt;
}
#product .graybox ul li{
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.4;
}
span.tile-info-label {
    margin-right: 5px;
}
.artikelnummer-h1{
	float: right;
	color: #ccc;
	font-size: 14pt;
	font-weight: normal;
}
#product .graybox.pdf-downloads{
    border: 1px solid #bbb;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../images/pdfdownload.jpg) no-repeat right 20px top 20px #fff !important;
    background-size: 60px !important;
}
.pdf-downloads p{
	margin: 0;
}
.pdf-downloads a{
	text-transform: uppercase;
	color: #373a3c;
}
.mixmatchbutton{
	float: left;
	width: 100%;
	padding: 15px;
	margin-top: 15px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	text-align: center;
}
.mixmatchbutton *{
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 12pt;
}
.mixmatchbutton span:nth-child(1){
	font-size: 20pt;
}
.mixmatchbutton span:nth-child(4){
	text-transform: none;
}
.mixmatchbutton a{
	margin: 15px 0;
	padding: 7px 0;
	background: #fff;
	border-radius: 6px;
}

.dealer-post-results > .row{
    display: block;
    max-width: 1280px;
    margin: 0 auto !important;
    padding: 0 30px 50px !important;
}
.dealer-post-results > .row ul li{
	cursor: pointer;
}
.specificaties .tile-info-value.tile-merk,
.specificaties .tile-info-value.tile-serie{
	text-transform: capitalize;
}
#product{
	margin-top: 15px;
}
#product .sfeer-slider{
	margin-top: 15px;
}
@media screen and (max-width: 768px){
	.back-to-space{
		display: none !important;
	}
	.lSAction>.lSNext,
	.lSAction>.lSPrev{
		position: absolute !important;
	}
	#product .specificaties .title{
		background: #646869;
/* 		color: #fff; */
	}
	#product .graybox.pdf-downloads{
		margin-top: -30px;
		padding-bottom: 10px;
	}
	.blog #product .slider .title{
		overflow: hidden;
		margin-bottom: 10px;
	}
	.top-navigation{
		float: left;
		width: 100%;
		background: none;
		font-size: 18pt;
	}
		.top-navigation a{
			color: inherit;
		}
		.top-navigation a:last-child{
			float: right;
		}
	#product .sfeer-slider{
		float: left;
		width: 100%;
	}
	.button, .btn{
		cursor: pointer;
	}
	.plan-route-mobile{
		display: none !important;
	}
	.leverbaar thead,
	.leverbaar tbody{
		float: left;
		width: 100%;
	}
	.leverbaar tbody{
		background: #f0f0f0;
		padding: 10px;
	}
	.more-information-button .title span{
		float: right;
		font-size: 16pt;
		line-height: 40px;
	}
	.more-information-button{
		margin-bottom: 20px;
	}
	.button{
		cursor: pointer;
	}
	footer .adresses ul li>span::after{
		content: "";
	}
}
@media screen and (max-width: 1024px){
	#product h2, #product .title{
		font-size: 1.5rem;
	}
	#product .graybox.pdf-downloads{
		background-size: 40px !important;
	}
	.pdf-downloads a{
		font-size: 12pt;
	}
}
@media (max-width: 1400px){
	.slider-inner{
		overflow-x: scroll; /* has to be scroll, not auto */
		-webkit-overflow-scrolling: touch;
	}
}

body.blog ul.atmosphere-slider-images.lightSlider.lSSlide > li  {
    height: 100% !important;
}

body.blog ul.atmosphere-slider-images.lightSlider.lSSlide > li > img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;;
}