.modal {
	z-index: 99999;
}



.products__enkel {    
	display: flex; 
	flex-direction: column; 
	/* width: 14.5%;*/	
	margin-right:46px;
	margin-left:2px; 	
	margin-bottom: 0%!important; 	
	border: solid 0px #dedede; 
	box-sizing: border-box; 
	text-align: left;
	margin-top: 27px;
	max-width: 150px;

}
.products__enkel a {
	text-decoration: none;
}



.product__afb img {
	max-width: 150px;
}
.product__tekst h2 {
	font-size: 1rem!important;	
	color: #000; 	
	line-height: 26px;
	margin-bottom: 0;
	
}

.products__enkel:last-child, {    	
	margin-bottom: 0%; 
}

.products__holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

@media screen and (max-width: 1000px){ 
	 
	.product__tekst h2 { font-size: 16px;  line-height: 18px;}
	.product__tekst h3 {font-size: 14px; }
	.products__enkel {   width: 16%; margin-right:3.5%; margin-bottom:3.5%; }
	.products__enkel:nth-of-type(4n+4) { margin-right:3.5%;}	
	.products__enkel:nth-of-type(3n+3) { margin-right:0;}
	
}

.modal {
	display: none !important;
	height: 100% !important;
	left: 0 !important;
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}
body.admin-bar .modal{
	padding-top: 32px;
}
.modal.open {
   display: block !important;
}

.modal__inner {
	position: relative;
	height: 100%;
}
body.admin-bar .modal__inner {
	padding-top: 30px;
}

body.modal-show {
	overflow-y: hidden;
	overflow-x: hidden;
}
body.modal-show .sticky-style-fixed.header-style-1 .mk-header-holder {
	position: relative;
}
body.modal-show .mk-header {
	display: none;
}

.js-close {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999!important;
	display: none;
}
.js-close.open {
	display: block !important;
	width: 100%;
	background: #222;
	color: #fff;
	font-size: 14px;
	padding: 6px 6px 3px 6px;
}

.pdfobject-container,
.pdf-container {
	width: 100% !important;
	height: 100% !important;
	padding-top: 30px;
}
body.admin-bar .pdfobject-container,
body.admin-bar .pdf-container {
	padding-top: 0;
}