/*
@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:"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:"PoppinsBlack";
	src:url("../fonts/Poppins-Black.ttf");
    font-weight: 800;
    font-style: normal;
} 

@font-face{
	font-family:"PoppinsRegular";
	src:url("../fonts/Poppins-Regular.ttf");
    font-weight: 800;
    font-style: normal;
} 

@font-face{
	font-family:"PoppinsSemiBold";
	src:url("../fonts/Poppins-SemiBold.ttf");
    font-weight: 800;
    font-style: normal;
} 

@font-face{
	font-family:"PoppinsMedium";
	src:url("../fonts/Poppins-Medium.ttf");
    font-weight: 800;
    font-style: normal;
} 

@font-face{
	font-family:"PoppinsBold";
	src:url("../fonts/Poppins-ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
} 

:root{
	--primary-color: #bb0000 ;
	--gradient_color: linear-gradient(90deg, #bc0101, #e02b2b);
	--primary-color-hover: #c78f5a ;
	--light-red:	 #fff1f1;
	--red-border: #ca05331f;
	--secondary-color: #0e0e0e ;
	--light-grey: #111111;
	--primary-text-color: #ffffff ;
	--secondary-text-color: #5f5f5f;
	--border: #ffffff30;
	--input-color: #151515be;
	--light-color: #1e1e1e;
	--box-border-radius: 12px;

	--white-color: #fff;

	/* font size variable */
	--text-size: 14px;
	--footer-text: 11px;
	--section-text: 50px;

	--primary-font: poppins ;

	/* font family */
	/* --paragraph: poppins;
	--header: playfair Display; */

	--wrapper-size: 1280px;

	--font-regular: PoppinsRegular ;
	--font-bold: PoppinsBold;
	--font-medium: Poppins-Medium ;
	--font-semibold: PoppinsSemiBold;

}






.featured_h1{
			font-size: 80px;
	    color: #022157;
	    text-align: left;
	    margin: 0px 0px 0px 0px;
	    padding: 0px 0px 15px 0px;
	    text-align: center;
			padding:50px 0px;
}
span{
	/*color: #28d3f5;*/
   /* font-weight: bold;*/
}
.introduction_container{
	/*
	position: absolute;
	width:50vh;
	border:solid green;*/
}



.cl{
	/*	text-shadow: 2px 2px rgba(0,0,0,0.6); */
	font-size: 14px;
	    color: #000;
	    line-height: 140%;
}

.home_intro h2 {
	margin-bottom: 15px;

}


h3 {
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	/* margin: 0px 0px 10px 0px; */
	line-height: 120%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;

}



.orderform_container h2 {
	color: #560018;

}

.h1_span {
	font-size: 18px;

}

.h2_790 {
	font-size: 28px;
}




img {
border: none;
position: relative;
}

#wrapper {
    min-height: 100%;
    overflow: hidden;
    min-height: 100%;
    min-height: 100vh;
    overflow: hidden;
    /* overflow: auto; */
    /* height: 100vh; */
    /*-webkit-overflow-scrolling: touch;*/
   /* z-index: 1;*/
    position: relative;
    width: 100%;

	background-color: white;
}
#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 {


}


.homepage_container{
	position: relative;
  font-size: 0px;

  
}
.fix_margin{
	height: 1px;
  position: relative;
}
.home_banner_container{

}




.big_header {
	padding: 150px;
	padding: 150px 8vw;
	font-weight: bold;
	color: #000;
	line-height: 120px;
	line-height: 110px;
}
.cms_teksten .big_header {
    padding: 200px 0px 120px 0px;
}
.big_header::after {
	content: '';
	position: relative;
	top: 50px;
	width: 120px;
	height: 22px;
	background: #0f5a2d;
	display: block;
}


.container_beneden_rechts{
	/*width: 20%; */
	    /* height: 5%; */
	    position: relative;
	    background: #d4454b;
		     background: #ef4d3c;
	    /* border-radius: 100px; */
	    font-size: 16px;
	    /* top: 25px; */
	    padding: 7px 36px;
	    color: white;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    box-sizing: border-box;
	    margin-top: 26px;
	    margin-top: 10px;
	    transition: 0.4s ease;
}


.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: 8%;
	/* padding-bottom: 8%; */
	position: absolute;
	display: block;
	text-decoration: none;
	top: 10px;
	right: 10px;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
	width: 65px;
	height: 65px;
	background: #0e5b2d;
	background: #fe9658;


	background-color: #bb0000 ;
	position: fixed;
}
.entry_page .terug {
	position: fixed;
	top: 150px;
	right: 70px;

	z-index: 999;
}



.entry_intro,
.entry_intro p span,
.entry_intro div b,
.entry_intro div{
	font-size: 14px;
	line-height: normal;
	font-family: var(--font-regular);
}


.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: #d4454b;
background-color: #fff;
	left: 48%;
	transform: rotateZ(45deg) scale(0.7);
	transition: 0.4s ease;
}
.close_line_2 {
	position: absolute;
	top: 0px;
	height: 100%;
	padding: 0% 4%;
	background-color: #fff;
background-color: #1274be;
background-color: #d4454b;
background-color: #fff;
	left: 48%;
	transform: rotateZ(-45deg) scale(0.7);
	transition: 0.4s ease;

	
}
.terug:hover .close_line_1, .terug:hover .close_line_2 {

transform: rotateZ(90deg) scale(0.7);
}

.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%;

}





.submenu_header {
    padding: 15px 0px 15px 0px;
    padding: 80px 0px 0px 0px;
    color: #fff;
    color: #1d3868;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 0px;
    height: 10px;
    opacity: 0;
	display: none;
}
#category_pagina_winkelmand {
background: #fff;
padding: 100px 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;

    color: #9B9B9B;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6%;
    display: inline-block;
    text-align: left;
	 display: flex;
	 flex-wrap: wrap;
justify-content: center; */

/* 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; */
width: 80vw;
padding-top: 100px;
/* display: block; */
}
/*
.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: 1000;
	opacity: 1 !important;

	z-index: 999;
	/* z-index: 9999; */
}
.entries_in_view {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	position: relative;

}

.entry_page {
    width: 75%;
    width: 50%;
	 width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    /* left: 20%; */
    /*overflow: auto;*/
	 overflow-y: scroll;
    z-index: 3;

    right: 0px;
}
.entries_in_view  .entry_page {
	position: relative;
	overflow: hidden;
}
.entries_in_view  .entry_wrapper {
	position: relative;
}
.search_header {
	font-size: 40px;
	text-align: center;
	padding-top: 30px;
	position: relative;
}
.entries_in_view .entry_wrapper {

    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 );
	 background: rgba(218, 218, 218, 0.93);
	 background: rgb(255, 255, 255);
}
#content_search {
	min-height: 90vh;
}
.no_search_results {
	text-align: center;
	color: #d4454b;
}
.entry_wrapper {
    width: 100%;
    /* 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: 500px;
    min-height: 75vh;
    min-height: 100vh;
    /* background-color: rgb(119, 119, 119); */

    background: #ed5404;
    background: rgba(239, 239, 239, 0.9);

    /* background: none; */
    background: #fff;
}
.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,F 0.38); */
}
.diensten_inner_left_padding {
	/* padding: 0% 7%; */
	/* padding: 0px 40px 0px 0px; */
	font-size: 16px;
	box-sizing: border-box;
	/*width: 40%;*/
	display: inline-block;
	vertical-align: top;
	padding: 4%;
	/*padding: 100px 50px 150px 50px;*/
	color: rgba(0, 0, 0, 0.89);
	line-height: 150%;
	width: 100%;


	border: 1px solid #00000029;
    margin: 50px;
    position: relative;
    /* top: -20vh; */
    z-index: 99;
    background-color: white;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 11%);
	width: 80vw;

	/* top: -250px; */
	height: max-content;
	margin-top: 0;

		
}
.intro_html_field {
    padding: 40px 0px;
    padding: 40px 20px 40px 0px;
    position: relative;
}

.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 {

    position: relative;
    background-color: #2c4184;
    -webkit-transform: translate3d(0, 0, 0);
    background-color: #00285F;
}*/



.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);
}

.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%;
}
.perspectief2 {
    position: relative;
	background-color: white;
   /* 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;
}

.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 {
	position: relative;
    width: 100%;
	 /* min-height: 100vh; */

	/*	background: white;*/

}
.content_entry {
	width: 88%;
	width: 100%;
	margin: 0 auto;
}

/* .homepage_container {
	position: relative;
	font-size: 0px;
} */
.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_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%;
	     width: 50%;
    margin: 0 auto;
    padding-top: 12%;
    padding-top: 20%;
}
.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;
	width: left:10%;
	padding-left: 16%;
}

/*
.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: rotateZ(45deg);
    transform-origin: top left;
	left: 19%;
}
.show_nav_button_active .line_2 {
	opacity: 0;
	margin-right: 100%;
	left: 19%;
}
.show_nav_button_active .line_3 {
    transform: rotateZ(-45deg);
    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;
    font-size: 14px;
    padding: 10px;
    font-size: 14px;
    font-size: 12px;
    padding: 10px;
    line-height: 150%;

    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    right: 10px;
	 color: #fff;
}
*/

.diensten_inline_container {
	font-size: 0px;
}
.diensten_inner_right_container {
	width: 50%;
	min-width: 500px;
	position: relative;

}
.diensten_inner_left, .diensten_inner_right {
    /* display: inline-block;
    width: 50%;
    width: 100%;
    vertical-align: top;
    font-size: 20px;
    position: relative;
    font-size: 18px;
	 background: #fff;
	 background: #9cc9ff;
	 padding: 150px 110px 150px 50px;
	     box-sizing: border-box; */

	 /*margin-top: 200px;*/
    /* background-color: rgba(255, 255, 255, 0.92); */
    /* background: rgb(232,232,232); */
   /* background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
     background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );*/

	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; */


	/* 2024-01-04 */
	width: 50%;
	padding:0;

	background: none;
}


.diensten_inner h2{
	margin-top: 0 !important;
	color: #bb0000 !important; 
	font-family: var(--primary-font);

	font-family: var(--font-bold);
	font-weight: 800 !important;
	line-height: normal;
}

.diensten_inner_right::before {
	content: '';
	width: 60px;
	width: 40px;
	background: #002859;
	height: 100%;
	top: 0px;
	right: 0px;
	position: absolute;
	display: block;

	display: none;
}
.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 {
 	top: 55px;
 	background-color: #003466;
 	font-size: 0px;
 	border-top-right-radius: 100px;
 	border-bottom-right-radius: 100px;
 	width: 50%;
 	padding: 10px 10px;
 	position: fixed;
 	    position: absolute;
 	font-size: 0px;

 	z-index: 100000;
}*/

