/*
@font-face {
    font-family: 'profileregular';
    src: url('../fonts/profile-regular-webfont.eot');
    src: url('../fonts/profile-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/profile-regular-webfont.woff') format('woff'),
         url('../fonts/profile-regular-webfont.ttf') format('truetype'),
         url('../fonts/profile-regular-webfont.svg#profileregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/*
@font-face {
  font-family: 'apple';
  src: url('../font/myriad_apple.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+
}
*/
/*
@font-face{
	font-family:"Avenir-Next";
	src:url("../fonts/AvenirRegular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:"Avenir-Next";
	src:url("../fonts/AvenirDemi.otf");
    font-weight: bold;
    font-style: normal;
}
@font-face{
	font-family:"Avenir-Next";
	src:url("../fonts/AvenirBold.otf");
    font-weight: 500;
    font-style: normal;
}
*/
/*
@font-face{
	font-family:"JosefinSans";
	src:url("../fonts/JosefinSans-Light.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:"JosefinSans";
	src:url("../fonts/JosefinSans-Regular.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face{
	font-family:"JosefinSans";
	src:url("../fonts/JosefinSans-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face{
	font-family:"aqua";
	src:url("../fonts/aqua.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:"aqua";
	src:url("../fonts/aqua.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}
*/

@font-face{
	font-family:"playf";
	src:url("../fonts/PlayfairDisplay-Black.woff2");
    font-weight: bold;
    font-style: normal;
}
@font-face{
	font-family:"popp";
	src:url("../fonts/Poppins-Bold.woff2");
    font-weight: bold;
    font-style: normal;
}




/*
@font-face{
	font-family:"helveticaNeue";
	src:url("../fonts/helveticaNeue.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:"helveticaNeue";
	src:url("../fonts/helvetica-neue-bold.otf");
    font-weight: bold;
    font-style: normal;
}
@font-face{
	font-family:"helveticaNeue";
	src:url("../fonts/HelveticaNeue-Thin.otf");
    font-weight: 200;
    font-style: normal;
}
*/


@font-face{
	font-family:"helveticaNow";
	src:url("../fonts/HelveticaNowDisplay-Regular.woff2");

    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:"helveticaNow";
	src:url("../fonts/HelveticaNowDisplay-Bold.woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face{
	font-family:"helveticaNow";
	src:url("../fonts/HelveticaNowDisplay-Thin.woff2");
    font-weight: 200;
    font-style: normal;
}
/*
* {
	font-family: 'JosefinSans', arial, segoe UI, arial,tahoma,times;
	font-family: 'aqua', arial, segoe UI, arial,tahoma,times;
}
*/

@font-face{
	font-family:"Montserrat-normal";
	src:url("../fonts/Montserrat-Medium.ttf");
    font-weight: bold;
    font-style: normal;
}
@font-face{
	font-family:"Montserrat-semibold";
	src:url("../fonts/Montserrat-SemiBold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face{
	font-family:"Montserrat-bold";
	src:url("../fonts/Montserrat-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

:root{
	--font-normal: "Montserrat-normal";
	--font-bold: "Montserrat-bold";
	--font-semi-bold: "Montserrat-semibold";

	--blue-gray: #2E3544;
	--white-grey: #F7F7F8;
	--low-opacity-grey: #2e3544b2;
}

* {
	font-family: 'helveticaNow', arial, segoe UI, arial,tahoma,times;

	/*font-family: 'aqua', arial, segoe UI, arial,tahoma,times;*/
	/*font-family: arial, segoe UI, arial,tahoma,times;*/
}
body {
	font-family: 'helveticaNow', arial, segoe UI, arial,tahoma,times;
	font-family:  arial, segoe UI, arial,tahoma,times;
	/*font-family: Alegreya Sans, arial, segoe UI, arial,tahoma,times;*/
	font-size: 16px;
	margin:0;
	padding:0;
	background-color: #fff;


	/*background: rgb(127, 92, 31);*/
	-webkit-background-size: length_100% length_100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	width: 100%;
	position: relative;
	background-attachment: fixed;
	/*overflow:hidden;*/
}
/*
*:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
}*/
html{
 position: relative;
}

h1 {
font-family: 'playf', arial, segoe UI, arial,tahoma,times;
font-weight: bold;
font-size: 4rem;
color: #fff;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 15px 0px;
/*letter-spacing: 2px;*/
}

h2 {
font-family: 'helveticaNow', arial, segoe UI, arial,tahoma,times;
	font-weight: bold;
	font-size: 3rem;
	color: #fff;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	letter-spacing: 1px;
	line-height: 100%;


}
.home_intro h2 {
	margin-bottom: 15px;

}


h3 {
	font-family: helvetica, arial, segoe UI, arial,tahoma,times;
	font-weight: normal;
	font-size: 30px;
	color: #000;
	font-weight: normal;
	/* margin: 0px 0px 10px 0px; */
	line-height: 120%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;

}
@media screen and (min-width: 1000px) {
	*::-webkit-scrollbar, .entry_page::-webkit-scrollbar {
		width: 0.5em;
		width: 1px;
		width: 5px;
		position: absolute;
	}
	*::-webkit-scrollbar-track, .entry_page::-webkit-scrollbar-track {
      /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        background: #000;
	}
	
	.entry_page::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		box-shadow: none;
        background: #fff;
       
	}
	*::-webkit-scrollbar-thumb, .entry_page::-webkit-scrollbar-thumb {
		background-color: #d9944b;
		background-color: var(--blue-gray);;
		/* outline: 10px solid #040404; */
		/* width: 10px; */
		border-radius: 100px;
	} 
}
.category_introduction a:link, .category_introduction a:visited {
	color: #FBC000;
	color: #cd2229;

	font-weight: bold;
	transition: 0.2s ease;
	transform: translateX(0px);
	    text-decoration: none;
}
.category_introduction a:hover {
	/* transform: translateX(4px) scale(1.02); */
	/* background: Red; */
    filter: brightness(1.3);
}
.category_introduction h2 {
	font-size: 30px;
}
#content_contact a:link, #content_contact a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	transition: 0.3s ease;
	transition: 0.4s ease;
     display: inline-block;
    /*padding: 15px 30px;*/
    border-radius: 5px;
    /* margin-top: 33px; */

}
#content_contact a:hover {
	color: rgb(241, 249, 255);
}


.orderform_container h2 {
	color: #560018;

}

.h1_span {
	font-size: 18px;

}

.h2_790 {
	font-size: 28px;
}




img {
border: none;
}

#wrapper {
    min-height: 100%;
    overflow: hidden;
    min-height: 100%;
    overflow: hidden;
    /* overflow: auto; */
    /* height: 100vh; */
    /*-webkit-overflow-scrolling: touch;*/
   /* z-index: 1;*/
    position: relative;
    width: 100%;
}
#main_wrap {
	/*overflow: auto;*/
	/*padding-bottom: 74px;
	padding-bottom: 107px;*/

}
#footer {
	position: relative;
	margin-top: -74px; /* negative value of footer height */
	margin-top: -117px;
	min-height: 74px;
	min-height: 107px;
	clear:both;
}




.close {
	width: 24px;
	height: 24px;
	background-image: url('../img/close2.png');
	/*background-image: url('../img/close3.png');*/
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;

}

.close_diensten {
	width: 24px;
	height: 24px;
	background-image: url('../img/close2.png');
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}
.close_fas {
	width: 24px;
	height: 24px;
	background-image: url('../img/close2.png');
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}


.main_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;

}
.content {


}
.content_container {

	/*padding: 19px;*/
	color: #fff;
	color: #6c6c6c;
	/*letter-spacing: 1px;*/
	font-size: 13px;
	position: relative;
	overflow: auto;
	overflow: hidden;
    color: rgba(0, 0, 0, 0.63);
}


.content_contact_container {
padding: 15px 0px 0px 20px;
letter-spacing: 1px;
font-size: 13px;

}

/***********************************************************************************************************
STAS***********************************************************************************************************
/*****************************************/
/*****************************************
STAS*************************************************************************************************************
/*****************************************/
/*****************************************
STAS***************************************************************************************************************
/*****************************************/
/*****************************************
STAS***************************************************************************************************************
/*****************************************/
/*****************************************
STAS***************************************************************************************************************
/*****************************************/
/*
.terug, .terug_clients {
    width: 4%;
	width: 6%;
    display: block;
    text-decoration: none;
    position: fixed;
    top: 3%;
	top: 20%;
    right: 2%;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 100px;
}*/
.terug, .terug_clients {
	width: 90px;
	padding-bottom: 90px;
	position: absolute;
	display: block;
	text-decoration: none;
	top: 10px;
	top: 140px;
	right: 70px;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}
.terug:hover, .terug_clients:hover {

/*	transform: rotateZ(180deg);*/
}
.close_line_1 {
	position: absolute;
	top: 0px;
	height: 100%;
	padding: 0% 4%;
	background-color: #fff;
background-color: #1274be;
    background-color: rgb(180, 131, 37);
	     background-color: rgb(255, 255, 255);
			  background-color: rgb(36, 59, 123);
			  background-color: rgb(207 32 38);
	left: 48%;
	transform: rotateZ(45deg);
	transition: 0.4s ease;
}
.close_line_2 {
	position: absolute;
	top: 0px;
	height: 100%;
	padding: 0% 4%;
	background-color: #fff;
	background-color: rgb(36, 59, 123);
	background-color: rgb(207 32 38);
	left: 48%;
	transform: rotateZ(-45deg);
	transition: 0.4s ease;
}
.terug:hover .close_line_1, .terug:hover .close_line_2 {

transform: rotateZ(90deg);
}
.kiesel_images_container {
	position: relative;
}
.green_bottom {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
.green_bottom img {
	width: 100%;
}
.kiesel_big_images {
    position: relative;
    width: 100%;
    display: block;
    display: inline-block;
    width: 90%;
    margin: 2.5%;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 35%);
    position: relative;
    margin: 0% 2.5% 5% 2.5%;
    margin: 0% 5% 5% 5%;
    /* top: 50vh; */
    margin: 60px 0px 0px 0px;
    width: 100%;
}
@media screen and (max-width: 1300px){
	.kiesel_big_images {
		margin: 50px 0px 0px 0px;
	}
}
@media screen and (max-width: 1300px){
	.kiesel_big_images {
		margin: 50px 0px 0px 0px;
	}
}
@media screen and (max-width: 450px){
	.kiesel_big_images {
		margin: 30px 0px 0px 0px;
	}
}

.info_a {
	display: inline-block;
	color: green;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 20px;
}
.terug img {
	width: 100%;
}
.prod_blok_img2 {
	width: 100%;
	min-height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	transition: 0.6s ease;
}
.diensten_blok, .client_link, .tcr_img_link {
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: inline-block;
    width: 31.33%;
    vertical-align: top;
    overflow: hidden;
    transform: translateZ(0);
    margin: 1%;

}
.category_introduction {
	color: #fff;
	font-size: 25px;
	padding: 5% 20% 10% 20%;
	padding: 0% 20% 10% 20%;
	color: rgb(13, 94, 152);
	color: rgb(255, 255, 255);
	color: rgba(0, 0, 0, 0.63);
	font-size: 18px;
	/* font-size: 20px; */
	/* font-size: 23px; */
	/* padding: 4% 20% 10% 0%; */
	position: relative;
	text-align: center;
	/* width: 50%; */
	margin: 0 auto;
	line-height: 150%;
	line-height: 200%;
	text-align: left;
	z-index: 2;
	padding: 0% 20% 10% 0%;
	padding: 0% 5% 0% 0%;
	background: #0c0d15;


	background: -moz-linear-gradient(top,  rgba(140,140,140,1) 0%, rgba(12,13,21,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(140,140,140,1) 0%,rgba(12,13,21,1) 100%);
	background: linear-gradient(to bottom,  rgba(140,140,140,1) 0%,rgba(12,13,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#0c0d15',GradientType=0 );
	
    font-size: 1rem;
    line-height: 170%;

	/* padding: 0% 20% 0% 0%; */
}
/*
#content_actueel .category_introduction {
    padding: 0% 10% 10% 0%;
 }
 */
.categorie_introduction_vlak {
	background-color: #fff;
	padding: 6vw 6vw 6vw 26vw;
	position: relative;
	/* top: 5%; */
	/*margin-top: -10%;*/
	/*margin-top: -5%;*/
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
	min-height: 550px;
	top: -40px;

	background: rgb(209,209,209);
background: -moz-linear-gradient(left,  rgba(209,209,209,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left,  rgba(209,209,209,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(209,209,209,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff',GradientType=1 );


}
.categorie_introduction_vlak_text {
	padding: 6vw 13vw 6vw 26vw;
}
#content_onze-merken .categorie_introduction_vlak {
    background: none;


    margin-top: 5%;
    box-shadow: none;
  	min-height: 75px ;
    color: #fff;
}
.categorie_introduction_vlak::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
		box-shadow: 0px 10px 150px rgba(0, 0, 0, 0.17);
		z-index: -1;
}
.categorie_introduction_vlak::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 25px;
height: 150px;
box-shadow: 0px 10px 150px rgb(0 0 0 / 17%);
/* z-index: -1; */
background: #cd2229;
height: 150px;
}
#content_onze-merken .categorie_introduction_vlak::before {
	box-shadow: none;
}
.projecten_header {
	position: relative;
	/*
background: #367d71;
    background: rgba(0, 38, 75, 0.78);*/
}
.klarex_bg_header {
	position: relative;
}
.klarex_bg_header::before {
	content: '';
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
    background: rgba(0, 38, 75, 0.78);
	 */
}


.category_introduction h2 {
	font-weight: bold;
	font-size: 40px;
	padding: 30px 0px 15px 0px;
}
.prod_blok_img_bx2 {
    /* margin: 0 auto; */
    /* padding: 15px 15px 15px 15px; */
    /* height: 161px; */
    /* height: 254px; */
    background-color: #ffffff;
    overflow: hidden;
    /* padding: 20px; */
    /* overflow: hidden; */
    /* border: 4px solid #fff; */
    /* border-radius: 20px; */
    width: 100%;
    padding-bottom: 80%;
    position: relative;
    display: inline-block;
    height: 0px;
    transition: 0.4s ease;
}
.diensten_inner {
    min-height: 200px;
    line-height: 150%;
    font-size: 20px;
    /* padding: 37px; */
    /* color: #fff; */
    color: #9B9B9B;
    color: #fff;
    /* color: #6D6D6D; */
    /* width: 88%; */
    margin: 0 auto;
    display: inline-block;
    display: block;
    text-align: left;
	 display: flex;
	 flex-wrap: wrap;

	 min-height: 100vh;
}
.diensten_inner_image {
    background: blue;
    position: relative;
    padding: 180px 3% 100px 3%;
	/*background-color: #1d3968;*/
	background-color: #e9e9e9;
}


/*
.entry_page  {
    width: 80%;
    height: 80%;
    position: fixed;
    top: 10%;
    left: 10%;
    overflow: auto;
    z-index: 3;
}
*/


.entries_pages {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 3;
	opacity: 1 !important;
}
.entries_in_view {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	position: relative;
/*	position: relative;*/

}

.entry_page {
    width: 75%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    /* left: 20%; */
    /* overflow: auto; */
    overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
    z-index: 3;
    right: 0px;
}
.entries_in_view  .entry_page {
	position: relative;
}
.entries_in_view  .entry_wrapper {
	position: relative;
}
.search_header {
	font-size: 40px;
	text-align: center;
	padding-top: 30px;
}
.entries_in_view .entry_wrapper, #content_search {
/*
    background: -moz-linear-gradient(top, rgba(9,88,119,1) 0%, rgba(14,118,188,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(9,88,119,1) 0%,rgba(14,118,188,0.3) 100%);
    background: linear-gradient(to bottom, rgba(9,88,119,1) 0%,rgba(14,118,188,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095877', endColorstr='#610e76bc',GradientType=0 );*/
}
#content_search {
	min-height: 90vh;
}
.no_search_results {
	text-align: center;
	color: #fff;
}
.entry_wrapper {
    width: 100%;

    position: relative;

    min-height: 500px;
    min-height: 75vh;
    min-height: 100vh;

  

    background: rgb(204, 204, 204);
	background: none;
	background: rgb(255 255 255);
}
.product_img {
    transition: 0.4s;
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    /*border-radius: 20px;*/
   /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38); */
}
.diensten_inner_left_padding {
	/* padding: 0% 7%; */
	/* padding: 0px 40px 0px 0px; */
	font-size: 22px;
	box-sizing: border-box;
	width: 40%;
	display: inline-block;
	vertical-align: top;
	/* padding: 10% 60% 10% 10%; */
	padding: 0% 15% 0% 15%;
	color: rgb(255, 255, 255);
	width: 100%;
	color: black;
}


.product_blok_container3 h2 {
    color: #9B9B9B;
    color: #EAEAEA;
    /* color: #6D6D6D; */
    font-size: 35px;
    /* font-weight: bold; */
}
.display_title2 {
    color: #6E6E6E;
    color: #fff;
    text-align: center;
    font-weight: normal;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    font-size: 26px;
   /* transform: translateY(-100%);*/
    transform: scale(0.75);
	opacity: 0;
    transition: 0.4s ease;
	z-index: 4;
	opacity: 0;
}
.display_title2 table, .display_title2 td{
	width: 100%;
	height: 100%;
    color: #C5D93C;
}
.hover_filter {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(33, 118, 74, 0.85);
background-color: rgba(255, 191, 0, 0.89);
	transform: translateZ(0);
	opacity: 0;
	transition: 1s ease;
}
.view_img {
    width: 18%;
    display: block;
    margin: 0 auto;
    margin-top: 3%;
}

a.diensten_blok:hover .hover_filter {
	opacity: 1;
}
a.diensten_blok:hover .display_title2 {
	/*transform: translateY(0%);*/
	transform: scale(1);
	opacity: 1;
}
a.diensten_blok:hover .prod_blok_img2 {
	transform: scale(1.3);
}






a.stas_logo:link, a.stas_logo:visited {
	display: block;
	width: 15%;
	position: relative;
	margin: 0 auto;
    padding: 2% 0%;
}
.stas_logo img {
	width: 100%;
}
.footer_vlak {
    width: 100%;
    /* height: 193px; */
	/*
    background-color: #303636;
    background-color: #777777;*/
    /*z-index: 21;*/
    position: relative;
    background-color: #2c4184;
    -webkit-transform: translate3d(0, 0, 0);
    background-color: #00285F;
}
.copyrights_container {
    /* height: 100px; */
    color: white;
    position: relative;
    z-index: 2;

}


.front {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 1);
}

.left {
  background-color: rgba(100, 0, 0, 0.5);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
background-color: rgba(23, 23, 23, 0.8);
background-color: rgba(23, 23, 23, 1);
}

.back {
  background-color: rgba(0, 0, 100, 0.5);
   background-color: rgba(0, 0, 0, 0.8);
   background-color: rgba(0, 0, 0, 1);
}


h1.slider-header
{
	font-family: var(--font-bold);
	text-transform: uppercase;
	font-size: 60px;
	width: 50vw;
}

p.sm-text-slider{
	font-size: 18px;
	font-family: var(--font-normal);
	width: 35vw;
	line-height: normal;
	line-height: 24px;
}

.right {
  background-color: rgba(0, 100, 0, 0.5);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
background-color: rgba(23, 23, 23, 0.8);
background-color: rgba(23, 23, 23, 1);
}

.wrap {
  width: 100%;
  height: 100%;
  /*height: 80vh;*/
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.wrap div {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: 100% !important;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.wrap div h1, .wrap div p {
  max-width: 700px;
  margin: 0 auto 20px auto;
  padding: 20px 20px 0 20px;
}
.wrap_perspective {

    -webkit-perspective: 800px;
    perspective: 800px;

    position: absolute;
    width: 100%;
    height: 100%;
}


h1.section-header {
    font-size: 36px;
	color: var(--blue-gray);
	font-family: var(--font-bold);
	margin: 0;
}

h4.light-header {
    font-size: 24px;
	font-family: var(--font-normal);
	color: var(--blue-gray);
}

p.paragraph {
    font-size: 14px;
    line-height: 21px;
	color: var(--blue-gray);
	font-family: var(--font-normal);
}

h2.value-header {
    font-size: 24px;
	font-family: var(--font-bold);
	color: var(--blue-gray);
	margin-bottom: 16px;
}


.section-wrapper.origin-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 160px;
}

.entry-page_wrapper {
    width: 80vw;
}

.entry-page_container {
    display: flex;
    justify-content: center;
	margin-top: 140px;
}


ul.value-list li {
    /* text-decoration: none; */
    /* list-style: disc; */
    font-size: 14px;
    margin-bottom: 14px;
	padding: 0;
	font-family: var(--font-normal);
	color: var(--blue-gray);
}

.header-wrapper.contact {
    margin-bottom: 40px;
}


.entry-page_container.contact {
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
	margin-top: 100px;
	margin-bottom: 140px;
}

.gmap_wrapper {
    width: 100%;
    padding: 20px;
    padding-top: 0;
    /* border-radius: 280px; */
	margin-bottom: 40px;
}


.gmap_wrapper iframe{
	width: 100%;
	border-radius: 15px;
}

h1.section_header
{
	color: var(--blue-gray);
	font-family: var(--font-bold);
	text-transform: uppercase;
	font-size: 35px;
	width: 50vw;
	MARGIN-BOTTOM: 80PX;
}

p.error-message {
	background-color: #ff29220d;
	  padding: 20px;
	  border-radius: 15px;
	  color: #f40000;
	font-family: var(--primary-font);
	font-size: 14px;
		text-align: center;
  
  }
  
  #contact-form button.primary-btn
  {
	cursor: pointer;
  }
  
  p.success-message {
	background-color: #3fa94b14;
	padding: 20px;
	border-radius: 15px;
	color: #3fa94b;
	font-family: var(--primary-font);
	font-size: 14px;
		text-align: center;
  
  }
  

  h1.section_header.services {
    margin-bottom: 60px;
    width: 50vw;
}

img.btn-arrow {
    width: 20px;
	margin-left: 20px;
	transition: 0.2s all ease;
}


h1.section_header {
    margin-bottom: 40px;
	width: auto;
}

h1.section_header h1{
	width: auto;
}

h1.section_header {
    margin-bottom: 10px;
}

.contact-content div,
.contact-content div b{
	color: var(--blue-gray);
	font-family: var(--font-normal);
	font-size: 14px;
}

.contact-content div b
{
	font-weight: bold;
	font-family: var(--font-bold);
}

h2.service-title {
    font-size: 20px;
	font-family: var(--font-bold);
	color: var(--blue-gray);
	text-transform: capitalize;
	line-height: 30px;
}

p.section_content {
    color: black;
    font-size: 14px;
	font-family: var(--font-normal);
	width: 37vw;
    line-height: 21px;
}

.entry-section.grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}


form.contact-form {
    background: var(--white-grey);
    padding: 40px;
    border-radius: 15px;
}

.input-wrapper label{
	font-size: 14px;
	font-family: var(--font-bold);
	margin-bottom: 4px;
	display: block;
}

.input-wrapper {
    display: block;
}

.full-text-box
{
	width: 100%;
    border: none;
    padding: 20px;
    height: 120px;
	border-radius: 6px ;
}

