.productcategorieen h2{
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
}

.productcategorieen{
	position: relative;
	z-index: 1;
}

.productcategorieen > .container{
	position: relative;
	z-index: -1;
}

.productcategorieen .cta_blok{
	background: #fff;
	font-size: 17px;
	float: none;
	margin: 0 auto;
	text-align: left;
}

.productcategorieen .cta_blok:hover{
	background-color: #cc8a00;
}

.productcategorieen .cta_blok_samenstellen:hover,
.productcategorieen .cta_blok_samenstellen:hover .cta_blok_tekst strong{
	color: #fff;
}

.productcategorieen .cta_blok_samenstellen .cta_blok_img, 
.productcategorieen .cta_blok_product_op_maat .cta_blok_img{
	height: 127px;
	width: 127px;
	min-width: 127px;
}

.productcategorieen .cta_blok .cta_blok_img svg{
    width: 83px;
    height: 80px;
}

.productcategorieen .cta_blok:hover .cta_blok_img{
	background: #fff;
}

.productcategorieen .cta_blok_tekst strong{
	color: #cc8a00;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
	font-size: 20px;
}

.productcategorieen .cta_blok_tekst {
    padding: 15px 35px;
}

.productcat-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 40px;
}

.productcat{
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	will-change: transform;
	transform-style: preserve-3d;
	color: #1b365d !important;
	font-family: marine, sans-serif;
	font-size: 50px;
	font-weight: 700;
	text-decoration: none !important;
	position: relative;
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.js-tilt{
	transform: perspective(300px) rotateX(0deg) rotateY(0deg);
}

.productcat:hover img{
	position: relative;
	z-index: 5;
}

.productcat span{
    font-size: 36px;
	position: absolute;
    left: 50%;
	bottom: 20px;
    -webkit-transform: translateX(-50%) translateY(0) translateZ(20px);
        -ms-transform: translateX(-50%) translateY(0) translateZ(20px);
            transform: translateX(-50%) translateY(0) translateZ(20px);
    white-space: nowrap;
	backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
	
}

@media (max-width:767px)
{		
	
	.productcategorieen .cta_blok{
		max-width: none;
	}
	
	.productcat span{
		font-size: 17px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		position: static;
	}
	
	.productcategorieen .cta_blok_samenstellen .cta_blok_img, .productcategorieen .cta_blok_product_op_maat .cta_blok_img{		
		height: 60px;
		width: 60px;
		min-width: 60px;
	}
	
	.productcategorieen h2{
		font-size: 18px;
	}
	
	.productcategorieen .cta_blok .cta_blok_img svg {
		width: auto;
		height: auto;
	}
	
	.productcategorieen{
		margin: 60px 0 !important;
	}
	
	.productcat-items{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -7.5px;
	}
	
	.productcat-items > div{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		min-width: 50%;
		max-width: 50%;
		padding: 0 7.5px;
		margin-bottom: 15px;
	}
	
	.productcat-items a{
		border-radius: 2px;
		border: 1px solid rgba(0, 0, 0, 0.09);
		height: 177px;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		padding: 15px;
	}
	
	.productcat > div{
		height: 115px;
		max-height: 115px;
	}
	
	.productcat > div picture{
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.productcat img{
		-o-object-fit: contain;
		   object-fit: contain; 
		height: 100%;
		width:100%;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.productcat span{
		font-size: 24px;
	}
	
	.productcategorieen .cta_blok{
		max-width: none;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.productcat{
		font-size: 40px;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
	
}

@media (min-width:1400px)
{
    
}