.navigatie table, .navigatie td {
	width: 100%;
	height: 100%;
}
.text_container{
			width: 40%;
	    height: 100%;

	    position: absolute;
	    right: 0px;
			display: flex;

}
.text_holder1{
	width: 40%;
	height: 90%;

	position: absolute;
	right: 75px;


}
.telefoon_icon{
	width: 30%;
    height: 100%;
    padding-top: 5px;
    padding-left: 20px;


}
.text1{
	width: 60%;
	    height: 90%;
			position: absolute;
	    right: 10px;
	    color: #8debfc;
	    top: 15px;
}
.text_holder2{
	width: 40%;
	height: 90%;
	position: absolute;
	left: 0px;
}
.email_icon{
			width: 30%;
	    height: 100%;
	    padding-top: 5px;
	    padding-left: 20px;

}
.text2{
			width: 60%;
	    height: 90%;
	    position: absolute;
	    right: 10px;
	    color: #8debfc;
	    top: 15px;
}

.pelatis_language_container{

	position: relative;
	top: 0px;
	/*right: 5px;*/
	display: flex;
	z-index: 10000;

}

.talen {
    /* width: 75%; */
    /* width: 65%; */
    /* top: 5px; */
    width: 100%;
    display: block;
}
.gegevens{
	width:45%;

}

.nav_picture_container{
	width: 100%;
	position: absolute;
	/* top: 48px; */
	padding: 63px;
	/* bottom: 0px; */
	/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
	/*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
	/*background: linear-gradient(to bottom, #ffffffd4 0%,rgba(255,255,255,0) 100%);*/
/*	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );*/
	/*background: linear-gradient(top, #ffffff 0%,#00ffffff 100%);*/
	height: 5%;
	overflow: auto;
	box-sizing: border-box;
}


.nav_picture_container img{

	height:5%;
}



.surefish_foto{

	width: 45%;
	position: relative;
	top: 0px;
	bottom: 0px;
	margin: auto;
	    padding-bottom: 40px;
	/* left: 50px;*/
}


.container_boven_rechts{
			width: 40%;
	    position: absolute;
	    right: 0px;
	    bottom: -10px;


}
.ellipse
{
	width: 100%;
	position: relative;
}

.kleine_ellipse{
		position: absolute;
	    width: 25%;
	    right: 0px;
	    top: 245px;
}
.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%;
}


.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;
}
*/


.dts_embleem_nav {
	width: 68%;
	display: block;

}

.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: rgba(255, 230, 0, 0.7); */
    /* background-color: rgb(247, 140, 0); */
    /* background-color: rgb(255, 255, 255); */
    /* background: rgba(14, 105, 152, 0.65); */
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
	 background: #ffffff;
	     background-color: rgba(0, 0, 0, 0.55);
	 will-change: transform, opacity;
}
.product_blok_container3 {
    padding-top: 10%;
	 text-align: Center;
	     padding: 10% 5% 3% 5%;
		  padding: 0px;
}
.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;
	 color: #005cb9;
    position: relative;
    /* width: 80%; */
    padding-left: 21px;
    padding-bottom: 18px;
    padding-right: 21px;
}


.art_nummer_veld {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px;
	color: #000;
}
.diensten_inner h1 {
    color: #006838;
    color: #003466;
    color: #000;
    font-size: 51px;
    font-size: 42px;
    font-weight: 900;
    margin: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
	     line-height: 100%;


    /* text-align: right; */
}
.diensten_inner .header_h1 {
	margin-left: 0px;
	color: #fff;
	font-size: 80px;
	text-align: left;
	margin-top: 60vh;
	    margin-top: 40vh;
	margin-bottom: 100px;
text-shadow: 0px 10px 50px #000;
}
.diensten_inner h2 {
	color: #006838;
	    color: #003466;
	    color: #000;
	    font-size: 51px;
	    font-size: 26px;
	    font-weight: 900;
	    margin: 20px 0px 15px 0px;
		     margin: 40px 0px 30px 0px;
	    /* text-align: right;*/
}



.product_blok_container_contact {
    width: 50%;
    /* height: 100%; */
    /* margin: 0 auto; */
    /* margin-top: 316px; */
    position: relative;
    /* min-height: 90vh; */
    /* background-color: rgba(0, 0, 0, 0.9); */
    /* display: inline-block; */
    /* padding-top: 9.5%; */
    z-index: 3;
    /* background-repeat: no-repeat; */
    background-size: cover;
}
.contact_container_padding {
	padding: 5%;
	    padding: 12%;
	    padding: 5%;
	    padding: 20% 22% 12% 12%;
	    padding: 30% 22% 24% 12%;
		 padding: 0% 5%;
}
.contact_flex {
	position: relative;
	display: flex;
	padding-top: 130px;
	    padding: 220px 0px 130px 0px;
		 align-items: center;
}
/*
.map_float_contact {
	position: absolute;
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

*/
.map_float_contact {

	position: relative;
	width: 50%;

	z-index: 1;
}
.map_float_padding {
	margin: 150px 60px;
	margin: 0px 60px;
	/* padding: 30px; */
	height: 70vh;
	position: relative;
	box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.28);
	/* border-radius: 50px; */
	overflow: hidden;
	border: 15px solid #fff;
}

.contact_float_nw{
	color: #000;
    /* margin: 0 auto; */
    position: relative;
    /* width: 100%; */
}
#map {
	position: Absolute !important;
	    width: 100%;
	    height: 100%;
}

.contact_header{
	text-align: right;
	font-size: 900;
}
.form_cont_inside {

	font-size: 22px;
	font-size: 16px;
line-height: 150%;
position: relative;

margin: 0 auto;
}
.form_cont_inside h2 {
    font-weight: normal;
    font-size: 22px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    letter-spacing: 1px;
    line-height: 100%;
    font-weight: bold;
}

.tips_hider{
	background-color: #1195d3;
	padding: 10px 25px;

	/* width: 100%; */
	border-radius: 100px;
	margin: 1% 0%;
	font-weight: bold;
	transition: 0.4s ease;
	color: #fff;
	background-image: url(../img2/plus.svg);
	background-size: 13px;
   background-position: 94% center;
	background-repeat: no-repeat;
	background-color: #ef4d3c;
	cursor: pointer;
}

.tips_hider:hover{
	background-color: #0d77a9 !important;
	background-color: #c23e30 !important;


}
.tips_hider_active {
		background-image: url(../img2/minus.svg);
		background-color: #0d77a9;
		background-color: #c23e30;
}
.hider_content {
	 padding: 20px 25px 50px 25px;
    font-size: 14px;
	color: black;
}
.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 {
  min-height:800px;
	height: 600px;
    height: 750px;
    height: 800px;
	/*   height: 475px;*/
}
/*****************************************
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;
}


#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_img_6 {
	position: absolute;
	width: 39%;
	left: 0px;
}
.budget_img_z {
	position: absolute;
	width: 22%;
	left: 0px;
}


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;
	 transition: 0.5s ease;
	     line-height: 1.5;
}
a.data_wrapper:hover {
	filter: brightness(150%);
}
.pdfsvg {
    width: 20%;
    padding: 20px;
    box-sizing: border-box;
}
.pdfsvg img {
	display: block;
	width: 100%;
	transition: 0.5s ease;
}
.datasheet_link_txt {
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
	transition: 0.5s ease;
}
/*
a.data_wrapper:hover .pdfsvg img {
	transform: scale(1.1);
	transform-origin: left;
}
*/
a.data_wrapper:hover .datasheet_link_txt {
	transform: translateX(15px);
}

.rgd_green_filter {
/*	background: url(../img2/lanceandersonunsplash.jpg);*/
	    top: 0px;
	    width: 100%;
	    background-repeat: no-repeat;
	    background-size: cover;
}


.rgd_green_filter_blue {
	 /*   background: rgba(16, 117, 189, 0.6);*/
}
.rgd_filter_padding {
	padding: 0% 10%;
	padding: 0% 10%;
	text-align: center;
}
.rgd_filter_padding h1, .contact_h1 {
	color: #003366;
	color: #000;
    font-size: 100px;
    font-weight: bold;
    font-weight: normal;
    min-width: 20%;
    margin: 0 auto;
    display: inline-block;
    font-weight: bold;
    padding: 70px 0px;
}

.contact_h1 {
	font-size: 80px;
    padding: 0px 0px 70px 0px;
}
.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;
}
.budget_wagen_wrapper_wrap {
    width: 23%;
    text-decoration: none;
    /* color: #d2d2d2; */
    margin: 1%;
    /* margin: 0.8% 0.8% 0.8% 0.8%; */
    display: inline-block;
    box-sizing: border-box;
    /* background: #fdfdfd; */
    overflow: hidden;
	 background: #ffffff;
    /* border-radius: 13px; */
    vertical-align: top;
    text-align: center;
    transition: 0.7s ease;
    /* border-bottom-left-radius: 35px; */
    /* border-bottom-right-radius: 35px; */
    box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.18);
	 padding-bottom: 70px;
	 position: relative;
}
.budget_wagen_wrapper_wrap:hover {
	/* transform: scale(1.05); */
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);



}
a.budget_wagen_wrapper:link, a.budget_wagen_wrapper:visited {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #fff;
/*
	margin: 1.5%;
	margin: 0.8% 0.8% 0.8% 0.8%;
	margin: 1% 1% 1% 1%;
*/	transition: 0.7s ease;
	overflow: Hidden;
	box-sizing: border-box;
	position: relative;
	display: block;
}
a.budget_wagen_wrapper::before {
	/*content: '';*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);

	background: -moz-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(16,117,189,1) 15%, rgba(16,117,189,0) 100%);
	background: -webkit-linear-gradient(top, rgba(16,117,189,1) 0%,rgba(16,117,189,1) 15%,rgba(16,117,189,0) 100%);
	background: linear-gradient(to bottom, rgba(16,117,189,1) 0%,rgba(16,117,189,1) 15%,rgba(16,117,189,0) 100%);

	background: -moz-linear-gradient(top, rgba(16,117,189,0.96) 0%, rgba(16,117,189,0.8) 15%, rgba(16,117,189,0) 100%);
	background: -webkit-linear-gradient(top, rgba(16,117,189,0.96) 0%,rgba(16,117,189,0.8) 15%,rgba(16,117,189,0) 100%);
	background: linear-gradient(to bottom, rgba(16,117,189,0.96) 0%,rgba(16,117,189,0.8) 15%,rgba(16,117,189,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1075bd', endColorstr='#001075bd',GradientType=0 );

	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-image: url('../img2/more_info2.svg');
	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;

}

.bekijk_product_txt {
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 138%;
	box-sizing: border-box;
	padding: 15% 10%;
	font-size: 20px;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	z-index: 1;
	transition: 0.7s ease;
	transition-delay: 0.0s;

	z-index: 1;
	opacity: 0;

	top: 0px;

	margin: 0px;
	width: 100%;
	height: 100%;
	font-weight: bold;
	transform: scale(1);
	opacity: 0;

	display: flex;
justify-content: center;
align-items: center;
text-shadow: 0px 2px 20px #000;
font-weight: 200;
*/
}
.bekijk_product_txt::before {
	/*
	content: '';
	position: absolute;
	top: 18px;
	left: 18px;
	border: 1px solid rgba(255,255,255,0.4);
	width: calc(100% - 38px);
	height:  calc(100% - 38px);
	*/
}
.boven_spatie{
	width: 100%;
	padding: 6% 0px 4% 0px;
	/* height: 25vh; */
	position: relative;
	color: #003366;
	font-size: 100px;
	text-align: center;
	font-weight: bold;
}
.budget_wagen_wrapper_container {
	padding: 2% 6%;
    top: 10%;
    position: relative;
    z-index: 1;
    padding-bottom: 25%;
	 padding-bottom: 12%;
	 display: flex;
    flex-wrap: wrap;

}
a.budget_wagen_wrapper:hover::before {
/*	transform: scale(1.03); */
	opacity: 1;
}
a.budget_wagen_wrapper .bekijk_product_txt {
	display: none !important;
}
a.budget_wagen_wrapper:hover .bekijk_product_txt {
	/*
	opacity: 1;
	transition-delay: 0.15s;
	transform: scale(1) translateY(0%);
	background: rgb(0 0 0 / 31%);
	background: rgba(14,91,45,0.6);

	width: 100%;
	left: 0px;
	margin: 0px;
	top: 0px;
	height: 100%;
	display: flex;
justify-content: center;
align-items: center;
*/
}
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);
}