.form-input
{
	width: 100%;
	border: none;
	padding: 18px;
	margin-bottom: 30px;
	border-radius: 6px;
	margin-top: 6px;
}

.contact-form button{
	width: 100%;
	border: none;
	font-size: 14px;
	padding: 20px;
	border-radius: 50px;
	box-sizing: border-box;
	background-color: var(--blue-gray);
	color: white;
	margin-top: 60px;
}

p.service-content
{
	font-size: 14px;
	font-family: var(--font-normal);
	color: var(--blue-gray);
}

.services-wrapper {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
	margin-bottom: 100px;
}


.service-item
{
	padding: 30px;
	border-radius: 10px;
	background-color: #f5f5f5;
}

p.service-content {
	font-size: 14px;
	line-height: 21px;
	font-family: var(--font-normal);
	color: var(--blue-gray);
}
.entry_container {
    margin-top: 80px;
}

.section-container {
    display: flex;
    align-content: center;
    justify-content: center;
	margin: 100px 0px;
}

.section-wrapper {
    width: 80vw;
}
.perspectief2 {
    position: relative;
   /* z-index: 10;*/
    transition: 1.0s ease;
	/*
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
*/
 /* transform: rotate3d(1, -1, 1, 20deg); */
}
.reserverings_formulier {
    position: absolute;
    width: 94%;
    margin: 3%;
    /* top: 81%; */
    z-index: 110;
   /* background: #fff;*/
    bottom: 0%;
}
.budget_form_wrapper {
	position: relative;
}
.budget_form_wrapper .reserverings_formulier {
	position: relative;
}
.budget_form_logo {
	display: inline-block;
	width: 14%;
	position: relative;
	vertical-align: middle;
}
.form_intro_tekst {
    display: inline-block;
    vertical-align: middle;
    color: #00275e;
    font-weight: bold;
    font-size: 18px;
    padding: 0% 2%;
    width: 25%;
    text-align: right;
}

a.nav_item:hover{
	background-color: var(--blue-gray);
}

a.nav_item:hover .main_menu_txt
{
	color: white;
}

.form_datum {
    width: 20%;
    /* padding: 5px; */
    display: inline-block;
    vertical-align: middle;
    margin: 0.5% 0.5%;
    padding: 0.8% 0.6%;
    background-color: #f3f3f3;
    border: none;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.35);
    font-size: 18px;
}
.center_center {
	position: relative;
}
.center_center div {
	position: absolute;
	width: 100%;
	height: 100%;
}
.center_center table, .center_center td {
	width: 100%;
	height: 100%;
	text-align: center;
}
a.form_next:link, a.form_next:visited {
    width: 12%;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    display: block;
    background: #00285f;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.choose_date_box {
	position: relative;
	background-color: #fff;
}
.choose_cars_box {
    background-color: #cdcdcd;
}
a.form_next
/*
.perspectief2_rotate2 {
	transition: 1s ease;
	-o-transform: perspective( 903px ) rotateX(-0deg) rotateY(14deg) translateZ(0px) translateX(-5%);
	-ms-transform: perspective( 903px ) rotateX(-0deg) rotateY(14deg) translateZ(0px) translateX(-5%);
	-moz-transform: perspective( 903px ) rotateX(-0deg) rotateY(14deg) translateZ(0px) translateX(-5%);
	-webkit-transform: perspective( 903px ) rotateX(-0deg) rotateY(94deg) translateZ(0px) translateX(-5%);
	transform: perspective( 903px ) rotateX(-0deg) rotateY(27deg) translateZ(0px) translateX(5%) !important;
}
.perspectief2_rotate3 {
	transition: 0s ease;
	-o-transform: perspective( 903px ) rotateX(-0deg) rotateY(-14deg) translateZ(0px) translateX(-5%);
	-ms-transform: perspective( 903px ) rotateX(-0deg) rotateY(-14deg) translateZ(0px) translateX(-5%);
	-moz-transform: perspective( 903px ) rotateX(-0deg) rotateY(-14deg) translateZ(0px) translateX(-5%);
	-webkit-transform: perspective( 903px ) rotateX(-0deg) rotateY(-14deg) translateZ(0px) translateX(-5%);
	transform: perspective( 903px ) rotateX(-0deg) rotateY(-27deg) translateZ(0px) translateX(5%) !important;
}
.perspectief2_rotate0 {
	transition: 0.7s ease;
	-o-transform: perspective( 903px ) rotateX(-0deg) rotateY(0deg) translateZ(0px) translateX(-5%);
	-ms-transform: perspective( 903px ) rotateX(-0deg) rotateY(0deg) translateZ(0px) translateX(-5%);
	-moz-transform: perspective( 903px ) rotateX(-0deg) rotateY(0deg) translateZ(0px) translateX(-5%);
	-webkit-transform: perspective( 903px ) rotateX(-0deg) rotateY(0deg) translateZ(0px) translateX(-5%);
	transform: perspective( 903px ) rotateX(-0deg) rotateY(0deg) translateZ(0px) translateX(-0%) !important;
}
*/
.perspectief2_rotate {
	transition: 3s ease;
	-o-transform: perspective( 903px ) rotateX(-0deg) rotateY(-9deg) translateZ(0px) translateX(-5%);
	-ms-transform: perspective( 903px ) rotateX(-0deg) rotateY(-9deg) translateZ(0px) translateX(-5%);
	-moz-transform: perspective( 903px ) rotateX(-0deg) rotateY(-9deg) translateZ(0px) translateX(-5%);
	-webkit-transform: perspective( 903px ) rotateX(-0deg) rotateY(-9deg) translateZ(0px) translateX(-5%);
	transform: perspective( 903px ) rotateX(-0deg) rotateY(-9deg) translateZ(0px) translateX(-5%);
}



.content_blok {
	min-height: 500px;
    min-height: 80vh;
	/*opacity: 0 !important;*/
	/*visibility: hidden;*/
}
.content_entry {
	width: 88%;
	width: 100%;
	margin: 0 auto;
}
.content_blok {
	background: none;
}
.homepage_container {
	position: relative;

	
}
.intro_blok {
	font-size: 16px;
	display: inline-block;
	width: 32%;
	height: 80vh;
	height: 90vh;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
/*
.intro_blok_image {
	position: absolute;
	width: 100%;
	height: 100%;
    background-size: cover;
    background-position: top right;
	transition: 1s ease;
}
.intro_blok:hover .intro_blok_image {
	-webkit-transform: scale(1.3) translate3d(0, 0, 0);
	transform: scale(1.3) translate3d(0, 0, 0);

    background-position: top center;
	transition: 20s ease;
}
*/
.intro_blok_image {
	position: absolute;
	width: 150%;
	height: 100%;
    background-size: cover;
    background-position: top right;
	transition: 2s ease;
	right: -50%;
}
.intro_blok:hover .intro_blok_image {
	-webkit-transform: scale(1.3) translateX(-30%);
	transform: scale(1.3) translateX(-30%);


	transition: 8s ease;
	/*
-webkit-transition: all 8s cubic-bezier(0.230, 1.000, 0.320, 1.000);
   -moz-transition: all 8s cubic-bezier(0.230, 1.000, 0.320, 1.000);
     -o-transition: all 8s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        transition: all 8s cubic-bezier(0.230, 1.000, 0.320, 1.000); */


}

.intro_void {
	width: 2%;
	width: 1.8%;
	height: 85vh;
	display: inline-block;
}
a.intro_blok_link:link, a.intro_blok_link:visited {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.63);
	width: 100%;
	height: 40%;
	display: block;
	text-decoration: none;
}
.intro_blok_intro {
	padding: 10%;
	color: #fff;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
}

.intro_blok_intro h1 {
	color: #fff;
	font-size: 40px;
	text-align: center;
}
.bg_tranparant {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.63);
	width: 100%;
	height: 150%;
}
/*
.show_nav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 6%;
	height: 100%;
	z-index: 1000;
}*/
/*
.show_nav_button {
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 55%;
    padding-bottom: 65%;
    display: block;
    height: 0px;
    margin: auto;
}*/
.show_nav {
    position: fixed;
    /* top: 0px; */
    /* left: 0px; */
    width: 5%;
    width: 8%;
    /* height: 100%; */
    /* z-index: 1000; */
    top: 10px;
    right: 10px;
	 /*
    background: Red;
	background: #006838;
    background: #1075bd;*/
    /* padding: 10px; */
    border-radius: 1000px;
    height: 0px;
    padding-bottom: 5%;
    padding-bottom: 8%;
    overflow: hidden;
    z-index: 1000;
    text-align: center;
}


.partners-container
{
	gap: 20px;
}

.txt-center{
	text-align: center;
}



.show_nav_button {
    /* position: fixed; */
    /* top: 0px; */
    /* bottom: 0px; */
    /* left: 0px; */
    /* right: 0px; */
    /* width: 55%; */
    /* padding-bottom: 65%; */
    /* background: red; */
    display: block;
    /* height: 0px; */
    /* margin: auto; */
    /* width: 4%; */
    width: 63%;
    margin: 0 auto;
    padding-top: 12%;
}
.show_subnav_button {
	/* position: fixed; */
	/* top: 0px; */
	/* bottom: 0px; */
	/* left: 0px; */
	/* right: 0px; */
	/* width: 55%; */
	/* padding-bottom: 65%; */
	/* background: red; */
	display: block;
	/* height: 0px; */
	/* margin: auto; */
	/* width: 4%; */
	width: 63%;
	margin: 0 auto;
	padding-top: 12%;
	position: absolute;

	padding-left: 16%;
}
.menu_line {
    background-color: #fff;
    padding: 7%;
    margin: 18.5% 0%;
    margin: 19.5% 0%;
	transition: 0.5s ease;
	position: relative;
}
.menu_txt {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
/*
.line_1 {
    transform: rotateZ(45deg);
    transform-origin: top left;
}
.line_2 {
	opacity: 0;
}
.line_3 {
    transform: rotateZ(-45deg);
    transform-origin: bottom left;
}
*/

.show_nav_button_active .line_1 {
    transform: translateZ(0px) rotateZ(45deg) !important;
    transform-origin: top left;
	left: 19%;
}
.show_nav_button_active .line_2 {
    /* opacity: 0; */
    /* margin-right: 100%; */
    /* left: 19%; */
    transform: translateZ(0px) translateX(-200%) !important;
}
.show_nav_button_active .line_3 {
    transform: translateZ(0px) rotateZ(-45deg) !important;
    transform-origin: bottom left;
	left: 19%;
}


.producten_right1 {

	width: 100%;
}




ul.tree {
    list-style-type: none;
	padding-left: 20px;
	padding-left: 0px;
}
ul.tree .tree {
    list-style-type: none;
	padding-left: 40px;
}
a.noSubs:link, a.noSubs:visited {
      background-color: #FFFFFF;
    border-radius: 30px;
    /* box-shadow: 0 0 20px #545454; */
    color: #828282;
    display: block;
    margin-bottom: 8px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
	text-align: center;
    /* width: 120px; */
	font-size: 15px;
}
a.hasSubs:link, a.hasSubs:visited {
	/*
     background-color: #FFFFFF;
    border-radius: 30px;
    color: #828282;
    display: block;
    margin-bottom: 8px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
	text-align : center;
	*/
	/*
	background-color: #B1B1B1;
    border-radius: 30px;
    color: #FFFFFF !important;
    display: block;
    margin-bottom: 8px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-align: center;
	*/


	background-color: #85BED4;
    border-radius: 30px;
    /* box-shadow: 0 0 20px #545454; */
    color: #FFFFFF !important;
    display: block;
    margin-bottom: 8px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-align: center;
    /* width: 120px; */
    font-weight: bold;

}

a.noSubs:hover{
	background-color:rgba(130, 130, 130, 0.5);
	background-color: rgb(133, 190, 212);
	color: #fff;
}
a.subnav_led-verlichting:link, a.subnav_led-verlichting:visited, a.subnav_duurzame-oplossingen:link, a.subnav_duurzame-oplossingen:visited {
	background-color:rgba(130, 130, 130, 0.5);
	background-color: rgb(133, 190, 212);
	color: #fff;
	font-weight: bold;
	font-size: 19px;

}


a.subnav_active:link, a.subnav_active:visited {
	background-color: rgb(84, 133, 152);
	color: #fff;
}


a.sub_navigatie_active:link, a.sub_navigatie_active:visited {
	background-color: rgba(255, 255, 255, 0.21);

}


.info_header{
	width: 75%;
    max-width: 750px;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    /* margin: 0 auto; */
    color: #A0A0A0;
    line-height: 150%;
    padding: 13px 0px 0px 0px;
    padding: 2%;
    letter-spacing: 0.5px;
    /* font-weight: bold; */
	position: fixed;
	top: 0px;

}

.prod_css_overlay {
    background-color: rgba(14, 14, 14, 0.77);
    background-color: rgba(14, 14, 14, 0.0);
}
.diensten_blok_opmaak {
    background-color: rgb(223, 223, 223);
    /* border-radius: 12%; */
    /* background-color: #3693c5; */
    /* -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.58); */
    position: relative;
    text-align: center;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    font-weight: bold;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 20%;
    padding-bottom: 20%;
    margin: 1.5%;
    /* border: 4px solid #fff; */


}
.diensten_blok_opmaak:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.23);
}
a.stas_blok:link, a.stas_blok:visited {
	width: 33.3%;
	display: inline-block;
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;

}
a.stas_blok:hover {

}
.img_box {
    /* padding: 15px 15px 15px 15px; */
    /* padding: 10%; */
    overflow: hidden;
    /* height: 137px; */
    position: absolute;
    /* width: 90%; */
    /* padding: 7% 5%; */
    width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.img_box img {
	min-width: 100%;
	height: 100%;
}

.display_title_Stas {
	padding: 10%;
}
.display_title_Stas p {
    color: #545454;
    font-size: 20px;
    text-align: center;
}
.display_title_Stas h2 {
    color: #285D00;
    text-align: center;
    font-size: 30px;
}
.ajax_error {
    position: fixed;
    z-index: 100000;
    color: #fff;
    background-color: rgb(179, 0, 0);
    box-shadow: 0px 0px 100px #000;
    padding: 5% 5%;
    font-size: 25px;
    left: -100%;
    top: 35%;
    width: 90%;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
}

a.close_error:link, a.close_error:visited {
	width: 3%;
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	text-decoration: none;
	transition: 0.5s ease;
}

a.close_error:hover {
	transform: rotateZ(180deg);
}

.close_error img {
	width: 100%;
}
#wait {
	position: fixed;
	z-index: 100000;
	width: 100px;
	height: 100px;
	top: 20%;
	right: 20%;
	background: red;
	display: none;
}
/*
a.terug_main:link, a.terug_main:visited {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    height: 100%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
*/
a.terug_main:link, a.terug_main:visited {
    /* position: absolute; */
    top: 0px;
    right: 0px;
    display: inline-block;
    height: 100%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-size: 17px;
    color: #C5D93C;
    text-decoration: none;
    padding: 20px 2%;
    transition: 0.5s ease;
    background-color: #FFFFFF;
    border-radius: 72% 39%;
    border: 5px solid #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    color: #006838;
    font-weight: bold;
    margin: 2% 2% 2% 0%;
}
.copyrights {
	text-align: right;
    /* text-align: center; */
    color: #7c7c7c;
    color: #fff;
    font-size: 14px;
    font-size: 14px;
    font-size: 12px;
    /* padding: 10px; */
    line-height: 150%;
    /* max-width: 620px; */
    margin: 0 auto;
    position: relative;
    /* top: 20px; */
    /* right: 15px; */
    z-index: 100;
    /* top: 0px; */
    /* bottom: 14%; */
    /* margin: auto; */
    /* height: 12px; */
    text-align: center;
    padding: 30px;
    background: #02ad50;
}
.steps_copyright {
    font-weight: 500;
}
a.weblocher:link, a.weblocher:visited {
	position: relative;
	font-size: 14px;
	font-size: 12px;
	color: #343996;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	font-weight: bold;
}
a.weblocher:hover {
color: #7d82b7;
}
.diensten_inline_container {
	font-size: 0px;
}
.diensten_inner_left, .diensten_inner_right {
	display: inline-block;
	width: 62%;
	/* width: 100%; */
	background: #fff;
	font-size: 20px;
	position: relative;
	font-size: 18px;
	padding: 180px 3% 100px 3%;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.diensten_inner_complete {
    font-size: 18px;
    width: 70%;
    padding: 2% 0%;
}
.category_intro_text h2 {
    font-weight: 900;
    font-size: 40px;
    color: #006838;
}
.category_intro_text h2 {
    font-weight: 900;
    font-size: 32px;
	/*color: #fff;*/
    /* color: #006838; */
    /*text-shadow: 0px 0px 20px #000;*/
    margin-top: 31px;
}

/*****************************************
STAS
/*****************************************/
/*****************************************
TOK
/*****************************************/




.tok_logo {
	width: 50%;
	display: block;
	padding: 20% 0% 15% 0%;
	padding: 20% 0% 10% 0%;
	margin: 0 auto;
padding: 30% 0% 10% 0%;
}
.home_tekst_container {
    /* padding: 0% 10%; */
    /* padding: 0% 6% 10% 6%; */
    position: relative;
    /* padding: 0% 0% 6% 0%; */
    width: 66%;
    z-index: 101;
}
.home_tekst_container h1 {
    font-size: 44px;
    text-align: left;
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 4px 17px rgba(0, 0, 0, 0.62);
    text-align: center;
}

.header_highlite {
	color: #E9BE00;
}
.home_tekst {
display: block;
font-size: 18px;
    line-height: 150%;
    /* padding-top: 10%; */
    text-align: left;
    padding: 20% 10% 30% 10%;
}
.home_tekst ul {
	text-align: left;
	font-weight: bold;
}
.home_tekst_container h2 {
    font-size: 34px;
    text-align: left;
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 4px 17px rgba(0, 0, 0, 0.62);
    /* text-align: center; */
    text-indent: 3%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.navigatie {
    /* height: 100px; */
    position: fixed;

    z-index: 1000;
    /* background-color: rgba(125, 149, 189, 0.77); */
    width: 100%;
    top: 0px;
    left: 0px;

    left: 0%;
    /* margin-left: -364px; */
    right: 0%;
    margin: auto;
	    background-color: rgb(255, 255, 255);
	 -webkit-overflow-scrolling: touch;
	    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13);
}
.navigatie table, .navigatie td {
	width: 100%;
	height: 100%;
}
.nav_item_container {
	/* height: 100%; */
	position: relative;
	font-size: 0px;
	width: 70%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.nav_flex {
	display: flex;
	min-height: 100vh;
	/* display: block; */
	font-size: 0px;
	    width: 100%;
	align-items: center;
}
.nav_flex_fixed {
	position: fixed;
	top: 0px;
}
.pelatis_nav_logo {
    width: 30%;
    background-image: url(../img2/Pelatis_Patroon_grey.svg);
    background-size: 300%;
	 background-image: url(../img2/pelatis_patroon_grey.png);
    background-size: 75px;
	     background-position: center center;
    background-repeat: repeat;
    position: relative;
    display: inline-block;
    min-height: 100vh;
    vertical-align: top;
}
.pelatis_nav_logo_fixed {
	width: 30%;
	background-image: url(../img2/Pelatis_Patroon_grey.svg);
	background-size: 300%;
	background-size: 600%;
	background-image: url(../img2/pelatis_patroon_grey.png);
	background-size: 40px;
	    background-position: center center;
	background-repeat: repeat;
	position: relative;
	display: inline-block;
	vertical-align: top;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	border-right: 5px solid #ffffff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.29);
}
.nav_logo_center {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 50%;
	margin: auto;
}
.steps_logo_nav_container {
	width: 182px;
	margin: 0%;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.nav_tegel {
	width: 90px;
	margin: 0.5px;
	float: left;
	background-color: #fff;
	height: 105px;
}
.steps_logo_nav {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
.steps_logo_nav img{
    /* width: 100%; */
    height: 86%;
    top: 7%;
    position: relative;
}
/*
a.nav_item:link, a.nav_item:visited {
    display: inline-block;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
    position: relative;
    padding: 1% 1%;

}*/
.budget_nav_logo {
    display: inline-block;
    /* height: 100%; */
    width: 170px;
	width: 11.3%;
    vertical-align: middle;
}
.budget_nav_logo img {
	width: 100%;
}
a.nav_item:link, a.nav_item:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    /* padding: 4% 0% 0.7% 0%; */
    /* width: 5%; */
    /* width: 90px; */
    /* margin: 0.5px; */
    /* height: 50px; */
    vertical-align: top;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
   /* display: inline-flex;*/
   /* align-items: center;*/
    text-align: center;
    width: auto;
    /* display: inline-block; */
    padding: 1.3% 1%;
    padding: 1.3% 1.7%;
    padding: 0% 1.7%;
    position: relative;
    overflow: hidden;
    font-weight: 500;
	 /* border-radius: 0px !important; */
	     padding: 2% 10%;


	font-family: var(--font-semi-bold);
}
.nav_item_link_pers {
	/*display: block !important;*/
}


a.nav_item:hover {
    /*background-color: #F40303;*/
    color: #fff;
	 color: #ed1e25;
    z-index: 5;
	 color: #000000;
}
a.nav_item::before {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 0.3vw;
    background: #efbdff;
	     background: #1f3a7f;
    width: 12px;
    left: 0px;
    transition: 0.5s ease;
    transform: translateY(100%);
    /* transform: translateY(100%); */
    right: 0px;
    margin: auto;
    transform: translateY(130%);
    /* padding: 0% 20%; */
    width: 100%;
    height: 5px;
}
a.nav_item:hover::before {
	transform: translateY(30%);
		background: #1f3a7f;
		background: #fff;
		display: none;

/*	transform: translateY(50%);*/
}
a.nav_item_active::before {
	transform: translateY(0%);
		transform: translateY(50%);
			transform: translateY(30%);
				background: #9e62b5;
				background: #d01f26;
display: none;
}


a.nav_item_active:link, a.nav_item_active:visited {

    color: #fff;
	    color: #ed1e25;
		 color: #000000;
		 color: #fff;
}

.slides_budget_container {
	/* min-height: 100vh; */
	width: 100%;
	position: relative;
	background: black;
	background: white;
	background: none;
	height: 100%;
	overflow: hidden;
	/* height: 35vw;
	height: 78vh;
    height: calc(100vh - 200px);
    min-height: 450px; */
	overflow: hidden;
	display: flex;
	align-items: center;

	border-radius: 30px;
	background-image: url('/img2/bg-slider.png');
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;

	height: 850px;
}

.slides_budget_container::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, #2E3544, transparent); /* black overlay fading to transparent */
	border-radius: 30px;
	pointer-events: none; /* makes sure it doesn't interfere with clicks */
	z-index: 1;
}

.slides_budget_container::after {
    content: '';
    width: 60%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.72) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.72) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8000000', endColorstr='#00000000',GradientType=1 );
    background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=1 );
    position: absolute;
    top: 0px;
    left: 0px;
	display: none;
}
.slide_budget {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide_budget_text {
	position: absolute;
	top: 33%;
	top: 26%;
	top: 23%;
	color: #fff;
	left: 7%;
	z-index: 101;
	width: 84%;
	text-align: center;

}
.slide_intro {
	font-size: 50px;
	color: #fff;
	/* text-shadow: 0px 0px 29px #000; */
	/* -webkit-text-shadow: 0px 0px 29px #000; */
	font-weight: bold;
	padding-top: 4%;
    padding-top: 1%;
	position: relative;
}
.budget_orange {
	color: #f78c00;
}
.slide_budget .budget_orange {
	font-weight: 500;
}
.slide_budget_text h1 {
    font-size: 80px;
	 /*text-shadow: 0px 0px 20px #000;*/
    /*text-shadow: 0px 0px 29px #000;*/
    /*text-shadow: 0px 0px 80px #000;*/
    /*font-weight: bold;*/
	 text-align: center;
}
.slide_budget_text h1 b {
	color: red;
}
.slide_budget img {
    /* width: auto; */
    display: block;
    min-height: 100%;
    min-width: 100%;
    min-height: 100vh;
    min-width: 100vw;
}
.slide_budget .wl_slide_logo {
	display: inline-block;
	    /* height: 20%; */
	    min-height: initial;
	    min-width: initial;
	    /* width: 100px; */
	    width: 14%;
		    width: 23%;
	    margin-bottom: 4%;

}
/*
.main_menu_txt {
	color: #fff;
	transition: 1s ease;
}
*/
.main_menu_txt {
	text-align: center;
	margin: auto;
	position: relative;
	font-weight: normal;
	font-weight: 500;
	transition: 0.8s ease;
	color: #1f3a7f;
	color: #fff;
	padding: 12px 0px;
	/* display: block; */
	font-weight: bold;
	white-space: nowrap;


	color: var(--blue-gray);
	font-size: 14px;
	font-family: var(--font-semi-bold);
}
.main_menu_txt:hover {

	/* color: #e8c0ff !important;
	color: #9667b1 !important;
	color: #fff !important; */

}

a.nav_item_active
{
	background-color: var(--blue-gray);
	border-radius: 50px;
}


a.nav_item_active:link .main_menu_txt, a.nav_item_active:visited .main_menu_txt {

	color: #e8c0ff;
	color: #9667b1;
    font-weight: bold;
    color: #ffffff;
    font-weight: bold;
   /* color: #d01f26;*/

   /* font-family: var(--font-normal); */
   /* color: var(--blue-gray); */
   font-size: 14px;

   color: #ffffff;
    /* background-color: var(--blue-gray); */
	border-bottom: none;

}



.form-status {
    margin-top: 10px;
}


.nav_item_tekst {
	position: absolute;
	/* width: 100%; */
	text-align: center;
	bottom: 10px;
	width: 86%;
	padding: 0px 7%;
}
.nav_tekst {
    position: absolute;
    /* width: 100%; */
    text-align: center;
    bottom: 10px;
    width: 86%;
    padding: 0px 7%;
}
.inline_blok_wrapper {
	font-size: 0px;
	   /* background-color: #eb5624;*/
		/*padding-top: 100px;*/
		/*padding-top: 5%;*/
	 /*   background-color: #f78c00;*/
}
.header_h2 {
	font-size: 67px;
	color: #285D00 !important;
	padding-top: 0%;
	padding: 0% 2.5% 1.5% 2.5%;
	font-size: 64px;
	color: #285D00 !important;
	color: #FFFFFF !important;
	padding-top: 0%;
	padding: 3.5% 3.5% 3.5% 3.5%;
	font-weight: bold;
	/* background: #eb5624; */
	text-align: center;
}
.producten_right {
    display: inline-block;

    position: relative;
    /* min-height: 400px; */
    vertical-align: top;

	width: 100%;

    /* padding: 2.5%; */

	/*margin: 7% 3% 5% 3%;*/

	/* background-color: rgba(40,120,79,0.71); */

    /* border-radius: 8%; */
    /* border: 6px solid #6C9504; */
    /*overflow: hidden;*/

	/*
    background-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(top,  rgba(40,93,0,0.9) 0%, rgba(255,255,255,0.9) 35%, rgba(255,255,255,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(40,93,0,0.9) 0%,rgba(255,255,255,0.9) 35%,rgba(255,255,255,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(40,93,0,0.9) 0%,rgba(255,255,255,0.9) 35%,rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6285d00', endColorstr='#e6ffffff',GradientType=0 );*/
	/*background: rgba(255, 255, 255, 0.9);*/


    /* box-shadow: 0px 0px 104px rgba(0, 0, 0, 0.2); */
}

.product_blok_container {
    /* width: 100%; */
    /* margin: 0 auto; */
    position: relative;
    /* padding-top: 120px; */
    /* padding-bottom: 50px; */
    /* padding: 137px 5% 50px 5%; */
    /* min-height: 700px; */
	/*
    min-height: 50vh;*/
    /*min-height: 35vh;*/

}
.product_blok_container2 {
	/*max-width: 720px;
	max-width: 820px;
	min-height:800px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;

}
.stas_title_overlay {

	position: absolute;
    top: 0px;
    left: 0px;
   /* background: rgba(72, 47, 8, 0.52);*/
    width: 100%;
    height: 100%;

}
/*
.tok_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
opacity: 0.8;


    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 150%;
    opacity: 0.7;



}*/
.tok_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 150%;
    opacity: 0.7;
    width: 100%;
    border-bottom-left-radius: 67px;
    border-bottom-right-radius: 67px;
    overflow: hidden;
}