.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;
}
/*
.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: 80%;
	padding-bottom: 65%;
	padding-bottom: 90%;
	padding-bottom: 75%;
	position: relative;
	transition: 0.7s ease;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
	background-size: contain;
	/* background-size: contain; */
	background-repeat: no-repeat;
	overflow: hidden;
}
.prod_blok_img_wagen img {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    object-fit: cover;

    height: 100%;
	 transition: 0.7s ease;

	 top: 0px;
	 bottom: 0px;
	 margin: auto;
}
.budget_wagen_wrapper_wrap:hover .prod_blok_img_wagen img {
    transform: scale(1.15);
}
.breadcrumb_wrapper {
    /* position: fixed; */
    bottom: 0px;
    z-index: 100;
    width: 50%;
    margin-left: 25%;
    left: 0px;
	 position: relative;
    /* background: #ffffff; */
    /* box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16); */
    /* background: #d0141a; */
    /* 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)*/
}
.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_flex
{
	padding: 20px;

	padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.starting_from_flex.actueel{
	height: 28vh;

}

.starting_from {
    /* background-color: #fcbe27; */
    font-size: 14px;
    text-align: left;
    position: relative;
    /* padding: 8%; */
    color: #344188;
    /* margin-top: -5%; */
    font-weight: bold;
    /* background-color: #ff0000; */
    /* width: 70%; */
    /* margin-left: 25%; */
    /* box-shadow: -2px -5px 40px rgba(0, 0, 0, 0.19); */
    /* background-color: #0e76bc; */
    z-index: 4;
    /* background: rgb(11,87,138); */

    /* background: -webkit-linear-gradient(left, rgba(11,87,138,1) 0%,rgba(14,118,188,1) 100%); */
    /* background: linear-gradient(to right, rgba(11,87,138,1) 0%,rgba(14,118,188,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b578a', endColorstr='#0e76bc',GradientType=1 );
}
#content_contact .starting_from {
	font-weight: normal;
}
.cl .starting_from {
	padding: 10px 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: 55px;
	/* height: 75px; */
	position: relative;
	border-radius: 100px;
	background-color: #F00;
	background-color: #fff;
	transition: 0.7s ease;
	margin: -10px 10px 20px 10px;
	/* width: 5%; */
	padding-bottom: 55px;
}

.socialimage{

	border: none;
	/* top: 10px; */
	position: relative;
	/* width: 50%; */
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
	right: 0px;
	height: 50%;
	object-fit: contain;
	width: auto;
}
.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;
    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;
  display: flex;
  flex-wrap: wrap;
}
.item_code_key {
	display: inline-block;
	width: 40%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	vertical-align: top;
	background: #fff;
	margin: 1% 0%;
	margin: 0.3% 0%;
	font-weight: bold;
	color: #000000;



}
.item_code_val {
	display: inline-block;
	width: 60%;
	padding: 10px 0px 10px 20px;
	box-sizing: border-box;
	font-size: 14px;
	vertical-align: top;
	/* background: #ffffff9e; */
	background: rgba(255,255,255,0.3);
	margin: 1% 0%;
	margin: 0.3% 0%;
	font-size: 20px;
	color: #0f5a2d;

}
.intro_html {
	padding: 10% 0px 0px 0px;
line-height: 150%;
color: black;
}
.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;
}
.elipse_holder{
	width: 100%;
    position: relative;


}
.cms_container{
			width: 100%;
	    position: relative;
	    z-index: 5;
	    font-size: 25px;
	    color: black;
	    display: flex;
}

.spatie{
	width: 15%;
}
.cms_teksten{
	width: 75%;

	    width: 91%;
	    color: #fff;
	    font-size: 22px;
	    line-height: 150%;
	    padding: 75px;
		     padding: 130px 75px;
		 		 box-sizing: border-box;

}
.over_ons_flex .cms_container {
	width: 62%;
	order: 1;

}
.over_ons_flex .cms_teksten{
	width: 100%;
    color: #000;
    font-size: 22px;
    line-height: 150%;
    padding: 30px 75px 100px 75px;


}
.over_ons_image {
	width: 38%;
}
.interfarm_logo_page {
	display: block;
	width: 55%;
	margin: 0 auto;

}
.par1{
	color: black;
	font-weight:bold;
}
.surefisch_tekts_container{
	width: 100%;
    min-height: 30vh;
    position: relative;
		padding: 40px 0px;
}

.surefisch_story{
	position: relative;
	width: 85%;
	/* top: 20%; */
	left: 10%;
	padding: 70px 0px 50px 0px;

}
.surefish_tekst{
	width: 55%;
	z-index: 100;
}
.surefish_tekst2{
	top: 25px;
    width: 30%;
    position: absolute;
    z-index: 100;
		right: 39%;
}
.tekstbalk{
	/*width: 22%; */
	    /* right: 9%; */
	    /* bottom: 10%; */
	    position: relative;
	    /* background: #d4454b; */
	    z-index: 1;
	    border-top-right-radius: 100px;
	    border-bottom-right-radius: 100px;
	    border-top-left-radius: 100px;
	    border-bottom-left-radius: 100px;
	    font-size: 20px;
	    padding: 15px 0px;
	    text-decoration: none;
	    color: #ef3c34;
	    text-align: center;
	    font-weight: bold;
	    transition: 0.4s ease;
	    /* bottom: 70px; */
	    box-sizing: border-box;
	    /* min-width: 200px; */
	    margin: 80px 0px;
	    display: inline-block;
	    line-height: 20px;
	    font-size: 35px;
}

.tekstbalk:hover{
	transform: translateX(4px);
	    color: #f4795f;
	/* background: #bd2938;*/

}

.tekstbalk2 {
   /* width: 26%;*/
    min-width: 250px;
    position: relative;
    /* background: #d4454b; */
    font-size: 36px;
    font-size: 43px;
    padding: 20px 30px;
    /* left: 40%; */
    color: white;
    text-align: center;
    text-decoration: none;
    /* margin-top: 50px; */
    font-weight: bold;
    border-radius: 1000px;
    display: inline-block;
   /* white-space: nowrap;*/
    box-sizing: border-box;
    margin: 30px;
    transition: 0.4s ease;
    color: #ef4d3c;
}
.tekstbalk2:hover{

		transform: translateX(4px);
		    color: #d34435;
			  color: #f4795f;
 /*background: #bd2938;*/

}

.container_beneden_rechts:hover{

		transform: translateX(4px);
 background: #bd2938;

}


.width_75_padding {
	text-align: center;
}
.elipse_holder2{
	position: absolute;
width: 100%;
}

.halve_cirkel_rechts{
	width: 27%;
	width: 35%;
    position: absolute;
    bottom: -1px;
    right: 0px;



}
.entry_wrapper .halve_cirkel_rechts {
	position: fixed;
}
.entries_in_view .halve_cirkel_rechts {
	position: absolute;
}
.halve_cirkel_links{
		width: 20.4%;
    position: absolute;
    bottom: -2px;
    right: 0px;

	}



.social_buttons {
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 4% 6%;
}
.footer_bottom {
    padding: 70px;
    position: relative;
}
.interfarm_logo_footer {
	display: block;
	    max-width: 200px;
	    margin: 0 auto;
	    width: 100%;
}
.haccp_logo_png {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    margin: auto;
    height: 80px;
}


.linkerhelft{
	position: relative;
	    width: 100%;


}

.footer_blok {
    position: relative;
    font-size: 18px;
    color: #8a8a8a;
    margin-top: 32px;
    font-size: 0px;
    padding-bottom: 5%;
}
.footer_vlak{
	display:flex;
	position: relative;



}
.footer_left {
	text-align: center;
	    font-size: 0px;
	    padding: 8% 5%;
		     padding: 10% 5%;
	    border: solid white;
	    width: 80%;
	    height: 71%;
	    position: relative;
	    border-top-right-radius: 1000px;
	    border-bottom-right-radius: 1000px;
	    background: white;
	}



.logo_container {
    /* width: 50%; */
    position: relative;
    display: flex;
    padding: 15px 0px;
}

.logo_container {
    /* width: 50%; */
    /* width: 80%; */
    position: relative;
    display: flex;
    padding: 15px 0px;
    padding: 35px 0px;
    padding: 25px 0px;
    align-items: center;
}
.logo_vlak{
	width:100%;
	position: relative;
	display: flex;

}
.logo_foto{
	position: relative;
	left: 0px;
	display: block;
	width: 45px;


}
.logo_text{
	position: absolute;
    width: 16%;
    margin: 0 auto;
    left: 15%;
	    font-size: 14px;
}


.email_tekst{
	width: 160px;
left: 20px;
top: 40px;
margin-bottom: 30px;
position: relative;
text-align: left;

}
.telefoon_tekst{
	width: 160px;
	left: 20px;
	top: 40px;
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}


.midden_container {
    position: relative;
    width: 100%;
	 padding: 8vw;
	 padding: 4vw 4vw;
	 padding: 50px;
    display: flex;
    display: block;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: stretch;
}
.midden_container_contact {
	width: 50%;
}
.midden_container_links {
	width: 50%;
}



.surefish_foto2{


	width: 87%;
	    /* position: absolute; */
	    top: 0px;
	    bottom: 0px;
	    margin: auto;
	    left: 0px;
}

.surefish_foto3{
	width: 65%;
	position: relative;
	/* bottom: 0px; */
	margin: auto;

}

.rechterhelft{
	width: 100%;
	/* width: 100%; */
	/* position: absolute; */
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
	padding: 30px;
	box-sizing: border-box;
	width: 25%;
}
.location_info_tekst{
	width: 100%;
	color: white;
	font-size: 40px;
	font-size: 23px;
	font-weight: bold;
	position: relative;
	text-align: left;
	text-align: center;
}


.social_insta {
	background-color: #548821;
}
.social_linkedin {
	background-color: #398ad6;
}






}
.contact_foto{
	margin-bottom:50px;
}
.footer_logos {
    display: inline-block;
    width: 23%;
    vertical-align: middle;
    padding: 2.5%;
    box-sizing: border-box;
}

.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;
}
.ppg_footer_container {
	width: 100%;
	position: relative;
	text-align: center;
	/* position: absolute; */
	/* top: -45px; */
}
.ppg_logo_only {
    display: inline-block;
    vertical-align: middle;
    width: 4%;
    padding-right: 13px;
}
.ppg_logo_only img {
    width: 100%;
    display: block;
}
.ppg_tekst {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    color: #717376;
    font-size: 11px;
}
.ppg_tekst a:link, .ppg_tekst a:visited {
	color: #717376;
	font-weight: bold;
	transition: 0.3s ease;
	text-decoration: none;
}
.ppg_tekst a:hover {
	color: orange;
}
.nav_item_footer_padding {
    padding: 5% 0% 0% 20%;
}

.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_left .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: contain;
    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: white;
	    color: #2a4e8b;
	    text-decoration: none;
	    font-size: 25px;
	    padding: 5%;
	    display: block;
	    left: 0;
	    right: 0;
	    margin: auto;
	    bottom: 0%;
	    transition: 0.7s ease;
}
.banner_title_wrap2{
	position: absolute;
/* bottom: -29px; */
width: 64%;
text-align: left;
background-color: rgba(255,255,255,0.9);
color: black;
text-decoration: none;
font-size: 15px;
padding: 5%;
display: block;
left: 0;
right: 0;
margin: auto;
bottom: -2%;
transition: 0.7s ease;
}
.banner_title_wrap3{

	position: absolute;
/* bottom: -29px; */
width: 64%;
text-align: left;
background-color: rgba(255,255,255,0.9);
color: black;
text-decoration: none;
font-size: 15px;
padding: 5%;
display: block;
left: 0;
right: 0;
margin: auto;
bottom: -2%;
transition: 0.7s ease;
}
.itemCode{
	color:black;
}
.banner_title_wrap:hover {
    transform: scale(1.2);
}

.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;
}

.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% 10% 0%;
}
.width_75_gradient {
	background: rgb(141,196,244);
background: -moz-linear-gradient(top,  rgba(141,196,244,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(141,196,244,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(141,196,244,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc4f4', endColorstr='#ffffff',GradientType=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: 100%;
	position: relative;
	/* z-index: 100; */
	bottom: 0px;
	right: 0px;
	bottom: 0px;
	/*background-image: linear-gradient(#f6f6f6,white);*/
	/* margin-bottom: 50px; */
	/* padding-bottom: 50px; */
}
.devider_top{
	width: 100%;

display: flex;
}

.vlaklinks {
	width: 55%;
	padding: 50px;
	padding: 10% 10% 0% 8%;
	font-size: 30px;
}

.vlakrechts{
	width: 40%;
	padding: 10% 7%;
	display: flex;
	position: relative;
	color: #022157;
	text-align: right;
	font-size: 60px;
	font-weight: 200;

}
.tekstrechts{
	width: 50%;
    font-size: 70px;
    color: #022157;
    padding: 50px;
}

.vlakboven span{
	font-weight: bold;
	color: #53688c;
	color: #022157;

}
.vlakrechts span{
  font-weight: bold;
  color: #022157;
  	text-align: right;

}

.vlakboven {
    /* width: 50%; */
    /* border: solid yellow; */
    color: #022157;
    /* padding-top: 50px; */
    /* padding-left: 20px; */
}
.vlakbeneden{
	/* width: 32%; */
	color: rgba(0, 0, 0, 0.54);
	padding: 20px 0px;
}

.homecategory_container {
	position: relative;
   font-size: 0px;
	background: #fff;
}
.title_link table, .title_link tr, .title_link td {
    width: 100%;
    height: 100%;
}

.featured_containment{
	display: flex;
	width: 100%;
	margin: 0 auto;
	/* left: 3%; */
	padding: 50px 5%;
	padding: 100px 0px;
	padding: 0px;
	position: relative;
	box-sizing: border-box;
	    flex-wrap: wrap;
		 	align-items: center;

}
.featured_banner_blok_container{

    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33.3%;
    padding: 3.5%;
    box-sizing: border-box;
    left: 0px;
}
.featured_banner_blok {
	width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    display: block;
    position: relative;
    background-color: #F1F1F1;
    transition: 0.7s ease;
    overflow: hidden;
}
.wagen_txt{
	color: #000000;
	text-align: left;
	font-size: 25px;
	font-size: 20px;
	font-size: 19px;
	    font-size: 17px;
		 margin-bottom: 25px;

}
.starting_from_price_intro {
	font-size: 13px;
	line-height: 1.4;
	min-height: 50px;
	color: #000;
	font-weight: normal;
}

.customer_card_home_container {
	position: relative;
	min-height: 100vh;
	z-index: 22;
}
.onderhelft_eclipse{
		width: 75%;
    border: solid red;
    position: relative;
    z-index: 19000000;

}

.kwart_cirkel{
	position: absolute;
	    width: 40%;
	    -moz-transform: scaleX(-1);
	    -o-transform: scaleX(-1);
	    -webkit-transform: scaleX(-1);
	    transform: scaleX(-1);
	    filter: FlipH;
	    -ms-filter: “FlipH”;
	    left: 0px;

	    top: 0;
}

.links_cirkel{
	position: absolute;
	    width: 40%;
	    -moz-transform: scaleX(-1);
	    -o-transform: scaleX(-1);
	    -webkit-transform: scaleX(-1);
	    transform: scale(-1);
	    filter: FlipH;
	    -ms-filter: “FlipH”;
	    left: 0px;
	    z-index: 20;
	    top: 0;
}

.eclipse_holder{
	position: absolute;
	    width: 40%;
	    -moz-transform: scaleY(-1);
	    -o-transform: scaleY(-1);
	    -webkit-transform: scaleY(-1);
	    transform: scaleY(-1);
	    filter: FlipH;
	    -ms-filter: “FlipH”;
	    right: 0px;
	    top: 0;
}

.eclipse_holder2{
	position: absolute;
	    width: 48.9%;
	    -moz-transform: scaleY(-1);
	    -o-transform: scaleY(-1);
	    -webkit-transform: scaleY(-1);
	    transform: scaleY(-1);
	    filter: FlipH;
	    -ms-filter: “FlipH”;
	    right: 0px;
	    z-index: 100000;
	    top: 0;
}
.about_home_container {
	position: relative;
    background:white; /*url(../img2/lanceandersonunsplash.jpg);*/
}
.about_home_position {
	position: relative;
	z-index: 10;
    background: rgba(255, 255, 255, 0.76);
}
.white_layer{
	width:100%;
	position: relative;
	background-color:white;
    height: 45vh
}

.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;
}

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;
	padding: 2%;
	margin: 1%;

	text-align: center;
	text-decoration: none;
	margin: 5px auto;

	transition: 0.5s ease;

	box-sizing: border-box;
	margin: 1% 0%;
	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: 15px;
    color: #fff;
    /* background: #1d3968; */
    padding: 2%;
    margin: 1%;
    /* width: 40%; */
    text-align: center;
    text-decoration: none;
    margin: 5px auto;
    /* min-width: 240px; */
    transition: 0.5s ease;
    /* width: 48%; */
    box-sizing: border-box;
    margin: 1% 0%;
    width: 100%;
    text-align: left;
    padding: 0px;
    /* border-radius: 0px 100px 100px 0px; */
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.24); */
    /* background: rgb(241, 243, 247); */
    /* color: #243b7b; */
    /* border: 2px solid #fff; */
    /* border-top: 2px solid #fff; */
    /* border-bottom: 2px solid #fff; */
    /* border-right: 2px solid #fff; */
    /* margin: 5px 10px; */
    padding: 14px;
    /* margin: 0px 40px; */
	color: black;
	border-bottom: 1px solid rgba(0, 0, 0, 0.164);
	font-family: var(--primary-font);
	font-size: 14px;

	margin-top: 0;
	margin-bottom: 0;
	border-radius: 4px;
}
a.circle_a:hover {
	filter: brightness(150%);
	/* padding: 2% 1.3% 2% 2.7%;
	padding: 10px 20px;
	padding: 10px 13px 10px 27px; */
	padding-left: 25px;
	background: #0f5a2d;
	background: var(--primary-color);
	color: white;
}
a.circle_a:hover .circle_a_txt {
	color: #fff;
}
.circle_a_txt {
	font-size: 15px;
	color: #fff;
	transform: skewX(18.65deg);
	color: #000;
	font-weight: bold;
}

a.subnav_item_top_active .circle_a_txt {
	color: #fff;
}

.tours_main_image_bg {
    width: 100%;
    position: absolute;
    overflow: hidden;

	 display: none;
}

.login_box_wrapper.error_class {
    opacity: 1;
    transform: translateY(0px);
    display: flex;
}


.login_box_wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	display: none;
 }
 .login_box {


	/* padding: 50px; */
    /* min-width: 250px; */
    background: grey;
    position: relative;
    background: #676767b3;
    background: rgba(173,173,173,0.79);
    -webkit-backdrop-filter: blur(20px) saturate(200%);
    -moz-backdrop-filter: blur(20px) saturate(200%);
    backdrop-filter: blur(20px) saturate(200%);
    border: 1px solid #bbbbbb;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 44%);
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    background: rgb(26 26 26 / 79%);
    background: rgba(26,26,26,0.84);
	background: rgba(26,26,26,0.8);
	background: rgba(6,37,57,0.82);
	background: none;
	/* border: 2px solid #0000006b; */
	
	border: none;
	/* border: 1px solid #7ab41d38; */
 }


 .msg{
	padding: 10px;
	font-size: 14px;
	border-radius: 4px;
    line-height: 21px;
 }

 .msg.error-msg {
    background-color: #ff00000f;
   
    color: #bb0000;
   
    border: 1px solid #bb000042;
    margin-bottom: 20px;
}

 .login_label {
	 color: #fff;
    font-size: 15px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
	color: #000;
	color: #7ab41d;
	color: #000;
 }
 .login_box .login_label {
	color: #fff;
 }
 .login_section, .aanvragen_section {
	 width: 100%;
	 padding: 10px 0px;
 }
 .account_title {
	 color: #fff;
 }
 .login_box_wrapper_closer {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
 }
 a.login_button:link, a.login_button:visited, a.aanmelden_button:link, a.aanmelden_button:visited {
	 padding: 10px 70px;
	 background-color: #4f9636;
	 background-color: #7ab41d;
	 color: #fff;
	 display: inline-block;
	 transition: 0.5s ease;
	 text-decoration: none;
	 font-weight: bold;
		 margin-top: 12px;
		 font-size: 15px;
		 background-color: #ed1c25;
 }
 a.login_button:hover,  a.aanmelden_button:hover {
	filter: brightness(125%);
	padding: 10px 65px 10px 75px;
 }
 .login_input, .aanvragen_input {
	 padding: 10px 15px;
    border: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
 }