.tok_bottom_img {
	display: block;
	width: 136%;
}
.hexagon {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-top-left-radius: 67px;
    border-top-right-radius: 67px;
    overflow: hidden;
}
.hexagon_img {
	width: 137%;
}
/*
.tok_logo_inline {
    display: block;
    width: 20%;
    top: -6%;
    right: 12px;
    position: absolute;
    z-index: 2;
}
*/
.tok_logo_inline {
    display: block;
    width: 20%;
    /* top: -6%; */
    right: 5px;
    position: absolute;
    z-index: 2;
    width: 165px;
    top: -73px;
}
.product_container_wrapper {
    position: relative;
	/*padding: 5% 5% 10% 5%;*/
	min-height: 50vh;
    /* background-color: rgb(0, 0, 0); */
    /* bottom: -5px; */
    /* min-height: 700px; */
}

.category_intro_text {
	font-size: 18px;
	line-height: 150%;
}
.category_intro_text {
    font-size: 18px;
    line-height: 150%;
    padding: 2%;
    color: #003e21;
}
.producten_submenu {
	display: inline-block;
	width: 25%;
	width: 100%;
    position: relative;
    vertical-align: top;
	margin-bottom: 5%;
	/*
    margin: 20px 0px;
	margin: 1.5% 0px;
	*/
}
.category_intro_text a:link, .category_intro_text a:visited {
    color: #00a056;
    text-decoration: none;
    font-weight: bold;
	transition: 0.4s ease;
}
.category_intro_text a:hover {
    color: #006838;
}

.sub {
    /* color: #ffffff; */
    font-size: 0px;
    position: relative;
    /* background-color: rgba(3, 104, 56, 0.39); */
    /* border-radius: 16px; */
    /* left: -32px; */
}
/*
a.sub_navigatie:link, a.sub_navigatie:visited {
    display: inline-block;
    font-size: 30px;
    font-size: 17px;
    color: #C5D93C;
    text-decoration: none;
    padding: 20px 5%;
    transition: 0.5s ease;
    background-color: #C5D93C;
    border-radius: 72% 39%;
    border: 5px solid #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    color: #006838;
    font-weight: bold;
    margin: 2% 2% 2% 0%;
}*/
a.sub_navigatie:link, a.sub_navigatie:visited {
    display: inline-block;
    font-size: 30px;
    font-size: 17px;
    color: #C5D93C;
    text-decoration: none;
    padding: 18px 1%;
    transition: 0.5s ease;
    background-color: #C5D93C;
    border-radius: 72% 39%;
    border: 5px solid #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    color: #006838;
    font-weight: bold;
    margin: 2% 1.5% 2% 0%;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}
a.sub_navigatie:hover {
    border: 5px solid #006838;
    transform: scale(1.15);
    color: #fff;
    background: #006838;
}
a.sub_navigatie_active:link, a.sub_navigatie_active:visited {
    border: 5px solid #006838;
    transform: scale(1.15);
    color: #fff;
    background: #006838;
}
a.tok_blok:link, a.tok_blok:visited {
    display: inline-block;
    font-size: 30px;
    text-decoration: none;
    transition: 0.5s ease;
    color: #006838;
    font-weight: bold;
    background: #C5D93C;
    padding: 2% 5%;
    border-radius: 42px;
    margin: 1% auto;
    display: block;
    text-align: center;
    width: 50%;
}
a.tok_blok:hover {
	background-color: #006838;
	color: #fff;
	transform: scale(1.15);
}
.blok_container {
    padding: 0px;
    padding: 6% 0% 0% 0%;
	 position: relative;
}
.blok_container_category {
	padding: 0px;
    padding: 6% 0% 0% 0%;
    text-align: center;
    /*width: 80%;*/
    margin: 0 auto;
}
/*

background: -moz-linear-gradient(left,  rgba(40,120,79,1) 0%, rgba(40,120,79,0) 100%);
background: -webkit-linear-gradient(left,  rgba(40,120,79,1) 0%,rgba(40,120,79,0) 100%);
background: linear-gradient(to right,  rgba(40,120,79,1) 0%,rgba(40,120,79,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28784f', endColorstr='#0028784f',GradientType=1 );


*/
/*
.home_tekst ul {
	list-style-image: url('../img2/bg/tok_wit.png');
}*/
li{
	/*
   list-style: none;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 18px;
	position: relative;*/
}
/*
li:before{
    content: '';
    display: inline-block;
    height: 28px;
    width: 28px;
    background-image: url('../img2/bg/tok_wit.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 5px 16px 5px 0px;
    position: relative;
    top: 11px;
    background-image: url('../img2/bg/tok_groen.png');
    background-position: center center;

}
*/
/*
li:before {
    content: '';
    display: inline-block;
    height: 28px;
    width: 28px;
    background-image: url('../img2/bg/tok_wit.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 5px 16px 5px 0px;
    position: relative;
    top: 11px;
    background-image: url('../img2/bg/tok_groen.png');

    background-position: center center;

    position: absolute;
    left: -23px;
    top: -5px;
}
*/

.entry_wrapper_filter {
	display: none;
	opacity: 0;
	background-color: rgb(31, 31, 31);
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	/*background-image: url(../img2/Pelatis_Patroon_grey.svg);*/
	/*background-size: 300%;*/
	/*background-image: url(../img2/pelatis_patroon_grey.png);*/
	background-position: center center;
	/*background-size: 75px;*/
	background-repeat: repeat;
	position: fixed;
}
.diensten_inner_full::before {
	content: '';
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 71%, rgba(0,0,0,0.45) 100%);
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0.45) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0.45) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#73000000',GradientType=1 );*/
}
.product_blok_container3 {
    /*padding-top: 10%;*/
	 text-align: Center;
	     min-height: 100vh;
	/*
	 background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
 background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );

 background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 71%, rgba(0,0,0,0.45) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0.45) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0.45) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#73000000',GradientType=0 );*/
}
.display_title3 {
    text-align: center;
    padding: 3% 3% 4% 3%;
    font-weight: bold;
    color: #006838;
    font-size: 17px;
}
a.diensten_blok .prod_blok_img_bx2 {
    /*border-radius: 31px;*/
    overflow: hidden;
    transform: translateZ(0);
}
/*
.product_container_wrapper li {
    list-style: none;
    font-weight: bold;
    color: #9AB100;
}*/
.product_container_wrapper li {
    list-style: none;
    font-weight: bold;
    color: #9AB100;
    position: relative;
    /* width: 80%; */
    padding-left: 21px;
    padding-bottom: 18px;
    padding-right: 21px;
}

.diensten_inner h2 {
	color: #006838;
    color: #ffffff;
    font-size: 51px;
    font-size: 43px;
    font-weight: 500;
    font-weight: bold;
    font-size: 60px;
    /* text-align: center; */
    /* text-align: right; */
    color: #000;
    font-family: 'playf';
    margin-bottom: 40px;
    font-size: 3.5rem;
}
.product_blok_container_contact {
    width: 50%;
    width: 40%;
    /* height: 100%; */
    /* margin: 0 auto; */
    /* margin-top: 316px; */
    position: relative;
    /* background: rgb(14, 105, 152); */
    /* background: rgba(14, 105, 152, 0.96); */
    /* margin-bottom: 80px; */
    /* background-color: rgb(228, 228, 228); */
    min-height: 100vh;
    /* background-color: rgb(119, 119, 119); */
    background-color: rgba(0, 0, 0, 0.9);
    /* background-color: rgba(0, 104, 56, 0.81); */
    display: inline-block;
    background: -moz-linear-gradient(left, rgba(8,53,84,1) 0%, rgba(8,53,84,0) 100%);
    background: -webkit-linear-gradient(left, rgba(8,53,84,1) 0%,rgba(8,53,84,0) 100%);
    /* background: linear-gradient(to right, rgba(8,53,84,1) 0%,rgba(8,53,84,0) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083554', endColorstr='#00083554',GradientType=1 );
    background: -moz-linear-gradient(left, rgba(8,53,84,1) 0%, rgba(8,53,84,0.15) 100%);
    /* background: -webkit-linear-gradient(left, rgba(8,53,84,1) 0%,rgba(8,53,84,0.15) 100%); */
    /* background: linear-gradient(to right, rgba(8,53,84,1) 0%,rgba(8,53,84,0.15) 100%); */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083554', endColorstr='#26083554',GradientType=1 );*/
}
.contact_container_padding {
	padding: 5%;
    padding: 12%;
    padding: 5%;
    padding: 20% 22% 12% 12%;
	    padding: 35% 22% 24% 12%;
}
/*
#map {
	position: relative;
	display: inline-block;
	width: 50%;
    min-height: 300px;
	vertical-align: middle;
	color: #000;
box-shadow: 0px 0px 30px #000;

}
*/
#map {
	position: absolute;
	display: block;
	width: 100%;
    height: 100%;

	color: #000;

top: 0px;
left: 0px;
}
.map_fixed {
	position: fixed;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.map_height{
	width: 100%;
	height: 100vh;
	    height: 80vh;
	position: relative;

}
#content_contact .projecten_header {
	z-index: 1;
}
#content_contact .category_introduction {

/*	text-align: Center;
	padding: 2% 20% 8% 20%;
	text-transform: capitalize;
	    text-align: left;
		 */
}

.contact_float_nw {
	display: flex;
	    background: rgba(255, 255, 255, 0.36);
	    border: 3px solid #00bea0;
	    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.44);
	    padding: 5%;
	    /* background-image: url(../img2/Pelatis_Patroon_grey.svg); */
	    background-size: 300%;
	    /* background-image: url(../img2/pelatis_patroon_grey.png); */
	    background-position: center center;
	    background-size: 40px;
	    background-repeat: repeat;
	    border-bottom: none;
	    align-items: stretch;
	    background: #00c19e;
}
.form_cont {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
#content_contact a:link,  
#content_contact a:visited, 
.intro_html a:link, 
.intro_html a:visited, 
.entry_intro a:link, 
.entry_intro a:visited {
	text-decoration: none;
	color: #fff;
	color: #efbdff;
		color: #243b7b;
		color: #cd2229;
	font-weight: bold;
	transition: 0.2s ease;

	display: inline-block;

}
#content_contact a:hover, .intro_html a:hover, .entry_intro a:hover  {


    filter: brightness(125%);
}
.contact_header{
	text-align: right;
	font-size: 900;
}
.form_cont_inside {
	color: #fff;
	    font-size: 16px;
	    line-height: 150%;
}
.form_cont_inside h2 {
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    letter-spacing: 1px;
    line-height: 100%;
    font-weight: bold;
}
.contact_formulier_container_right {
    width: 75%;
    display: inline-block;
}
.clf_h1 {
    color: #006838;
    font-size: 68px;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 53px;
}

.iframe_contact {
    height: 600px;
    height: 750px;
    height: 800px;
    /* height: 475px; */
    margin-top: -40px;
}
.contact_formulier_container {
	background: rgb(129, 131, 133);
	/* border: 3px solid #00c29a; */
	box-shadow: 0px 20px 50px #00000070;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.44);
	margin: 0px 0% 0% 0%;
	border-top: none;
	width: 100%;

	/* border: 3px solid #00c29a; */
box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.21);
margin: 0px 0% 0% 0%;
border-top: none;
width: 100%;
background: #fff;
}
.social_flex {
	display: flex;
	flex-wrap: wrap;
	    justify-content: space-between;
}
.instagram-media {
	width: calc(100% - 370px) !important;
}
/*****************************************
TOK
/*****************************************/

.loading {
    position: fixed;
    z-index: 10000;
    z-index: 499;
    width: 70px;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
/*    background-color: rgba(198, 61, 35, 0.63);*/
/*	background-color: rgba(245, 181, 60, 0.91);*/
/*	background-color: rgb(254, 203, 0);*/
    border-radius: 100px;
    padding: 0px;
}

.loading_icon {
    position: absolute;
    top: 23%;
    left: 22%;
}
.loading_tekst {
	font-size: 30px;
	color: #7c0e2d;
	color: #fff;
	position: relative;
	top: 100px;
	left: -60px;
	font-size: 20px;
	color: #7c0e2d;
	color: #fff;
	position: relative;
	top: 79px;
	left: -47px;
	text-align: center;
	display: none;
}
#content_producten .diensten_inner_left {
	width: 80%;
		padding-bottom: 30px;
}
#content_producten .diensten_inner_right {
	width: 80%;
}
#triangle-topleft {
	width: 0;
	height: 0;
	border-top: 100px solid red;
	border-right: 100px solid transparent;
    position: absolute;
    z-index: 100;
}

/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
.budget_style_2 {
	position: absolute;
	top: 0px;
	top: 49px;
	left: 0px;
	width: 100%;
	height: 30%;
	width: 72%;
	height: 21%;
	background-image: url(../img2/budget_style_2.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_style_3 {
	position: absolute;
	bottom: 0px;
	width: 45%;
	height: 40%;
	height: 55%;
	right: 0px;
	background-image: url(../img2/budget_style_3.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_style_4 {
	position: absolute;
	top: 0px;
	width: 45%;
	height: 40%;
	height: 55%;
	right: 0px;
	background-image: url(../img2/budget_style_4.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_style_5 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30%;
	right: 0px;
	background-image: url(../img2/budget_style_3.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_style_6 {
	position: absolute;
	width: 33%;
	height: 25%;
	left: 0px;
	background-image: url(../img2/budget_style_6.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_style_8 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 33%;
	height: 35%;
	width: 45%;
	height: 55%;
	background-image: url(../img2/budget_style_8.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.budget_style_9 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 33%;
	height: 45%;
	width: 45%;
	height: 75%;
	background-image: url(../img2/budget_style_9.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.budget_style_10{
	position: absolute;
	width: 33%;
	height: 25%;
	left: 0px;
	background-image: url(../img2/budget_style_10.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_img_6 {
	position: absolute;
	width: 39%;
	left: 0px;
}
.budget_img_z {
	position: absolute;
	width: 22%;
	left: 0px;
}
/*
.rgd_green_filter_width {
padding-top: 20.5%;
}*/
.rgd_green_filter_width {
    /* padding-top: 9.5%; */
    /* width: 20%; */
    /* background: red; */
    /* margin: 0 auto; */
    /* background: #0e76bc; */
    /*width: 36%;*/
	 /* padding-top: 9.5%; */

margin: 0 auto;

width: 65%;

}
.rgd_green_filter {
	/*display: flex;*/
    /*padding: 5%;*/
	 position: relative;
}
.rgd_green_filter_blue {
	    background: rgba(16, 117, 189, 0.6);
}
.rgd_filter_padding {
	padding: 0% 10%;
	padding: 0% 10%;
	text-align: center;
	    text-align: left;
}
.rgd_filter_padding h1, .contact_h1 {
    margin-top: -10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    /* margin-top: -10px; */
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-size: 40px;
    font-weight: normal;
    padding-top: 13.5%;
    padding-top: 40.5%;
    /* padding-left: 2%; */
    /* padding-right: 2%; */
    /* min-width: 20%; */
    /* background: red; */
    /* margin: 0 auto; */
    /* background: #0e76bc; */
    display: inline-block;
    /* max-width: 25%; */
    text-align: left;
}
.contact_h1 {
	position: absolute;
top: 0px;
width: 14%;
z-index: 10;
left: 0px;
right: 0px;
margin: auto;
padding-top: 12.5%;
min-width: auto;
min-width: 200px;
}
.budget_header h1{
    text-align: right;
    font-size: 50px;
    padding: 7% 7% 0% 0%;
    font-weight: bold;
}

.budget_home_intro {
	position: relative;
	background-color: #fff;
	min-height: 100vh;
}
.wagenpark_container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: #f78c00;
}
a.budget_wagen_wrapper:link, a.budget_wagen_wrapper:visited, .budget_wagen_wrapper {
	display: inline-block;
	width: 46%;
	/* width: 31%; */
	text-decoration: none;
	color: #000;
	transition: 0.7s ease;

	box-sizing: border-box;
	position: relative;
	z-index: 1;
	vertical-align: top;

	min-width: 170px;

	margin-bottom: 8%;
	margin-bottom: 4%;
}


a.budget_wagen_wrapper::before {
	/*
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.65);
 	background: rgba(0, 0, 0, 0.25);

	z-index: 1;
	opacity: 0;
	transition: 1s ease;
*/
}
a.budget_wagen_wrapper::after {
	/*
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20%;
	opacity: 0;
	transition: 0.7s ease;
	z-index: 3;
	transform: scale(1) translateY(-50%);
	transition-delay: 0.15s;
	*/

}
.small_info_a_wrapper {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.small_info_a_wrapper .starting_from {

    padding: 10px 44px 10px 10px;
    padding: 15px 44px 15px 18px;
}
.bekijk_product_txt {
	position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    box-sizing: border-box;
	    padding: 20% 5%;
	    font-size: 26px;
	    color: #ffffff;
	    /* font-weight: bold; */
	    text-align: center;
	    z-index: 1;
	    transition: 0.7s ease;
	    transition-delay: 0.0s;
	    transform: scale(1) translateY(-50%);
}
.budget_wagen_wrapper_container {
   /* padding: 2%;*/
    position: relative;
    z-index: 1;
   /* width: 80%;*/
	  /*  width: 90%;*/
    margin: 0 auto;
}
.budget_wagen_wrapper_container_flex {
	/*display: flex;
	flex-wrap: wrap;*/
	/*
	width: 50%;
display: inline-flex;
vertical-align: top;*/
}
.over_ons_parlax {
	position: relative;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.project_entity {
	 min-height: 100vh;
	 background: grey;
	 background: #31796F;
	 border-bottom: 4px;
	 /*overflow: hidden;*/
	 position: relative;
	 display: flex;
	 justify-content: flex-end;
	 align-items: center;
	 background: none !important;
}
.entity_missie-visie, .entity_kwaliteits-controle-en-veiligheids-standaarden {
	width: 50%;
	width: 50%;
	display: inline-flex;
	vertical-align: top;
}
.entity_missie-visie .kiesel_tekst_wrapper, .entity_kwaliteits-controle-en-veiligheids-standaarden .kiesel_tekst_wrapper{
    padding: 10%;
    width: 80%;


    /* text-align: center; */
}
.entity_missie-visie::before, .entity_kwaliteits-controle-en-veiligheids-standaarden::before {
	display: none;
}

.entity_missie-visie .kiesel_image_wrapper, .entity_kwaliteits-controle-en-veiligheids-standaarden .kiesel_image_wrapper {
 width: 100%;
 /* width: 50%; */
 /* display: inline-flex; */
 /* vertical-align: top; */
}
.entity_missie-visie .kiesel_image_wrapper::before, .entity_kwaliteits-controle-en-veiligheids-standaarden .kiesel_image_wrapper::before {
 width: 100%;
 /* width: 50%; */
 /* display: inline-flex; */
 /* vertical-align: top; */
}

.odd.project_entity {
	background: #272727;
	justify-content: flex-start;
}
.project_entity::before {
	content: '';
	width: 20%;
	height: 100%;
	right: 0px;
	top: 0px;
	/* background: #005a4c; */
	position: Absolute;
}
.odd.project_entity::before {

	right: auto;
	left: 0px;
	top: 0px;
	background: #272727;
}
.full_image {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.7s ease;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: rgba(0,0,0,0.7);
}
.over_ons_extra {
	padding: 3% 10%;
	    padding: 3% 6% 10% 6%;
	columns: 2;
	column-gap: 10%;
	font-size: 20px;
	line-height: 150%;
}
.kiesel_image_wrapper {
	width: 80%;
	height: 100%;
	position: absolute;
	left: 0px;
	overflow: hidden;
	background: #1d3968;
}
.kiesel_image_wrapper::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(0,90,76,0) 0%, rgba(0,90,76,1) 100%);
	/* background: -webkit-linear-gradient(left, rgba(0,90,76,0) 0%,rgba(0,90,76,1) 100%); */
	/* background: linear-gradient(to right, rgba(0,90,76,0) 0%,rgba(0,90,76,1) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005a4c', endColorstr='#005a4c',GradientType=1 );
}
.odd .kiesel_image_wrapper::before {
	content: '';
	right: auto;
	left: 0px;
	background: -moz-linear-gradient(left, rgba(39,39,39,1) 0%, rgba(39,39,39,0) 100%);
	background: -webkit-linear-gradient(left, rgba(39,39,39,1) 0%,rgba(39,39,39,0) 100%);
	background: linear-gradient(to right, rgba(39,39,39,1) 0%,rgba(39,39,39,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#00272727',GradientType=1 );
}


.odd .kiesel_image_wrapper {
	left: auto;
	right: 0px;
}
a.budget_wagen_wrapper:hover::before {
/*	transform: scale(1.03); */
	opacity: 1;
}
a.budget_wagen_wrapper:hover .bekijk_product_txt {
/*	transform: scale(1.03); */
	opacity: 1;
	transition-delay: 0.15s;
	transform: scale(1) translateY(0%);
}
a.budget_wagen_wrapper:hover::after {
/*	transform: scale(1.03); */
	opacity: 1;
	transform: scale(1) translateY(0%);
	transition-delay: 0.0s;
}
a.budget_wagen_wrapper:hover {
/*	transform: scale(1.03);*/
	/*box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);*/
}
a.budget_wagen_wrapper_in_form:link, a.budget_wagen_wrapper_in_form:visited {
    display: inline-block;
    width: 30.3%;
    text-decoration: none;
    color: #fff;
    margin: 1.5%;
    transition: 0.6s ease;
    position: relative;
    background: #fff;
   /* overflow: hidden;*/
}
a.budget_wagen_wrapper_in_form:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
		transform: scale(1.04);
}
.select_car_active {
	box-shadow: 0px 0px 30px #000 !important;
      transform: scale(1.04);


}
.select_car_active .starting_from {
	    background-color: #f78c00 !important;
}
.select_car_active::after {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: 5px solid #00285f;
	transition: 0.6s ease;
}
.budget_wagen_wrapper_in_form .wagen_h2 {
	text-align: center;
	font-size: 20px;
	color: #707070;
	padding: 10% 5% 2% 5%;
	font-weight: normal;
}
.budget_wagens_form_wrapper {
	padding: 1.5%;
}
.budget_wagens_form_wrapper .prod_blok_img_wagen {
    width: 80%;
    height: 0px;
    padding-bottom: 80%;
    padding-bottom: 55%;
    position: relative;
    transition: 0.6s ease;
    margin: 0 auto;
}

.form_h2 {
    text-align: center;
    color: #ed5404;
    font-size: 25px;
    padding: 2.5% 2% 0.5% 2%;
    padding: 2%;
}
.return_location_box .form_h2 {
	 padding: 10% 2% 2% 2%;
}
.choose_pickup_location {
	background-color: #f2f2f2;
}
.location_box {
	display: inline-block;
	width: 30.3%;

	color: #fff;
	margin: 1.5%;
	transition: 0.6s ease;
}
a.pickup_location:link, a.pickup_location:visited, a.return_location:link, a.return_location:visited {
	display: block;
	padding: 11px;
	margin: 5px 0px;
	background-color: #00275e;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	text-align: center;
	vertical-align: top;
	transition: 0.4s ease;
}
a.pickup_location:hover, a.return_location:hover {
	transform: scale(1.04);
}
a.pickup_location_active:link, a.pickup_location_active:visited, a.pickup_location_active:hover, a.return_location_active:link, a.return_location_active:visited, a.return_location_active:hover {
	background-color: #a1c0e5;
	color: #00275e;
	/* border: 1px solid #00275e; */
	font-weight: bold;
	/* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32); */
	transform: scale(1);
}
.kiesel_featured_intro {
	font-size: 16px;
	color: #000;
	text-align: left;
	line-height: 150%;
	/* letter-spacing: 1px; */
}
.kiesel_featured_txt {
	display: inline-block;
	padding: 10% 5% 5% 0%;
	width: 37%;
	box-sizing: border-box;
	vertical-align: top;
}
.kiesel_featured_txt_50 {
	display: inline-block;
	padding: 5% 0%;
	width: 70%;
	box-sizing: border-box;
	vertical-align: middle;
}
.kiesel_featured_big {
    font-size: 0px;
    width: 100%;
    position: relative;
    padding: 5%;
    box-sizing: border-box;
	 z-index:1;
	 position: relative;
}
.kiesel_featured_flex_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	 padding: 5%;
	     padding: 8% 5%;
	 z-index: 1;
	 position: relative;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* flex-basis: 50%; */
}
.kiesel_featured_50 {
    display: inline-block;
    vertical-align: top;
    width: 45%;
	    width: 42%;
    position: relative;
    text-align: left;
    /* flex: 45%; */
    /* flex: 10px; */
    /* display: flex; */
    /* flex-grow: 1; */
    /* flex-basis: 50%; */
    /*width: calc(45% -10px);*/
}

.kiesel_featured_img_big {
	display: inline-block;
	width: 63%;
	box-sizing: border-box;
	vertical-align: middle;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.37);
}
.kiesel_featured_img_50 {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.37);
}

.google_map_box {
	width: 63.5%;
	background: #d1d1d1;
	height: 400px;
	height: 475px;
	display: inline-block;
	vertical-align: top;
	margin: 1.5%;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.26);
}

.zanderij_info {
	color: #9c9c9c;
	color: #00275e;
	font-size: 16px;
	padding: 5px;
}
.parallax_1 {
	position: absolute;
	top: 15%;
	width: 100%;
	left: 0px;
	z-index: 0;
}
.parallax_2 {
	position: absolute;
	top: 55%;
	width: 50%;
	left: 0px;
	z-index: 0;
}
.parallax_3 {
	position: absolute;
	top: 45.7%;
	width: 31%;
	right: 0px;
	z-index: 0;
}
.kiesel_over_ons_top {
	position: relative;
	width: 100%;
	display: block;
	top: -1px;
}
.kiesel_over_ons_bottom {
	position: absolute;
	    width: 100%;
	    display: block;
	    bottom: 0px;
	    z-index: 2;
		 left: 0px;

}
.kiesel_over_ons_bottom_2 {
	position: absolute;
    width: 100%;
    display: block;
    /* bottom: 0px; */
    z-index: 2;
    transform: rotateZ(180deg);
    top: 0px;
 }
 .kiesel_over_ons_relative {
	 position: relative;

	 display: flex;
    justify-content: center;
	padding-top: 100px;
	padding-bottom: 350px;
 }
 .contact_form_pelatis {
	   padding: 5% 10% 7% 10%;
		padding: 2% 10% 7% 10%;
 }
 .home_extra h3 {

    color: #000;
 }
 .home_extra {
     columns: : 1 !important;
     text-align: center;
     padding: 5% 5% 10% 5%;
     font-size: 18px;
     max-width: 500px;
     margin: 0 auto;
     /* box-sizing: border-box; */
 }
a.kiesel_link:link, a.kiesel_link:visited {
	display: inline-block;
}
.kiesel_proj_h1 {
    padding: 4% 0%;
	 padding: 14% 0%;
    text-shadow: 0px 0px 40px #000;
    line-height: 110%;
    font-size: 40px;
    color: white;
}
.even .kiesel_proj_h1 {
	text-align: right;
}
 .kiesel_tekst_wrapper {
	 padding: 5%;
	     font-size: 16px;
	     line-height: 150%;
	     color: #fff;
	     width: 40%;
	     position: relative;
		  z-index: 2;
		  text-align: right;
		  box-sizing: border-box;
		  /*text-align: center;*/
 }
 #content_home .parallax_container_home_after h1 {

     padding-top: 40px;
 }
 .triangle_footer {
	 position: relative;
    bottom: 0px;
    width: 70%;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
 }
 .alupro_logo {
	 position: absolute;
    top: 37%;
    width: 20%;
    left: 0px;
    right: 0px;
    display: block;
    margin: 0 auto;
 }
 .footer_bottom {
	 /* background: #ffffff; */
    /* background: #000000; */
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
   /* padding: 5% 0% 0% 0%;*/
	 position: relative;
	 overflow: hidden;
}
.iso {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	width: 70px;
}
 .triangle_footer_container {
	 position: relative;
 }
 .kiesel_proj_a_wrapper {
	 	    padding-top: 20%;
	 padding-top: 50px;

 }
 #content_projecten .kiesel_proj_a_wrapper {
	    padding-top: 20%;
 }
 .odd .kiesel_tekst_wrapper {
	 text-align: left;
 }
.historex_h2 {
	text-align: left;
	text-align: left;
	padding: 0px 25% 0px 0px;
}
.intro_kiesel {
	font-weight: bold;
	    font-size: 70px;
	    color: #000;
	    text-align: left;
	    margin: 0px 0px 0px 0px;
	    margin: 0px 50% 0px 0px;
	    padding: 0px 0px 80px 0px;
	    /* letter-spacing: 2px; */
	    line-height: 150%;
	    /* text-align: Center; */
	    text-align: center;
	    width: 100%;
}

.intro_tekst_hem {
    /* width: 50%; */
    min-width: 200px;
    /* margin: 0 auto; */
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.instore_intro {
    font-size: 18px;
    margin: 0 auto;
    /* padding: 5% 0% 0% 0%; */
    /* padding: 15% 0% 10% 0%; */
    color: #fff;
    line-height: 150%;
}
.instore_flex {
    width: 50%;
    padding: 0% 5% 0% 5%;
    box-sizing: border-box;
}
.kiesel_icons_container {
    position: relative;
    display: flex;
    padding: 5% 5% 10% 5%;
	     justify-content: center;
		      align-items: flex-end;
}
.kiesel_icon {
	width: 25%;
	box-sizing: border-box;
	text-align: center;

}
.kiesel_icon img {
	display: inline-block;
	padding: 5%;
	box-sizing: border-box;
	width: 50%;
	min-width: 80px;
	width: 42%;
min-width: 60px;
}
.kiesel_icon_txt {
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.kiesel_over_ons {
	position: relative;
}
.kiesel_over_ons::before {
	content: '';
	position: absolute;
	top: 0px;
	top: -100px;
	left: 0px;
	width: 100%;
	height: 100%;

	/* background-image: url(../img2/gebouw.jpg);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 50%; */
	/*
	background: green;
	background: rgba(255, 255, 255, 0.79);
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(236,236,236,1) 9%, rgba(245,245,245,0) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(236,236,236,1) 9%,rgba(245,245,245,0) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(236,236,236,1) 9%,rgba(245,245,245,0) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );


	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(245,245,245,0) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(245,245,245,0) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(245,245,245,0) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );


background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(235,235,235,1) 5%, rgba(244,244,244,0) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(235,235,235,1) 5%,rgba(244,244,244,0) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(235,235,235,1) 5%,rgba(244,244,244,0) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );


background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(234,234,234,1) 5%, rgba(234,234,234,0) 50%, rgba(234,234,234,1) 100%);
background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(234,234,234,1) 5%,rgba(234,234,234,0) 50%,rgba(234,234,234,1) 100%);
background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(234,234,234,1) 5%,rgba(234,234,234,0) 50%,rgba(234,234,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=0 );
*/
}
.var_acties_container {
	padding: 5%;
	padding: 5% 0%;
position: relative;
}
.instore_intro h2 {
	font-size: 30px;
	padding: 30px 0px 15px 0px;
}
.inline_center {
	margin: 100px 0px;
	/* background: #fff; */
	width: 50%;
	display: block;
	position: relative;
	padding: 5% 0%;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
/*
.prod_blok_img_wagen {
	width: 100%;
	height: 0px;
	padding-bottom: 80%;
	padding-bottom: 65%;
	position: relative;
	transition: 0.6s ease;
}*/
.prod_blok_img_wagen {
	width: 100%;
	height: 0px;
	/* padding-bottom: 100%; */
	/* padding-bottom: 75%; */
	padding-bottom: 90%;
	/* padding-bottom: 50%; */
	position: relative;
	transition: 0.7s ease;
	background-size: cover;
	background-position: top center;
	/* background-color: #fff; */
	/* background-size: contain; */
	/* background-size: contain; */
	background-repeat: no-repeat;
	/* background-size: 40%; */
	/* background-size: 27%; */
}

.breadcrumb_wrapper {
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 50%;
	margin-left: 25%;
	left: 0px;
	background: #ffffff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16);
	background: #d0141a;

	display: none;
	/*background: #0b5587;*/
}
.breadcrumb_wrapper::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0px;
	right: 0px;
	width: 50%;
	background: red;
	height: 5px;
	margin: auto;
	display: none;
}
a.budget_wagen_wrapper:hover .prod_blok_img_wagen {
	transform: scale(1.3);

		transform: scale(1.15);
}
.prod_blok_img_wagen img {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;

}
.personal_info {
	background: #cdcdcd;
	    background: rgba(205, 205, 205, 0.9);
}

.starting_from {

	font-size: 15px;
	text-align: left;
	position: relative;

	padding: 7% 25% 7% 7%;
	padding: 7% 25% 7% 0%;
    padding: 20px 0% 7% 0%;
	color: #000;
	font-weight: normal;
	line-height: 150%;
	z-index: 4;
	/* flex-wrap: wrap; */
	display: flex;
	justify-content: space-between;
    justify-content: flex-start;
	/* flex-wrap: wrap; */
	align-items: center;
	flex-wrap: wrap;
}
.actie_info_short {
	width: 100%;
}
.starting_from_intro {
	/* background-color: #b98c33; */
	font-size: 15px;
	text-align: left;
	position: relative;
	padding: 10% 20% 10% 0%;
	color: #000;
	font-weight: normal;
	line-height: 150%;
	z-index: 4;
}
.budget_wagen_wrapper .starting_from_h2 {
    font-size: 24px;
    /* color: #fff; */
    color: #000;

    font-weight: bold;
}
.wagen_txt {
	display: inline-block;
	vertical-align: middle;
	/* white-space: nowrap; */
	color: #243b7b;
	color: rgb(36, 59, 123);
	font-weight: bold;
	font-size: 22px;
	padding: 15px 0px;
	transition: 0.5s ease;

	color: rgb(205 34 41);
    font-size: 1.1rem;
	/* margin: 5px 0px; */
}
.reservering_status_container {
	width: 80%;
	display: inline-block;
	position: absolute;
	left: 0px;
	text-align: left;
	height: 100%;
	overflow: hidden;
	padding-left: 1%;

}
.reservering_status {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	color: #989898;
	font-weight: bold;
	position: relative;
	top: 2px;
		transition: 1s ease;
}
.reservering_status_active {
	color: #ed5404;
 	color: #00275e;
}
.res_pijl_wrap {
	display: inline-block;
	    vertical-align: middle;
	    height: 100%;
	    width: 30px;
	    /* background: #fff; */
	    position: relative;

}
.res_line_1 {
	width: 2px;
	height: 70%;
	background-color: #f78c00;
	position: absolute;
	left: 40%;
	-webkit-transform: rotateZ(-25deg);
	-moz-transform: rotateZ(-25deg);
	transform: rotateZ(-25deg);
	bottom: 47%;
	border-radius: 100px;

}
.res_line_2 {

	    width: 2px;
	    height: 70%;
	    background-color: #f78c00;
	    position: absolute;
	    top: 46%;
	    left: 40%;
	    -webkit-transform: rotateZ(25deg);
	    -moz-transform: rotateZ(25deg);
	    transform: rotateZ(25deg);
	    /* right: 0px; */
	    border-radius: 100px;
}
.wagen_h2 {
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.budget_h2_2 {
	width: 30%;
	text-align: right;
	padding: 5% 0% 4% 3%;
font-weight: bold;
}
.budget_wagens_wrapper {
	width: 70%;
	margin-left: 30%;
	padding: 5% 0%;
}
.footer_61 {
	width: 61.7%;
	position: relative;
    display: block;
    font-size: 18px;
    line-height: 150%;
    /* padding-top: 10%; */
    padding: 10% 10% 20% 10%;
    padding: 10% 10% 2% 10%;
    text-align: left;
	font-size: 0px;
}
.footer_logo {
    width: 61%;
    display: block;
    padding: 0px 0px 7% 0px;
}
.footer_logo img {
	width: 100%;
	display: block;
}
.contact_blok {
    width: 50%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    padding: 5% 0%;
    vertical-align: top;
}
.contact_blok h2 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding-bottom: 5%;
}
.social {
    display: inline-block;
    /* width: 75px; */
    /* height: 75px; */
    position: relative;
    border-radius: 50px;
    background-color: #F00;
	 background-color: #fff;
    transition: 0.7s ease;
    margin: 0px 10px;
    width: 7%;
    padding-bottom: 7%;
}
.social div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.social table, .social tr, .social td {
    width: 100%;
    height: 100%;
    text-align: center;
}
.social img {
	    width: 50%;

	    position: relative;
	    top: 5%;
}
.budget_color2 {
	font-weight: 500;
	font-weight: bold;
    color: #fabd25;
}
.budget_bg_line {
	position: fixed;
}
.budget_bg_line_1 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fcbe27;
	top: 0px;
	left: 100%;
	z-index: 1000;
}
.budget_bg_line_2 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #f78c00;
	top: 0px;
	left: 100%;
		z-index: 1001;
}
.budget_bg_line_3 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #eb5624;
	top: 0px;
	left: 100%;
		z-index: 1002;
}
.prijs_balk_container {
	position: fixed;
	width: 100%;
	background-color: #e7e6e6;
	/* height: 8%; */
	z-index: 1000;
	bottom: 0px;
	transform: translateY(110%);
	display: none;
	text-align: right;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.26);
}
.prijs_blok {
	display: block;
	position: absolute;
	right: 0px;
	/* height: 98%; */
	background: #ed5404;
	color: #fff;
	/* padding: 10% 5%; */
	text-align: center;
	padding: 1.5%;
	width: 11%;
	position: relative;
	/* float: right; */
	display: inline-block;
}
a.algemene_link:link, a.algemene_link:visited {

    background: #00275d;
	display: inline-block;
	padding: 1% 3%;
	/* border-left: 10px solid #000; */
	/* border-top: 10px solid rgba(0, 0, 0, 0); */
	color: #fff;
	text-decoration: none;
	margin: 2% 0%;
	font-weight: bold;
	transition: 0.4s ease;
	/* font-size: 20px; */
}
a.algemene_link:hover {
	transform: scale(1.1);
	background: #eb5624;
}

.budget_style_entrypage {
	width: 30%;
	width: 40%;
	/* height: 20%; */
	height: 310px;
}
.entry_icon_left {
	display: inline-block;
	width: 7%;
	vertical-align: middle;
	padding: 1% 5%;
}
.entry_icon_left img {
	width: 100%;
}
.entry_icon_right {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
/*
.entry_icons_container {
	width: 50%;
    padding: 5% 0% 0% 0%;
}*/
.entry_icons_container {
    /* width: 50%; */
    padding: 5% 0% 0% 0%;
    font-size: 16px;
    /* line-height: 150%; */
}
.inline_block_tables {
	font-size: 0px;
	position: relative;
}
.item_code_key {
	display: inline-block;
	width: 50%;
	/* padding: 5%; */
	/* padding: 10px 10px 10px 0px; */
	box-sizing: border-box;
	font-size: 14px;
	vertical-align: top;
	/* background: #fff; */
	/* margin: 0.2%; */
	font-weight: bold;
	color: #ffffff;
	box-sizing: border-box;
}
.item_code_val {
	display: inline-block;
	width: 50%;
	padding: 5%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	vertical-align: top;
	/* background: rgba(0, 0, 0, 0.25); */
	/* margin: 0.2%; */
}
.item_code_key_fl {


	/* padding: 5%; */
	/* padding: 10px 10px 10px 0px; */
	box-sizing: border-box;
	font-size: 15px;
	vertical-align: top;
	/* background: #fff; */
	/* margin: 0.2%; */
	font-weight: bold;
	color: #ffffff;
	box-sizing: border-box;
	padding: 5px 10px;
}
.item_code_val_fl {


	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 15px;
	vertical-align: top;
	/* background: rgba(0, 0, 0, 0.25); */
	/* margin: 0.2%; */
}
.intro_html {
	padding: 10% 0px 0px 0px;
line-height: 150%;
color: black;
padding: 10% 0px 0px 0px;
line-height: 150%;
color: white;
font-size: 22px;
}
.half_devider {
	position: absolute;
	width: 50%;
	height: 100%;
	background: red;
	background: #eaeaea;
background: #ffffff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.29);
}
.white_background {
	position: relative;
	background-color: #fff;
	padding-bottom: 30px;
}
.budget_logo_article {
	width: 30%;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.main_footer {
	position: relative;
	/* z-index: 20; */
	-webkit-transform: translate3d(0, 0, 0);
	/* background-image: url(../img2/pelatis_patroon.png); */
	background-color: #9c9c9c;
	/*height: 450px;*/
	background-color: #f1f3f8;
	overflow: hidden;
}
.social_buttons {
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 4% 6%;
}


.diensten_blok_container_home {
    position: relative;
}
.footer_blok {
    position: relative;
    font-size: 18px;
    color: #8a8a8a;
    margin-top: 32px;
    font-size: 0px;
    padding-bottom: 5%;
}
.footer_right {
    position: relative;
    background-color: #0951a6;
    font-size: 0px;
}
.footer_bottom {
	     /*background: #ffffff;*/
		     /* background: #000000;*/
}
.one_fourth {
    width: 25%;
    display: inline-block;
    position: relative;
    min-height: 300px;
    vertical-align: top;
}
.steps_logo_footer {
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -50px;
    display: block;
    font-size: 20px;
    font-size: 30px;
    text-align: center;
    color: #0951A6;
    font-weight: bold;
}
.nav_item_footer_padding {
    padding: 5% 0% 0% 20%;
}
a.footer_navi:link, a.footer_navi:visited {
    display: block;
    color: rgba(0,0,0,0.6);
    font-size: 24px;
    text-decoration: none;
	 transition: 0.3s ease;
	 font-weight: bold;
	 padding: 5px;
}
a.footer_navi:hover {
	color: #000;
}
.h1_footer {
    font-size: 40px;
    color: red;
}
.filiaal_padding {
    padding: 10% 15%;
    text-align: center;
}
.filiaal_h1 {
    margin: 0px;
    padding: 4% 1% 3% 1%;
    text-align: center;
    font-size: 50px;
}
.footer_right .one_fourth {
    min-height: 0;
    font-size: 18px;
    color: #fff;
}
.slide_perspective {
	/*background-color: #fefcf0; */
	    width: 90%;
	    margin: 0 auto;
	    transition: 0.7s ease;
	    -webkit-transition: 1.5s ease;
	    transition: 1.5s ease;
	    /* transform: perspective( 905px ) rotateX(-0deg) rotateY(-8deg) translateZ(10px); */
	    /* -webkit-transform: perspective( 905px ) rotateX(-0deg) rotateY(-8deg) translateZ(10px); */
	    /* left: -20px; */
	    position: relative;
	    /* right: 5.9%; */
	    font-size: 0px;
	    /* margin-top: -5%; */

		 background: rgb(148,148,148);
		 background: -moz-linear-gradient(top, rgba(148,148,148,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 100%);
		 background: -webkit-linear-gradient(top, rgba(148,148,148,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%);
		 background: linear-gradient(to bottom, rgba(148,148,148,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%);
		 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#ffffff',GradientType=0 );
		     text-align: center;
}
.slide_perspective:hover {
    transition: 1.0s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    right: 0%;
    transition: 1.2s ease;
}
.homebanner_blok_container {
    width: 21%;
    padding: 2%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 29%;
	     width: 44%;
    padding: 2%;
}
a.homebanner_blok:link, a.homebanner_blok:visited {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    display: block;
    position: relative;
    background-color: #F1F1F1;
}
.homebanner_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 0.7s ease;
}
.homebanner_img:hover {
    transform: scale(1.1);
}
.banner_title_wrap {
	position: absolute;
	/* bottom: -29px; */
	width: 90%;
	text-align: left;
	background-color: red;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 5%;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0%;
	transition: 0.7s ease;
}
.banner_title_wrap:hover {
    transform: scale(1.2);
}
.banner_top_gradient {
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
	    width: 100%;
	    height: 40%;
	    background: -moz-linear-gradient(top, rgba(234,234,234,0) 0%, rgba(234,234,234,1) 100%);
	    background: -webkit-linear-gradient(top, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 100%);
	    background: linear-gradient(to bottom, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaea', endColorstr='#eaeaea',GradientType=0 );
	    z-index: 20;
		 background: -moz-linear-gradient(top, rgba(8,22,52,0) 0%, rgba(8,22,52,0.71) 100%);
 background: -webkit-linear-gradient(top, rgba(8,22,52,0) 0%,rgba(8,22,52,0.71) 100%);
 background: linear-gradient(to bottom, rgba(8,22,52,0) 0%,rgba(8,22,52,0.71) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00081634', endColorstr='#b5081634',GradientType=0 );
}
.wl-slide::before {
	    content: '';
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.2);
	    z-index: 10;
}
.slides_budget_container_parallex {
	position: relative;

	/*position: absolute;*/
	width: 100%;
	height: 100%;
	padding: 20px;
	padding-top: 100px;

	height: max-content;
	background-color: var(--white-grey) ;
}
.fix_margin {
	height: 1px;
	position: relative;
}
.title_link_position {
    position: absolute;
    bottom: -15px;
    right: -15px;
}
.title_link {
    width: 130px;
    height: 130px;
    background-color: red;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.title_link:hover {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transition: 0.6s ease;
    -webkit-transition: -webkit-transform 0.6s ease;
}
a.link_blok:link, a.link_blok:visited {
	width: 33.33%;
	padding-bottom: 28%;
	background: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: none;
	overflow: hidden;
}
.width_woman a.link_blok {
	    margin-left: 40%;
}
.link_blok_bg_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: 1s ease;
	transform: scale(1.1);
}
a.link_blok::after {
	content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );

	 background: rgba(0, 0, 0, 0.2);
	 background: rgba(0, 0, 0, 0.0);

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
	 transition: 1s ease;
}
a.link_blok:hover .link_blok_bg_img {
	transform: scale(1.0);
}
a.link_blok:hover::after {
		 background: rgba(0, 0, 0, 0.0);
		 	 background: rgba(8,53,84,0.5);
				 background: rgba(0, 0, 0, 0.0);
}
.width_50 {
    width: 46%;
    float: left;
    position: relative;
    padding: 2%;
}
.width_75 {
	width: 100%;
	position: relative;
	margin: 0 auto;
    padding: 10% 0% 5% 0%;
}
.width_woman {
	width: 100%;
	position: relative;
	margin: 0 auto;
	    padding: 5% 0%;
}
.cat_intro_text {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30%;
	height: 100%;
	display: flex;
align-items: center;
}
.width_woman .cat_intro_text {
	left: 0px;
	right: auto;
}
.cat_intro_flex {
	font-size: 14px;
	color: #000;
	color: rgba(0, 0, 0, 0.6);
}
.man_woman_container {
/*	width: 75%;*/
	margin: 0 auto;
	position: relative;

	background: rgb(8,53,84);
	background: -moz-linear-gradient(top, rgba(8,53,84,1) 0%, rgba(14,118,188,1) 59%, rgba(115,199,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(8,53,84,1) 0%,rgba(14,118,188,1) 59%,rgba(115,199,255,1) 100%);
	background: linear-gradient(to bottom, rgba(8,53,84,1) 0%,rgba(14,118,188,1) 59%,rgba(115,199,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083554', endColorstr='#73c7ff',GradientType=0 );
}
.homecategory_container {
	position: relative;
   font-size: 0px;
	background: #fff;
}
.title_link table, .title_link tr, .title_link td {
    width: 100%;
    height: 100%;
}
.customer_card_home_container {
	position: relative;
}
.about_home_container {
	position: relative;
}
.about_home_position {
	position: relative;
	z-index: 10;
    background: rgba(255, 255, 255, 0.76);
}
.about_us_text {
	color: #1075bd;
	text-align: center;
	padding: 7% 23%;
	font-size: 20px;
	line-height: 150%;
}
.bg_cards {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
}
.bg_cards_about {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	filter: blur(20px);
	transform: translateZ(0px);
}
.card_container_left {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	position: relative;
	    z-index: 2;
	/* height: 100px; */
/*	height: 100px;*/
}
.card_container_right {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 8% 0%;
	    z-index: 3;
}
.card_intro {
	font-size: 20px;
	color: #fff;
	text-align: left;
line-height: 150%;
}
.card_container_right h1 {
	font-size: 42px;
}
.customer_card_home_container::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(237, 28, 36, 0.6);
    background-color: rgba(146, 4, 9, 0.69);
    z-index: 1;
}
a.vraag_direct_aan:link, a.vraag_direct_aan:visited {
	padding: 12px 9%;
	background-color: #a41319;
    background-color: #ed1e25;
	color: #fff;
	font-size: 14px;
	margin: 5% 0%;
	display: inline-block;
	text-decoration: none;
	transition: 0.4s ease;
}
.card_container_right a.vraag_direct_aan:link, .card_container_right a.vraag_direct_aan:visited {
	padding: 16px 9%;
}
.card_container_right a.vraag_direct_aan:hover {
	padding: 16px 8% 16px 10%;
}
a.vraag_direct_aan:hover {
	background-color: #a41319;
	padding: 12px 8% 12px 10%;
}

.bg_cards_preview {
	width: 60%;
	padding-bottom: 39%;
	background-size: cover;
	overflow: hidden;
	box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.54);
	border-radius: 30px;

    border-radius: 15px;
	margin: 0 auto;
}
/***PARALEX**/

.paral_container1 {
	position: absolute;
	top: 1700px;
	left: 0px;
	top: 72%;
	width: 18%;
	/*
	width: 363px;
	height: 668px;
	*/
}
.paral_container2 {
	position: absolute;
	top: 1900px;
	top: 60%;
	top: 104%;
	left: 0px;
	width: 22%;
	/* height: 668px; */
}
.paral_container3 {
	position: absolute;
	top: 1900px;
	top: 125%;
	right: 0px;
	width: 35%;
	width: 35%;
	/* height: 668px; */
	/*
	height: 668px;
	*/
}
.paral1 {
	position: absolute;
	width: 100%
}
.paral2 {
	position: absolute;
	width: 100%
}
.paral3 {
	position: absolute;
	width: 100%
}
/*
a.circle_a:link, a.circle_a:visited {
	display: block;
	font-size: 15px;
	color: #fff;
	background: #1d3968;
	background: #000000;
	text-align: center;
	text-decoration: none;
	margin: 5px auto;
	transition: 0.5s ease;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 20px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.24);
	margin: 5px 10px;
}
*/
a.circle_a:link, a.circle_a:visited {
    display: block;
    font-size: 12px;
    color: #fff;
    background: #1d3968;
    background: #000000;
    text-align: center;
    text-decoration: none;
    transition: 0.5s ease;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 24%);
    margin: 2px 10px;
    color: #000;
    background: #fff;
    box-shadow: none;
    border-radius: 20px 100px 100px 20px;
    line-height: 150%;
}
a.circle_a:hover {
	background: red;
	background: #084167;
	background: #8e9cb4;
	background: #fbc000;
	background: #56ac55;
	padding: 20px 10px 20px 25px;
	padding: 10px 10px 10px 20px;
}
a.cicle_a_active:link, a.cicle_a_active:visited {
	/*background: #fff;
	color: #084167;*/
	color: #fff !important;
    font-weight: bold !important;
}
/*
.submenu_header {
	padding: 30px 20px 8px 20px;
	font-size: 12px;
	color: #fff;
	    color: #1d3868;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}*/
.submenu_header {
	padding: 15px 0px 15px 0px;
    font-size: 12px;
    color: #fff;
    color: #1d3868;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 0px;
    height: 10px;
    opacity: 0;
 }
.subnav_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 20vw;
	width: 22vw;
	display: flex;
	flex-wrap: wrap;
	transform: translateZ(0px);
	will-change: position;
	/* padding: 0.5%; */
}
.subnav_container_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	will-change: position;
}
#content_onze-merken .subnav_container_wrapper {
	display: none;
}
.sub_bottom {
		top: auto;
		bottom: 10px;
}
.subnav_container_fixed {
	position: fixed;
}
.tours_main_image_bg {
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.tours_main_image_img {
	width: 100%;
	    height: 70vh;
		 height: 100vh;
	    background-size: cover;
	    background-position: center center;
}
.tours_title {
    position: absolute;
    width: 100%;
    text-align: center;
    /* top: 35%; */
    bottom: 20%;
    margin: 0 auto;
    font-size: 70px;
    font-size: 55px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 100;
    /* text-shadow: 0px 0px 1px #2d5000; */
    /* height: 30px; */
}
.tours_main_image_bg::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	/*
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00182b00', endColorstr='#cc182b00',GradientType=0 );
    background: -moz-linear-gradient(top, rgba(234,234,234,0) 0%, rgb(234, 234, 234) 100%);
    background: -webkit-linear-gradient(top, rgba(234,234,234,0) 0%,rgb(234, 234, 234) 100%);
	 background: linear-gradient(to bottom, rgba(234,234,234,0) 0%,rgb(234, 234, 234) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00182b00', endColorstr='#cc182b00',GradientType=0 );*/
}
.image_big_around {
	position: relative;
}

.header_container {
    padding: 15% 5% 5% 5%;
    padding: 15% 5% 15% 5%;
    padding: 19% 5% 19% 5%;
    text-align: right;
    min-height: 500px;
    padding: 0px;
    display: flex;
    align-items: center;
	height: 70vh;
	background: rgba(0,0,0,0.28);
}
.header_container_contact {
	box-sizing: border-box;
	width: 50%;
}
.header_h1 {
	text-align: left;
	color: #fff;
	color: #000;
	position: relative;
	z-index: 2;

}
.klarex_bg_header .header_h1 {
/*	text-align: left;*/
/*	width: 50%;*/
	width: 100%;
	text-align: center;
}
.header_h1 * {
	color: #fff;
}
.kiesel_data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blokje_gedraaid {
	width: 4vw;
	height: 4vw;
	background: #00bea0;
	position: absolute;
	z-index: 5;
	transform: translateY(-50%) rotateZ(45deg);
	left: 0px;
	right: 0px;
	margin: auto;
	/* border: 10px solid #007f71; */
	/* box-shadow: 0px 0px 50px #00000075; */
}
.you_here {
	/*
	width: 50px;
      height: 50px;
      padding: 10px;
      background-color: rgb(244, 3, 3);
      background-color: rgb(9, 81, 166);
      font-size: 12px;
      text-align: center;
      color: #FFF;

      display: inline-block;
      vertical-align: middle;
		*/
		/* width: 50px; */
/* height: 50px; */
/* width: 50px; */
/* height: 50px; */
padding: 10px;
/* background-color: rgb(244, 3, 3); */
/* background-color: rgb(9, 81, 166); */
/* border-radius: 100px; */
font-size: 11px;
text-align: center;
color: #ffffff;
/* float: left; */
display: inline-block;
vertical-align: middle;
/* font-weight: bold; */

}


.you_here table, .you_here td {
    width: 100%;
    height: 100%;
}
a.breadcrumb:link, a.breadcrumb:visited {
	font-size: 14px;
	color: #FFFFFF;
   /* color: rgba(0, 0, 0, 0.61);*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	/* float: left; */
	/* padding-top: 26px; */
	padding: 1%;
	display: inline-block;
	vertical-align: middle;
}
a.breadcrumb:hover {
    color: rgba(255, 255, 255, 0.5);
}

a.breadcrumb_active:link, a.breadcrumb_active:visited {
	/*color: red;*/
	font-weight: bold;
}
.breadcrumb_arrow {
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	padding: 1%;
}
.breadcrumb_wrapper {
	text-align: center;
}
.subs_blok_products {
	display: inline-block;
	width: 25%;
	position: relative;
	vertical-align: top;
}
.subs_blok_padding {
	padding: 4%;
	position: relative;
}

a.subs_blok_title:link, a.subs_blok_title:visited, a.subs_blok_title_overlay:link, a.subs_blok_title_overlay:visited {
	padding: 5%;
	padding: 0% 5%;
	/* background-color: red; */
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 100%;
	padding-bottom: 10%;
	display: block;
	transition: 0.5s ease;
	text-decoration: none;
	z-index: 5;
	position: relative;
	box-sizing: border-box;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	line-height: 120%;
	margin-top: 5%;
}
a.subs_blok_title:hover, a.subs_blok_title_overlay:hover {
	/*transform: scale(1.2);*/
}
a.sub_blok_title:Link::before, a.sub_blok_title:visited::before {
	content: '';
	width: 10px;
	height: 10px;
	background: red;
	position: absolute;
	top: 20px;
	left: -20px;
}
.red_dot {
	width: 15px;
	height: 15px;
	background: #ed1e25;
	position: absolute;
	top: 17px;
	top: 4px;
	left: -15px;
	/* height: 100%; */
	/* width: 10%; */
}
.subs_blok_right, .subs_blok_right_overlay {
	color: rgba(0, 0, 0, 0.7);
	/* background: rgba(255, 255, 255, 0.9); */
	margin: -2% 0% 0% 0%;
	/* padding: 1%; */
	font-size: 14px;
	position: relative;
	z-index: 6;
	padding: 5%;
}
.sub_sub_container {
    /* background: red; */
    padding: 1% 5% 5% 10%;
}
a.subcat_a_dropdown:link, a.subcat_a_dropdown:visited {
	text-align: left;
	color: #000;
    color: #fff;
	text-decoration: none;
	position: relative;
	/* padding-right: 15%; */
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.subcat_a_text {
	display: inline-block;
	vertical-align: middle;
	width: 75%;

}
.dropdown_right {
	display: inline-block;
	right: 0px;
	width: 10%;
	top: 0px;
	padding-bottom: 15%;
	background-image: url(../img2/arrow_next.svg);
	background-size: 60%;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	transition: 0.5s ease;
}
.subcat_a_dropdown_active .dropdown_right {
	transform: rotateZ(90deg);
}
a.subcat_a_dropdown:hover {

}
.subs_blok_right_overlay {
	transform: translateY(-100%);
}
.sub_blok_title_velocity {
	transform: translateY(-100%);
}
a.subcat_a:link, a.subcat_a:visited {
	display: block;
	color: rgba(0, 0, 0, 0.7);
    color: rgb(255, 255, 255);
	/* padding: 3%; */
	/* background: rgba(255, 255, 255, 0.87); */
	/* margin: 2%; */
	padding: 3% 0%;
	text-decoration: none;
	/* text-align: center; */
	transition: 0.5s ease;
	z-index: 6;
	position: relative;
	/* width: 90%; */
	text-align: left;
}
a.subcat_a:hover {
	/*transform: scale(1.1);*/
	/*background-color: #fff;*/
	background-color: #1075bd;
	/* color: rgba(255,255,255,0.7); */
	padding: 3% 0% 3% 2%;

}
.subcat_blokken_products_container {
	position: relative;
	text-align: center;
	padding-top: 5%;
}
a.close_submenu_overlay:link, a.close_submenu_overlay:visited, a.close_search_overlay:link, a.close_search_overlay:visited {
	width: 7%;
	    padding-bottom: 7%;
	    position: absolute;
	    display: block;
	    text-decoration: none;
	    top: 10px;
	    top: 10%;
		    top: 85px;
	    right: 12px;
	    -webkit-transition: 0.4s ease;
	    -moz-transition: 0.4s ease;
	    -o-transition: 0.4s ease;
	    transition: 0.4s ease;
	    z-index: 2;
}
.close_submenu_overlay .close_line_1, .close_submenu_overlay .close_line_2 {
	background-color: #fff;
	padding: 0% 3%;
}
.close_producten_overlay:hover .close_line_1, .close_submenu_overlay:hover .close_line_1 {
    transform: rotateZ(90deg);
}
.close_producten_overlay:hover .close_line_2, .close_submenu_overlay:hover .close_line_2 {
    transform: rotateZ(90deg);
}
.close_search_overlay .close_line_1, .close_search_overlay .close_line_2 {
	background-color: #fff;
	padding: 0% 3%;
}
.close_search_overlay:hover .close_line_1, .close_search_overlay:hover .close_line_1 {
    transform: rotateZ(90deg);
}
.close_search_overlay:hover .close_line_2, .close_search_overlay:hover .close_line_2 {
    transform: rotateZ(90deg);
}
.producten_submenu_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 900;

	overflow-y: auto;
	transform: translateY(-110%);
	/*opacity: 0;*/
}
.producten_submenu_padding {
	position: relative;
	padding: 3% 5%;
padding: 4% 9%;
	font-size: 0px;
	background: rgba(0, 0, 0, 0.7);
    background: rgba(1, 114, 187, 0.49);
 background: rgba(56, 105, 170, 0.28);
    background: rgba(189, 189, 189, 0.5);
	    background: rgba(15, 88, 144, 0.92);
}
.producten_submenu_overlay_close_vlak {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: red;*/
}
#responsive {
	transition: 1s ease;
}
.responsive_blurred {
	-webkit-filter: blur(24px);
	-ms-filter: blur(24px);
	-o-filter: blur(24px);
	filter: blur(24px);
}
.open_submenu_link {
	position: fixed;
	left: 0px;
	top: 46%;
	width: 4%;
	padding-bottom: 4%;
	background-color: red;
	z-index: 7;
	color: #fff;
	text-decoration: none;
	display: block;
    opacity: 0;

}
.deto_title_blok {
	position: relative;
	width: 20%;
	background: #0e76bc;
	margin: 0 auto;
}
.title_blok_red {
	position: relative;
	    background: red;
	    /* padding: 2%; */
	    height: 30px;
	    /* margin-top: -20px; */
	    display: inline-block;

	    width: 100%;
}
.negative_30px {
	 margin-top: -30px;
}
.title_blok_txt {
	padding: 19% 5% 35% 5%;
    padding: 19% 5% 45% 5%;
	background: #0e76bc;
	margin-bottom: -5%;
}
.title_blok_margin_bottom .title_blok_txt {
	margin-bottom: -20%;
	margin-bottom: -30%;
}
.title_blok_txt_white {
	padding: 10% 5% 10% 5%;
	background: #fff;
	margin-bottom: -5%;
	position: relative;
}
.main_footer .title_blok_txt_white {
		margin-bottom: -0%;
}
.title_blok_txt_white img {
	position: relative;
	width: 70%;
	margin: 0 auto;
	display: block;

}
.title_blok_txt h2 {
	padding: 0px;

}
a.actie_link:link, a.actie_link:visited {
	font-size: 60px;
	color: red;
	font-weight: bold;
	text-decoration: none;
	padding: 5%;
	display: inline-block;
	margin-top: -25%;
}
.catblok_absolute {
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 4;
}

.homecategory_title {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	transition: 1s ease;

}
a.link_blok:hover .homecategory_title {
	transform: translateY(-200%) scale(1.3);
}
.rood_blokje {
	width: 8%;
	padding-bottom: 8%;
	background: red;
	margin: 0 auto;
	transition: 1s ease;
/*	transition-delay: 0.5s;	*/
}
a.link_blok:hover .rood_blokje {
	transform: translateY(-10%) scale(1.5);
}
a.link_blok::before {
	content: '';
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.footer_adres_h1 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	padding: 0px;
}
.footer_adres_container {
    text-align: center;
    position: relative;
    /* Background: #fff; */
    /* padding: 5% 2%; */
     padding: 3% 0%;
}
.footer_adres_blok {
	color: #fff;
	display: inline-block;
	padding: 4% 6%;
	text-align: left;
	line-height: 150%;
}
.footer_adres_info {
	width: 50%;
	margin: 0 auto;
}
.diensten_inner_image {
	width: 50%;
	width: 38%;
	display: inline-block;
	/* padding: 0px 10px 0px 0px; */
	box-sizing: border-box;
	vertical-align: top;
	/* background: #4f7c9e69; */
	/* background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 84%,rgba(0,0,0,0.37) 100%); */
	/* background: #fff; */
	/* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.29); */
	/* background: #1274be0d; */
	position: relative;
	background: none;
}
.diensten_inner_image::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    width: 40%;
    height: 100%;
   /* background-image: url(../img2/gebouw.jpg);*/
   background-color: #e9e9e9;
    background-repeat: no-repeat;
    z-index: 0;
	background-size: 100%;
	
	background: rgb(140,140,140);
background: -moz-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(12,13,21,1) 100%);
background: -webkit-linear-gradient(top, rgba(140,140,140,1) 0%,rgba(12,13,21,1) 100%);
background: linear-gradient(to bottom, rgba(140,140,140,1) 0%,rgba(12,13,21,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#0c0d15',GradientType=0 );

}
.product_img_entry {
	width: 100%;
	display: block;
	width: 94%;
	display: block;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29); */
	margin: 3%;
	margin: 0%;
	width: 115%;
	z-index: 2;
	position: relative;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.50);
}
.overzicht_cart {
    /* background: red; */
    /* position: absolute; */
    top: 0px;
    right: 0px;
    /* width: 18%; */
   /* height: 100%;*/
    /* background-color: #ed1c24; */
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.overzicht_cart img {
    width: 13px;
	     width: 33px;
    transition: 0.5s ease;
    transition: 0.8s ease;
    margin-left: 20px;
    /* height: 100%; */
    position: absolute;
    top: 0px;
    bottom: 2px;
    margin: auto;
    left: 15px;
	 opacity: 0;
}
a.budget_wagen_wrapper:hover .overzicht_cart img {
    /* transform: scale(1.03); */
    transform: translateX(35%);
	 	 opacity: 1;
}
.related_entries_container {
	font-size: 0px;
	position: relative;
	/* margin: 3%; */
	/* box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.29); */
	/* background: whitesmoke; */
	    background: #eaeaea;
		 text-align: left;
}
.related_entry_link {
	display: inline-block;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
	padding-bottom: 31.33%;
	position: relative;
	vertical-align: top;
	width: 33.33%;
	/* margin: 0.2%; */

}
.diensten_inner_full_related {
	background-size: contain;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 99%;
	    height: 99%;
	    background-position: center center;
	    background-color: #fff;
	    background-repeat: no-repeat;
	    margin: 0.5%;

}
.diensten_inner_full {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	background-size: 100% 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: -1;
	z-index: 2;
	opacity: 0;
	background-color: #000;
	background-color: #ffffff !important;
	background: #ffffff !important;
	opacity:0 !important;
}
.title_blok_txt h2 {
	text-align: center;
}
.man_woman_container .budget_wagen_wrapper_container {
    padding: 2% 2% 8% 2%;
}
.merken_footer_container {
    text-align: center;

}
.footer_merk {
	display: inline-block;
	max-width: 15%;
	vertical-align: middle;
	max-height: 10vh;
	padding: 20px 20px;
	box-sizing: border-box;
}
.filter_center_bg {
	background: rgba(255, 255, 255, 0.6);
	margin-bottom: 5%;
}
.filter_center_bg .category_introduction {

    width: 70%;
}
.acties_container {
	position: relative;
    padding: 0% 2% 2% 2%;
}
.acties_container a.budget_wagen_wrapper:link, .acties_container a.budget_wagen_wrapper:visited {
    width: 48%;
 }
 .acties_container .prod_blok_img_wagen {
	 background-size: cover;
 }
 .nav_right_container {
	 position: absolute;
	 right: 0px;
	 top: 0px;
	 text-align: right;
	 height: 100%;
	 font-size: 0px;
	/* width: 25%;*/
	 display: inline-flex;
 align-items: stretch;
 }
 .nav_item_logo {
	 display: block;
	     position: absolute;
	     top: 0px;
	     left: 0px;
	     height: 70%;
	     /* padding: 13% 15%; */
	     /* vertical-align: middle; */
	     /* padding-top: 10%; */
	     /* display: block; */
	     display: block;
	     top: 0px;
	     left: 0px;
	     bottom: 0px;
	     right: 0px;
	     margin: auto;
 }
 .search_right_blokje {
     /* display: inline-block; */
     /* width: 30%; */
     /* padding-bottom: 30%; */
     /* height: 100%; */
     position: relative;
	  width: 60px;
     /* height: 50px; */
 }
 .search_right_stretch {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
 }
 .search_link {
	 display: block;
	     /* vertical-align: middle; */
		  background: #1d74bd;

	     /* border-radius: 100px; */
	     /* width: 50px; */
	     /* position: relative; */
	     position: absolute;
	     top: 0px;
	     left: 0px;
	     bottom: 0px;
	     right: 0px;
	     border-radius: 100px;
	     width: 60%;
	     height: 0px;
	     padding-bottom: 60%;
	     margin: auto;
		  transition: 0.4s ease;
 }
 .language_link {
	 display: block;
	     /* vertical-align: middle; */


	     /* border-radius: 100px; */
	     /* width: 50px; */
	     /* position: relative; */
	     position: absolute;
	     top: 0px;
	     left: 0px;
	     bottom: 0px;
	     right: 0px;
	     border-radius: 100px;
	     width: 60%;
	     height: 0px;
	     padding-bottom: 60%;
	     margin: auto;
		  transition: 0.4s ease;
 }
 .language_link img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
	 height: 100%;
    margin: auto;
    /* background: blue; */
    display: block;
    transition: 0.4s ease;
}
 .search_link:hover {
	 transform: scale(1.2);
 }
 .search_link img {
	 position: absolute;
	     top: 0px;
	     left: 0px;
	     right: 0px;
	     bottom: 0px;
	     width: 60%;
	     margin: auto;
	     /* background: blue; */
	     display: block;
		  transition: 0.4s ease;
 }
 .search_link:hover img {
	  transform: scale(0.8) rotateZ(45deg);
 }
 .deto_zoek_overlay {
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
    background: rgba(29, 116, 189, 0.8);
    background: rgba(29, 116, 189, 0.95);
    z-index: 500;

 }
 .deto_zoek_blok {
	 position: absolute;
	top: 30%;
	left: 0px;
	text-align: center;
	right: 0px;
	width: 100%;

 }
 .zoek_submit {
     border: none;
    background: #ed1e25;
    color: white;
    font-size: 14px;
    padding: 14px 25px;
	transition: 0.4s ease;
	cursor: pointer;
 }
 .tijdelijk_niet_in_voorraad {
     position: absolute;
    width: 100%;
    height: 100%;
	    height: 70%;
    background: red;
    top: 0px;
    left: 0px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10%;
    text-align: center;
    font-weight: bold;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(237, 28, 36, 1) 0%, rgba(255,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(237, 28, 36, 1) 0%,rgba(255,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(237, 28, 36, 1) 0%,rgba(255,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00ff0000',GradientType=0 );
 }
 .zoek_submit:hover {
    background: #cc1b21;
    padding: 14px 20px 14px 30px;
 }
 .deto_zoek_blok h2 {
    font-weight: normal;
    font-size: 40px;
 }
 #zoek_h2 {
	 opacity: 0;
	 transform: translateY(100px);
 }
 #search_r {
	 opacity: 0;
	 transform: translateY(100px);
 }
 #searchbx_r {
	 bordeR: none;
    padding: 15px;
    width: 30%;
    min-width: 200px;
    margin-top: 3%;
 }
 .iframeyt {
    position: relative;
	 margin-top: 13%;
}
.youtube_image {
    width: 100%;
}
.ytplayer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.lds-ripple {
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 64px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}
.lds-ripple div {
  position: absolute;
    border: 4px solid #b48325;
	     border: 4px solid #00bea0;
			  border: 2px solid #efbdff;
			  border: 4px solid #56ac55;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {

  animation-delay: -0.75s;
 border: 4px solid #ffffff;

 animation-delay: -0.75s;
border: 4px solid #ffffff;
/* opacity: 0; */
border: 4px solid #fff0;
    border: 4px solid rgba(255, 255, 255, 0);
}
#threecanvas {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
}
.canvas_wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sky {
	background: gold;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgb(0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(180,131,36,1) 40%, rgba(180,131,36,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(180,131,36,1) 40%,rgba(180,131,36,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(180,131,36,1) 40%,rgba(180,131,36,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b48324',GradientType=0 );
transition: 10s ease;
opacity: 0;
}

.sky_visible {
	opacity: 1;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.pelatis_home {
	
	/*
	padding: 10% 28%;
padding: 5% 5%;
padding: 8% 5%;*/

	position: relative;


	width: 100%;
	box-sizing: border-box;


	    text-align: left;
		     z-index: 1;
			  min-height: 80vh;
}
.pelatis_home_right {
	background: #eee;
	background: #eeeeee63;
	    background: rgba(0,52,102,0.69);
		     color: #fff;
 background: none;
}
.uitleg_flex {
	text-align: center;
}
.waarom_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	background-color: #eee;
}
.pelatis_footer {
	width: 33%;
	width: 25%;
	position: relative;
	display: block;
	padding: 5% 3% 5% 3%;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0 auto;
	background: #fff;
	/* border-top: 5px solid #000; */
	/* border-top: 5px solid #212121; */
	min-width: 250px;
	top: -20px;
	box-shadow: 0px -10px 100px rgba(0, 0, 0, 0.1);
}
.pelatis_defider {
	/*
	width: 60%;*/
/*	margin: 0 auto;*/
/*	border-top: 5px solid #212121;*/
}
.pelatis_logo_footer {
	width: 100%;
	display: block;
}
.footer_menu_wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 4% 8%;
    width: 65%;
    box-sizing: border-box;
}
.footer_contact_center {
    position: relative;
    /*width: 85%;*/
    font-size: 0px;
    margin: 0 auto;
    /* padding: 3% 0%; */
}
.one_tirth {
    width: 33.3%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    vertical-align: middle;
    text-align: center;
    font-size: 0px;
}
.footer_icon {
    width: 14%;
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    padding: 5%;
}
.footer_icon img {
	width: 100%;
	display: block;
}
.footer_information {
    width: 60%;
    font-size: 15px;
    font-size: 1vw;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    color: #fff;
    color: #212121;
}
.kiesel_logo_parallex {
	z-index: 1;
	position: relative;

	z-index: 1;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
	will-change: transform;
}
.home_banner_schuin_wrap {
	font-size: 0px;
	    /* padding-bottom: 100px; */
	    position: absolute;
	    bottom: 0px;
	    z-index: -1;
	    width: 100%;
		 display: flex;
		 -webkit-flex-wrap: wrap;
		 flex-wrap: wrap;
}
.home_banner_schuin_wrap_relative {
	font-size: 0px;
	/* padding-bottom: 100px; */
 	position: relative;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}
.home_banner_schuin_wrap_bottom {
	background: #484848;
	padding-bottom: 4%;
	background: #367d71;
	width: 100%;
}
.homebanner_schuin {
	width: 50%;
	display: inline-block;
}
.schuin_a {
	display: block;
	width: 100%;
}
.pelatis_home_logo {
	position: absolute;
	/*
	top: 0px;
	left: 0px;
	right: 0px;
	*/
	/*bottom: 0px;*/
	top: 18%;
	margin: auto;
	/*height: 35%;*/
	width: 100%;
	z-index: 2;
}

.kiesel_triangle_top {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
    z-index: 2;

    top: -2px;
}
#content_home .kiesel_triangle_top {
	z-index: 1;
}
.pelatis_filter {
  /*  background: rgba(180, 131, 36, 0.75);*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.pelatis_filter_black {
    background: rgba(0, 0, 0, 0.3);
		position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(180, 131, 36, 0.75);
}
.scroll_down {
	position: absolute;
	bottom: 7%;
	width: 100px;
	lefT: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	z-index:10;
}
.scroll_down_txt {
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	font-weight: 500;
}
.scroll_lines {
	width: 60px;
	height: 60px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	display: inline-block;
	margin-bottom: 25px;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);

}
.line_rotate {
	/*transform: rotateZ(45deg);*/
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	-webkit-animation: sdb05 2s infinite;
	  animation: sdb05 2s infinite;
}
.text_rotater {
	width: 70%;
	/*height: 100px;*/
	top: 35%;
	left: 0px;
	right: 0px;
	margin: auto;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	text-align: center;
}
/*
.pelatis_home_logo_wit {
	display: inline-block;
	padding-bottom: 3%;
	width: 10%;
}*/
.pelatis_home_logo_wit_container {
	width: 28%;
	position: relative;
	display: inline-block;
	transition: 3s ease;
}
.pelatis_home_logo_wit_container_scaled {
	transform: scale(1.4);
}
.pelatis_home_logo_wit {
    display: inline-block;
    padding-bottom: 3%;
    width: 10%;
    width: 28%;
	 width: 100%;
	 opacity: 0;
	    margin-bottom: -18%;
    /* height: 30%; */
}
.pelatis_home_logo_wit_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.pelatis_home_logo_wit_2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	transition: 5s ease;
}
.pelatis_home_logo_wit_3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	transition: 3s ease;
}
.pelatis_home_logo_wit_2_visible {
	opacity: 1;
}
.opacity_0 {
	opacity: 0 !important;
	transition: 2s ease;
	transform: scale(1.6);
}
.opacity_00 {
	opacity: 0 !important;
	transition: 2s ease;
	transition-delay: 1s;
	transform: scale(0.3);
}
.transition_3s {
	transition: 3s ease;
}
.inline_embleem {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    padding: 2%;
    display: block;
    margin: 0 auto;
}
.inline_text {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	padding: 0% 20%;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.62);
	text-shadow: 0px 3px 5px rgb(0 0 0 / 72%);
	font-family: 'playf';

	width: 100%;
    box-sizing: border-box;
}
.entry_logo {
	position: fixed;
	bottom: 70px;
	right: 70px;
	width: 20%;

}
.pelatis_color {
	color: #B48324;
}
.pelatis_patroon {
	background-image: url(../img2/Pelatis_Patroon_grey.svg);
    background-size: 300%;
	 background-image: url(../img2/pelatis_patroon_grey.png);
	     background-position: center center;
    background-size: 75px;
    background-repeat: repeat;
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
	 opacity: 0.5;
 }
 .core_value_container {
	 position: relative;
    padding: 4%;
    background: rgba(255, 255, 255, 0.5294117647058824);
    font-size: 0px;
    text-align: center;
    border: 3px solid #b48325;
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.3803921568627451);
    /* border: 3px solid #212121; */
 }
 .pelatis_category {
	 padding: 5%;
	 position: relative;
 }