.tours_main_image_img {
	width: 100%;
	    height: 70vh;
	    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;
}


.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;
color: #000;
/* float: left; */
display: inline-block;
vertical-align: middle;
/* font-weight: bold; */
position:relative;
top: 1px;

}
#parallax_img_prod_wrapper_container {
	position: relative;
	    z-index: 1;
}

.you_here table, .you_here td {
    width: 100%;
    height: 100%;
}
a.breadcrumb:link, a.breadcrumb:visited {
    font-size: 14px;
    color: #FFFFFF;
    color: rgb(239, 77, 60);
	     color: rgb(15 90 45);
    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 {
	filter: brightness(140%);

}

.header_container.klarex_bg_10.klarex_bg_header.none{
	display: none;
}

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%;
	/* width: 20%; */
	width: 33.33%;
	width: 25%;
	width: 23%;
	width: calc(20% - 16px);
	/* width: 20%; */
	/* width: 33.33%; */
	position: relative;
	vertical-align: top;
	background: rgb(255, 255, 255);
	margin: 8px;
	background: rgb(15,90,45);
/*	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.09);*/
/*	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.21);*/
}
.producten_submenu_overlay .subs_blok_products {
    display: inline-block;
    width: 25%;
    /* width: 20%; */
    width: 33.33%;
    width: 25%;
    width: 23%;
    width: calc(20% - 10px);
    /* width: 20%; */
    /* width: 33.33%; */
    position: relative;
    vertical-align: top;
    background: rgb(255, 255, 255);
    margin: 3px;
    /* background: rgb(248, 188, 59); */
    /* margin: 2%; */
    /* box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.09); */
    /* box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.21); */
    /* border: 1px solid #f00; */
    /* background: rgba(60, 60, 60, 0.87); */
    /* background: rgba(60, 60, 60, 0.33); */
    /* background: rgba(60, 60, 60, 0.17); */
    background: #141414;
	 box-shadow: none;
}

.producten_submenu_overlay .subs_blok_products {
    display: inline-block;
    width: 25%;
    width: 33.33%;
    width: 25%;
    width: 23%;
    width: calc(25% - 10px);
    width: calc(20% - 10px);

    position: relative;
    vertical-align: top;
    background: rgb(255, 255, 255);
    margin: 5px;

    background: #141414;
	     background: #0d5c2d;
		  box-shadow: none;
}

	 .subs_blok_padding {
	     /* padding: 4%; */
	     position: relative;

    transform: skewX(18.65deg);

	     /* background: rgb(0, 92, 185); */
	     /* background: rgb(248, 188, 59); */
	     /* margin: 4%; */
	     /* border-radius: 10px; */
	     /* margin: 5px 10px; */
	    /* border-left: 5px solid #fc4237;*/

	 }
a.subs_blok_title:link, a.subs_blok_title:visited, a.subs_blok_title_overlay:link, a.subs_blok_title_overlay:visited {

	/* background-color: red; */

	    color: #ea4f3a;

	text-align: center;
	width: 100%;
   /* padding-bottom: 15px;*/
	display: block;
	transition: 0.5s ease;
	text-decoration: none;
	z-index: 5;
	position: relative;
	box-sizing: border-box;
	font-size: 20px;
	font-size: 15px;
	font-size: 13px;

	text-align: left;
	font-weight: bold;
	/*font-weight: normal;*/
	line-height: 120%;
	padding: 15px;
		color: #fff;
}
.producten_submenu_overlay a.subs_blok_title {
    /* background-color: red; */
    padding: 10px 15px;
	 color: #f4795f;
	  color: #ffffff;
/* color: #ffffff57; */
/* color: #f79b82;*/
}
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;
	    background: #fc4237;

	position: absolute;
	top: 20px;
	left: -20px;
}
.red_dot {
	width: 11px;
	height: 10px;
	background: #ed1e25;
	background: #fc4237;
	position: absolute;
	top: 7px;
	left: -25px;
	transform: skewX(-27deg);
	display: none;
	/* height: 100%; */
	/* width: 10%;*/
}
.subs_blok_right, .subs_blok_right_overlay {
	color: rgba(0, 0, 0, 0.7);
	padding: 10px 0px 10px 25px;
	/* background: rgba(255, 255, 255, 0.9); */
	/* padding: 1%; */
	font-size: 14px;
	font-size: 11px;
	position: relative;
	z-index: 6;
	padding: 2px 0px 15px 15px;
	padding: 2px 0px 15px 0px;
	padding: 2px 0px 15px 20px;
	font-weight: bold;
	transform: none !important;
}
.subs_blok_right .subs_blok_right {
	padding: 2px 0px 15px 15px;
    padding: 2px 0px 15px 25px;
	font-size: 10px;
	color: red;
}
.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%;
	    padding: 6px;
	text-decoration: none;
	/* text-align: center; */
	transition: 0.5s ease;
	z-index: 6;
	position: relative;
	/* width: 90%; */
	text-align: left;
	font-weight: normal;
}
a.subcat_a:hover {
	/*transform: scale(1.1);*/
	/*background-color: #fff;*/
	background-color: #1075bd;
	    background-color: #f4a23b;
		    background-color: rgba(141, 141, 141, 0.31);
	/* color: rgba(255,255,255,0.7); */
	padding: 3% 0% 3% 2%;
	padding: 6px 2px 6px 10px;

}
.producten_submenu_overlay a.subcat_a:link, a.subcat_a:visited {
	color: #fff;
	color: rgba(255,255,255,0.7);
}
.producten_submenu_overlay a.subcat_a:hover {
	/*transform: scale(1.1);*/
	/*background-color: #fff;*/
	background-color: #1075bd;
	    background-color: #f4a23b;
		     background-color: rgba(141, 141, 141, 0.31);
	/* color: rgba(255,255,255,0.7); */
	padding: 3% 0% 3% 2%;
	padding: 6px 2px 6px 10px;

}
.subcat_blokken_products_container {

	position: relative;
	text-align: center;
	padding-top: 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	    justify-content: flex-start;
	transform: skewX(-18.65deg);
}
#content_producten .subcat_blokken_products_container, #content_acties .subcat_blokken_products_container {
    padding-top: 10px;
    padding-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
	 padding: 100px 10%;
    /* background: #e3e3e3; */
    /* background: rgb(201,201,201); */
    /*
	 background: rgb(255,255,255);
	 background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(216,216,216,1) 50%, rgba(255,255,255,1) 100%);
	 background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 50%,rgba(255,255,255,1) 100%);
	 background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 50%,rgba(255,255,255,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    */
    background-attachment: fixed;
    /* background-attachment: fixed; */
background-size: cover;
}
#content_producten .subcat_blokken_products_container::before {
   content: '';
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   /*background: rgba(0,0,0,0.6);*/
}
.horizon_acties_container {
	margin-top: -100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}
a.close_submenu_overlay:link, a.close_submenu_overlay:visited, a.close_search_overlay:link, a.close_search_overlay:visited {
	width: 60px;
	padding-bottom: 60px;
	position: absolute;
	display: block;
	text-decoration: none;
	top: 10px;
	top: 10%;
	top: 85px;
	top: 95px;
	right: 20px;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
	z-index: 2;
	background: #f00;
	background: #0e5b2d;
	/* border-radius: 3px;*/
}
a.close_search_overlay:link, a.close_search_overlay:visited {
	top: 12px;
	top: 80px;
	top: 95px;
}
.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%;
	  /*  background-color: #d4454b;*/
}
.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(0, 0, 0, 0.49);
	background: rgb(0, 0, 0);

	background: rgb(222,224,49);
	background: -moz-linear-gradient(left,  rgba(222,224,49,1) 0%, rgba(142,171,48,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(222,224,49,1) 0%,rgba(142,171,48,1) 100%);
	background: linear-gradient(to right,  rgba(222,224,49,1) 0%,rgba(142,171,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee031', endColorstr='#8eab30',GradientType=1 );

    /* background: rgb(189, 189, 189); */
    /* background: rgb(28, 28, 28); */
    /* display: none; */
    /* backdrop-filter: blur(20px); */
    /* background: rgb(255, 255, 255); */
}
.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);
}

.koptekst {
    font-size: 40px;
    text-align: center;
    /*padding-top: 40px;*/
    width: 100%;
}



.tekst {
    text-align: center;
    width: 700px;
    position: relative;
    margin: 10px auto;
    width: 100%;
	     font-weight: bold;
		     font-size: 18px;
}

.cookie_melding
{
	width: 100%;
	height: 100vh;
	background-image: url(../img2/chuttersnap2_3.jpg);
	/* margin: 0 auto; */
	/* border-radius: 20px; */
	box-sizing: border-box;
	position: fixed;
	/* transition: 1s; */
	/* box-shadow: 0px 0px 50px rgba(0,0,0,0.5); */
	z-index: 999999;
	align-items: center;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	background-color: #003366;
}

.cookie_melding2
{
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255);
	margin: 0 auto;
	/* border-radius: 20px; */
	box-sizing: border-box;
	position: fixed;
	transition: 1s;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
	z-index: 999999;
align-items: center;
}

.cookie_layer{
	width: 50%;
	/* height: 50vh; */
	background-repeat: no-repeat;
	background-size: cover;
	/* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,0.83) 49%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	background: white;
	position: relative;
	left: 0px;
	right: 0px;
	margin: auto;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 10px 50px rgba(0,0,0,0.5);
	box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.71);
	padding: 40px 0px 20px 0px;
}
.footer{
	display: block;
	position: relative;
	width: 85%;
	margin: auto;
	left: 0px;
	right: 0px;
	display: flex;
	justify-content: center;
}
.flex_container{
	display: flex;
    width: 100%;
    align-items: center;
}

.answer_container {
	display: none;
}

.paragraph {
	margin: 0;
}



.flex_container2{
	display: flex;
    width: 100%;

    align-items: center;
}

.houder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: space-around; */
}