.core_value {
	 	display: inline-block;
		vertical-align: top;
		width: 45%;
		padding: 5%;
		box-sizing: border-box;
 }
.core_intro {
	font-size: 14px;
	color: #fff;
color: #000;
}
.core_h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
color: #b48325;
}
.core_value_img {
	width: 50%;
	    display: inline-block;
	    width: 35%;
	    padding: 15%;
}
@-webkit-keyframes sdb05 {
	0% {
	 transform: translateY(-30px);
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	 transform: translateY(0px);
	  opacity: 0;
	}
}
@keyframes sdb05 {
  0% {
   transform: translateY(-30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
   transform: translateY(0px);
    opacity: 0;
  }
}

.aline_center {
    text-align: center;
    padding: 0% 0% 15% 0%;
}
#content_home .aline_center {

    position: relative;
    top: 60px;
}
.aline_center a.budget_wagen_wrapper:link {
	margin: 3% 1% 3% 1%;
	/* background: #b48325; */
	/* border: 4px solid #b48325; */
	background: rgba(0, 0, 0, 0.31);
	width: 40%;
	min-width: 180px;
	min-width: 300px;

}
#content_onze-diensten .category_introduction {
	text-align: center;
}
.pelatis_featured {
/*	padding: 7% 0% 6% 0%;*/
	/*    padding: 0% 0% 6% 0%;*/



	position: relative;
overflow: hidden;
/*
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(199,199,199,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(199,199,199,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(199,199,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7c7c7',GradientType=0 );
*/
}
.pelatis_featured_bg {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 8% 0% 6% 0%;
	box-sizing: border-box;

	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 11%, rgba(245,245,245,0.93) 50%, rgba(237,237,237,1) 86%, rgba(234,234,234,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 11%,rgba(245,245,245,0.93) 50%,rgba(237,237,237,1) 86%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 11%,rgba(245,245,245,0.93) 50%,rgba(237,237,237,1) 86%,rgba(234,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	    padding: 10% 10% 10% 10%;
}
.parallax_container_home {
	position: relative;

}
.parallax_container_home_after {

	position: relative;
	padding: 5%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.parallax_container_home_after h1 {
	color: #000;
	text-align: center;
}
.kiesel_over_ons_top_light {
	position: absolute;
	top: -2px;
	left: 0px;
	width: 100%;
	z-index: 3;
}
.featured_logo {
	width: 150px;
	display: block;
	/* margin: 0 auto; */
	/* margin-bottom: 3%; */
	position: absolute;
	top: -20px;
	right: -20px;
	background: #fff;
	box-shadow: -8px 8px 60px rgba(0, 0, 0, 0.18);
	padding: 40px 20px;
 }
.pelatis_featured h2 {
	text-align: left;
	font-weight: 500;
	font-size: 60px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	letter-spacing: 1px;
	line-height: 100%;
	font-weight: bold;

}
.pelatis_featured .kiesel_h2 {
	text-align: center;
}
.pelatis_featured a.budget_wagen_wrapper:link, a.budget_wagen_wrapper:visited {

    margin: 1%;
}


.alle_diensten_link_container {
	font-size: 38px;

	font-weight: bold;
	text-align: center;
	display: block;
	margin: 80px 20px 25px 20px;

}
a.alle_diensten_link:link, a.alle_diensten_link:visited {
	font-size: 50px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	color: #b48325;
	color: #00c29f;
    color: #00a98a;
	padding: 10px;
	transition: 0.6s ease;
	font-family: aqua;
	/* padding: 0% 20%; */
	max-width: 400px;
	line-height: 150%;
}
a.alle_diensten_link:hover {
    color: #e2ad46;
	 color: #00c29f;
	 transform: translateY(4px);
}
.kiesel_bottom_art {
	position: relative;
/*	padding-top: 95vh;*/
}
.kiesel_bottom_art_2 {
	position: relative;
	padding-top: 95vh;
}

.image_100 {
	width: 100%;
	display: block;
}
.kiesel_intro_html {
	padding: 8% 20%;
    padding: 9% 10% 5% 10%;
	background: #fff;
	font-size: 25px;
	color: #000;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	column-count: 2;
	text-align: left;
	column-gap: 10%;
	color: rgba(0, 0, 0, 0.7);
	line-height: 150%;
}
#content_projecten .kiesel_intro_html {
	padding: 9% 20% 5% 20%;
}
.text_align_center {
	text-align: center;
	font-size: 0px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	padding: 5% 20% 5% 20%;
}
.kiesel_center_logo {
	display: inline-block;
	width: 15%;
}
.kiesel_center_logo_abs {
	display: inline-block;
	width: 15%;
	padding-top: 50vh;
	padding-bottom: 20vh;

}
.bg_logo_abs {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.66) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.66) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.66) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a8000000',GradientType=0 );
position: relative;
    text-align: center;
}
.entryimages_container {
	position: relative;
	padding-top: 100px;
	padding-top: 150px;
	background: rgb(26, 46, 105);
}
.entryimage_container_nointro {
	position: relative;
	padding-top: 0px;

	background: rgba(0, 0, 0, 0.66);
}
.inline_block_tables_flex {
	display: flex;
	width: 70%;
	align-items: center;
	justify-content: space-between;
	/* padding: 0% 15%; */
	margin: 0 auto;
	    align-items: flex-start;

}
.item_code_wrap {
	width: auto;

}
.item_code_wrap .item_code_key {
	display: block;
	width: 100%;
}
.item_code_wrap .item_code_val {
	display: block;
	width: 100%;
}
.kiesel_over_ons_top_absolute {
	position: absolute;
	width: 100%;
	display: block;
	top: -1px;
	z-index: 1;
}
.kiesel_fixed_bg {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.kiesel_fixed_bg img {
	opacity: 0;
}
a.facebook_f:link, a.facebook_f:visited {
	width: 30px;
	padding: 20px;
	width: 28px;
	padding: 18px;
	border-radius: 5px !important;
	display: inline-block;
	background: #b38224;
	margin-top: 8px;
	margin-right: 10px;
	transition: 0.7s ease;
	transform: scale(1);
	    box-shadow: 0px 2.5px 5px rgba(0, 0, 0, 0.7);
}
a.facebook_f:hover {
    background: #e2ad46;
    background: #c7932f;
    box-shadow: 0px 5px 10px #000;
    transform: scale(1.1);
}
.facebook_f img {
	width: 100%;
	display: block;
	transition: 0.7s ease;
}
.facebook_f:hover img {
	width: 100%;
	display: block;
	transform: scale(1.13);
}
/*
.pelatis_language_container {
	position: absolute;
	top: 8px;
	right: 5px;
	display: flex;
	z-index: 10000;

}*/
.pelatis_language_container {
	position: absolute;
	/* top: 8px; */
	right: 5px;
	display: flex;
	z-index: 10000;
	top: 0px;
	right: 0px;
	height: 100%;
	align-items: center;
}
.nav_language_item2 {
	padding: 0px 4px;
}
.nav_language_item2 img {

	    width: 32px;

	    border-radius: 100px;
		 display: block;
	 /*   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.26);*/
}
a.language_item:link, a.language_item:visited {
	font-size: 17px;
	font-weight: bold;
/*	padding: 8px;*/
	text-decoration: none;
	color: #fff;
	position: relative;
	z-index: 3;
}
.core_value_header {
    text-align: center;
    color: #fff;
    padding: 20px 15%;
    font-size: 14px;
}
.value_embleem {
	display: block;
	padding-bottom: 10px;
	padding-top: 20px;
	margin: 0 auto;
	width: 100px;
}
.diensten_inner_full_loaded {
	display: block !important;
	opacity: 1;
}
a.contact_now:link, a.contact_now:visited {
	display: inline-block;
    padding: 10px 50px;
    background: rgba(0, 0, 0, 0.46);
    color: #b48325;
    border: 3px solid #b48325;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.45);
    /* color: #fff; */
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
	 transition: 0.5s ease;
}
a.contact_now:hover {
	background: #b48325;
	color: #fff;
	padding: 10px 45px 10px 55px;
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.45);
}
#content_waarom-pelatis i,  #content_waarom-pelatis  h2, #content_enkele-projecten h2 {

	font-style: normal !important;
	font-size: 50px;
	padding-bottom: 20px;
	display: inline-block;
	position: relative;
	line-height: 50px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0px;

}
#content_enkele-projecten h2 {
	font-weight: bold;
}