.houder2{
    /*width: 50%;*/
		margin:0 auto;
}


.cookie_ok {
	border-radius: 20px;
	color: white;
	background-color: #d4454b;
	position: relative;
	/* width: 700px; */

	font-size: 14;
	text-align: center;
	padding: 10px;
	display: block;
	margin: 15px;
	text-decoration: none;
	min-width: 110px;
	transition: 0.4s;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.39);

}

.cookie_ok2{
	border-radius: 20px;
    color: white;
    background-color: #d4454b;
    position: relative;
    /* width: 700px; */

    font-size: 14;
    text-align: center;
    padding: 10px;
    display: block;
    margin: 15px;
    text-decoration: none;
    min-width: 195px;
			transition: 0.4s;
			box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.39);
}
a.cookie_ok:hover{
	background-color:#e52e36;

}

a.cookie_ok2:hover{
	background-color:#e52e36;

}

.clicked {
 background: #e52e36 !important;
 transition: 0.4s;
 }
 .clicked2 {
  background: #2f2e2ec7 !important;
  transition: 0.4s;
  }

.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;
}
.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,
.diensten_inner_image_detail_page {
	/* width: 50%;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
position: absolute;
height: 90vh; */


	/* padding: 0px 10px 0px 0px; */
	/* 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; */

	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;

    width: 100%;
    height: max-content;

	width: 50%;
}
.product_img_entry {
	/* display: block;
	display: block;
	margin: 3%;
	margin: 0%;
	width: 90%;
	width: calc(100% - 40px);
	width: 100%;
	    background: #fff; */
	/* width: 100%; */
	/* width: 94%; */
/*	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.29);*/
	/* width: 100%; */
	/* border: 20px solid #fff; */
	/* border-radius: 50px; */

/* position: absolute;
top: 0px;
left: 0px;
height: 100%;
object-fit: cover; */


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); */


	/* 2024-01-04 */
	height: 100%;
    object-fit: cover;
	width: 100%;
	border-radius: 12px;
}
.overzicht_cart {
	background: red;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18%;
	height: 100%;
    background-color: #ed1c24;
}
.overzicht_cart img {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	height: 40%;
   transition: 0.5s ease;
}
.starting_from_price {
	color: #fc4237;
	padding: 5px;
	color: #fc4237;
	color: #000;
	padding: 2px 0px 5px 0px;
	text-align: left;
	display: flex;
	font-weight: bold;
	font-size: 22px;
	font-size: 19px;
}
.itemcode {
	color: #000;
	font-size: 13.5px;
	font-size: 12px;
	padding-top: 15px;
	font-weight: normal;
	/* font-size: 13px;*/
}
.current_prijs_lable {
	padding-right: 8px;
}
.wl_prijs {
	font-weight: bold;
	color: #fc4237;
	    color: #0e5b2d;
	display: inline-block;
	/* padding: 20px; */
	/* background: #fc4237; */
	/* color: #fff; */
	/* border-radius: 10px; */
	font-size: 26px;
	padding: 20px 0px 5px 0px;
	padding: 3px 0px 5px 0px;
	display: flex;
}
a.budget_wagen_wrapper:hover .overzicht_cart img {
    /* transform: scale(1.03); */
    transform: translateX(60%);
}
.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%;

}
.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;
    padding: 2% 5%;
}
.footer_merk {
	display: inline-block;
	max-width: 15%;
	vertical-align: middle;
	max-height: 10vh;
	padding: 20px 20px;
	box-sizing: border-box;
}
.filter_center_bg {

	z-index: 1;
position: relative;
}

.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;
    top: 0px;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
	 position: fixed;
	 height: 74px;
	 z-index: 1000;
	 z-index: 100001;
 }

 .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;
	  width: 70px;
	  height: 100%;
     /* height: 50px; */
 }
 .search_right_stretch {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
 }
 .search_link {
	 display: block;
	     /* vertical-align: middle; */
	    background: #ef4d3c;

	     /* border-radius: 100px; */
	     /* width: 50px; */
	     /* position: relative; */
	     position: absolute;
	     top: 0px;
	     left: 0px;
	     bottom: 0px;
	     right: 0px;

	     width: 60%;
	     width: 55%;
	     height: 0px;
	     padding-bottom: 60%;
	     padding-bottom: 55%;
	     margin: auto;
		  transition: 0.4s ease;
		  width: 35px;
		  padding-bottom: 35px;
		  height: 100%;
		  padding: 0px;
		  width: 100%;
		  transform: skewX(-18.65deg);
		      background: #f4eb07;
 }
 .search_link:hover, .search_link_active {
	 /*transform: scale(1.2);*/
 }
 .search_link img {
	 position: absolute;
	     top: 0px;
	     left: 0px;
	     right: 0px;
	     bottom: 0px;
	     width: 50%;
	     margin: auto;
	     /* background: blue; */
	     display: block;
		  transition: 0.4s ease;
		  transform: skewX(18.65deg);
 }
 .search_link:hover img, .search_link_active img {
	  transform: scale(0.7) skewX(18.65deg);
 }
 .deto_zoek_overlay {
	 position: fixed;
	     top: 0px;
	     left: 0px;
	     width: 100%;
	     /* min-height: 50%; */
	     background: rgba(29, 116, 189, 0.8);
	     background: rgba(29, 116, 189, 0.95);
	     background: rgba(214, 214, 214, 0.80);
	     background: rgb(230, 243, 255);
	     z-index: 500;
	     background: rgb(239, 239, 239);
	     z-index: 99 !important;
		      z-index: 1001 !important;
		  background: rgba(153, 153, 153, 0.71);

	     border-bottom: 1px solid #5f5f5f;
		      border-bottom: 1px solid #919191;
		  padding-top: 60px;
		  background: rgb(255 255 255 / 50%);

		  background: rgb(222,224,49);
		  background: -moz-linear-gradient(left,  rgba(222,224,49,1) 0%, rgba(142,171,48,1) 100%);
		  background: -webkit-linear-gradient(left,  rgba(222,224,49,1) 0%,rgba(142,171,48,1) 100%);
		  background: linear-gradient(to right,  rgba(222,224,49,1) 0%,rgba(142,171,48,1) 100%);
		  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee031', endColorstr='#8eab30',GradientType=1 );
 }
 .deto_zoek_blok {
	 position: relative;
    /* top: 20px; */
    left: 0px;
    text-align: center;
    right: 0px;
    /* width: 100%; */
    /* padding: 140px 100px 80px; */
    padding: 80px;

 }
 .zoek_submit {
	 border: none;
	 background-color: #ef4d3c;
	     background-color: #0f5a2d;
    color: white;
    font-size: 14px;
    /* padding: 14px 35px 14px 25px; */
    transition: 0.4s ease;
    cursor: pointer;
    /* border-radius: 0px 30px 30px 0px; */
    position: absolute;
    right: 0px;
    margin: 4px;
    width: 50px;
    height: 100%;
    height: calc(100% - 8px);
	 background-image: url('../img2/search.svg');
	 background-size: 23px 23px;
	 background-position: center center;
	 background-repeat: no-repeat;
	     bottom: 0px;
 }
 .zoek_submit:hover {
	 transform: scale(1.1);
	 filter: brightness(150%);
	 /*
	 background: #cc1b21;
	 padding: 14px 20px 14px 30px;
	 padding: 14px 30px 14px 30px;*/
 }

 .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 );
 }

 .deto_zoek_blok h2 {
	 font-size: 40px;
     font-weight: bold;
     font-style: italic;
 }
 #zoek_h2 {
	 opacity: 0;
	 transform: translateY(100px);
 }
 #search_r {
	 opacity: 0;
	 transform: translateY(100px);
 }
 #searchbx_r {
     border: none;
     padding: 15px;
     padding: 20px 15px 20px 19px;
     width: 35%;
     /* border-radius: 30px 0px 0px 30px; */
     min-width: 240px;
     box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.11);
	  width: 100%;
	  box-sizing: border-box;
 }
 .zoek_shade_flex {
	 width: 100%;
	 width: 35%;
	 min-width: 200px;
	 position: relative;
	 margin: 0 auto;
	 margin-top: 40px;
 }
.category_header{
	position: relative;
}

 .surefish_search_logo {
	width: 23%;
	min-width: 240px;
 }
 .iframeyt {
    position: relative;
	 margin-top: 13%;
}
.youtube_image {
    width: 100%;
}
.ytplayer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.logo_center_nav_container {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 24%;
    text-align: center;
    right: 0px;
    left: 0px;
    margin: auto;
    /* display: flex; */
}
.nav_item_logo_center {
    display: inline-block;
    /* width: 40%; */
    vertical-align: middle;
    height: 74%;
    /* padding-top: 2%; */
    margin: 2% 4%;
}

/*
.subnav_container {
    position: fixed;
    top: 56px;
    background: rgb(255, 231, 229);
	 background: rgba(0, 92, 185, 0.85);
    left: 0px;
    padding: 10px;
    border-radius: 0px 0px 10px 0px;
    z-index: 1000;

    padding: 1.3% 1.7%;
    width: 120px;
    box-sizing: border-box;
}
*/


.sub_bottom {
    top: auto;
    bottom: 10px;
}
a.subnav_item_top_active:link, a.subnav_item_top_active:visited {
/* background: #fc4237; */
/* text-decoration: underline; */
    background: #0f5a2d;

	background: var(--primary-color);
}
.var_img_top {
	display: block;
	margin: 0 auto;
	width: 20%;
	padding: 0px 0px 30px 0px;
}
@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;
  }
}
/***PARALEX**/

/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/



.over_ons_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.container_white {
	background: #fff;
}


.image_layer{
	min-height: 100vh;
    width: 100%;
	 /*
    background: rgba(0, 0, 0, 0.7);
    background: rgba(241,237,49,0.89);
    display: flex;
    justify-content: flex-end;
	 */
}
.beneden_container{
	width: 100%;
    min-height: 20vh;
    position: relative;
    padding: 2% 0%;
}
.header_misc {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 900;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.25);
}
.header_flex {
	display: flex;
	justify-content: flex-end;

}
.text_container_z {
	display: flex;
align-items: center;

}
.text_holder_z {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
.gegevens_z {
    display: block;
	 width: 22px;
    height: 22px;
    margin: 0px 10px 0px 0px;
}
.valuta_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0px 20px;
	  /*  position: fixed;*/
	  position: absolute;
	  top: -500px;
}
.valuta_button {
	padding: 4px 10px;
	    /* background: #018ed0; */
	    border-radius: 50px;
	    color: #ffffff;
	    text-decoration: none;
	    margin: 0px 3px;
	    display: block;
	    font-size: 11px;
	    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.29);*/
	/* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.29);*/
}
.valuta_button_active {
	background-color: #d4454b;
	    background-color: #ef4d3c;
		 background-color: #f4795f;
    color: #000;
}
.valuta_changer {
	display: inline-block;
}
.text_z {
	white-space: nowrap;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #028fd0;
}
.current_eenheid_label {
	color: #fc4237;
	color: #000;

}
.entry_wrapper .current_eenheid_label {
	color: #fc4237;
		    color: #0e5b2d;
}

.region_select {
	position: relative;

	position: relative;
	/* height: 30px; */
	-webkit-appearance: none;
	border: none;
	padding: 5px 20px 5px 10px;
	background: #003166;
	color: white;
	border-radius: 100px;
	font-weight: bold;
	background-image: url(../img2/arrow_down_wide_white2.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 20px;
}
.region_select option
{

	background: #003166;
	color: #fff;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.greep_uit_assortiment {
	position: relative;
/*	min-height: 50vh;*/
}
.interfarm_vertical_pattern {
	width: 80%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.interfarm_pattern_top {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	width: 75%;
	right: 0px;
	display: block;
	    z-index: 10;
}
.interfarm_pattern_bottom {
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 75%;
	right: 0px;
	display: block
}
.interfarm_pattern_wide {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block
}
.interfarm_pattern_wide_top {
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 1;
	width: 100%;
	display: block
}

.interfarm_black_header {
	width: 70%;
	width: 70.8%;
	    width: 62.25%;
	background: #000;
	padding: 75px;
	z-index: 2;
	position: relative;

	width: 70%;
    width: 70.8%;
    width: 63.55%;
	 	width: 70%;
    background: #000;
    padding: 75px;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
}
#content_over-ons .interfarm_black_header {

    padding: 38px 75px;
 }
.int_header {
	font-size: 50px;
	font-weight: 200;
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #fff;
}
.int_header span {
   color: #ef3c34;
	font-weight: bold;
}
.uitleg_flex li {
    margin: 10px;
    margin: 20px 10px;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
    display: flex;
    width: 100%;
    padding-top: 0px;
    align-items: center;
	 font-size: 20px;
	     color: #ffffff;
    font-weight: bold;
    line-height: 150%;
}
.uitleg_flex li::before {
	content: counter(inst);
	background: #e73a32;
	    background: #000000;
	color: #fff;
	font-size: 1em;

	text-align: center;
	padding-top: 0;

	top: -0.65em;

	transition: all 0.2s ease-in-out;
	z-index: -1;
	width: 64px;
	height: 64px;
	line-height: 64px;
	display: block;
	flex-grow: 0%;
	flex-shrink: 0;
	margin-right: 24px;
	font-size: 20px;
	border-radius: 100px;
}
.dts_vlak_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150vh;
	width: 40vw;
	background: #0f5a2d;
	z-index: 1;
	transform: skewX(-18.65deg);
	left: -38.5vw;
}
.dts_vlak_2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150vh;
	width: 40vw;
	background: #6e9052;
	z-index: 1;
	transform: skewX(-18.65deg);
	left: -35.5vw;
}
.dts_vlak_3 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200vh;
	width: 40vw;
	background: rgba(243,236,10,0.85);
	z-index: 1;
	transform: skewX(-18.65deg);
	left: -24vw;
}
.merken_block {
	width: 38%;
	width: 500px;
	width: 43vw;
	margin: 50px;
	margin: 2vw;
	padding: 40px;
	background: #eee;
	box-sizing: border-box;
	position: relative;
	    height: auto !important;

}
.merken_block .prod_blok_img_wagen {
	background: none;
	padding-bottom: 65%;
}
.merken_h2 {
	font-size: 50px;
	color: #000;
	text-align: center;
}
.merken_intro {
	font-size: 18px;
	font-weight: 200;
	color: #000;
 	text-align: center;
	padding: 0px 30px 30px 30px;
}

.merken_link {
	color: #10592e;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	padding: 5px 5px 20px 5px;
	transition: 0.5s ease;
}
.merken_link:hover {
	filter: brightness(170%);
	padding: 1px 5px 24px 5px;
}
.merken_info {
	position: relative;
	text-align: center;
}
.slick-list {
	/*padding: 0px 100px !important;*/
	/* margin: 0px 100px !important; */
}
.slick-track {
    display: flex !important;
}
.man_woman_container .slick-prev {

	left: 0px;
}
.man_woman_container .slick-next {

	right: 0px;
}
.man_woman_container .slick-prev, .man_woman_container .slick-next {
	width: 10vw;
	height: 5vw;
	min-height: 50px;
	min-width: 100px;
	background-color: #0f5a2d !important;
	transition: 0.4s ease;


}
.man_woman_container .slick-prev:hover, .man_woman_container .slick-next:hover {
	background: #0f5a2d;
	filter: brightness(130%);
}
.man_woman_container .slick-prev:before, .man_woman_container .slick-next:before {
    font-size: 40px;
	 height: 40px;

	 transition: 0.4s ease;


	position: absolute;
	 top: 0px;
	 bottom: 0px ;

	 margin: auto;
	 /* margin-top: 5px; */
	 padding-top: 5px;
 }
.man_woman_container .slick-next:before {
   right: 10px;
}
.man_woman_container .slick-prev:before {
	left: 10px;
}
.man_woman_container .slick-prev:hover::before {
	transform: translateX(-7px);
}
.man_woman_container .slick-next:hover::before {
	transform: translateX(7px);
}
.slick-dots li button {
	background: #000 !important;
}
.man_woman_container .slick-dots li {
	opacity: 0.2;
	 margin: 0 10px;
	 width: 25px;
	 height: 25px;
}
.man_woman_container .slick-dots li button {
	 width: 25px;
	 height: 25px;
}

.slick-dots .slick-active {
	opacity: 1 !important;
}


.man_woman_container .slick-dots {
    bottom: -35px;
}
.featured_right .budget_wagen_wrapper_wrap {
	width: 48%;
	width: 36%;
	width: calc(48% - 100px);
	margin: 50px;
}
.featured_right {
	position: relative;
	width: 72%;
	padding: 0px 150px 0px 50px;
	padding: 0px 8vw 0px 8vw;
	box-sizing: border-box;
	margin-top: -100px;
	margin-bottom: -100px;
	margin-top: -275px;
	margin-bottom: -275px;
	    margin-bottom: -320px;
	padding: 0px 100px;
	display: flex;
 flex-wrap: wrap;
}


.second_header {
	padding: 50px 0px 50px 150px;
	padding: 50px 0px 50px 8vw;
	font-weight: bold;
	color: #000;
	line-height: 120px;
	line-height: 110px;
	position: relative;
	width: 38%;
	box-sizing: border-box;
}
.big_header span, .second_header span {
	    color: #0f5a2d;
}
/*
.slick-dots .slick-active li button {
	background: #000 !important;
}
*/
.slick-dots li button::before {
	display: none;
}

.budget_wagen_wrapper_wrap {
	padding: 0px;
}
.dts_a_wrap {
	text-align: center;
	position: relative;
	/*margin-top: 70px;*/
}
.dts_a {
	text-decoration: none;
	color: #10592e;
	color: #103db4;
	font-weight: bold;
	font-size: 42px;
	font-size: 28px;
	text-align: center;
	display: inline-block;
	padding: 50px 0px 40px 0px;
	position: relative;
	display: flex;
	align-items: center;

	/* margin-top: 30px;*/
}
.dts_a div {
	transition: 0.5s ease;
}
.dts_a:hover div {
	filter: brightness(170%);
	transform: translateX(15px);

}

.dts_a::before {
    content: '';
    position: relative;
    width: 24px;
    background: #ff9757;
    height: 24px;
    display: block;
	 margin-right: 24px;
	 transition: 0.5s ease;
}
.dts_a:hover:before {
/*	transform: scale(1.3);*/
	transform: rotateZ(90deg);
	/*transform-origin: center left;*/

}
.lees_verder_block {
	text-decoration: none;
	color: #10592e;
	color: #103db4;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	padding: 20px 0px 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	    min-width: 200px;
}

.tm_service {
	display: flex;
	width: 100%;
	position: relative;
	flex-wrap: wrap;
    margin: 120px 0px;
	 background: #fff;
	 align-items: center;
	     align-items: stretch;
}
.tm_service_gallery {
	margin: 50px 0px 150px 0px;
}
.tm_service .prod_blok_image_img {
	width: 100%;
	display: block;

	width: 100%;
display: block;
position: absolute;
/* align-items: flex-end; */
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.gmap_hem {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.tm_service_gallery .prod_blok_image_border {
	width: 100%;
}
#content_contact .prod_blok_image_border {

    padding-bottom: 55%;
}
.tm_service .starting_from {
	order: -1;
	width: 20%;
	box-sizing: border-box;
	padding: 100px 0px 100px 50px;
	display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
}

#content_contact .prod_blok_image_border::before {
    width: 30%;
 }
/* .intro_cat {
	max-width: 500px;
	color: #fff;
    font-size: 14px;
    line-height: 21px;
	font-family: var(--paragraph);


} */
.actie_info_short {
	width: 150%;
	    color: #fff;
		 	color: #000;
	    /* min-width: 250px;
		 min-width: 300px; */

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

.image_window.bedrijven .starting_from_flex{
	padding: 20px !important;
}

.actie_info_short.bedrijven .actie_intro_h2
{
	text-align: center;
	font-size: 16px;
	font-family: var(--primary-font);
}



#content_accessibility .actie_info_short {
    width: 200%;
 }
a.over_link:link, a.over_link:visited {
	text-decoration: none;
	position: relative;
	padding: 6px 0px;
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	transition: 0.5s ease;
	color: #0f5a2d;

	margin-top: 30px;

}
a.over_link:hover {
	filter: brightness(150%);
	transform: translateY(-7px);
}
.dts_foto_overons {
	height: 18vw;
	position: absolute;
	top: -9vw;
	right: 7%;
	display: block;
	z-index: 5;
}
.diensten_inner_left_padding .dts_foto_overons {
    height: 130px;
    position: absolute;
    top: -65px;
    right: 7%;
    display: block;
    z-index: 5;

}

.padding_100 {
	padding: 0px 150px;
	position: relative;
}


.over_ons_h1 {
	font-size: 100px;
	color: #000;
	font-weight: bold;
	line-height: 110%;
	padding-bottom: 50px;
}




#wl_color_animator {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
/*	transform: skewX(-18.65deg);
	transform-origin: bottom left;*/
	will-change: opacity, transform;

}
#wl_color_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	transform: translateX(-120%);


	width: 150%;
	height: 100%;
	will-change: transform;
	background: rgb(15,90,45);
		background: #f4eb07;
		    background: #002859;

}
#wl_color_2 {
	position: absolute;
	top: 0px;
	left: 0px;