#content_waarom-pelatis i::before, #content_waarom-pelatis h2::before, #content_enkele-projecten h2::before  {
	content: '';
	    position: relative;
	    width: 100px;
	    height: 15px;
	    background: #ffffff;
	    margin-bottom: 40px;
	    display: block;
	    margin-top: 80px;
	    /* position: absolute; */
	    /* bottom: 0px; */
	    /* border: 1px solid #a87a24; */
}
#content_waarom-pelatis .category_introduction, #content_enkele-projecten .category_introduction {

    margin-top: -100px;
}
.pelatis_featured .aos_wrap {
	text-align: center;
}
#mb_wrapper {
	width: 100%;
	height: 100vh;
	height: 100%;

	background: grey;
	position: absolute;
	z-index: -2;
	z-index: -1001;
	will-change: transform;

	/*filter: sepia(100%) hue-rotate(125deg) saturate(130%) contrast(150%);*/
}
.home_banner_container {
    position: relative;
    min-height: 100vh;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
}

.home_banner_entry {
	width: 33%;
	    height: 0px;
	    padding-bottom: 25%;
	    background: #fff;
	    display: inline-block;
	    background: grey;
	    box-sizing: border-box;
	    margin: 8.5%;
	    position: relative;
	    overflow: hidden;
	    box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.35);

		 padding-bottom: 30%;
	width: 38%;
    margin: 6%;


	width: 40%;
	margin: 2.5%;
	padding-bottom: 0%;
	height: auto;
	will-change: transform;

}
.home_banner_entry_flexfix {
		width: 100%;
		display: inline-block;
		padding-bottom: 75%;
		box-sizing: border-box;
		height: 0px;
}
.prod_blok_img_wagen_home {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.7s ease;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: sepia(100%) hue-rotate(125deg) saturate(150%);
	filter: grayscale(100%) saturate(150%);
	filter: grayscale(100%) contrast(120%);
	filter: grayscale(100%) brightness(130%) contrast(110%);
	    z-index: -1;
}
.home_banner_entry::before {
	content: '';
	position: absolute;
	top: 0%;
	left: 0px;
	background: rgba(7, 107, 95, 0.47);
	transform: rotateZ(30deg);
	width: 150%;
	height: 70%;
	transform-origin: 0% 0%;
	transition: 0.5s ease;
}
.home_banner_entry_1::before {
	content: '';
	position: absolute;
	top: 0%;
	right: 0px;
	background: rgba(7, 107, 95, 0.47);
	transform: rotateZ(-30deg);
	width: 150%;
	height: 70%;
	transform-origin: 100% 0%;
	left: auto;
}
.home_banner_entry:hover::before {
	transform: rotateZ(50deg);
	opacity: 0;
	will-change: transform, opacity;
}
.home_banner_entry_1:hover::before {
	transform: rotateZ(-50deg);
	opacity: 0;
	will-change: transform, opacity;
}
.utiliteits_info {
	position: absolute;
	width: 100%;
	height: 100%;
	/* top: calc(100% - 100px); */
	top: 71%;
	transform: translateZ(0px) translateY(0px);
	transition: 0.6s ease;
}
.home_banner_entry:hover .utiliteits_info {
	transform: translateZ(0px) translateY(-40%);
	opacity: 0.93;
}
.home_banner_entry:hover .prod_blok_img_wagen_home {

	filter: none;
	transform: scale(1.1);
}
.utiliteits_title {
	height: 0px;
	width: 100%;
	padding-bottom: 22%;
	/* background: red; */
	position: relative;
	overflow: hidden;`


}
.utiliteits_title::before {
	content: '';

	background-color: #fff;
	position: absolute;
	left: 0px;
	width: 150%;
	height: 100%;
	-webkit-transform: rotateZ(12.2deg);
	-moz-transform: rotateZ(12.2deg);
	-o-transform: rotateZ(12.2deg);
	-ms-transform: rotateZ(12.2deg);
	transform: rotateZ(12.2deg);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;

}
.home_banner_entry_1 .utiliteits_title::before {
   left: auto;
	right: 0px;
	-webkit-transform: rotateZ(-12.2deg);
	-moz-transform: rotateZ(-12.2deg);
	-o-transform: rotateZ(-12.2deg);
	-ms-transform: rotateZ(-12.2deg);
	transform: rotateZ(-12.2deg);
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;

}
.utiliteits_h2 {
	position: absolute;
	padding: 5%;
	width: 100%;
	bottom: 0px;
	left: 0px;
	font-size: 21.85px;
	font-weight: bold;
	color: #21bba1;
	box-sizing: border-box;
}
.home_banner_entry_1 .utiliteits_h2 {
	text-align: right;
}
.utiliteits_intro {
	font-size: 13px;
	padding: 0% 18% 5% 5%;
	background: #fff;
	/* position: absolute; */
	height: 42%;
	box-sizing: border-box;
	/* bottom: 0px; */
	font-size: 17px;
	line-height: 150%;
}
.home_banner_entry_1 .utiliteits_intro {
	padding: 0% 5% 5% 18%;
	text-align: right;

}
.slideshow_gradient {
	background: -moz-linear-gradient(top, rgba(33,187,161,0) 0%, rgba(33,187,161,1) 59%, rgba(33,187,161,1) 100%);
	background: -webkit-linear-gradient(top, rgba(33,187,161,0) 0%,rgba(33,187,161,1) 59%,rgba(33,187,161,1) 100%);
	background: linear-gradient(to bottom, rgba(33,187,161,0) 0%,rgba(33,187,161,1) 59%,rgba(33,187,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0021bba1', endColorstr='#21bba1',GradientType=0 );


	background: -moz-linear-gradient(top, rgba(33,187,161,0) 0%, rgba(33,187,161,1) 50%, rgba(33,187,161,1) 100%);
background: -webkit-linear-gradient(top, rgba(33,187,161,0) 0%,rgba(33,187,161,1) 50%,rgba(33,187,161,1) 100%);
background: linear-gradient(to bottom, rgba(33,187,161,0) 0%,rgba(33,187,161,1) 50%,rgba(33,187,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0021bba1', endColorstr='#21bba1',GradientType=0 );
	width: 100%;
	height: 100%;
	height: 150%;
	position: absolute;
	z-index: 1;
	z-index: -1;
		z-index: 0;
		    z-index: -1000;
			 	will-change: transform;
}
.kiesel_bottom_wit {
	position: absolute;
bottom: -0.5px;
width: 100%;
display: block;
    z-index: 1;

	 bottom: -4px;
}
.project_entity .parallax-mirror {
	z-index: 0 !important;
}
.parallax-mirror {
	position: absolute;
	z-index: -200;
	left: -100%;
	top: -100%;
	overflow:hidden;
}

.contact_info_kiesel {
	display: flex;
	justify-content: space-between;
	padding: 2% 25%;
	    padding: 2% 10%;
	position: relative;
	background-color: black;

}

.contact_info_kiesel_2, .contact_info_kiesel {
margin: 0px 5%;
}

.contact_info_kiesel_2{
	background-color: red;
	display: flex;
	justify-content: space-between;
	padding: 2% 25%;
			padding: 2% 10%;
	position: relative;
}

.contact_info_kiesel_4{
	/* background: black; */
	width: 45%;
	display: inline-block;
	float: left;
	height: 300px;
}
.inner_left{
    padding: 3% 5%;
		min-width: 250px;
		box-sizing: border-box;

}

.inner_right{

	width: fit-content;
}

.contact_info_kiesel_3{
	/* background: red; */
	width: 45%;
	display: inline-block;
	float: right;
	height: 300px;
}

.kiesel_contact_blok {
	width: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	margin: 12px 0px;
}
.contact_icon {
	position: relative;
	text-align: center;
	width: 45px;
	display: inline-block;
	margin: 0px 8px 0px 0px;
}

.contact_icon_header {
	position: relative;
	text-align: center;
	width: 20px;
	display: inline-block;
	margin: 0px 8px 0px 0px;

}

.contact_icon_header img{
	visibility: hidden;
	width: 18px;
	display: inline-block;
}
.contact_icon img {
	width: 18px;
	width: 26px;
	display: inline-block;
	display: block;
}

.contact_icon_bot img {
	width: 100%;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	text-align: center;
	transition: 0.5s ease;
	transform: scale(1);
}
.contact_icon_bot img:hover {
	transform: scale(1.2);
}

/*
.contact_icon_bot {
	position: relative;
	text-align: center;
	padding: 0px 5%;
	display: inline-block;
	width: 50px;
}
*/
.contact_icon_bot {
	position: relative;
	text-align: center;
	/* padding: 0px 5%; */
	display: block;
	width: 50px;
	margin: 10px;
}



.social_icon img:hover {
	transform: scale(1.2);
}
.social_icon img {
	width: 100%;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	text-align: center;
	transition: 0.5s ease;
	transform: scale(1);
}

.social_icon {
	position: relative;
	text-align: center;
	/* padding: 0px 5%; */
	display: inline-block;
	width: 50px;
	margin: 10px;
}

.social_text {
	text-align: center;
	display: block;
}

/*
.footer_icons{
	width: 17%;
	display: flex;
	height: 70px;
	position: absolute;
	position: relative;
	bottom: 20%;
	left: 0;

	right: 0;
	margin: 0% auto;
	padding: 1%;
	margin-bottom: 0%;
}
*/
.footer_icons{
    display: flex;
    /* height: 70px; */
    /* margin: 0px auto; */
    /* margin: auto 0px; */
    /* background-color: black; */
    position: absolute;
    position: relative;
    /* bottom: 20%; */
    left: 0;
    /* margin-bottom: 5%; */
    /* right: 0; */
    /* margin: 0% auto; */
    padding: 40px;
    margin-bottom: 0%;
    flex-wrap: wrap;
    width: 60px;
}
.contact_txt {
	text-align: left;
	color: #1d3968;
	font-size: 14px;
	    font-size: 12px;
	width: 100%;
}

.contact_txt_bot {
	text-align: left;
	color: #1d3968;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding-top: 5%;
}

.contact_header_txt {
	text-align: left;
	color: #1d3968;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	padding-bottom: 5%;
	letter-spacing: 0px;
}
a.kiesel_footer_link:link, a.kiesel_footer_link:visited {color: #1d3968;/* font-weight: bold; */text-decoration: none;transition: 0.3s ease;}
a.kiesel_footer_link:hover {
    color: #ebacff;
	 color: #7d82b7;
}

a.above_link:link, a.above_nav:visited {
	text-decoration: none;
	display: flex;
	align-items: center;
	margin-left: 24px;

}
a.above_link:hover {

}
.above_icon {
	width: 30px;
	height: 30px;
}
.above_label {
	padding: 10px;
	font-size: 12px;
	color: #fff;

}
.navigatie {


}
.home_halve_klarex {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background: rgba(0,52,102,0.69);
}

.home_banner_introduction {
    width: 40%;
    /* box-sizing: border-box; */
    position: relative;
    padding: 5%;
    /* padding: 220px 5%; */
    /* min-height: 350px; */
    position: relative;
    /* top: 0px; */
    /* bottom: 0px; */
}
.introduction_tekst {
	line-height: 150%;
	color: #fff;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.51);
	    font-size: 4vw;
}

.prijzen_intro_tekst {
	padding: 5% 20%;
	color: #000;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
}
.logo_center {
	width: 30%;
display: block;
margin: 0 auto;
padding: 8%;
min-width: 150px;
}
.uitleg_flex li {
	margin: 10px;
	padding-top: 1em;
	/* display: block; */
	position: relative;
	counter-increment: inst;
	/* display: flex; */
	width: 100%;
	padding-top: 0px;
	align-items: center;
	font-size: 16px;
	color: #00336a;
	/*font-weight: bold;*/
	line-height: 150%;
}
.pelatis_home_right li {
	color: #fff;
}
.uitleg_flex li::before {
    content: counter(inst);
	background: #02ad4e;
	background: #ec222a;
    color: #fff;
    font-size: 1em;
    /* font-weight: 700; */
    /* font-style: italic; */
    /* text-shadow: 1px 1px rgb(255 150 0 / 50%); */
    /* border-radius: 0 0.675em 0.675em 0; */
    /* font-size: 1.5em; */
    text-align: center;
    padding-top: 0;
    /* padding-left: 2.25%; */
    /* left: -5%; */
    top: -0.65em;
    /* height: 1.35em; */
    /* width: 1.35em; */
    /* position: absolute; */
    transition: all 0.2s ease-in-out;
    z-index: -1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    flex-grow: 0%;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 16px;
    border-radius: 100px;
	display: none;
}
.uitleg_flex  ol {
	 padding-inline-start: 10px;
	 padding-inline-start: 0px;
	 padding-top: 10px;
	 padding-bottom: 10px;
  }
.aanmelden_home_container {
   position: absolute;
    top: -209px;
   background: #fff;

   width: 30%;
   left: 0px;
   right: 0px;
   margin: auto;
   box-sizing: border-box;
   z-index: 10;
    box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.46);
}
.aanmelden_home_container h3 {
	line-height: 100%;
	font-size: 35px;
	margin: 0px 0px 20px;
}
.aanmelden_home_boven {
   padding: 25px;
	position: relative;
	box-sizing: border-box;
}
.aanmelden_home_boven input {
	background-color: #eaeaea;
	width: 100%;
	bordeR: none;
	padding: 15px;
	/* width: 30%; */
	min-width: 200px;
	/* margin-top: 3%; */
	box-sizing: border-box;
	/* margin: 8px 20px 8px 0px; */
	margin: 5px;
}
.aanmelden_home_beneden {
	padding: 25px;
	background-color: #eeeeee;
	position: relative;
	height: 209px;
	box-sizing: border-box;
}
.aanmelden_inputs {
	width: 75%;
	padding: 0% 16px 0% 0%;
	box-sizing: border-box;
}
.aanmelden_link {
	width: 25%;
	display: block;
	background: #c868ff;
	position: relative;
		margin: 5px 0px;
		transition: 0.5s ease;
}
.aanmelden_link:hover {
	background: purple;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	transform: scale(1.1);
}
.aanmelden_link img {
	width: 50%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;

}
.aanmelden_home {
	display: flex;

}
.nog_geen_account_txt {
	font-size: 14px;
	line-height: 150%;
}
.aanmelden_home_container .small_info_a_wrapper  {
	width: 50%;
}
.aanmelden_home_container a.budget_wagen_wrapper {
	width: 100%;
}
.les_volgnummer {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	font-size: 90px;
	height: 90px;
	text-align: center;
	width: 100%;
	margin: auto;
}
.volgnummer_absolute {

}
.logo_nav_top {
	width: 70px;
	padding: 6px 12px;
	position: relative;
	margin-bottom: -30px;
	margin: 0px 20px -30px 20px;
	transition: 0.6s ease;
	transform: translateZ(0px);

	will-change: transform, margin, width;
}
.logo_nav_top img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.logo_nav_top_scroll {
	/*
	width: 50px;
	margin: 0px 20px 0px 20px;
	transform: translateZ(0px); */
	transform: translateZ(0px) scale(0.65) translateY(-22px);
}
.logo_nav_top::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 0px 0px 100px 100px;
	top: 0px;
	left: 0px;
	position: absolute;
}
a.subs_blok:link, a.subs_blok:visited {
	display: inline-block;
	width: 24%;
	height: 70vh;
	min-height: 450px;
	color: #fff;
	font-size: 20px;
	position: relative;
	overflow: hidden;
}
a.subs_blok::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: 2s ease;
}
a.subs_blok:hover {

}
.inside_a_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: 1s ease;
	background: rgba(255,255,255,0.0);
}
a.subs_blok:hover .inside_a_bg  {
	background-color: rgba(255,255,255,0.9);
}
.inside_a_info {
	height: 0px;
	overflow: hidden;
	transition: 1s ease;
	opacity: 0;
	transform: translateY(150px);
}
a.subs_blok:hover .inside_a_info {
	height: 192px;
	opacity: 1;
	transform: translateY(0px);
}
.inside_a {
	color: #1d3968;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10% 5%;
	box-sizing: border-box;

}
.inside_a h1 {
	color: #1d3968;
	font-size: 50px;
	text-align: center;
}
.continue {
	width: 70px;
	transition: 0.5s ease;
}
.continue:hover {
	transform: scale(1.1);
}
.inside_txt {
	font-weight: bold;
	font-size: 14px;
	padding: 10% 10%;
	box-sizing: border-box;
}
.inside_a_gradient {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=0 );
}
.subs_blokken_container {
	text-align: center;
	display: flex;
	padding: 0% 3% 3% 3%;
	    padding: 0% 4% 10% 4%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hem_header {
	width: 100%;
	font-size: 56px;
	color: #fff;
	text-align: center;
	    padding: 0% 5% 6% 5%;
}
.home_tekst_c {
	/* width: 30%; */
	/* min-width: 200px; */
	/* margin: 0 auto; */
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #fff;
}
.pelatis_home_right {

}
.pelatis_home_right::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;

	    height: 100%;

	background: rgba(12,13,20,0.92);
}
.hem_merken_carousel_container {
	background: rgb(0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(29,57,104,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(29,57,104,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(29,57,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1d3968',GradientType=0 );
position: relative;
margin-top: -5px;

}
.intro_hem_h1{
	margin: 0px;
/* padding: 100px; */
padding: 0px 20% 5% 20%;
box-sizing: border-box;
font-size: 80px;
line-height: 150%;
}
.carousel_class {
	width: 85%;
margin: 0 auto;
position: relative;
padding: 5% 0%;
}
.carousel_hem_img {
	width: 90%;
	height: 90%;
	object-fit: cover;
	margin: 5%;
}
.webshops_flex {
	display: flex;
	/* padding: 5%; */
	justify-content: space-between;
	justify-content: space-around;
	flex-wrap: wrap;
}
.webshop_container {
	width: 40%;
	    width: 30%;
	position: relative;
box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.14);
transition: 1s ease;
background: #193782;
    margin: 15px 0px;
}
.webshop_container:hover {
	box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.34);
}
a.shop_image:link, a.shop_image:visited {
	display: block;
	width: 100%;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
}
a.shop_image:hover {

}

.shop_image .hem2b_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: 4s ease;
}
.webshop_container:hover .hem2b_bg {
	transform: scale(1.3);
}
.continue_white {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 40px;
	height: 50%;
	margin: auto;
	transform: translateX(-40px);
	opacity: 0;
	transition: 1s ease;

}
.webshop_container:hover .continue_white {
	transform: translateX(0px);
	opacity: 1;
}
a.shop_txt:link, a.shop_txt:visited {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 20px;
	background-color: #193783;
	box-sizing: border-box;
	position: relative;
	/* width: 80%; */
	/* top: -25px; */
	/* left: 25px; */
}
a.shop_txt h1 {
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	line-height: 150%;
}
a.shop_txt .webshop_txt {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	line-height: 150%;
}
.slick-track {
	display: flex !important;
	align-items: stretch !important;
}
.slick-slide {
	float: none !important;
	height: auto !important;
	max-height: 300px !important;
}
a.onze_merken_link:link, a.onze_merken_link:visited {
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin-bottom: 130px;
	transition: 0.5s ease;
}
a.onze_merken_link:hover {

	opacity: 0.7;
}
.footer_svg_image {
	display: block;
	width: 100%;
	position: absolute;
	position: relative;
	bottom: 0px;
	left: 0px;
	transform: translateZ(0px) scale(1.01);
}
.parallax-mirror {
	background: #fff;
}
.parallax-slider {
	opacity: 0;
}
.subs_link {
	padding: 200px 50px;
	text-align: center;
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.54);
	transition: 1s ease;
	text-shadow: 0px 3px 5px #000;
}
.subs_link:hover {
	background: rgba(0, 0, 0, 0.0);
}
.subs_merken {
	padding: 150px 50px 80px 50px;
	    text-align: center;
	    display: block;
	    width: 100%;
	    box-sizing: border-box;
	    color: #fff;
	    font-size: 40px;
	    text-decoration: none;
	    background: rgba(0, 0, 0, 0.54);
	    transition: 1s ease;
	    text-shadow: 0px 3px 5px #000;
		 position: relative;
}
.subs_merken::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
transition: 2s ease;
opacity: 0;

/*
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
*/

}
.subs_merken_active::before {

opacity: 1;



}
.merken_h2 {
	color: #fff;
}
.first_four_container {
	display: flex;
	justify-content: space-around;
	position: relative;
	margin: 70px 10% 0% 10%;

}
.the_rest_container {
	display: flex;
	justify-content: flex-start;
	position: relative;
	padding: 0px 10% 70px 10%;
	flex-wrap: wrap;
	/*
	background: #fff;
	background: #000;*/
}
.the_rest_wrap {
	position: relative;
}
.mirror_merk {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
		background: #fff;
		z-index: -1;

}
.mirror_merk .parallax-slider {
	left: 0px;

}

.merk_product {
	width: 22%;
	position: relative;
	margin: 0% 1.5% 1.5% 1.5%;
    background: #fff;
transition: 0.7s ease;
	transform: scale(1.0);
}
.merk_product:hover {
	transform: scale(1.07);
}
.the_rest_container .merk_product{
		margin: 1.5%;
}
.merk_imageholder {
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
}
.carousel_hem_img_merk {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.scroll_lines_merken {
	width: 60px;
	height: 60px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	display: inline-block;
	margin-bottom: 25px;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	transition: 0.5s ease;
}
.scroll_lines_merken:hover {
	transform: scale(1.2) rotateZ(45deg);
}
.scroll_lines_merken_active {
	border-right: 3px solid #243b7b;
	border-bottom: 3px solid #243b7b;
	-webkit-transform: translateY(50px) rotateZ(-136deg);
	-moz-transform: translateY(50px) rotateZ(-136deg);
	-o-transform: translateY(50px) rotateZ(-136deg);
	-ms-transform: translateY(50px) rotateZ(-136deg);
		transform: translateY(50px) rotateZ(-136deg);
}
.scroll_lines_merken_active:hover {
	transform: scale(1.2) translateY(50px) rotateZ(-136deg);
}
.scroll_lines_merken_wrapper {
	position: relative;
	text-align: center;
}
.scroll_lines_tekst {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	padding: 50px 0px 0px 0px;
	text-align: center;
}
.main_header_h2 {
	padding: 0px 0px 50px 0px !important;
	margin: 0px !important;
	font-size: 40px !important;
}
.prod_blok_image_border {
	/*border: 10px solid #fff;*/
    height: 0px;
    padding-bottom: 90%;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0px 10px 30px rgb(0 0 0 / 20%); */
    transition: 1s ease;
}
.prod_blok_image_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
	transition: 2s ease;
}
.budget_wagen_wrapper:hover .prod_blok_image_img {
	transform: scale(1.15);
}
.budget_wagen_wrapper:hover .prod_blok_image_border {
	/* box-shadow: 0px 10px 50px rgba(0,0,0,0.3); */
}
.category_introduction .actie_intro_h2, .actie_intro_h2 {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 20px 0px 10px 0px;
    font-family: 'popp';

	font-family: var(--font-bold);
	font-size: 18px;
	line-height: normal;
	letter-spacing: normal;

	border-bottom: 1px solid #2e35443b;
	padding-bottom: 20px;
}
.budget_wagen_wrapper:hover .wagen_txt {

	transform: translateX(3%);
	transition: 0.8s ease;

}
a.data_wrapper:link, a.data_wrapper:visited {
	display: flex;
	position: relative;
	background: blue;
	    background: #243b7b;
	text-decoration: none;
	margin-top: 50px;
	align-items:center;
	max-width: 350px;
	padding: 5px 20px;
	box-sizing: border-box;
	

	background: #56ac55;


    background: #cc2228;

    padding: 0px 20px;
    border-radius: 15px;
}
.pdfsvg {
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
	max-width: 90px;

}
.pdfsvg img {
	width: 100%;
	display: block;
}
.datasheet_link_txt {
	width: 80%;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;

}
.actueel_home_container {
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*flex-wrap: wrap;*/
	    padding: 8% 8%;
	    padding: 8% 15%;



	padding: 0;
	width: 80vw;
}
.intro_actueel {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 0px;
}
.actueel_home_container a.budget_wagen_wrapper:link, .actueel_home_container a.budget_wagen_wrapper:visited, .actueel_home_container .budget_wagen_wrapper {

    width: 28%;
    width: 30%;
    width: calc(33.3% - 30px);
	background-color: var(--white-grey);
	border-radius: 30px;

 }
 .hem_home_nieuws a.budget_wagen_wrapper:link, .hem_home_nieuws a.budget_wagen_wrapper:visited, .hem_home_nieuws .budget_wagen_wrapper {
	 width: 76%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .hem_home_nieuws .prod_blok_image_border {
	   width: 50%;
	   padding-bottom: 44%;
  }
  .hem_home_nieuws .starting_from {
	  width: 40%;
     box-sizing: border-box;
     width: calc(50% - 20px);
     padding: 0px 0px 0px 50px;
  }
  .categorie_introduction_vlak_contact {
      padding: 6vw 6vw 6vw 15vw;
      padding: 6vw 13vw 6vw 15vw;
   }
	.gmap_hem {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
.contact_info_flex {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;


}

.inner_adres_info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-items: flex-start;
    width: 50%;
	 flex-wrap: wrap;
}

.webshop_footer {
	display: flex;
	width: 100px;
	height: 100px;
	background: #fff;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
	position: relative;
	align-items: center;
	border-radius: 100px;
	transition: 0.7s ease;
}
.webshop_footer:hover {
	transform: scale(1.15);
}
.webshop_footer img {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: block;


}
.inner_left_shops {
	padding: 3% 5%;
	    padding: 3% 3%;
	/* display: flex; */
	width: 25%;
	width: 280px;
	display: flex;
	flex-wrap: wrap;
	    justify-content: center;

}
.avoda_bot {
	margin-top: -10px;
}
.contact_header_txt_shops {
	text-align: center;
    color: #1d3968;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    padding-bottom: 5%;
    letter-spacing: 0px;
}



h1.footer-company-name {
    font-size: 24px;
	font-family: var(--font-bold);
	text-transform: uppercase;
}










.language_item_responsive {
	position: absolute;
	top: 12px;
	right: 10px;
	display: none;
}
.language_item_responsive .nav_language_item2 img {
    width: 37px;
 }
 .vacatures_intro {
	padding-bottom: 60px;
 }
 #content_vacatures .categorie_introduction_vlak, #content_altijd-kwaliteit .categorie_introduction_vlak, #content_social-responsibility .categorie_introduction_vlak {
	  padding: 8vw 8vw 8vw 8vw
	}
.fotopapa, .scannerman {
	width: 50%;
	display: block;
	width: 60%;
    display: block;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.19);
    padding: 10px;
    border-radius: 10px;
    margin: 40px auto;
}
#category_pagina_over-ons .klarex_bg_header .header_h1 {
    /* text-align: left; */
    /* width: 50%; */

    opacity: 0;
}
.carousel_blok {
	transition: 0.8s ease;
	transform: scale(1);
}
.carousel_blok:hover {
	transform: scale(1.08);
}
.intro_txt_0 {
	top: -10vh;
    position: relative;
}
.hero_text_wrapper {
    width: 80%;
    width: 70%;
    margin: 0 auto;
    display: flex;
    z-index: 10;
    flex-wrap: wrap;
	margin-bottom: 160px;
	flex-direction: column;
	height: 100%;
    justify-content: flex-end;

	width: 80vw;
}

.hero-link-wrapper {
    margin-top: 150px;
}

a.hero-link {
    color: white;
    text-decoration: none;
    margin-right: 40px;
    font-size: 20px;
	padding-bottom: 20px;
    border-bottom: 3px solid white;
    width: 300px;
	display: flex
	;
		align-items: center;
    /* display: inline-block; */
	/* justify-content: space-between; */
	transition: 0.2s all ease;
}

a.hero-link:hover img.btn-arrow{
	position: relative;
	transition: 0.2s all ease-in;
	margin-left: 40px;
}


.hero_text {
    font-size: 4rem;
    font-family: 'playf', arial, segoe UI, arial,tahoma,times;
    font-weight: bold;
    position: relative;
    color: #fff;
    line-height: 110%;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.4);
}
.hero_txt_subnav {
    display: flex;
    font-weight: bold;
    font-family: 'popp';
    color: #000;
    font-size: 12px;
}
.second {
    font-size: 2.4rem;
    color: #00ad4e;
    padding-top: 10px;
	text-shadow: 0px 5px 20px rgb(0 0 0 / 70%);
	font-family: 'playf';
	font-weight: bold;
}
.hero_text_width {
    max-width: 900px
}
.bekendmaking {
    color: #fff;
    font-size: 1rem;
    font-family: 'popp';
    margin-bottom: 35px;
}
.bekendmaking_h2 {
    color: #fff;
    font-size: 1.8rem;
    width: 70%;
    max-width: 600px;
    line-height: 160%;
}



.section-header-wrap.align-center {
    display: flex
;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	margin-bottom: 40px;
}

.section-header-wrap.align-center h1{
	text-align: center;
}

.std_h1  {
    font-size: 4rem;
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 35px;
    color: #000;
    text-align: left;
	line-height: 100%;
	position: relative;
	margin-bottom: 70px;
	width: 100%;

	font-size: 36px;
	font-family: var(--font-bold);
	color: var(--blue-gray);
	margin: 0;
    padding: 0;
    /* margin-bottom: 24px; */
	line-height: normal;
}

.sub-section-col {
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.sub-section-col h1{
	margin-bottom: 20px;
}

img.check-img {
    width: 30px;
	margin-right: 20px;
}

.check-list {
    display: flex
;
    align-items: center;
	margin-bottom: 18px;
}


h3.check-text.white-text {
    margin: 0;
    font-size: 20px;
	font-family: var(--font-bold);
}

.check-list-wrapper {
    margin-top: 40px;
}

.std_h1_black {
	font-size: 2.7rem;
	color: #000;
}
.std_h1_center {
	font-size: 2.7rem;
	color: #000;
	text-align: center;
}
.std_h1::before {
	content: '';
	background-color: #ec232b;
	width: 40px;
	height: 7px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
}

p.section-short-desc {
    font-size: 14px;
    width: 30%;
	font-family: var(--font-normal);
	color: var(--blue-gray);
	line-height: 21px;
}

.std_h1_center::before {
	right: 0px;
	margin: auto;
}
.intro_kiesel_right {

	color: #fff;
    font-size: 2.7rem;
}
.intro_kiesel_right_h2 {
	color: #fff;
	font-size: 1.7rem;
	font-family: 'playf';
	margin-top: 30px;
	margin-bottom: 20px;
}
.mission_icon_blok {
	width: 150px;
	height: 150px;
	position: relative;

}
.mission_icon {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 1200px){
	.intro_txt_0 {
		top: 0vh;
	}
}


.main_width {
	width: 90%;
	position: relative;
	box-sizing: border-box;
	
}
.hero_nav {
	background: #000;
	display: flex;
	flex-wrap: wrap;
	background-color: #191a22;
	margin: 0 auto;
	margin-top: -130px;
	box-shadow: 0px 20px 40px rgb(0 0 0 / 32%);
	display: none;
}
.hero_nav::before {
	content: '';
	background-color: #d01f26;
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	height: 75px;
	width: calc(100% + 26px);
	left: -13px;
}
a.hero_link:link, 
a.hero_link:visited {
	position: relative;
	width: 25%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	background-color: #191a22;
	transition: 0.5s ease; 
	font-family: 'popp';
}
a.hero_link:hover {
	filter: brightness(125%);
}
a.hero_even:link, a.hero_even:visited {
	background-color: #0c0d14;
}
a.hero_link_1:link, a.hero_link_1:visited, 
a.hero_link_3:link, a.hero_link_3:visited,
a.hero_link_4:link, a.hero_link_4:visited,
a.hero_link_6:link, a.hero_link_6:visited {
	background-color: #0c0d14;	
}


a.hero_even:hover {
	filter: brightness(160%);
}
.hero_text_link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ec222a;
	text-decoration: none;
	transition: 0.5s ease; 
	font-family: 'popp';
	font-weight: bold;
	margin-top: 15px;
}
.hero_text_link:hover {
	filter: brightness(125%);
}

.hero_txt {
	display: flex;

	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	font-family: 'popp';
}

.hero_txt span, .hero_text_link span {
	color: #d01f26;
	transition: 0.3s ease;
	display: block;
	margin-left: 5px;
	font-family: 'popp';
}
.hero_txt_subnav {
	display: flex;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	font-family: 'popp';
}
.hero_txt_subnav span {
	color: #d01f26;
	transition: 0.3s ease;
	display: block;
	margin-left: 5px;
	font-family: 'popp';
}
.hero_txt_subnav:hover span {
	transform: translateX(5px);
}
a.hero_link:hover .hero_txt span {
	transform: translateX(7px);
}
a.budget_wagen_wrapper:hover .hero_text_link span {
	transform: translateX(7px);
}
.main_news_article {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.main_news_img_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.main_news_img_wrap::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=1 );

}
.main_news_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.main_news_article_txt_wrapper {
	position: relative;
	padding: 35px;
	padding: 8%;
}
.main_news_article_txt {
	position: relative;
	padding-top: 150px;
}
a.text_link:link, a.text_link:visited {
    display: inline-block;
    display: flex;
    color: #ec222a;
    text-decoration: none;
    font-weight: bold;
    font-family: 'popp';
    align-items: center;
}
a.text_link:hover {
	filter: brightness(160%);
}
.text_link div {
	font-family: 'popp';
}
a.text_link:link span, a.text_link:visited span {
	display: block;
	margin-left: 5px;
	transition: 0.2s ease;
	font-family: 'popp';
}
a.text_link:hover span {
	transform: translateX(5px);
}


a.round_link:link, 
a.round_link:visited, 
#content_contact a.round_link:link, 
#content_contact a.round_link:visited  {
    display: inline-block;
    display: flex;
    color: #ec222a;
    text-decoration: none;
    font-weight: bold;
    font-family: 'popp';
	align-items: center;

	color: #fff;
	background: #ec222a;
    display: inline-flex;
	border-radius: 100px;
	padding: 8px 25px;
	font-size: 13px;
	margin-top: 20px;
	transition: 0.3s ease;
}
a.round_link:hover, 
#content_contact a.round_link:hover{
	filter: brightness(160%);
}
.round_link div,
#content_contact .round_link div {
	font-weight: normal;
	letter-spacing: 0.5px;
}
a.round_link:link span, 
a.round_link:visited span,
#content_contact a.round_link:link span, 
#content_contact a.round_link:visited span {
	display: block;
	margin-left: 5px;
	transition: 0.2s ease;
	font-family: 'popp';
	
}
a.round_link:hover span, 
#content_contact a.round_link:hover span
 {
	transform: translateX(5px);
}
.actueel_items_container {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 40px;
	flex-wrap: wrap;
}
.starting_from_flex {
    display: block;
    padding: 30px 0px 50px 0px;
    justify-content: space-between;

	padding: 30px;
}
.starting_date_block {
	width: max-content;
	height: auto;
	/* background-color: #ec222a; */
	display: block;
	font-size: 10px;
	display: flex;
	margin-bottom: 10px;
	/* justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap; */

}
.starting_date_block div {
	width: 100%;
	color: var(--blue-gray);
	font-family: var(--font-semi-bold);
	/* font-weight: bold;
	font-family: 'popp';
	line-height: 10px; */
	font-size: 14px;
	margin-right: 4px;
	/* padding: 1px 0px; */
	/* text-align: center; */
}

.starting_from_flex .starting_from {
	padding: 0px;
	width: calc(100% - 70px);
	width: 100%;
}
.starting_from_flex .actie_intro_h2 {
	padding-top: 0px;
}


.actie_intro_html
{
	font-size: 14px;
    line-height: 21px;
	font-family: var(--font-normal);
	color: var(--low-opacity-grey);
	padding-top: 20px;
}

.section.partners {
    display: flex;
    justify-content: center;
	padding: 140px 0px;
}

.partners-container {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}


.partner-box {
    padding: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
	background-color: var(--white-grey);
	border-radius: 30px;
	height: 100%;
}

img.partner-logo {
    width: 60%;
}

.display-none{
	display: none !important;
}

.main_width_center {
    /* margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */


	display: block;
	width: 100%;
    padding: 20px;
	padding-bottom: 140px;
}
.over_ons_right {
	width: 80vw;
	box-sizing: border-box;
    position: relative;
    margin-top: -150px;


	width: 100%;
}


.sub-section {
    display: flex
;
    align-items: center;
    justify-content: center;
}

.sub-section-wrapper {
    display: grid
;
    width: 80vw;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.over_ons_info_block {
	width: 50%;
	width: 46%;

    box-sizing: border-box;
    position: relative;
    padding: 50px 0px;
}
.main_width_padding {
	padding: 80px 0px;
}
.over_ons_left {
	width: 38%;
	width: 45%;
	box-sizing: border-box;
	position: relative;

	top: -300px;
	width: 100%;
	height: 750px;
	background-image: url('/img2/bg2.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 30px;
	display: flex;
	align-items: end;
}

.sub-section-wrapper {
    display: grid
;
    width: 80vw;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

img.project-img {
    width: 100%;
	border-radius: 30px;
}


.white-text{
	color: white !important;
}

.over_ons_left::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75%;
	background: linear-gradient(to top, #2E3544, transparent); /* black overlay fading to transparent */
	border-radius: 30px;
	pointer-events: none; /* makes sure it doesn't interfere with clicks */
	z-index: 1;
}


.box-col h1.header{
	font-family: var(--font-bold);
	font-size: 60px;

}

.box-col p.paragraph{
	font-size: 18px;
	font-family: var(--font-semi-bold);
	line-height: 27px;
}
p.white.paragraph {
    color: white;
}

.local.box-container {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    color: white !important;
	padding: 80px;
	position: relative;
    z-index: 1;
}

.box-ul li{

	font-family: var(--font-semi-bold);
	color: white;
	font-size: 18px;
	margin-bottom: 10px;
}

.over_ons_left_img {
	width: 100%;
    position: absolute;
    height: 100%;
	object-fit: cover;
    height: 100%;
    
	border-radius: 30px;
}
.pelatis_home_right {
	min-height: 450px;

}


a.big_link:link, a.big_link:visited {
    width: 45%;

    width: calc(50% - 30px);

    padding: 25px;
    padding: 45px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.20);
    z-index: 1;
    background: grey;

	overflow: hidden;
	
    position: relative;
    box-sizing: border-box;

}
.big_link_h2 {
    color: #fff;
    font-family: 'playf', arial, segoe UI, arial,tahoma,times;
    font-weight: bold;  
    font-size: 2rem;
	margin-bottom: 150px; 
	margin-bottom: 190px;
    padding-bottom: 20px;

	margin-top: 0px;
	position: relative;
	box-sizing: border-box
  
}
.big_link_h2::after {
    content: '';
    background: #fff;
    width: 50px;
    height: 6px;
    display: block;
    margin-top: 30px;
}
.big_link_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.tekst_link {
    font-family: 'popp', arial, segoe UI, arial,tahoma,times;
    font-weight: bold;
    text-align: right;
	transition: 0.3s ease;
	position: relative;
    box-sizing: border-box;
    font-size: 1rem;
}

.big_link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: green;
    background-color: rgba(0,177,81,0.83);
}
.big_link_right:before {
    background-color: rgba(239,129,40,0.83);
}
.link_container {
	width: 70%;
    margin: 0 auto;
    padding: 50px 0px;
    padding: 100px 0px;
    margin-bottom: 200px;
    position: relative;
    margin-top: 200px;
	
}
.link_container_inner {
    width: 122%;
    left: -11%;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
}
.link_container::before {
    content: '';
    position: absolute;
    width: 80%;
    width: 100%;
    height: calc(100% - 30px);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom:0px;
    margin: auto;
    border: 2px solid #e6e6e6;
    border: 2px solid #d1d1d1;
    height: 100%;

}
.image_center {
    width: 50%;
    max-width: 200px;
    min-width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
}
a.std_link:link, a.std_link:visited {
    background: Red;
    color: #fff;
    font-weight: bold;
    padding: 12px 40px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    background: #0095a8;
    background: #58ac55;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 16%);
    transition: 0.3s ease;

}
a.std_link:hover {
    filter: brightness(1.1);
    transform: translateY(-5px);
    box-shadow: 0px 9px 20px rgb(0 0 0 / 16%);
}
.std_link_container {

    margin-top: 30px;
    padding: 20px;
    background: #e6e6e6;
    border-radius: 30px;

}
.keten_partners_container::before {
    content: '';
    position: absolute;
    width: 100%;
	height: 80%;
	height: calc(100% - 500px);
	height: calc(100% - 450px);
	height: calc(100% - 550px);
	bottom: 0px;
	left: 0px;
    background-color: rgba(0,0,0,0.07);
}
.keten_block {
	width: 33%;
	width: calc(33.33% - 30px);
	margin: 15px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 60px rgb(0,0,0,0.25);
	box-sizing: border-box;
	padding: 20px;
	padding: 30px;
	padding: 40px;

	padding-bottom: 100px;
	position: relative;
	background: #fff;
}
.link_website_wrapper {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.keten_flex {
	display: flex;
	width: 100%;
	width: calc(100% + 30px);
	position: relative;
	left: -15px;

	width: 122%;
	left: -11%;
	flex-wrap: wrap;
 
}
.prod_blok_img_keten {
	width: 100%;
	height: 80px;
	position: relative;
}
.prod_blok_img_keten_img {
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center left;
}

.keten_header {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 22px;
    padding: 0px;
}
.keten_txt {
	font-size: 0.85rem;
	line-height: 150%;
}
.link_container_keten {
    width: 100%;
    display: block;
	position: relative;
	padding: 100px 0px;
}
.link_container_keten::before {
    content: '';
    position: absolute;
	width: 80%;
	width: 100%;
    height: calc(100% - 30px);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom:0px;
    margin: auto;
    border: 2px solid #e6e6e6;
    border: 2px solid #d1d1d1;
    height: 100%;

}

/********* TEMP FOOTER **********/
/********* TEMP FOOTER **********/


.footer {
    padding: 100px 0px;
    background: #000;
	background: #0c0d14;
	box-sizing: border-box;


	background: var(--blue-gray);
}
.logo_container {
    width: 30%;
    display: flex;
    align-items: center;
}
.logo_container img {
    display: block;
    width: 70%;
	justify-content: flex-start;
	box-sizing: border-box;
}
.footer_link_container {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;

	display: grid
	;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 80px;
}


.footer-col p{
	color: #ffffffb3 !important;
}

h3.footer-col-header {
    font-size: 18px;
    color: white;
	margin: 0;
	margin-bottom: 40px;
	font-family: var(--font-semi-bold);
}

h4.contact-header{

	font-family: var(--font-semi-bold);

}

p.paragraph.footer-contact{
	color: #ffffffb3 !important;
}

.contact-box {
    margin-bottom: 20px;
}


ul.site-map-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    padding: 0 ;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff21;
	color: white;
	font-size: 14px;
	font-family: var(--font-semi-bold);
	margin-bottom: 20px;
}


ul.site-map-list li a{
	color: white;
	text-decoration: none;
	font-family: var(--font-normal);
	font-size: 14px;
}

.adres_blok {
    width: 50%;
    padding: 30px;
    color: rgba(255,255,255,0.7);
	font-family: arial, segoe UI, arial,tahoma,times;
	box-sizing: border-box;
   
}
.adres_blok h1 {
    font-family: 'playf', arial, segoe UI, arial,tahoma,times;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;

}
.adres_blok h2 {
    font-family: 'playf', arial, segoe UI, arial,tahoma,times;
    font-weight: bold;
    font-size: 1.3rem;
    color: #fff;
}
.adres_blok_info {
    color: rgba(255,255,255,0.7);
}
a.adres_link:link, a.adres_link:visited {
    color: red;
    color: #58ac55;
    text-decoration: none;
    font-weight: bold;
}
a.adres_link:hover {
    filter: brightness(120%);
}
.adres_blok b {
    color: #fff;
}
.copyrights {
    padding: 20px;
    text-align: center;
    background-color: #292E3A;
    color: #ffffff8f;
	font-family: var(--font-normal);
	font-size: 12px;
}
.om_nav {
	position: relative;
	display: flex;
	width: 70%;
	margin: 0 auto;
	align-items: center;


	width: 100%;
	padding: 0 20px;

}
.om_logo_nav_container {
	width: 350px;
	height: 50px;
	display: block;
	position: relative;

	height: 100%;
}
.om_logo_nav {
	/* position: absolute; */
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/********* TEMP FOOTER **********/
/********* TEMP FOOTER **********/




@media screen and (min-width: 1000px) { 

   
    .big_link_img {
       transition: 1s ease;
    }
    a.big_link {
        transition: 0.8s ease;
    }
    a.big_link:hover .big_link_img {
        transform: scale(1.1);
    }
    a.big_link:hover {
        box-shadow: 0px 10px 50px rgba(0,0,0,0.5);
    }
    a.big_link:hover .tekst_link{
        transform: translateX(10px);
    }

}
.main_center {
    max-width: 900px;
    margin: 0 auto;
    padding: 10% 6%;
}
.sublinks_container {
	display: none !important;
}
.contact_intro_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contact_intro_flex_left {
	width: 70%;
	box-sizing: border-box;
}
.contact_intro_flex_right {
	width: 30%;

	padding: 0px 0px 0px 50px;
	box-sizing: border-box;
}
.contact_logo {
	width: 100%;
	position: relative;
	display: block;
}
#gmap_container_contactpage .gm-style {
	text-align: left;
}
ul li {
    /* color: #3c3c3c; */
    /* color: #3c3c3c; */
    /* list-style: none; */
    padding: 0px 25px;
    /* position: relative; */
}

.dropdown_content {
    display: none;
    background: #fff;
    position: absolute;
    left: 0px;
    width: 100%;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
	min-width: 200px;
}
.dropdown_content_mobile {
    display: none;
    background: #fff;
    position: relative;
    left: 0px;
    width: 100%;
}

.dropdown_container {
	position: relative;
}
.dropdown_container:hover .dropdown_content {
	display: block;
}
.dropdown_link {
	display: block;
    box-sizing: border-box;
	padding: 10px 25px;
	text-align: left;
    font-size: 12px;
    color: #000;
	font-weight: bold;
	transition: 0.2s ease;
	text-decoration: none;
}
.dropdown_content_mobile_active {
	display: block !important;
}
.dropdown_link:hover {
	background: rgba(0,0,0,0.1);
}
.justitia_hero_img {
    position: absolute;
    bottom: 0px;
    right: 14vw;
    height: 75%;
	/*filter: drop-shadow(2px 4px 30px black);*/
	/*filter: drop-shadow(2px 4px 30px rgba(255,255,255,0.6));*/

	bottom: -40px;
    right: 9vw;
	height: 80%;
	
    object-fit: contain;

}
/***PARALEX**/

/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
#time {
	cursor: pointer;
}
.hide, .hidden {
	display: none;
}
.show {
	display: block;
}

.clear {
	clear: both;
}

.footer_header{
	font-size: 16px;
 font-weight: bold;

}

.no-image{
	background-image: url('../img/new2021.svg');
	background-image: url('../img2/BlueHeronOffshore-beeldmerk.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
	background-color: #2e354440;
	background-size: 50%;
	border-radius: inherit;
    border-radius: inherit;
    border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	opacity: 30%;
}
.product_img_entry.no-image {
	padding: 18%;
}
.no-image2{
	background-image: url('../img/new2021.svg');
	background-image: url('../img2/om_logo_tiny.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
	background-color:none;
	background-position: center left;
}

.carousel_hem_img{
	background: white;
}