background: #0f5a2d;
	transform: translateX(-120%);
	background: #f4eb07;
	width: 150%;
	height: 100%;
	will-change: transform;
	background: rgb(15,90,45);


}
#wl_color_4 {
	position: absolute;
	top: 0px;
	left: 0px;

	transform: translateX(-120%);
	background: #f4eb07;
	background: #6e9052;
	    background: #4496ec;
		 background: #ff9757;
	width: 150%;
	height: 100%;
	will-change: transform;
/*
	background: rgb(222,224,49);
background: -moz-linear-gradient(left,  rgba(222,224,49,1) 0%, rgba(142,171,48,1) 100%);
background: -webkit-linear-gradient(left,  rgba(222,224,49,1) 0%,rgba(142,171,48,1) 100%);
background: linear-gradient(to right,  rgba(222,224,49,1) 0%,rgba(142,171,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee031', endColorstr='#8eab30',GradientType=1 );*/

}
#wl_color_3 {
	position: absolute;
	top: 0px;
	left: -20%;
	transform: skewX(18.65deg);
	background: green;
	width: 120%;
	height: 100%;
	will-change: transform;
	opacity: 0;
	background: #fff;
}
.loading_embleem {
	position: fixed;
	width: 25%;
	/* max-width: 300px; */
	min-width: 150px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	transform: translateX(-30%) skewX(18.65deg);

}
.merken_blokken {
	display: block;
	font-size: 16px;
	position: relative;

}
.merken_blok_h2 {
	font-size: 35px;
	margin-top: 0px;
}
.merken_block_container {
	display: flex;
	padding: 80px;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
}
.merken_block_image {
	width: 25%;
	height: 25vw;
	margin: 2%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0px 15px 35px rgb(0 0 0 / 12%);
	box-shadow: 0px 15px 35px rgba(0,0,0,0.12);

}
.merken_blok_link:link, a.merken_blok_link:visited {
	display: inline-block;
	padding: 6px 25px;
	font-weight: bold;
	color: #fff;
	background: #0f5a2d;
	text-decoration: none;
	border-radius: 100px;
	margin-top: 25px;
	margin-right: 10px;
	transition: 0.3s ease;
}
.merken_blok_link:hover {
	padding: 6px 19px 6px 31px;
	filter: brightness(150%);
}
.merken_cat_separator {
	text-align: center;
	font-size: 45px;
	font-size: 35px;
	font-weight: bold;
	padding: 40px 30px;
		padding: 60px 30px 10px 30px;
	color: #0f5a2d;

}
.merken_odd {
	justify-content: flex-end;
}
.merken_odd .merken_block_image {
	order: 1;
}

.merken_even::before {
    content: '';
    width: 100%;
    height: 100%;
    transform: skewX(-18.65deg);
    background: red;
    position: absolute;
    left: 0px;
    right: 0px;
    transform-origin: bottom left;
    background: -moz-linear-gradient(top, rgba(222,224,49,1) 0%, rgba(11,140,19,0.5) 50%, rgba(11,140,19,0) 100%);
    background: -webkit-linear-gradient(top, rgba(222,224,49,1) 0%,rgba(11,140,19,0.5) 50%,rgba(11,140,19,0) 100%);
    background: linear-gradient(to bottom, rgba(222,224,49,1) 0%,rgba(11,140,19,0.5) 50%,rgba(11,140,19,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee031', endColorstr='#000b8c13',GradientType=0 );
/*
	 background: rgb(103,146,47);
background: -moz-linear-gradient(left,  rgba(103,146,47,1) 0%, rgba(244,235,7,1) 100%);
background: -webkit-linear-gradient(left,  rgba(103,146,47,1) 0%,rgba(244,235,7,1) 100%);
background: linear-gradient(to right,  rgba(103,146,47,1) 0%,rgba(244,235,7,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67922f', endColorstr='#f4eb07',GradientType=1 );
*/
    opacity: 0.8;
	 top: 0px;
}
.merken_img {
	position: relative;
	display: block;
	width: 70%;

}
.merken_block_info {
	width: 60%;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
}
/** temp styles **/
/** temp styles **/
/** temp styles **/
.wl_shop_bestel_overzicht, .wl_shop_productpage, .wl_shop_opmerking {
	display: none !important;
}
.cat_header_flex {
	position: relative;
}
/*
.cat_header_flex::before, .product_blok_container3::before {
    content: '';
    width: 100%;
    max-height: 150vh;
    height: 80%;
    height: calc(100% - 100px);
	 top: 100px;
    transform: skewX(-18.65deg);
    background: red;
    position: absolute;
    left: 0px;
    right: 0px;
    transform-origin: bottom left;
    background: -moz-linear-gradient(top, rgba(222,224,49,1) 0%, rgba(11,140,19,0.5) 50%, rgba(11,140,19,0) 100%);
    background: -webkit-linear-gradient(top, rgba(222,224,49,1) 0%,rgba(11,140,19,0.5) 50%,rgba(11,140,19,0) 100%);
    background: linear-gradient(to bottom, rgba(222,224,49,1) 0%,rgba(11,140,19,0.5) 50%,rgba(11,140,19,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee031', endColorstr='#000b8c13',GradientType=0 );
    opacity: 0.8;
}
*/

.home_bg_color {
	position: relative;
	background-color: #002859;
	padding: 100px 100px 100px 100px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	justify-content: space-between;

    align-items: flex-start;

}
.intro_txt {
	position: relative;
	color: #fff;
	line-height: 1.2;
	line-height: 1.5;
	font-size: 20px;
	padding: 85px 0px;
	width: 37%;
	box-sizing: border-box;
	min-width: 400px;
	margin-top: 80px;
}
.intro_txt::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 10px;
	background: #ff9758;
}

.business_txt {
	padding: 50px 100px;
	padding: 50px 100px 160px 100px;
	    padding: 50px 100px 275px 100px;
 	 padding: 50px 0px 275px 150px;
	box-sizing: border-box;
	width: 45%;
}
.business_intro {
	font-size: 18px;
	line-height: 1.5;
}
.header_1 {
	font-size: 90px;
	color: #002859;
	font-weight: bold;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	line-height: 1.5;
}


.image_holder_featured {
	height: 75vh;
	height: 100%;
	width: 100%;
	position: absolute;
/*	top: 200px;*/
}
.image_holder_featured .parallax-slider {
	left: 0px;
}
.width_75_padding {
	position: relative;
	z-index: 1;
    padding-bottom: 250px;
}
.flex_devider {
	height: 275px;
	width: 100%;
	position: relative;
}
.breadcrumb_wrapper {
	display: none !important;
}

#slide_txt_filder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #002859;
	display: none;
	z-index: 2;
}
#content_home .wave {
	z-index: 3;
}
.tm_arrow_container {
	position: absolute;
	top: -9%;
	left: 10%;
	width: 50%;
	right: 0px;
	margin: auto;

	position: absolute;
top: -9.5%;
left: 14%;
width: 50%;
right: 0px;
margin: auto;
}
.tm_arrow_container img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;

}

.tm_suriname {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
		transform-origin: bottom;
	filter: drop-shadow(0px 10px 60px rgba(0,0,0,0.5));
	filter: drop-shadow(0px 10px 24px rgba(0,0,0,0.8));
}
.tm_service .actie_intro_h2 {
	margin-top: 0px;
}
.actie_intro_html {
	line-height: 150%;

	line-height: 21px;
    font-size: 14px;
    font-weight: 500;
	font-weight: 400;
    color: var(--secondary-text-color);

	font-family: var(--font-regular);
}
.inline_text {
	text-align: left;
}
.header_h1_sub {
	font-size: 38px;
	margin-top: -18px;
	margin-bottom: 10px;
}
.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;
	opacity: 0 !important;
}
.logo_flex-start {
	align-items: flex-start;
}
.gallery_images {
	width: 100%;
	box-sizing:border-box;
	/* padding: 50px; */
	display: flex;
	flex-wrap: wrap;


	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 8px;
	height: 100%;

}

.gallery_images.docs{
	display: block;
}

.gallery_images.docs .docs{
	display: block;
    padding: 14px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #bb00004d;
    color: var(--primary-color);
    font-size: 14px;
    box-sizing: border-box;
	transition: 0.4s all ease;
	width: max-content;
	width: 100%;
	/* min-width: 80%; */


	display: flex;
    justify-content: left;
    align-items: center;
	font-family: var(--primary-font);
}

.iframe_contact_page
{
   height: 100%;
}

/* .rooms_images img.pdf-icon{
	width: max-content !important;
} */

img.icon.pdf-icon {
	margin-right: 20px;
    width: 24px;
	min-width: auto;
}

.icon.pdf-icon{
	width: 18px;

}

.gallery_images.docs .docs:hover{
	padding-left: 20px;
}

.gallery_images.docs .docs .pdf-icon{
	transform: none;
}
.lees_verder_sub .cicle_a_active{
	background-color: var(--primary-color);
	color: white;
}


.rooms_images {
	width: 23%;
	    /* padding-bottom: 20%; */
	    width: calc(25% - 82px);
	    margin: 30px;
	    position: relative;
	    flex-grow: 200;
	   /* box-shadow: 0px 5px 20px rgb(0 0 0 / 18%);*/
	    border: 1px solid white;
		 overflow: hidden;

width: calc(25% - 10px);

margin: 4px;

width: calc(25% - 2px);
/* box-shadow: 0px 3px 8px rgb(0 0 0 / 18%); */
/* box-shadow: 0px 3px 10px rgb(0 0 0 / 28%); */
/* box-shadow: 0px 3px 10px rgba(0,0,0,0.28); */
margin: 0px;


width: 100%;
}
.rooms_images img {
	/* position: absolute; */
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s ease;
}
.gallery_h2 {
	color: #fff;
}
.rooms_images:hover img {
	transform: scale(1.2);
}
.tm_service_gallery .prod_blok_image_border {
	padding-bottom: 0px;
	min-height: 300px;
}
.tm_service_gallery .prod_blok_image_border::before {
    display: none;
}
.yt_container {
	width: 100%;
	position: relative;
	margin-top: -20px;
	margin-bottom: -20px;

	margin-top: -50px;
margin-bottom: -50px;
}
.youtube_wrapper_gallery {
width: 100%;
height: 0px;
padding-bottom: 56.25%;
padding-bottom: 52.7%;
margin: 20px 0px;
margin: 50px 0px;
position: relative;
    background: #e8e8e8;
}
.youtube_wrapper_gallery iframe {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}
/** temp styles **/
/** temp styles **/
/** temp styles **/
.hide, .hidden {
	display: none;
}
.show {
	display: block;
}

.clear {
	clear: both;
}
