/* @font-face{
	font-family:"helveticaNeueCond";
	src:url("../fonts/HelveticaNeue-Condensed.otf");

    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:"helveticaNeueCond";
	src:url("../fonts/HelveticaNeue-BoldCond.otf");
    font-weight: bold;
    font-style: normal;
}

@font-face{
	font-family:"helveticaNeueCond";
	src:url("../fonts/HelveticaNeue-ThinCond.otf");
    font-weight: 200;
    font-style: normal;
}
@font-face{
	font-family:"helveticaNeueCond";
	src:url("../fonts/HelveticaNeue-BlackCond.otf");
    font-weight: 800;
    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;
} 

/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

html{
	scroll-behavior: smooth;
}

: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;

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


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

	--wrapper-size: 1280px;
}


::-webkit-scrollbar {
	width: 4px;
  }
  
  ::-webkit-scrollbar-track {
	background:transparent;
	background-color: var(--light-grey);
	background-color: white;
  }
  
  ::-webkit-scrollbar-thumb {
	background-color: var(--primary-color);
	border-radius: 20px;
	border: none;
  }
  
  .intro_cat {
	max-width: 530px;
	color: #fff;
	color: var(--secondary-text-color);
    font-size: 14px;
    line-height: 21px;
	font-family: var(--paragraph);


}

.cert_container
{
	/* background-color: #103db4; */
	width: 100%;
	margin-top: -100px;
	text-align: center;
	margin-bottom: 100px;
}

.cert_container img
{
	height: 550px;
}

* {
	/*font-family: Avenir-Next, arial, segoe UI, arial,tahoma,times;*/
	/*font-family: helveticaNeue, arial, segoe UI, arial,tahoma,times;*/
	font-family: helveticaNeueCond, arial, segoe UI, arial,tahoma,times;
	/*color: white;*/
}



/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */


::selection {

  background-color: rgb(68 150 236 / 54%);
  background-color: rgba(68,150,236,0.54);
}
::-moz-selection {

  background-color: rgb(68 150 236 / 54%);
  background-color: rgba(68,150,236,0.54);
}

body {

	/*font-family: Alegreya Sans, arial, segoe UI, arial,tahoma,times;*/
	font-size: 16px;
	margin:0;
	padding:0;
	background-color: #E4E4E4;

    background-color: #49EEFF;
	 background-color: #EAEAEA;
	 	background-color: #fff;
		background-color: #f4f4f4;

	background-color: white;
	/* -webkit-background-size: length_100% length_100%; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	font-family: 'arial';
	/*overflow:hidden;*/
}
/*
*:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
}*/
html{
 position: relative;
}

h1 {

font-weight: 800;
font-size: 80px;
color: #fff;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 15px 0px;
/*letter-spacing: 2px;*/
}
.header_1 {
    font-size: 120px;
    color: #ffffff;
    font-weight: 800;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.over_ons_home_center .header_1 {
	display: inline-block;
}
.content_container {
    position: relative;

}
.logo_nav_left {
	background: #fff;
	width: 120px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;

}


.nav_item_container {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: flex-end;
   top: 1.2vw;
   right: 1.2vw;
	top: 19px;
	right: 19px;
	transition: 0.6s ease;
	background: var( --primary-color );
	width: 95vw;
	width: var(--wrapper-size);

	height: max-content;


	width: 100%;


}

.link-wrapper {
    display: flex;
    /* background-color: red; */
    margin-right: 50px;
	height: 80px;
	height: max-content;
}


.navigatie_fixed .nav_item_container {
   background: #262f42;
   background: var(--secondary-color);
   background-color: var(--primary-color);
   /* background: transparent; */
   transition: 1s ease;
}

.logo-container {
    /* background-color: red; */
    display: flex;
    float: left;
    padding: 0;
    flex: auto;
	margin-left: 50px;
	
}


.nav-container{
	background-color: red;
}

@media(max-width: 990px)
{
	/* .show_nav_container
	{
		display: none;
	} */
}

@media(max-width: 950px)
{
	.logo-container
	{
		/* background-color: red; */
		width: 100px;

		display: flex;
		text-align: center;
		justify-content: center;
		position: relative;
		/* top: -100px;
		margin-top: 90px; */
	}

	

	.logo-container .arr_language_container
	{
		padding-left: 0;
	}

	.logo-container .arr_language_container .nav_language_item2
	{
		font-size: 24px;
	}

	.main_menu_txt
	{
		font-size: 20px !important;
	}

	.link-wrapper
	{
		display: block;
		margin-right: 0;
		width: 60% ;
	}
}

img.logo {
    width: 60px;
    float: left;
	border: 2px solid white;
    border-radius: 50%;
}

.content#content_home{
	/* background-color: var(--primary-color); */
	background-image: var(--gradient_color);
}

/* .navigatie {
    position: fixed;
    top: 0px;
    right: 0px;

    z-index: 1000;
    background: none;
    z-index: 100000;
    z-index: 7500;

   width: 100%;
   justify-content: center;

   background-color: var(--primary-color);
   z-index: 999;

   box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.096);
} */

.navigatie {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1000;
    background: none;
    z-index: 100000;
    z-index: 7500;
	width: 100%;
}








.nav_item_link_pers {
	/*display: block !important;*/
}

a.nav_item:link, a.nav_item:visited {
    color: #fff;
    font-size: 16px;
    font-size: 12px;
    padding: 20px 30px;
    padding: 25px 30px;
    padding: 25px 20px;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    /* background-color: #f5f5f5; */
    /* border-left: 1px solid #fff; */
    margin: 0px;
	font-family: var(--primary-font);
	font-family: var(--font-regular);
}


.colored_btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
	margin-left: 40px;
	margin-right: 40px;
}

a.colored_btn {
    /* color: white; */
	
	
}

.fvo_btn{
	text-decoration: none;
	/* font-family: var(--primary-font); */
	font-family: var(--font-regular);
	font-size: 12px;
	background-color: white;

	padding: 14px;
	padding: 8px 30px;
	border-radius: 2px;
	color: var(--primary-color);
}

.login.fvo_btn
{
	padding: 14px 30px;
}

.colored_btn
{
	font-weight: 500;
	margin: 0 18px 0 18px ;
	text-decoration: none;
	font-family: var(--primary-font);
	font-size: 12px;
}

.colored_btn.register{
	color: var(--white-color);

}

a.nav_item:hover {
    /*background-color: #F40303;*/
    color: #fff;
	 /* color: #ed1e25; */

    z-index: 5;
	/* filter: brightness(125%);*/
}
a.nav_item:hover .main_menu_txt{
    /*background-color: #F40303;*/
    color: #fff;

}

.nav_item.nav_item_link_pers {
    border-bottom: 3px solid transparent; /* Start with a transparent border */
    transition: border-color 0.4s ease; /* Transition the border color */
	font-size: 12px;

	
}

.main_menu_txt
{
	font-family: var(--primary-font);
	font-family: var(--font-regular);
	font-size: 12px;
}

.nav_item.nav_item_link_pers:hover {
    border-color: var(--white-color); 
}
.nav_item.nav_item_link_pers.nav_item_active
{
	border-bottom: 3px solid white;
}

a.nav_item::before {
	content: '';
	position: absolute;
	bottom: 0px;
	height: 100%;
	/* background: rgba(93, 93, 93, 0.25);
	background: rgba(93, 93, 93, 0.3);
	background: #002859;
	    background: #827572;
		 background: #ad9680; */

	background-color: var(--white-color);
	display: none;
	width: 100%;
	left: 0px;
	transition: 0.5s ease;
	transform: translateY(100%);
	right: 0px;
	margin: auto;
}
a.arc_inline_a:link, a.arc_inline_a:visited {
	color: #adbf95;
	color: var(--primary-color);
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s ease;
}
a.arc_inline_a:hover {
	filter: brightness(130%);
}
a.nav_item:hover::before {
	transform: translateY(0%);
}
a.nav_item_active::before {
	transform: translateY(0%);
}
a.nav_item_active:link, a.nav_item_active:visited {

   color: #fff;
	/*background: rgb(38 47 66 / 50%);*/
   /* backdrop-filter: blur(20px) saturate(180%);*/
	/*color: #ed1e25;*/
	/*color: #fc4237;*/

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

a#login_btn
{
	background-color: white;
    padding: 14px 28px;
    color: var(--primary-color);
    font-weight: 600;
    border-radius: 2px;
}

a#registratie.nav_item_active{
	border-bottom: none;
}

.dropdown_container {
	position: relative;
}
.dropdown_container:hover .dropdown_content {
	display: block;
}
.dropdown_link {
    display: block;
    box-sizing: border-box;
    padding: 14px 40px;
    text-align: left;
    font-size: 12px;
    color: #000;
    /* color: var(--primary-text-color); */
    font-weight: bold;
    font-weight: normal;
    transition: 0.3s ease;
    text-decoration: none;
    background: #252f42;
	background: var(--primary-text-color);
    font-weight: bold;
	font-family: var(--paragraph);

	background-color: var(--primary-color);
	color:	white;
}


.iframe_contact_page
{
   height: 100%;
}




.dropdown_link:hover {
	background-color: #4297CE;
	background-color: #ad9680;
	background-color: var(--primary-color);
	color: #fff;
}
.dropdown_content_mobile_active {
	display: block !important;
}

.klarex_bg_header.empty_bg{
	background: var(--gradient_color) !important ;
}

.navigatie_fixed {
	position: fixed;
	z-index: 999;
	border-bottom: 1px solid #ffffff2e ;
/*	top: 15px;*/
}

.main_menu_txt:hover{
/*	transform: translateX(2px);*/
	color: #d4454b;
	/* font-weight: bold; */
color: #f4795f;
color: #fff;
}
a.nav_item_active:link .main_menu_txt, a.nav_item_active:visited .main_menu_txt,a.nav_item_active:hover .main_menu_txt {
	/* font-weight: bold; */
	color: #fff;
/*	color: #ff9758;*/
}

.logo_vierkant {
	width: 33vw;
	height: 33vw;
	width: 60vh;
	height: 60vh;
	width: 55vh;
height: 55vh;
	position: absolute;
	position: relative;
	background: #fff;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo_vierkant_brand {

	width: 40vh;
height: 40vh;
	width: 25vh;
height: 25vh;
	position: absolute;
	position: relative;
	background: #fff;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	position: absolute;
}

.dts_foto {
    width: 60%;
    position: relative;
    /* top: 16vh; */
    /* left: 3vw; */
    display: block;
    z-index: 5;
}





.slides_budget_container_parallex {
    position: relative;
    position: absolute;
    width: 100%;
    height: 80vh;
	height: 100%;
    /* overflow: hidden; */
    right: 0px;
display: none;
	/* top: 120px; */
}

.show_text {
    color: white;
    font-family: playfair Display;
}

.slides_budget_container{
/*	min-height: 100vh;*/
	width: 100%;
	position: relative;
	height: 100%;
	/* height: 90vh; */
	position: relative;


	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	backface-visibility: hidden;
	perspective: 1000;
}
#mb_wrapper{
	display:flex;
	width: 100%;
	height: 100%;
	    background: white;
	    position: absolute;
	    /* z-index: -2; */
	    /* z-index: -1001; */
	    will-change: transform;




		/* background-image: var(--gradient_color); */
width: 50vw;
height: 700px;
position: relative;
box-shadow: 0px 10px 32px rgb(0 0 0 / 46%);
width: 100%;

}





.slide_text_balk{

	position: relative;

	top: 130px;
	top: 60vh;
	top: 40vh;
	top: 330px;
	bottom: 0px;
	margin: auto;

	width: 100%;
	padding: 80px 7vw;
	padding: 40px 7vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	justify-content: center;
	    /* height: 45vh; */


		top: 0;

}
.slide_text_height {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    width: 90vw;
    /* max-width: 85vw; */

	width: var(--wrapper-size);

}
.header_tekst {
	font-family: var(--primary-font);
    font-size: 75px;
    font-size: 55px;
    font-size: 65px;
	 font-size: 10vh;
	 font-size: 12vh;
    line-height: 100%;
    color: #fff;
    text-align: left;
    line-height: 1.15;
    padding: 0px;
    margin: 0px;
	 font-weight: 800;
	 font-size: 10vh;

	 position: relative;
	 top: 150px;
	 top: 12vh;
	 width: 750px;


}
.header_tekst b {
	font-size: 50px;
	/* max-width: 950px; */
	font-weight: 800;
	width: 1000px ;
    display: inline-block;
	text-shadow: 2px 2px 15px rgba(0, 0, 2, 0.4);
	
}

.header_tekst span {
	color: #ff9758;
}
.content_container {
	margin-bottom: 180px;

}

.homepage_backdrop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vh;
	height: 110vh;
	background: #262f42;
   width: 61.8%;

   width: 100%;
   background-color: var(--secondary-color);
}
.introduction_tekst {
	font-weight: normal;
	font-size: 45px;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	line-height: 100%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.acc_blok {
	position: relative;
	margin: 200px 0px;
	margin: 250px 0px;
}
.acc_width {
	width: 61.8%;
	position: relative;
}


.booking_btn {
    position: relative;
    top: 200px;
    background-color: var(--primary-color);
    padding: 24px;
    display: flex;
    justify-content: center;
    width: 240px;
	border: none;

	font-size: 18px;
	color: var(--primary-text-color);
	transition: 0.2s all ease-in;
	cursor: pointer;
}

.booking_btn:hover
{
	background-color: var(--primary-color-hover);
}

.booking_btn:hover img.arrow {
	padding-left: 30px;
	/* position: relative;
	left: 12px; */
	/* margin-left: 28px; */
  }
img.arrow {
	transition: 0.3s all ease-in;

    width: 20px;
    /* left: 20px; */
    /* position: relative; */
    padding-left: 20px;
}


.homepage_container {
	position: relative;
	font-size: 0px;
	height: 95vh;
	height: 80vh;
	height: 630px;
	margin-top: 70px;
	/* background-color: var(--
	secondary-color); */
	height: max-content;
}

.homepage_container.actueel{
	height: 65vh;
}
.homepage_container.entry_height
{
	height: 50vh;
}

.homepage_container.registratie{
	height: 40vh;

}

.homepage_container.login{

	height: 100vh;
}

.acc_backdrop {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background: #262f42;

}
.odd .acc_backdrop {
	left: auto;
	right: 0px;
}
.acc_logo_container {
	position: relative;
	padding: 120px 0px 0px 0px;
}
.odd .acc_width {
	margin-left: 38.2%;
}
.acc_logo {
	display: block;
	width: 33%;
	margin: 0 auto;
}

.dev-container.au.acc_header.acc_header.par_header_2 {
    margin-top: 0 !important;
    background-color: red;
    justify-content: left;
    display: inline-block;
	padding: 0;
	margin-bottom: 20px;
}

.acc_header {
	position: relative;

	font-family: var(--header);
	font-weight: 800;
	font-size: 20vh;
	    font-size: 4.5vw;
/*	text-shadow: 0px 10px 50px rgba(0,0,0,0.52);*/
	/* padding: 0px 100px; */
	margin-top: -10vh;

	display: inline-block;
}
.arcton_span {
	position: absolute;
	top: 0px;
	font-size: 85px;
	font-size: 36px;
	font-family: var(--paragraph);
	font-weight: 600;
	top: -65px;
	/* top: -4.5vw; */
	color: var(--primary-color);
	margin-left: 10px;
	margin-left: 0.5vw;
	line-height: 4.5vw;
	white-space: nowrap;

	margin: 0;
	font-size: 20px;
}

.registreer_section {
    /* background-color: red; */
    width: 100%;
	display: flex;
	justify-content: center;
	height: 120px;
    position: relative;
    /* bottom: 18vh; */
    height: 250px;
	height: max-content;

	display: block;
	background: transparent;
	/* box-sizing: border-box; */
}

h2.slider_header_tekst {
    color: white;
    font-size: 50px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: left;


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

img.fvo_logo{
	width: 8vw;
	display: block;

	position: relative;
    display: block;
	border: 4px solid white;
	border-radius: 50%;
	margin-bottom: 40px;
    /* top: -100px; */

}

.slides_budget_container
{
	background-image: var(--gradient_color);
}

.section_sub_wrapper {
	display: flex;
    justify-content: center; 
    align-items: center;   
    text-align: center;     
	width: 100%;
	flex-direction: row;
	justify-content: left;


	display: grid;
	grid-template-columns: 1fr 470px;
	gap: 40px;

	position: relative;
	top: 200px;
	margin-top: -190px;
}

.col.header-wrapper {
	align-self: flex-start;
  }

.header-paragraph{
	font-size: 14px;
	line-height: 21px;
	color: white;
	text-align: left;
	font-family: var(--font-regular);
}


.section_sub_wrapper .fvo_btn .acc_link_label
{
	color: var(--primary-color) !important;
}


.slider_header_tekst 
{
	margin: 0;
}

.slider_header_tekst div b{
	font-size: 36px;
    font-weight: 800;
	line-height: 44px;
}


.fvo_btn.block {
    display: block; /* Make the link a block element */
	position: relative;
    /* top: -50px; */
	font-size: 14px;
    font-weight: 700;
	display: flex;
    align-items: center;
	margin-top: 20px;
	transition: 0.3s ease;
}

.fvo_btn.block:hover{

	position: relative;
	/* top: -55px;
	box-shadow:0px 16px 14px rgb(0 0 0 / 24%); */

}



.fvo_btn:hover img.arrow-icon {

	padding-left: 12px;

}

.actueel-btn{
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.3s ease, opacity 0.3s ease;
}

.actueel-btn:hover{
	/* border-bottom: 1px solid black;
	transition: all 0.3s ease;
 */

 border-bottom-color: black; /* Change the border color on hover */


}

img.arrow-icon {
    width: 12px;
	transition: all 0.3s ease;
	margin-left: 20px;
}

img.arrow-icon.actueel{
	margin-left: 0px;
	transition: all 0.3s ease;
}


.actueel-btn:hover img.arrow-icon.actueel{
	margin-left: 24px;
}

.section_wrapper {
    /* background-color: var(--primary-color) ; */
    height: 100%;
    /* width: 90vw; */

	display: flex;
    justify-content: center;
    align-items: center;
	padding: 40px;
	padding-top: 140px;

	box-sizing: border-box;
	padding: 0;
}

.section_wrapper.nieuws_content{

	background-color: white;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.096);
	border: 1px solid #0000001f;

}
.introduction_tekst div{
	color: var(--primary-text-color);
	font-family: var(--primary-font);
	font-weight: 600;
	font-size: 24px;
	/* margin-top: 16px; */
	/* text-shadow: 2px 2px 15px rgba(0, 0, 2, 0.4); */
	width: 100%;
	box-sizing: border-box;

	font-size: 16px;
    font-weight: 500;
    line-height: 30px;

	    display: flex;
    justify-content: center;
}

.slider_header_tekst.home div{
	width: 65vw;
}

.slide-p {
    width: 700px !important;
}

.logo_wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    top: 100px;
}


#content_home .arcton_span {
	top: -3.8vw;
	line-height: 6.5vw;
}
.acc_id_arcton-comfort .arcton_span, .acc_id_living-comfort .arcton_span, #category_pagina_living-comfort .arcton_span, .acc_id_living-comfort-1 .arcton_span, #category_pagina_living-comfort-1 .arcton_span {
	color: #6b7d87;
	    color: #9cb7c5;
}
.acc_id_arcton-standard .arcton_span, .acc_id_living-standard .arcton_span, #category_pagina_living-standard .arcton_span, .acc_id_living-standard-1 .arcton_span, #category_pagina_living-standard-1 .arcton_span {
	color: #5699b5;
	color: var(--primary-color);
}
.acc_homes .arcton_span {
	color: #978784;

    font-size: 4.5vw;

    margin-left: 0px;

}


.room-container {
    display: flex;
    justify-content: center;
    background-color: var(--light-grey);
    align-items: center;
}

.categorie_introduction_vlak .header_par_detailpage
{
	padding-top: 0;
}

.categorie_introduction_vlak.contact{
	padding: 0 !important;
	padding-top: 0 !important
}

.header_par_detailpage
{
	padding-top: 60px;
}

.room-wrapper
{
	/* background-color: yellow; */
	width: var(--wrapper-size);
	padding-top: 160px;
	padding-bottom: 150px;
}

.box-content.acc_book {
    /* background-color: rgba(255, 0, 0, 0.322); */
    height: 200px;
	height: max-content;
    /* width: 40vw; */
    /* position: relative; */
    z-index: 999;
	/* width: 100%; */
	bottom: 30vh;
	display: flex;
	justify-content: center;
	align-items: center;
    /* left: -20%; */
	
}

.box-content.acc_book.acc{
	height: 100% !important;
}

.center_h2 {
    /* font-weight: 800;
    position: absolute; */
    /* width: 100%; */
    text-align: center;
    /* top: 0px; */
    /* bottom: 0px; */
    /* margin: auto; */
    /* height: 100px; */
    /* z-index: 5; */
    font-size: 11.5vw;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    color: #fff;
    height: 14.5vw;

	font-family: var(--header);
}

.acc-wrapper {
    /* background-color: var(--light-color);
	background-color: var(--light-color); */
    padding: 40px;
	padding-top: 20px;
	width: 500px;
	width: 100%;
	text-align: left;
	/* border-bottom-left-radius: var(--box-border-radius);
	border-bottom-right-radius: var(--box-border-radius); */
	/* position: relative; */
	/* bottom: 70px; */
	/* border-radius: 12px; */
	/* width: 42vw; */
	height: 230px;
	height: 28vh;
	height: 240px;

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

}

.acc-wrapper.vacatures{
	padding: 40px !important;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.room-content {
    color: black;
	color: white;
	color: var(--secondary-text-color);
    font-size: 14px;
    /* margin-top: 20px; */
    /* margin-bottom: 60px; */
	line-height: 21px;
	height: 40px;
	height: max-content;

	font-family: var(--font-regular);
}

.starting_date_block{
	color: var(--primary-color);
	font-size: 12px;
	font-weight: 800;
	/* font-family: var(--primary-font);
	font-family: var(--font-bold); */
	font-family: var(--font-bold);

	display: flex;
	/* margin-bottom: 10px; */
}

.starting_date_block .date{
	padding-right: 3px;
}

.starting_date_block .date{
	margin-right: 2px;
}

.content_h2{
	font-size: 20px;
	color: white;
	/* color: var(--secondary-color); */
	font-family: var(--header);
	font-size: 30px;
	font-weight: 900;
	margin: 0;
}


.block.entries.sub-menu
{
	background-color: #00000005 !important;
}

.block.form-block{
	padding: 0px 40px 0px 40px;
	
}


.section-wrapper.actueel{
	z-index: 99;
}


.header_par_detailpage .acc_header {
	margin-top: 0px;
	line-height: 100%;
	padding: 0px;
	/* padding-top: 70px; */
}
.acc_overzicht_head {
	background: #263141;
    min-height: 500px;
    width: 50%;
	 position: fixed;
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 background: #263041;
min-height: 50vh;
 }
.acc_header::before, .header_1::before, .header_tekst::before, .center_h2::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	z-index: -1;
	width: 120%;
    left: -10%;
}
.header_tekst::before, .center_h2::before {
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.42) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.42) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
}
.acc_intro_text {

	padding: 100px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.acc_intro_text_txt {
	/* color: #fff;
	font-weight: normal; */
	/*font-weight: 800;*/
	/* font-size: 26px;
	font-size: 22px;
	font-size: 24px;
	line-height: 150%;

	width: 87%;
	position: relative; */

	position: relative;
}
.header_par {
	position: relative;
	    display: flex;
}
.header_par_detailpage {
	position: relative;
	    display: flex;
	width: calc(100vw - 250px);
	margin-bottom: 100px;
	margin-bottom: 40px;
	padding-top: 50px;
}
.odd .header_par {
	justify-content: flex-end;
}

.acc_wider {
	position: relative;
	padding-top: 120px;
}
.acc_backdrop_2 {
	background: #adbf95;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	height: calc(100% + 120px);
	z-index: -1;
}
.acc_image_container {
	position: relative;

}
.acc_img {
	display: block;
	width: calc(100% - 150px);
	/*max-height: 80vh;*/
	height: calc(66vw - 250px);
	object-fit: cover;
}
.acc_img_smaller {
	display: block;
	width: calc(80% - 150px);
	/*max-height: 80vh;*/
	
	object-fit: cover;
	margin-bottom: -25vh;
	margin-top: -15vh;
	z-index: 100;
}
.z_index {
	z-index: 100;
	left: 100px;
}
.odd .acc_img {
	margin-left: 150px;
}
.acc_image_container::before {
	content: '';
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: calc(100% - 150px);
}
.odd .acc_image_container::before {
	left: auto;
	right: 0px;
}
.acc_id_arcton-comfort .acc_backdrop_2, .acc_id_living-comfort .acc_backdrop_2, .acc_id_living-comfort-1 .acc_backdrop_2 {
	background: #6b7d87;
}
.acc_id_arcton-standard .acc_backdrop_2, .acc_id_living-standard .acc_backdrop_2, .acc_id_living-standard-1 .acc_backdrop_2 {
	background: #5799b5;
}
.acc_id_arcton-standard .acc_backdrop_2, .acc_id_living-standard .acc_backdrop_2, .acc_id_living-standard-1 .acc_backdrop_2 {
	background: #5799b5;
}
.acc_homes .acc_backdrop_2 {
	background: #52648c;
}
.intro_cat_flex {
	display: flex;
}
.acc_blokje, .acc_blokje_style {
	background: #adbf95;
	position: relative;
	/* width: 40px; */
	/* height: 40px; */
	/* margin-right: 50px; */
	width: 6%;
	height: 0px;
	padding-bottom: 6%;
	margin-right: 6%;

}
.acc_blokje_style {
	width: 45px;
	height: 45px;
	padding-bottom: 0px;
	margin-right: 55px;
}
.acc_page_text {
	width: calc(100% - 100px);
}
.acc_id_arcton-comfort .acc_blokje, .acc_id_living-comfort .acc_blokje, .acc_id_living-comfort-1 .acc_blokje {
	background: #6b7d87;
}
.acc_id_arcton-standard .acc_blokje, .acc_id_living-standard .acc_blokje, .acc_id_living-standard-1 .acc_blokje {
	background: #5799b5;
}
.acc_homes .acc_blokje {
	background: #5799b5;
	background: #53638c;
	background: #968784;
}
a.acc_link:link, 
a.acc_link:visited, 
a.acc_book:link,
a.acc_book:visited {
	position: relative;
	display: inline-flex;
	align-items: stretch;

	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	/* max-width: 400px; */
	/* position: absolute; */
	/* right: -35px;
	bottom: -45px; */
	z-index: 10;
}

a.acc_book.maoklyn:visited
{
	position: relative !important;
}

a.acc_link_small:link,
a.acc_link_small:visited {
	position: relative;
	display: inline-flex;
	align-items: stretch;

	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	/* max-width: 400px; */
	position: relative;

	z-index: 10;
}
.odd a.acc_link {
	right: 40px;
}
.slides_budget_container_parallex a.acc_link {
	right: 40px;
	bottom: -55px;
}
.center_container a.acc_link {
	right: 0px;
	left: 0px;
	margin: auto;
	bottom: 0px;
	width: 350px;
}
.acc_link_label {
	/* width: calc(100% - 50px);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 15px 30px;
	min-width: 260px;
	background: #8e7158;
	background: var(--primary-color);
	transition: 0.3s ease;
	font-size: 22px; */

	position: relative;
    /* background-color: var(--primary-color); */
    /* padding: 24px; */
    /* display: flex;
    justify-content: center; */
    /* width: 240px; */
    border: none;
    /* color: var(--primary-text-color); */

	color: black;
    transition: 0.2s all ease-in;
    cursor: pointer;
	font-size: 14px;
	text-align: left;
	
	font-family: var(--paragraph);
	font-weight: 700;
	display: flex;
    align-items: center;

}

a.acc_book.acc_book_overzicht.maoklyn
{
	/* background-color: var(--primary-color); */
    width: 100%;
	text-align: left;
    font-size: 14px;
    /* justify-content: left; */
    text-align: left;
    display: flex;
	/* padding: 14px; */
}

.acc_link_label_small {
	width: calc(100% - 50px);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 3px 30px;
	min-width: 200px;
	background: #fff;
	transition: 0.3s ease;
	font-size: 16px;
	color: #262f41;

	background: rgb(255,255,255,0.24);
    color: #ffffff;

}

a.acc_link:hover .acc_link_label, a.acc_book:hover .acc_link_label {
	filter: brightness(120%);
	/* padding: 15px 40px;
	padding: 15px 20px 15px 40px; */
}
.acc_link_pijl {
	width: 50px;
	/*height: 50px;*/
	width: 70px;
	height: 70px;
	width: 80px;
	height: 80px;
	position: relative;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;

}
.acc_link_pijl_img {
	height: 50%;
	display: block;
	transition: 0.3s ease;
}
a.acc_link_small:link,
a.acc_link_small:visited {
	position: relative;
	display: inline-flex;
	align-items: stretch;

	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	/* max-width: 400px; */
	position: relative;

	z-index: 10;
}
.acc_link_pijl_small {
	width: 50px;
	/*height: 50px;*/

	width: 50px;
	height: 50px;
	position: relative;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;

}
.acc_intro_h {
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 30px;
	line-height: 100%;
}
.cat_intro_tekst_blok {
	padding: 20px 0px;
}
.cat_intro_tekst {
	padding-bottom: 10px;
}
.arcton_homes_intro_flex {
	max-width: 800px;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.arcton_homes_intro {
	color: #52658c;
    font-size: 40px;
    text-align: center;
    padding: 100px 0px 0px 0px;
	width: 100%;
	font-weight: bold;
	position: relative;
}
a.see_villas:link, a.see_villas:visited {
    font-size: 50px;
    font-weight: 800;
    color: #8e7158;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
	margin-top: 35px;
	transition: 0.4s ease;
	
}
a.see_villas:hover {
	filter: brightness(120%);
	transform: translateY(-10px);
}
a.acc_link:link:hover .acc_link_pijl_img, a.acc_book:hover .acc_link_pijl_img {
	transform: translateX(9px);
}
a.acc_link_small:link:hover .acc_link_pijl_img, a.acc_book_small:hover .acc_link_pijl_img {
	transform: translateX(9px);
}
.rechterhelft_footer {
	width: 100%;
	/* width: 100%; */
	position: relative;
	right: 0px;
	/* top: 0px; */
	width: 100%;
	z-index: 100;
	padding: 30px;
	padding: 100px 30px;
	box-sizing: border-box;
	bottom: 0px;
	width: 45%;
	width: 35%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	flex-wrap: wrap;
	height: calc(100% - 70px);
	justify-content: flex-end;

    min-width: 300px;
	 background: #fff;
	     bottom: 70px;
}
.main_footer {

	/* border-top: 1px solid var(--border); */
	position: relative;
	    /* z-index: 20; */
	    -webkit-transform: translate3d(0, 0, 0);

    overflow: hidden;
	background-color: var(--primary-color);
	background-image: var(--gradient_color);
	/* padding: 100px 10px 120px 10px !important; */
	padding: 100px 10px 120px 10px !important;
    display: flex;
    justify-content: center;

}

img.social-icon {
    width: 40px;
    margin-right: 10px;
	transition: 0.2s all ease;
}

.section.actueel.fvo-tips {
    height: 300px;
	height: 630px;
	background-image: var(--gradient_color);

	background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
	background-attachment: fixed;

	height: max-content;
	padding-top: 0;
	padding-bottom: 120px;

	height: 800px;
}


.col .h3{

	margin-top: 0;
	margin-bottom: 30px;
	font-size: 40px;
	/* font-family: var(--paragraph); */
	font-family: var(--font-bold);

	color: white;
	/* width: 900px; */
	font-weight: 800;
	text-transform: uppercase;
}

.col h4{
	font-family: var(--primary-font);
	color: white;
	font-size: 18px;
	line-height: 21px;
	margin: 0;
	font-weight: 600;

}

.flex-menu {
    display: flex;
    width: 100%;
	align-items: center;
}

.flex-menu a{
	margin-left: 20px;
	font-size: 12px !important;
	padding: 0 !important;
}

.main_footer_container {

	/* background-color: var(--secondary-color);
	background-color: red; */
    display: grid;
	margin-top: 80px;
    width: 1280px;
    max-width: 1280px;
    grid-template-columns: max-content 1fr;
	font-family: var(--primary-font);
	color: white;
	font-size: 15px;
	/* padding: 40px 7vw; */


	/*
	background: -moz-linear-gradient(left,  rgba(0,31,69,0.67) 0%, rgba(0,31,69,0.67) 1%, rgba(0,31,69,1) 68%, rgba(0,31,69,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,31,69,0.67) 0%,rgba(0,31,69,0.67) 1%,rgba(0,31,69,1) 68%,rgba(0,31,69,1) 100%);
background: linear-gradient(to right,  rgba(0,31,69,0.67) 0%,rgba(0,31,69,0.67) 1%,rgba(0,31,69,1) 68%,rgba(0,31,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab001f45', endColorstr='#001f45',GradientType=1 );
    margin-bottom: -2px;
	 */


}

.main_footer_container .col{
	font-family: var(--font-regular);
}

.main_footer_container .col b{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;

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

img.logo-img {
    width: 200px;
    padding: 0;
    margin-right: 150px;

	border-radius: 50%;
	border: 4px solid white;
}



/* popup */
.popup-container {
    display: none;
    position: fixed;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    /* padding: 20px; */
    background-color: transparent;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    z-index: 1000;
    width: 650px;
    max-width: 700px;
	/* min-width: 600px; */
    z-index: 999999999;
    height: max-content;
	/* padding: 40px; */
	/* padding-top: 80px; */
	/* border-radius: 6px; */

	font-family: var(--primary-font);
	/* max-height: 50vh; */
    overflow: auto;
	border: none;
}

.popup-content div
{
	font-size: 14px;
	font-family: var(--font-regular);
}

.popup-content div b{
	font-family: var(--font-semibold);
}


.doelen_bg {
    background-image: var(--gradient_color);
    padding: 40px;
    color: white;
}

.doelen_bg .header-1{
	color: white !important;
}

.doelen_bg div{
	font-size: 14px;
	/* font-family: var(--primary-font); */
	font-family: var(--font-regular);
	color: white !important;
}

.ad_img_container
{
	display: flex;
	justify-content: center;
}

.popup-container .fvo_logo{
	position: absolute;
	top: -50px;
	width: 100px;
}

.popup-content{
	font-family: var(--primary-font);
}

img.logo-img.promo {
    position: absolute;
    top: 50px;
    width: 120px;
    position: fixed;
    z-index: 99999999;
    margin-right: 0;
	display: none;
}

/* Style for the close button */
.close-btn {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
    z-index: 9999999;
    color: white;
    background-color: var(--primary-color);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
}

h1.ad_header{
	color: var(--primary-color);
	font-size: 40px;
	text-transform: uppercase;
	font-family: var(--primary-font);
	font-family: var(--font-bold);
}

.ad_paragraph{
	font-family: var(--primary-font);
	font-size: 14px;
	line-height: 21px;
	font-family: var(--font-regular);
}

.ad_paragraph b{
	font-family: var(--font-semibold);
}

img.logo_img_promo {
    width: 100%;
}

/* Style for the overlay (background) */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 74%);
    z-index: 999999;
	overflow-y: scroll;
	
	justify-content: center;
	align-items: center;
}


.logo-img.form{
	margin-right: 0;
	width: 70px;
}

.dts_logo_footer {
	display: block;
	/* max-width: 200px; */
	margin: 0 auto;
	width: 50%;
}
.midden{
	position: relative;
	position: static;
	width: 100%;
	width: 55%;
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.diensten_blok_container_home {
	position: relative;
	    /* height: 100%; */
	    text-align: center;
	    /* transform: translateY(35%); */
	    display: flex;
	    width: 100%;
	    top: 0px;
	    z-index: 200;
	    align-items: center;

		justify-content: space-between;
		flex-wrap: wrap;
		    margin-top: 70px;
}
.diensten_blok_container_home::before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75%;
	height: 100%;

	background: #827472;

}

footer.last-child {
    background-color: var(--primary-color);
	background-color:#ac0000;
    /* background-color: red; */
    padding: 16px;
	justify-content: center;
    display: flex;
}

.footer-wrapper {
    display: flex;
    width: 1280px;
	width: var(--wrapper-size);
    /* background-color: blue; */
}

/* .footer-wrapper .text{
	margin: 0;
} */
.section-services .col .sub-col{
	display: block;
}


.sub-col{
	display: flex;
}

.sub-col p.info{
	color: var(--primary-text-color);
	font-size: var(--text-size);
}

.sub-col img.icon{
	width: 16px;
	margin-right: 20px;
}

p.footer-info {
    width: 100%;
    margin: 0;
    font-size: var(--footer-text);
    font-weight: 400;
    font-family: var(--paragraph);
    color: white;
}

.footer-info.last-child {
    justify-content: center;
    /* float: right; */
    display: flex;
	font-size: var(--footer-text);
	/* font-family: var(--primary-font); */
	font-family: var(--font-regular);
	color: white;
	width: 100%;
	align-items: center;
}
.footer-info.last-child a{
	margin-left: 5px;
	font-family: var(--primary-font);
}



.contact_gegevens_ar {
	width: 100%;
	color: #53648c;
    font-size: 17px;
	 padding: 50px 0px 0px 0px;
}
.adres_tekst a:link, .adres_tekst a:visited{
	text-decoration: none;
	color: #53648c;
}
a.footer_navi:link, a.footer_navi:visited {
	display: block;
	color: var(--primary-text-color);
	font-size: 14px;
	/* font-size: 28px; */
	text-decoration: none;
	text-align: left;
	/* padding: 10px; */
	padding-bottom: 20px;
	/* font-weight: bold; */
	font-family: poppins;
	transition: 0.2s ease;
	position: relative;
}
a.footer_navi:hover {
	/* color: #465475;
	color: var(--primary-color-hover); */
	padding-left: 4px;


}
.social_copyrights {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #262f42;
	padding: 40px;
	width: 25%;
	box-sizing: border-box;
	min-height: 20vw;
}
.social_copyright_h3 {
	color: #7e8c6b;
	font-weight: bold;
	font-size: 40px;
}
.adres_tekst a:hover{
	text-decoration:underline;
}
.copyrights {
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    box-sizing: border-box;
	 color: #7e8c6b;

}
.socialmedia_vlak {
    position: relative;
    display: flex;
    justify-content: center;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 45px;
}
.socialfoto{
	min-width: 50px;
	min-height: 50px;
	min-width: 80px;
min-height: 80px;
	border-radius: 1000px;

	position: relative;
	margin: 20px 8px;
	display: block;
	text-decoration: none;
	transition: 0.4s ease;
}
.socialfoto:hover {
	background: #003466;
	transform: scale(1.2);
	    filter: brightness(140%);
}
a.weblocher:link, a.weblocher:visited {
    color: #ef3c34;
	     color: #ffffff;
    font-weight: normal;
    text-decoration: none;
	font-family: var(--font-regular);
    transition: 0.2s ease;
}
a.weblocher:hover {
    color: #f4795f;
	     color: #f6ea00;
		  color: #ff9757;

	color: var(--primary-text-color);
	text-decoration: underline;
}
.over_ons_home {
	padding: 8vw 8vw 15vw 8vw;
	padding: 100px 250px 100px 100px;
	padding: 100px 300px 100px 100px;
	color: #000;
	position: relative;
	z-index: 2;
	/* width: 35%; */
	font-size: 22px;
	font-size: 20px;
	line-height: 150%;
	text-align: left;
	background-color: #8bc3f4;
	background-color: #b6daf9;
	background: -moz-linear-gradient(left, rgba(82,101,140,1) 0%, rgba(82,101,140,0) 80%, rgba(82,101,140,0) 100%);
	background: -webkit-linear-gradient(left, rgba(82,101,140,1) 0%,rgba(82,101,140,0) 80%,rgba(82,101,140,0) 100%);
	background: linear-gradient(to right, rgba(82,101,140,1) 0%,rgba(82,101,140,0) 80%,rgba(82,101,140,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52658c', endColorstr='#0052658c',GradientType=1 );
	box-sizing: border-box;
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: -moz-linear-gradient(left,  rgba(82,101,140,1) 0%, rgba(82,101,140,1) 13%, rgba(82,101,140,0) 79%, rgba(82,101,140,0) 100%);
background: -webkit-linear-gradient(left,  rgba(82,101,140,1) 0%,rgba(82,101,140,1) 13%,rgba(82,101,140,0) 79%,rgba(82,101,140,0) 100%);
background: linear-gradient(to right,  rgba(82,101,140,1) 0%,rgba(82,101,140,1) 13%,rgba(82,101,140,0) 79%,rgba(82,101,140,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52658c', endColorstr='#0052658c',GradientType=1 );

}
.over_ons_home_center {
	position: relative;
}
.over_ons_introduct {
   /* margin-top: 35px;*/
    font-size: 19px;
    font-size: 24px;

    width: 40%;
    color: #fff;
    font-weight: bold;
	 line-height: 150%;
 font-weight: normal;
}
.image_holder {
/*	background: url(../img2/lanceandersonunsplash.jpg);*/
top: 0px;
width: 100%;
min-height: 100vh;
background-repeat: no-repeat;
background-size: cover;
position: relative;
background: #fff;

}
.bg_products {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.center_container{
	width: 100%;
	position: relative;
	display: block;
	padding: 70px 0px;
	margin-bottom: 150px;
	margin-bottom: 250px;
margin-top: 100px;
}
.center_backdrop {
	position: absolute;
	height: 100%;
	background: #262f42;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 50%;
}
.mb_youtube_container {
	height: 80vh;

	position: relative;
	background: #4c4c4c;
	/* width: 90vw; */
	/* margin-left: 10vw; */
	/* margin-top: -50px; */
	width: calc(100% - 250px);
	/*margin-left: 250px;
	margin-top: -150px;
	*/
	width: 100vw;
	height: 56vw;
	height: 300px;

}
.onder_video {
	min-height: 50vh;
	position: relative;
}

.header_wrapper {
    /* background-color: red; */
    height: 100%;
    width: 90vw;
    position: relative;
    display: flex;
    align-items: center;

	max-width: var(--wrapper-size);
}

.header_wrapper.center{
	justify-content: center;
}


.klarex_bg_header {
	padding: 100px;
	padding: 0px 0px;
	box-sizing: border-box;
	/* min-height: 60vh; */
	/* min-height: 70vh; */
	position: relative;
	/* height: 650px; */
	/* height: 85vh;
	height: 95vh; */
	/* min-height: 550px; */
	display: flex;
	/* display:none; */
	align-items: center;


	height: 50vh;
	justify-content: center;
	/* margin-top: 70px; */
}

img.prod_blok_image_img
{
	width: 100%;
	height: 100%;
    object-fit: cover;
}

img.prod_blok_image_img.bedrijven{
	width: 60%;
    height: 90%;
	margin-top: 40px;
    object-fit: contain;
}

h1.header_text
{
	padding: 0;
	/* position: relative;
	z-index: 999999; */
}

/* .header_dev {
    display: flex;
    justify-content: center;
}

.header_dev_wrapper {
    width: 700px;
} */


.img-wrapper{
	border: none;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
	position: absolute !important;
}


.slide-container {
    position: relative;
    /* background-color: red; */
    width: 100%;
    height: 100%;
}




.header_h1 {
	color: #000000;
	font-size: 100px;
	font-weight: bold;
	font-weight: normal;
	min-width: 20%;
	/* margin: 0 auto; */
	font-weight: bold;
	padding: 48px 0px 100px 0px;
	    line-height: 90%;
	text-align: center;
	font-size: 75px;
	position: relative;
	z-index: 1;
	color: #ffffff;
	font-size: 100px;
	/* font-weight: 200;*/
}
.rgd_green_filter_width {
    padding-top: 9.5%;
    padding-top: 30px;
    /* background: url(../img2/lanceandersonunsplash.jpg); */
    width: 100%;
    background: #fff;
    padding-top: 150px;
    background: #f4f4f4;
    /* border-bottom: 30px solid #fff; */

	display: none;
}
.categorie_introduction_vlak {
    background-color: #fff;
	 background: #262f42;
	 background-color: white;
	   /*  background-color: #00152f;*/
    padding: 6vw 6vw 6vw 26vw;
	     padding: 6vw 0vw 6vw 300px;
		padding: 90px 0vw 6vw 300px;
    position: relative;
    /* top: 5%; */

    /*margin-top: -5%;*/
   /* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);*/
    min-height: 550px;
	min-height: max-content;
    /* display: inline-block; */
    /* padding: 10%; */
    /* padding-left: 20vw; */


	padding: 0;
	display: flex;
    justify-content: center;
}

/* .categorie_introduction_vlak.contact{
	margin-top: 70px;
} */

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

	padding: 0;
	padding-bottom: 80px;
    width: 100% !important;
}
#content_contact .category_introduction {
	line-height: 170%;
}
.detail_header {
	position: relative;
	/* background-color: var(--light-color); */
}
.detail_bg1 {
	background: #adbf95;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	height: calc(100% + 120px);
	z-index: -1;
}

#category_pagina_arcton-comfort .detail_bg1, #category_pagina_living-comfort .detail_bg1 {
	background: #6b7d87;
}
#category_pagina_arcton-standard .detail_bg1, #category_pagina_living-standard .detail_bg1  {
	background: #5799b5;
}
#content_villas .detail_bg1 {
	background: #52648c;
}
#content_villas .lees_verder_sub .cicle_a_active {

	background: #827472;
}
.arcton_span_homes {
	color: #827572;
	font-size: 4vw;
    left: -10px;
}

.detail_bg2 {
	background: #262f42;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.arc_img_container {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;


}
.arc_foto {
	width: 75%;
	display: block;
	padding: 100px;
	max-height: 90vh;
	object-fit: cover;
}
.arc_foto_section .arc_foto {
	object-fit: contain;
}
.arc_foto_section {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo_impressions {
	font-size: 100px;
	    font-size: 10vw;
	    font-size: 8vw;
	text-align: center;
	font-weight: 800;
	padding: 100px 50px;
	display
}
.impressions_logo {
	min-width: 200px;
	min-width: 200px;
	width: 19%;
	display: block;
	margin: 0 auto;
		margin-bottom: 80px;
}
.blokje_wide {
	width: 25vw;
	height: 25vw;
	background: red;
	position: absolute;
	top: 0px;
	left: 0px;
	    background: #53648c;
}
.blokje_wide2 {
	width: 5vw;
	height: 5vw;
	background: red;
	position: absolute;
	top: 25vw;
	left: 25vw;
	    background: #acbf95;

}
.subnav_container_wrapper {
    /* position: absolute; */
   /* top: 0px;*/
    left: 0px;
    z-index: 100;
    will-change: position;
}
.subnav_container {



	/* padding-bottom: 50px; */

}
.subnav_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	display: flex;
	flex-wrap: wrap;
	transform: translateZ(0px);
	will-change: position;
	width: 220px;
	/* padding: 0.5%;*/
}

.submenu_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	display: flex;
	flex-wrap: wrap;
	transform: translateZ(0px);
	will-change: position;
	width: 220px;
	/* padding: 0.5%;*/
}

.icon-box {
    /* background-color: red; */
    display: flex;
    align-items: center;
}

.subnav_container_fixed {
    /* position: fixed; */
}
.lees_verder_sub {
	text-decoration: none;
	color: #10592e;
	color: #103db4;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	/* padding: 10px 0px 10px 25px; */
	position: relative;
	/* display: flex; */
	align-items: center;
	/* background: #827472;*/
}
.lees_verder_sub {
	width: 100%;
}

.lees_verder_block .lees_verder_txt {
	transition: 0.5s ease;
	color: #103db4;
	text-decoration: none;

}
.lees_verder_sub .lees_verder_txt, #content_contact .lees_verder_txt {
	text-align: left;
	transition: 0.5s ease;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	font-family: var(--paragraph);
	font-family: var(--font-regular);
	font-weight: 500;
	font-size: 14px;
	/*
	background: #827472;
	*/

	color: black;
	background-color: white;
    margin-bottom: 5px;

}
.lees_verder_sub .cicle_a_active {
	/* color: #ff9757; */
	/* color: #4496ec; */
	background: #acbf95;
	background: #adbf95;
	background: var(--primary-color);
	color: #263041;
	color: var(--primary-text-color);
}
#category_pagina_arcton-comfort .cicle_a_active, #category_pagina_living-comfort .cicle_a_active {
	background: #6b7d87;
	background-color: var(--primary-color);

}
#category_pagina_arcton-standard .cicle_a_active, #category_pagina_living-standard .cicle_a_active {
	background: #5799b5;
	background-color: var(--primary-color);
}
.lees_verder_block:hover .lees_verder_txt, .lees_verder_sub:hover .lees_verder_txt {
	filter: brightness(120%);
	transform: translateX(10px);

}
.booknow_container {
	position: absolute;
	top: 300px;
	top: -50px;
	right: 55px;

	/*width: 200px;*/
	/*padding: 40px;*/
	/*box-sizing: border-box;*/
	font-size: 20px;
	/*color: #000;*/
	    top: -80px;
	    top: 0px;
	box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
	    background: #827472;
}
.mb_play_pauze {
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	left: 0px;
	width: 45px;
	height: 45px;
	background: blue;
	    background: #8d7157;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}
.mb_mute_unmute {
	/*left: 45px;*/
	bottom: 45px;
}
.show_nav {
	position: fixed;
	/* top: 0px; */
	/* left: 0px; */
	width: 5%;
	width: 8%;
	/* height: 100%; */
	/* z-index: 1000; */
	/* top: 10px; */
	/*left: 10px;*/
	/* right: 10px; */
	/* padding: 10px; */
	/* border-radius: 1000px; */
	height: 0px;
	padding-bottom: 5%;
	padding-bottom: 8%;
	overflow: hidden;
	z-index: 100000;
	text-align: center;
	background: #6e9052;
	    background: #ffffff;
	width: 55px;
	padding-bottom: 55px;
}

.arc_img_big.small-header {
    width: 100%;
    height: 50vh;
	height: 100%;
}

.mb_icon {
	width: 45%;
	display: block;
}
.gepauzeerd .mb_play {
	display: block;
}
.gepauzeerd .mb_pauze {
	display: none;
}
/* .projecten_header {
	background-color: var(--light-grey);
} */

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.mb_youtube_container .lds-spinner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
		z-index: 0;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.mbYTP_wrapper {
	z-index: 1 !important;
}
.mb_youtube_container .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.big_container_arc {
	/* position: relative; */
	width: 100%;
	height: 70vh;
	height: 90vh;
	height: 85vh;
	width: 90%;
/* left: 10%; */

height: 430px;
}
.acc_page_text h2 {
	font-size: 45px;
	margin-bottom: 80px;
	    line-height: 100%;
}
.tm_google_map_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	 z-index: 0;
}
.tm_service .prod_blok_image_border {
	width: 80%;
	position: relative;

	width: 100%;
	position: relative;
	height: 0px;
	padding-bottom: 45%;
    height: auto;
}
.tm_service .map_padding {
	padding-bottom: 55%;
}
#content_contact .tm_service, #content_about-us .tm_service {
	padding-top: 0px;
}
#content_contact .categorie_introduction_vlak, #content_about-us .categorie_introduction_vlak {
    padding: 90px 0vw 6vw 180px;
    padding: 90px 0vw 6vw 140px ;
	 padding-top: 50px ;
	 /* padding-top: 180px; */
 }
.arc_img_big {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #747880;
}
.over_ons_parlax {
	width: 70vw;
	/* box-shadow: 0px 40px 80px rgba(0,0,0,0.15); */

	width: 90vw;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	gap:25px;
	position: relative;
    top: -60px;
	

	max-width: var(--wrapper-size);
}

.over_ons_parlax.geen_entries{
	display: none;
}


input.input_checkbox
{
	padding: 20px;
    width: 20px;
    height: 20px;
    background-color: #34db3c; /* Set your desired background color */
    border: 1px solid #3498db; /* Optional: Add border for better visibility */
    border-radius: 3px; 
}

.over_ons_parlax.registratie{
	top: -100px;
}

.over_ons_parlax.bedrijven{
	grid-template-columns: 1fr 1fr 1fr 1fr;

}

.over_ons_parlax.faq,
.block{
	grid-template-columns: 1fr;
	background-color: white;
	height: 100%;
	/* height: max-content; */
    border: 1px solid #0000001f;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.096);
}

.over_ons_parlax.faq .block.entries{
	width: max-content;
	padding: 40px;
	background-color: transparent;
	box-shadow: none;
	border: none;

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

}

.over_ons_parlax.faq.registratie
{
	padding: 40px;
    width: 50vw;
}

.prod_blok_image_border.fvo-tips{
	height: 40vh;
}


.over_ons_parlax.faq.contact{
	background: none;
	border: none;
	box-shadow: none;
}

form.contact_form{
	margin: 40px;
}


img.icon-arrow
{
	width: 15px;
}

h2.actie_intro_h2
{
	line-height: 30px;
    font-weight: 800;
	/* font-family: var(--primary-font); */
	font-family: var(--font-bold);
	font-size: 20px;
	margin: 0;
	margin-bottom: 20px;

}
h2.actie_intro_h2.vacatures
{
	margin-bottom: 20px;
}

.lees_verder_txt {
    /* background-color: red; */
    display: grid !important;
    grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid rgba(255, 255, 255, 0.274);
}

.lees_verder_txt:hover{
	/* background-color: rgba(255, 255, 255, 0.089); */
}

.lees_verder_txt:hover .icon-box .icon-arrow{
	margin-left: 8px;
	/* background-color: red; */
	transition: 0.2s all ease;
	opacity: 100%;
	/* color: white; */
}

.tips-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
	width: 100%;
}

.tips_img {
    width: 100%;
	height: 580px;
	height: 68vh;
}

img.fvo-tip {
    width: 100%;
	height: 100%;
    object-fit: cover;
}


img.icon-arrow {
    width: 11px;
    position: relative;
    top: 2px;
    left: 80px;
	opacity: 67%;
    /* margin-left: 20px; */
}

.detail_header .header_par_detailpage {
   /* left: -50px;*/
	position: absolute;
	left: 50px;
	bottom: 20%;
	margin: auto;

	bottom: 0%;
    margin: auto;
    z-index: 10;
    left: 6vw;
}
.detail_header .acc_header::before {

    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.62) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.62) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    width: 140%;
}
.par_blok {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background-color: var(--light-grey);
}

.image_window {
	position: relative;
	/* width: 50%; */
	height: 100%;
	/* margin: 0 auto; */
	transition: 1s ease;
	/* border-radius: 30px; */
	background-color: white;
	border: 1px solid #00000029;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.096);
	/* z-index: 99999; */

	/* height: max-content; */

}


a.acc_book.wl_iframe.cancel_a.starting_from_book
{
	padding: 20px;
	background-color: var(--primary-color);
	width: 150px;
	text-align: center;
	display: flex;
    justify-content: center;
}

.image_window.flex{
	display: flex;
	margin-bottom: 40px;

	height: 350px;
    background-color: var(--light-color);
    border-radius: 0;
}



.room_box {
	z-index: 999;
}

.room_box.fvo-tips{
	height: 500px;
}

/*
.color_vierkant {
	background: red;
	    background: #adbf95;
	width: 50%;
	width: 70%;
	padding-bottom: 50%;
	position: absolute;
	bottom: -80px;
	right: -120px;
	z-index: -1;
}*/
.color_vierkant {
	height: 70vh;
    /* height: calc(50% + 100px); */
    width: 50%;
    position: absolute;
    bottom: 50px;
    /* left: 0px; */
    /* bottom: -150px; */
    left: 300px;
    background: transparent !important;
    /* z-index: -1; */
    border: 2px solid var(--primary-color)
}
.cat_cont {
	/* padding-top: 150px; */
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap: 30px;
	row-gap: 80px;
	/* padding-bottom: 200px; */
}

.cat_cont.block{
	display: block;
}


.actueel_header_container {
    /* margin-top: 100px; */
    position: relative;
    z-index: 99999;
    /* background-color: red; */
    display: flex;
    justify-content: center;
	height: 100%;
	align-items: center;

	
}

.actueel_header_wrapper {
    /* background-color: red; */
    width: 85vw;
}




#mirror_14 .color_vierkant, #mirror_20 .color_vierkant{
    background: #6b7d87;
}
#mirror_15 .color_vierkant, #mirror_19 .color_vierkant {
    background: #5799b5;
}



.acc_img_overzicht.acc{
	height: 100%;
}



.acc_img_overzicht {
    display: block;
    /* width: calc(100% - 150px); */
    /* max-height: 80vh; */
    /* height: calc(66vw - 250px); */
    object-fit: cover;
    width: 100%;
	/* border-radius: 12px; */
    height: 250px;
	/* border-top-left-radius: var(--box-border-radius);
	border-top-right-radius: var(--box-border-radius); */

}
.arr_language_container {
    /* position: absolute; */
    /* right: 5px; */
    display: flex;
	/* background-color: red; */
    padding-left: 30px;
    z-index: 10000;
	align-items: center;
    top: 20px;
    left: 20px;
}
.nav_language_item2 {
    /* padding-right: 4px; */
    width: 22px;
    padding: 9px 12px;
    /* color: #53648c; */
	color: var(--primary-text-color);
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
	transition: 0.2s all ease-in;
}

.nav_language_item2:hover{
	color: var(--primary-color);
}

.menu_line {

	      background-color: white;
    padding: 7%;
    margin: 18.5% 0%;
    margin: 19.5% 0%;
	transition: 0.5s ease;
	position: relative;
}
.starting_from_container {
	/* padding: 30px 0px; */
	margin: 50px 0px 0px 0px;
	width: 75%;
	position: relative;
	/* max-width: 260px; */
	/* border: 20px solid #5899b5; */
	/* padding: 10px; */
	/* border: 20px solid #adbf95; */
	/* border: 20px solid rgba(255,255,255,0.85); */
	padding: 20px;
	background: var(--primary-text-color);
	min-width: 200px;
 	max-width: 540px;
	width: 100%;
}
.starting_price {
	font-size: 22px;
	color: white;
	font-size: 22px;
	padding: 43px 30px 30px 30px;
	padding: 30px;
	/* display: flex; */
/*	background: #adbf95;*/
/*	background: rgba(255,255,255,0.85);*/
	column-gap: 10px;
	/* width: 220px; */
	/* width: 50%; */
	/* min-width: 250px; */
	box-sizing: border-box;
}
/*
.acc_id_arcton-standard .starting_from_container, .acc_id_living-standard .starting_from_container, #category_pagina_living-standard .starting_from_container, .acc_id_living-standard-1 .starting_from_container, #category_pagina_living-standard-1 .starting_from_container {
color: #6b7d87;
	 color: #9cb7c5;
	 	border: 20px solid #5699b5;
}
.acc_id_arcton-comfort .starting_from_container, .acc_id_living-comfort .starting_from_container, #category_pagina_living-comfort .starting_from_container, .acc_id_living-comfort-1 .starting_from_container, #category_pagina_living-comfort-1 .starting_from_container {
color: #6b7d87;
	 color: #9cb7c5;
	 border: 20px solid #6b7d87;
}
.acc_id_arcton-standard .starting_price, .acc_id_living-standard .starting_price, #category_pagina_living-standard .starting_price, .acc_id_living-standard-1 .starting_price, #category_pagina_living-standard-1 .starting_price {
	background: #5699b5;
}


.acc_id_arcton-comfort .starting_price, .acc_id_living-comfort .starting_price, #category_pagina_living-comfort .starting_price, .acc_id_living-comfort-1 .starting_price, #category_pagina_living-comfort-1 .starting_price {
	background: #6b7d87;
}
*/
a.starting_from_book:link, a.starting_from_book:visited {
	bottom: auto;
	left: 0px;
	right: auto;
	position: relative;
	width: 100%;
	max-width: 350px;
}
.starting_from_book .acc_link_label {
	min-width: 0;
}
.starting_price .price_fl2 {
	font-size: 50px;
	color: #fff;
	font-weight: 800;
    line-height: 45px;
}
.price_fl1, .price_fl2 {
	font-family: var();
	color: var(--primary-color) !important;
}
.price_fl2 span {
	font-size: 22px;
	font-weight: normal;
		color: var(--primary-color);
}
.arcton_homes_logo {
	width: 30%;
	min-width: 240px;
	display: block;
	margin: 0 auto;
}
.temp_homes {
	padding: 100px 50px 200px 50px;
	padding: 80px 50px 0px 50px;
	margin-bottom: -50px;
}
.temp_homes h1 {
	color: #000;
	text-align: center;
	padding-top: 100px;
	font-size: 80px;
}
.starting_from_toelichting {
	color: var(--secondary-color);
	font-family: var(--paragraph);
	font-weight: 400;
   font-size: 14px;
   line-height: 21px;
   margin-top: 20px;
	    margin-bottom: 20px;
		 position: relative;
}

/*
.image_window:hover {
	width: 60%;
	height: 80vh;
}
*/
.detail_header .acc_header {
	font-size: 14vw;
	font-size: 8.5vw;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/******WL form******/
/************/

.wl_form_field {
   position: relative;
   width: 30vw;
   margin: 30px 20px 20px 20px;
       margin: 30px 20px 20px 0px;
}

.wl_form_input {
   padding: 10px 0px 3px 0px;
   font-size: 17px;
   font-size: 20px;
   border: none;
   width: 100%;
   background: none;
   outline: none;
   border-bottom: 2px solid rgba(255,255,255,0.3);
   border-bottom: 2px solid rgb(105 105 105 / 33%);
   position: relative;
}
.wl_form_field::after {
   content: '';
   position: absolute;
   bottom: 0px;
   left: 0px;
   height: 2px;
   width: 0px;
   transition: 0.35s ease;

}
.wl_form_field.error::after {
   background: #D32F2F;
   width: 100%;
}
.wl_focus::after {
    background: #fff;
   background: #253a7b;
   filter: brightness(1.5);
    width: 100%;
}

.wl_form_field label {
   position: absolute;
   bottom: 5px;
   left: 0px;
   color: hsl(0deg 0% 100% / 47%);
       color: rgb(30 57 104 / 51%);
           color: rgb(76 76 76 / 66%);
   font-weight: bold;
   transition: 0.2s ease;
   font-size: 12px;
   font-size: 16px;
   letter-spacing: 1px;

}
.wl_focus label {
    bottom: 30px;
    color: #353a97;
}
.error label {
   color: red;
   color: #D32F2F;
}
.wl_form_wrapper {
   padding: 100px 100px 160px 100px;
   background: #fff;
   background: #ededf4;
   background: #f1f1f1;
/*   margin-bottom: -20px;*/
   display: flex;
   align-items: center;
}
.confirm_container {
   padding: 50px 50px 50px 0px;
   max-width: 640px;
   position: relative;
}
.wl_form {
   width: 50%;
}
.voorbeeld_foto_container {
   width: 50%;
   background: #fff;
   box-shadow: 0px 5px 30px rgba(0,0,0,0.15);
   box-sizing: border-box;
   padding: 80px;
}
.voorbeeld_foto_h2 {
   font-size: 30px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 40px;


}

.section.about.contact
{
	position: relative;
	/* top: -60px; */
}

.upload_foto {
   background: #c3c3c3;
   padding: 40px;
   background: linear-gradient(to right, #ca0532 0%,rgb(92 6 19) 100%);
   /* background: #ca0132; */
   /* background: #fff; */
   background: #373c98;
       margin-top: 45px;
       margin-bottom: 40px;
   /* background: linear-gradient(to right, rgb(56 61 152 / 50%) 0%,rgb(21 23 60 / 60%) 100%); */
   /* background: #ca0532;*/
}
.upload_foto_header {
   font-size: 26px;
   font-weight: bold;
       padding-bottom: 20px;
color:#fff;
}
.upload_foto_tekst {
   font-size: 13px;
   line-height: 150%;
   max-width: 310px;
   padding-bottom: 23px;
   color: #fff;
}
.voorbeeld_foto {
   display: block;
      width: 100%;
}
.link_wrapper {
   padding: 30px 0px 0px 0px;
}


.form_check_flex label {
   display: flex;
}
.form_check_flex input {
   transform: scale(1.5);
   margin-right: 15px;
}

.wl_form h2 {
   color: #000;
   font-weight: bold;
   font-size: 36px;
   margin-bottom: 10px;
}

/*****EINDE WL form*******/
/************/
.lds-ripple {
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 64px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}
.lds-ripple div {
  position: absolute;
		      border: 4px solid #005a2d;
				border: 4px solid #fe9658;
				border: 4px solid #827572;
				border: 4px solid var(--primary-color);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.75s;
  border: 4px solid #288fd8;
      border: 4px solid #fc4237;
      border: 4px solid rgba(0,0,0,0);
		opacity: 0;
}
.icon_row_wrap {
	position: relative;
	padding: 40px 0px 40px 0px;
}
.icon_row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
}

.icon_row .icon_row_img {
    width: 50px;
    height: 50px;
    position: relative;
    background: #8e7158;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 15px;
}
.icon_row_txt {
	width: calc(100% - 80px);
	color: #fff;
	font-weight: bold;
	line-height: 150%;
}
.icon_row_img img {
	width: 65%;
	display: block;
}
.main_img_villa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.acc_id_apartments {
	margin-top: 0px;
}
.content_container {

    margin-bottom: 30px;
	margin-bottom: 0;
}

.hide {
   display: none;
}
.show {
   display: block;
}

.section
{
	/* padding: 0px 90px 0px 90px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-wrapper
{
	/* background-color: red; */
	width: var(--wrapper-size);

	/* display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; */
}

.section-wrapper.over_ons .paragraph .header-1{

	font-family: var(--font-bold);
	color: var(--primary-color);
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px;

}

.section-header {
    /* text-align: center; */
    font-size: 2.2rem;
    color: white;
	display: contents;
	width: max-content;
	/* background-color: blue; */

	text-align: center;
}

.section-services
{
	/* background-color: blue; */
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	margin-top: 100px;
}

.section-services .col
{
	/* background-color: green; */
	display: flex;
    justify-content: center;
    /* align-items: center; */
}



.paragraph{
	font-family: var(--primary-font);

	font-family: var(--font-regular);
	color: var(--secondary-text-color);
	font-size: var(--text-size);
	color: black;
	line-height: 21px;
	
}

.paragraph.link{
	margin-top: 10px;
}

.wrapper-grid.over-ons{
	margin: 40px;
	gap: 40px;
}

.wrapper-grid.fvo-tips{
	grid-template-columns: max-content 1fr;
}

.tips-entries {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; */

	height: 100%;
}

.wrapper-grid.over-ons .block{
	background: none;
	border: none;
	box-shadow: none;
}

h2.header.align-left {

	font-family: var(--font-bold);
    color: var(--primary-color);
    font-weight: 800;
    font-family: 'Poppins';
    font-size: 25px;
    margin-top: 0;
    text-transform: uppercase;

	font-size: 40px;
}

p.paragraph.geen_entries
{
	margin-top: 40px;
	margin-bottom: 400px;
}

h2.header.over-ons-header
{
	font-size: 30px;
}

.paragraph.form{
	margin-top: 10px;
	margin-bottom: 0;
}

.paragraph.accomodation{
	width: 850px;
}


/* .section-services .col img.icon{
	width: 90px;
} */

/* .section-services .col .sub-col
{
	width: 100%;
} */

.section-services .col .icon{
	/* background-color: yellow; */
	width: 150px;
	margin-right: 30px;

}

h6.h6{
	margin: 0;
	color: var(--primary-text-color);
	font-size: 16px;
	font-family: var(--paragraph);

}

.section-header.align-left{
	text-align: left;
}

.btn_wrapper.align-left{
	justify-content: left;
}

.dev-container	
{
	margin-top: 30px;
	margin-bottom: 50px;
	/* background-color: greenyellow; */
	text-align: center;

	display: flex;
	justify-content: center;
	align-items: center;
}

.dev-container.au{
	justify-content: left;
}

.dev-container.rooms{
	margin-bottom: 80px;
	justify-content: left;
}

.devider{
	width: 100px;
	height: 30px;
	background-color: var(--primary-color);
}

.section-header.au h2{
	text-align: left;
}

.section-header h2{
	font-family: var(--primary-font);
	font-weight: 800;
	margin-top: 0;
	font-size: 20px;
	font-size: 40px;

	color: var(--primary-color);
	margin-bottom: 50px;
	text-transform: uppercase;
	font-family: var(--font-bold);
}



.carousel-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#carousel {
	white-space: nowrap;
	display: inline-block;
	animation: scroll 45s linear infinite; /* Adjust the duration as needed */
}

.Bedrijfs-logos img {
	width: 200px; /* Ensure logos are displayed in full */
	/* height: auto; */
	display: inline-block;
	vertical-align: top;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}




a.actueel_box{
	text-decoration: none;
}

a.actueel_box:hover img.acc_img_overzicht{
	transform: scale(1.2);
}

.actueel_img{
	/* position: absolute; */
    /* top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; */

	height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: 2s ease;
	width: 100%;
}

.actueel_header{
	font-family: var(--primary-font);
	font-family: var(--font-bold);
	font-size: 20px ;
	color: black;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 20px;
}

.actueel_header.bedrijf{
	margin-bottom: 30px;
	font-size: 16px !important;
	font-weight: 700;
}

.actueel_header.header{
	color: white;
	font-size: 40px ;
	text-shadow: 4px 4px 8px rgb(0 0 0 / 32%);
	text-transform: uppercase;
}

.actueel_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
	width: 90vw;
	width: 100%;
	margin-top: 20px;


	position: relative;
	/* top: -60px; */
}

p.paragraph.empty_array {
    padding-top: 40px;
}

.actueel_wrapper.empty_class{
	height: 400px;
	grid-template-columns: auto;
}

.actueel_wrapper.fvo-tips{
	grid-template-columns: none;
}

.header.white-colored{
	color: white !important;
}

.actueel_wrapper.home{
	top: -10px;
}

.actueel_wrapper.faq{
	background-color: white;
    border: 1px solid #0000001f;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.096);
	padding: 40px;
	box-sizing: border-box;
}


.faq_wrapper
{
	display: block;
	width: 700px;
	margin: 40px;
}

.question {
	padding: 16px;
    margin-bottom: 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background-color: var(--primary-color);
	background: none;
    color: black;
	border-bottom: 1px solid rgba(0, 0, 0, 0.329);
    font-size: 16px;
    line-height: 30px;
	font-weight: 700;
	/* border-radius: 4px; */
	display: flex;
	font-family: var(--font-semibold);

	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 10px;
}

p.MsoNoSpacing {
    font-size: 14px;
    line-height: 21px;
}

.numbering_faq
{
	background-color: var(--primary-color);
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: 700;
	margin-right: 20px;
}

.answer_container
{
	/* background-color: rgb(206, 206, 206); */
	text-align: left;
	padding: 20px 10px 30px 10px;
	/* margin-bottom: 20px; */
	padding-left: 75px;
}

.answer_container .paragraph{
	color: rgb(85, 85, 85) !important;

	line-height: 21px;
	font-family: var(--font-regular);
}

a.fvo_btn.block.faq {
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    width: max-content;
    padding: 12px 30px;
}

h3.form_header{
	color: black;
	font-weight: 800 !important;
	/* font-family: var(--primary-font); */
	font-family: var(--font-bold);
	text-align: left;
	margin-bottom: 50px;
	margin-top: 0;
	text-transform: uppercase;
}

h3.form_header.form{
	margin-bottom: 0;
}

h3.form_header.sub_header{
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.image_window.registratie_formulier
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 650px;
	padding: 40px;
	height: max-content;
}

.input_field_wrapper {
    width: 100%;
	margin-bottom: 16px;
}

input.input_file {
    background-color: var(--light-red);
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
	color: var(--primary-color);
	border: 1px solid #ca05331f;
}

::-webkit-file-upload-button{
	background-color: var(--primary-color);
	color: white;
	border-radius: 4px;
	border: none;
	font-size: 10px;
	padding: 8px 10px;
	margin-right: 10px;
}


/* 
.fvo_btn.center_text.reg_btn{
	background-color: var(--primary-color) !important;
	border: none;
	cursor: pointer;
}

.fvo_btn.center_text.reg_btn .reg_btn_label{
	color: white;
	font-weight: 500;
	font-size: 14px;
} */

em.important{
	color: var(--primary-color);
	font-size: 14px;
}

label.field_label {
    display: block;
    text-align: left;
    font-size: 12px;
	font-weight: 500;
	color: black;
    font-family: var(--primary-font);
	font-family: var(--font-regular);
}

input.input_field,
textarea.input_field.text-area {
    display: block;
	width: 100%;
    box-sizing: border-box;
	/* background-color: #00000006; */
    border: 1px solid #0000001f;
	height: 40px;
	padding: 10px;
	border-radius: 4px;
	transition: 0.2s all ease;
}


.input_field.text-area
{
	height: 200px !important;
}



input.input_field:focus {
    border: 1px solid red;
}


.block.no-padding{
	padding: 0 !important;
}

.text-block
{
	margin: 40px;
	font-family: var(--primary-font);
}

.text-block b{
	color: var(--primary-color) !important;
	font-size: 18px;
	font-weight: 800;

	text-transform: uppercase;
	font-family: var(--primary-font);
}

.map-wrapper
{
	/* background-color: red; */
    height: 400px;
}

.map-wrapper iframe{
	width: 100%;
	height: 100%;
}

option{
	padding: 20px;
}

input[type=checkbox] {
	accent-color: var(--primary-color);
  }

.selectfield{
	width: 100%;
    box-sizing: border-box;
	background-color: var(--light-red);
    border: 1px solid var(--red-border);
	/* color: var(--primary-color); */
	height: 40px;
	padding: 10px;
	border-radius: 4px;
	/* color: var(--primary-color); */
}

.selectfield#bankID{
	color: white;
	/* color: var(--primary-color); */
}

.actueel_wrapper.registratie{
	grid-template-columns: none !important;

	display: flex;
	justify-content: center;
}

.actueel_wrapper.bedrijf{
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section.actueel.fvo-tips .section-wrapper.actueel{
	/* top: -420px; */
	top: -360px;
	top: -180px;
}

.section-wrapper.actueel
{
	position: relative;
    top: 300px;
	top: 360px;
	top: 46vh;
	top: 42vh;
	width: 100%;
	width: 90vw;

	width: 90vw;
    max-width: 85vw;
	top: 30vh;
	top: 200px;

	max-width: var(--wrapper-size);
	top: 24vh;
	top: 0;
	/* width: 80vw; */

	top: 250px;
	margin-top: -30px;
}

.section-wrapper.actueel.fvo-tips
{
	top: 0;
}

.section-wrapper.actueel.acc_intro_text_txt.actueel_pagina{
	top: -130px;
	width: 100%;

}


.wrapper-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;


}

.section-wrapper.center-window.contact{
	position: relative;
	top: -60px;
}

.section-wrapper.trans{
	background-color: transparent !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
}



.contact_block
{
	margin-bottom: 10px !important;
}

.contact_block H2{
	margin: 0;
	font-size: 18px;
}

.contact_block .header-3{
	margin-bottom: 0;
}

.contact_block .paragraph
{
	margin-top: 0;
}

.header-3.contact{
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-color);
}


.section-wrapper .wrapper-grid.trans .block
{
	background-color: white;
	padding: 40px;

	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.096);
	border: 1px solid #0000001f;
}

.wrapper-grid .block div
{
	font-family: var(--primary-font);
	font-family: var(--font-regular);
	color: black;
	font-size: 14px;
	line-height: 21px;
}

.wrapper-grid .block div b{
	color: black;
	font-family: var(--font-bold);
	font-size: 14px;
}

b.header-1 {
    font-size: 20px ;
    font-weight: 800;
    /* font-family: 'Poppins'; */
	font-family: var(--font-semibold);
    margin-bottom: 880px !important;
	color: var(--primary-color) !important;
	text-transform: uppercase;
}


.section.about
{
	height: 350px;
	height: max-content;
}

.section-wrapper.center-window.about
{
	top: -60px;
}


.ui-widget-content
{
	background: none;
	background-color: white;
	border: 1px solid #0000001f;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.096);
}

.ui-state-default, .ui-widget-content .ui-state-default:hover,
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover{
	background: rgba(255, 0, 0, 0.097);
	border: none;
}



.ui-datepicker
{
	padding: 10px !important;
}
/* .ui-icon.ui-icon-circle-triangle-e{
	background-image: url('/img2/left-arrow.png');
} */

/* .ui-widget-header .ui-icon
{
	background-image: url('/img2/left-arrow.png');
} */

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
	top: auto;
	padding: 4px;
	cursor: pointer;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year
{
	width: 100%;
	padding: 5px;
    border: none;
    border-radius: 4px;
	margin: 2px;
	font-family: var(--font-regular);
}

.ui-state-default.ui-state-active{
	color: white;
	background: var(--primary-color) !important;
}

.ui-datepicker td span, .ui-datepicker td a
{
	padding: 10px;
    text-align: center;
	border-radius: 4px;
}

.ui-state-default, .ui-widget-content .ui-state-default
{
	background: none;
	border: none;
	font-family: var(--font-regular);
}

.ui-datepicker-calendar th span
{
	font-family: var(--font-semibold);
}

.ui-datepicker .ui-datepicker-title
{
	display: flex;
    width: 80%;
}
.ui-widget-header
{
	border: none !important;
	background: white !important;
}

.ui-datepicker .ui-datepicker-header
{
	padding: 8px !important;
	display: flex;
    justify-content: center;
    align-items: center;
}


.clients-logo-container {
    background-color: white;
    padding: 40px;
	width: 100%;
	box-sizing: border-box;
	max-width: var(--wrapper-size);
	position: relative;
    top: 200px;
	box-shadow: 4px 10px 18px rgb(0 0 0 / 22%);
}

.section.actueel.fvo-tips {
	display: flex;
    flex-direction: column;
}

.slick-track
{
	margin: 0 !important;
}


.extra_space {
    background: red;
    height: 300px;
    background-image: var(--gradient_color);
}

.arrow-btn
{
	background-color: var(--primary-color);
	border: none;
    padding: 10px;
	cursor:pointer;
	transition: 0.3s all ease;
}

.arrow-btn:hover{
}

button .arrow-carousal-icon{
	width: 20px;
}

/* .actueel_wrapper.about{
	background-color: white;
	width: 100%;
	padding: 40px;
} */

.section-wrapper.actueel.acc_intro_text_txt.actueel_pagina.about{
	top: -150px;
}


.section.actueel
{
	background-color: white;
	height: 650px;
	padding: 40px 7vw;
	height: max-content;
	/* padding: 0px 90px 0px 90px;
	width: 100%;
	height: 400px; */

}


.section-header-container {
    display: flex;
    /* flex-direction: initial; */
    justify-content: space-between;
	margin-bottom: 40px;
}

.header-section-text-content {
    width: 50vw;
}


.client-logo-box {
    box-shadow: var(--primary-shadow);
    padding: 40px;
    border-radius: var(--primary-border-radius);
    width: 120px;
    height: 120px;
    margin: 15px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.096) !important;
	border: 1px solid #00000029;

	/* box-shadow: var(--primary-shadow); */
    padding: 20px;
    /* border-radius: var(--primary-border-radius); */
    margin: 15px;
	height: 80px !important;
	width: 100%;
}
img.client-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.client-logo-carousel {
    display: flex;
    justify-content: left;
    align-items: center;
}

.bedrijfs_logo{
	width: 200px;
    height: 100px;
    object-fit: contain;
	margin-top: 20px;
}

.bedrijfs_logo.home{
	width: 150px;
    height: 60px;
    margin-right: 40px;
	margin-top: 60px;
}


.prod_blok_image_border {
	height: 200px;
}


.image_window.bedrijven .prod_blok_image_border{
	height: 110px;
}

.image_window.bedrijven
.starting_from_flex{
	padding-top: 80px !important;
}

.prod_blok_image_border{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

a.actueel_blok{
	text-decoration: none;
	transition: 1s all ease;
}


a.actueel_blok:hover .btn-container .arrow-icon.actueel {
    margin-left: 10px;
}


/* .logo_img {
    width: 200px;
    background-size: cover;
    height: max-content;
} */


a.budget_wagen_wrapper:hover 
.btn-container .arrow-icon{
	margin-left: 10px;
}



.logos{
	overflow: hidden;
	background-color: white;
	padding: 60px 0;
	white-space: nowrap;
	width: 70vw;
	width: 100%;
	padding-top: 0;

}

.section-wrapper-logo {
    display: flex;
    justify-content: center;
	width: 100%;
}


.logo-slide{
	display: inline-block;
	/* animation:	25s slide infinite linear; */

	display: flex;
    flex-wrap: wrap;
    overflow: auto; 


	display: flex;
    flex-wrap: wrap;
    overflow: auto; /* Add overflow: auto to enable vertical scrolling if needed */
    justify-content: flex-start; /* Align logos to the left */
}

.logo_img {
    /* width: 200px; 
    height: 100px; 
    object-fit: contain; 
	margin: 0px 40px 0px 40px; */
	height: 50px;
	margin: 0 40px;

	max-width: 100%; /* Ensures that the logos don't exceed the container width */
    height: auto;
}

/* .logos:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	background: red;
	content: "";
	z-index: 2;
} */


.logos:hover .logo-slide{
	animation-play-state: paused;
}


.Bedrijfs-logos {
    display: flex;
	justify-content: center;
}

@keyframes slide{
	from{
		transform: translateX(0);
	}

	to{
		transform: translateX(-100%);
	}
}


.img_blok{
	    /* border: 10px solid #fff; */
		height: 240px;
		/* padding-bottom: 90%;
		padding-bottom: 66%; */
		position: relative;
		overflow: hidden;
		/* box-shadow: 0px 10px 30px rgb(0 0 0 / 20%); */
		transition: 0.7s ease;
}

.img_blok.fvo-tips{
	height: 100%;
}

.img_blok.bedrijfs_logo{
	width: 100%;
	height: 200px;

}

.actueel_blok:hover .image_window .img_blok .acc_img_overzicht{
	transform: scale(1.15) ;
}


.label_btn{
	color: black;
	font-size: 14px;
	font-weight: 700;
	margin-right: 8px;

	font-family: var(--font-semibold);
}

.section.actueel.actueel_pagina{
	height: max-content;
	/* display: none; */
}


.login_wrapper
{
	height: 100vh;
	position: relative;
}

.form_sub_wrapper {
    /* background-color: red; */
    z-index: 999;
    position: relative;
    width: 100%;
    height: max-content;
    /* width: max-content; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_form {
    background-color: white;
    border: 1px solid #0000001f;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.096);
	width: 450px;
	padding: 40px;
}

.text_content{
	margin-left: 20px;
}

.text_content.contact{
	margin-left: 0px;
}

.text_content .paragraph{
	margin: 0;
}

.form_top_wrapper
{
	display: flex;
	align-items: center;
	margin-bottom: 40px;

}

.section-wrapper.actueel.acc_intro_text_txt.actueel_pagina{
	top: -60px;
	width: 90vw;
}

form.reg_form
{
	width: 100%;
	position: relative;
    text-align: left;
}

form.reg_form .selectfield {
	background-color: var(--primary-color);
	color: white;
}

.full-btn{
	width: 100%;
}

.colored_link{
	color: var(--primary-color) !important;
	text-decoration: none;
	font-family: var(--font-regular);
}

.section-wrapper.registratie.acc_intro_text_txt.actueel_pagina{
	top: 10px;
	width: 90vw;
}

.section.actueel.nieuws{
	height: max-content;
}

.section.actueel.nieuws .section-wrapper{
	margin-top: 200px;
	margin-bottom: 100px;
}


.section.acc h2
{
	margin: 0;
}


.section.acc{
	/* background-color: var(--secondary-color); */

	position: relative;
    /* top: -400px; */
	height: 1000px;
	height: 700px;
	height: 600px;
	height: 90vh;
	/* height: 100vh; */
	/* height: 750px; */

	/* background-image: url("../hugesize/family-2.jpg"); */
	height: 110vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;


	height: 110vh;
}

.section.acc.empty_class {
    height: 85vh;
}


img.img_popup {
    width: 100%;
    object-fit: cover;
}

.item-container.margin-top {
    margin-top: 200px;
}

.item-container{
	/* background-color: red; */
	height: 100%;
 	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 50px;
	/* display: flex;
	align-items: center; */
	width: 100%;
}

.col.text{
	display: flex;
	/* align-items: center; */
	position: relative;
	top: 90px;
}

.image-box{
	background: transparent;
	border: solid 3px var(--primary-color-hover);
	width: max-content;
	height: 100%;

	
}



img.kiesel_big_images {
    width: 50%;
}

.header-3{
	color: var(--primary-text-color);
	font-size: 2vw;
}


.entry_intro div ul li{
	/* font-family: var(--primary-font); */
	font-family: var(--font-regular);
	font-size: 14px;
}

.header-3.about{
	color: black;
	font-size: 18px;
	font-family: var(--primary-font);
	margin-top: 0;
}

.image-box img.image{
	width: 580px;

	position: relative;
	bottom: -48px;
	left: 20px;
}

.text-content {
	margin-left: 60px;
}


.section.ap{
	position: relative;
    /* top: -30px;
	top: -260px; */
	height: 300px;
	padding: 40px 7vw;
	height: 1000px;
	height: max-content;
	padding-top: 0;
	padding-bottom: 200px;
	/* z-index: 999; */
}

.section.ap.logos-section{
    top: -180px;
	
}

.header_dev_wrapper
{
	background-color: white;

	/* margin-top: 70px; */
}

.parallax-container {
    height: 100%;
    /* overflow: hidden; */
    /* position: relative; */
    background-repeat: no-repeat;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-attachment: fixed;
}

.bg_img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* Ensure the image is behind other content */
}

.bg-section-2 {
    height: 700px;
	height: 500px;
	height: 420px;
	height: 690px;
    /* background-color: white;
    background-image: url(../hugesize/groupsfoto.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}

.section-wrapper.center-window{
	background-color: white;
	box-shadow: 4px 10px 18px rgb(0 0 0 / 22%);
	border: 1px solid #0000001f;
	padding: 40px;
	width: 90vw;
	width: 85vw;
	box-sizing: border-box;
	width: var(--wrapper-size);

	position: relative;
	top: -410px;
	/* top: -480px; */
}

img.bg_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.fvo_btn.center_text
{
	padding: 20px 40px !important;
	padding: 16px 24px !important;
	background-color: var(--primary-color);
	margin-top: 40px;
	max-width: max-content;
}

.fvo_btn.reg_btn {
    background: var(--primary-color);
    color: white;
    border: none;
	cursor: pointer;
	margin-top: 20px;
	padding: 16px 24px ;
}

.fvo_btn.vacature
{
	background-color: var(--primary-color);
	color: white;
	display: flex;
	padding: 16px 24px !important;
	margin-top: 40px;
}

.fvo_btn.vacature .acc_link_label{
	color: white;
	font-family: 'Poppins';
	font-weight: 500;
}

hr{
	opacity: 40%;
}

.section_sub_wrapper .fvo_btn
{
	background-color: white !important;
}

a.fvo_btn.center_text .acc_link_label
{
	color: white;
	font-weight: 500;
	font-size: 14px;

	font-family: var(--font-regular);
}

.para-container {
    display: flex;
    justify-content: center;
}

.paragraph.ap{
	width: 750px;
	/* text-align: center !important; */
}



.info-container
{
	position: absolute;
    top: 0;
    width: 100%;
    /* background-color: red; */
    display: flex;
    justify-content: center;
	align-items: flex-end;
    /* align-items: center; */
    height: 100%;
}

.info-wrapper {
    /* background-color: yellow; */
    width: 1280px;
    /* position: relative; */
    bottom: 0;
    height: 100%;

	display: flex;
    align-items: flex-end;
}

.info-sub-wrapper {
    margin-bottom: 50px;
}

.box-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
	margin-top: 80px !important;
}

.box-container, .box-wrapper {
    margin: 30px;
    text-align: center;
}

button.action-btn {
    /* margin-top: 50px; */
    padding: 16px;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    font-size: 14px;
    font-family: var(--paragraph);
    border: none;
    width: 100%;
	transition: all 0.2s ease-in;
	cursor: pointer;
}

button.action-btn:hover{
	background-color: var(--primary-color-hover);
}

.box-container .box-wrapper .paragraph {
	
    font-family: var(--paragraph);
    font-size: 14px;
    color: var(--secondary-text-color);
    font-weight: 400;
    text-align: left;
}

.box-container .box-wrapper .box-header {
    font-size: 18px;
    font-family: var(--paragraph);
    color: var(--primary-text-color);
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
}

.box-container .box-item{
	background-color: var(--light-color);
}

.box-container .box-item .box-img{
	background-color: red;
    width: 100%;
    height: 220px;
}

.box-img img.img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}

.section.au{
	background-color: var(--secondary-color);
}

.section-wrapper.au {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.section-wrapper .paragraph{
	/* padding: 40px; */
}

.col.au.img
{
	/* background-color: var(--primary-color); */
    height: 490px;
}

.col.au.img img.img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}

p.paragraph.au
{
	margin-top: 40px;
}


.section.form{
	background-color: var(--light-grey);
}

h2.header.form{
	text-align: left;
}



.header-room.acc_backdrop
{
	margin-top: 80px;
}

.text_blok
{
	margin-top: 20px;
}

.text_blok .header{
	font-size: 20px !important;
	text-transform: uppercase;
	padding-bottom: 0 !important;
}

.header-room
{
	margin-top: 80px;
	font-size: 50px;
	font-family: var(--header);
	font-weight: 900;
	margin: 0;
	color: var(--primary-text-color);
}

.section-header .paragraph.form{
	text-align: left;
	width:  450px;
}

.section-wrapper h2.header {
    font-family: var(--primary-font);
    font-family: var(--font-bold);
    font-family: var(--font-bold);
    font-weight: 800;
    margin-top: 0;
    font-size: 20px;
    /* font-size: 2.1rem; */
    font-size: 32px;
    /* padding: 40px; */
    color: var(--primary-color);
    padding-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 40px;
    text-transform: uppercase;
}


.social-icon-container
{
	margin-top: 40px;
}

.social-icon-container .footer-link .footer-icon{
	width: 40px;
}


.section-wrapper h2.header.home{
	padding-bottom: 0;
}

/* .section-header .dev-container{
	justify-content: left;
} */

.section.form .section-wrapper {
    /* background-color: red; */
    width: 1280px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.section.form .section-wrapper .section-header {
    /* background-color: red; */
    display: block;
    width: 100%;
}

.paragraph.contact{
	text-align: left;
}

h2.header.form {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
	line-height: 100%;
}

.align-left{
	text-align: left;
}

.section-header .paragraph {
    /* text-align: left; */
}

.section-header .dev-container.form{
	justify-content: left;
}

.form-container {
    background-color: var(--light-color);
    padding: 45px;
}

.double-input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.8rem;
}

.form-col label.label {
    color: var(--primary-text-color);
    font-size: 14px;
    margin-bottom: 8px;
}


.form-col input.input-field {
    background-color: #111111ab;
    border: none;
    padding: 14px;

	color: var(--primary-text-color);
}

.input-field.textarea{
	height: 80px;
}

.btn{
	padding: 16px;
    width: 100%;
    border: none;
	font-family: var(--primary-font);
    background-color: var(--primary-color);
    color: var(--primary-text-color);
	transition: 0.2s all ease;
	cursor: pointer;
}

.header_container.display_none.klarex_bg_2.klarex_bg_header {
    display: none;
}

.btn:hover{
	background-color: var(--primary-color-hover);

}

.btn.form{
	width: 100%;
}



/* .mySlides{
	background-color: red;
	height: 500px;
	animation: fading 10s infinite;
}


.mySlides img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	animation: fading 10s infinite;
} */

.mySlides {
	background-color: var(--secondary-color);
	height: 500px;
	position: relative;
  }
  
  .mySlides img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation: fading 13s infinite;
  }
  
  @keyframes fading {
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }


.w3-display-container{
	position: relative;
  }

.buttons{
	position: absolute;
	top: 0;
	width: 100%;
    /* background-color: red; */
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.buttons .btn-wrapper {
    /* background-color: green; */
    width: 1280px;
}

button.w3-button.w3-black.w3-display-right {
    position: relative;
    right: 0;
    float: right;
}

button.w3-button{
	background-color: var(--primary-text-color);
    color: var(--light-grey);
    border: none;
    width: 50px;
    /* padding: 20px; */
    height: 50px;
    border-radius: 90px;
	transition: 0.1s all ease-in;
	cursor: pointer;
}

button.w3-button:hover{
	background-color: var(--secondary-color);
	color: var(--primary-text-color);
}


  .slide-container {
  position: relative;
}

.mySlides {
  position: relative;
}

.overlay {
  position: relative;
}

.button-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}

.w3-button {
  display: inline-block;
}

.mySlides {
    height: 700px;
}




.show_nav_container
	{
		display: none;
	}

.nav-wrapper .logo
{
	margin-right: auto;
}

p.paragraph.acc_intro_text_txt {
    width: 430px;
}

.info-sub-wrapper .header
{
	font-family: var(--header);
    font-weight: 800;
    margin-top: 0;
    font-size: 50px;
	color: var(--primary-text-color);
}

.paragraph.slides
{
	color: var(--primary-text-color);
	width: 760px;
}



.none,
.navigatie.none {
    display: none !important;
}


.btn-container
{
	/* background-color: red;
    z-index: 99999999; */
    /* position: relative;
    display: flex; */
    justify-content: center;
    align-items: center;
	margin-top: 40px;

	align-self: flex-start;

}

.info-sub-wrapper .paragraph {
	color: white;
}



.bottom-container{
	width: 100%;
	display: flex;
    justify-content: center;

	margin-top: 40px;
	margin-bottom: 40px;
}

.btn-bottom{
	margin-top: 50px;
    padding: 16px;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    font-size: 14px;
    font-family: var(--paragraph);
    border: none;
    width: max-content;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

img.header-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod_blok_image_border.aos-init.aos-animate {
    height: 100%;
}

.action-btn.bottom
{
	width: 300px;
}

@media(max-width: 1750px)
{
	img.image.acc_intro_text_txt
	{
		/* width: 200px; */
	}

	/* .show_nav_container
	{
		display: none;
	} */
}



@media(max-width: 1200px)
{
	.room-container
	{
		padding: 40px;
	}
	.room-wrapper
	{
		width: 1100px;
		width: 100% ;
		max-width: 960px;
	}

	.image_window.flex
	{
		width: 100%;
	}
	.buttons .btn-wrapper {
		width: 1100px;
	}

	#content_contact .categorie_introduction_vlak, #content_about-us .categorie_introduction_vlak {
		padding-left: 60px;
	}

	.section-services
	{
		grid-template-columns: 1fr;
	}

	.image-box img.image
	{
		width: 390px;
		bottom: -16px;
	}

	.buttons .btn-wrapper
	{
		width: 950px;
	}

	.info-sub-wrapper {
		width: 100%;
		padding-left: 40px;
	}


	.col.au.img img.img
	{
		width: 370px;
	}

	.paragraph.ap{
		width: 670px;
		/* text-align: center !important; */
	}

	.main_footer_container 
	{
		grid-template-columns: 1fr 1fr;
	}

	.main_footer 
	{
		padding: 100px 40px 120px 40px !important;
	}

}

/* @media(max-width: 960px){

} */



@media(max-width: 850px)
{

	

	
}



@media(max-width:480px)
{
	



}

@media(max-width: 1060px)
{
	/* .homepage_container 
	{
		height: 160vh ;
	} */

	.acc_img_overzicht
	{
		width: 230px;
		width: 100%;
	}
}


@media(max-width: 768px)
{
	.introduction_tekst div
	{
		font-size: 60px;
		width: 420px ;
	}

	/* .homepage_container 
	{
		height: 160vh ;
	} */

	.logo-container {
		/* top: -40px; */
		/* margin-top: 30%; */
	}

	.nav_item_container 
	{
		/* min-height: 150vh !important;  */
		/* height: 170vh !important; */
	}

	.image-box img.image
	{
		width: 400px;
	}
/* 	
	.main_menu_txt 
	{
		font-size: 20px !important;
	} */

	.arcton_span
	{
		font-size: 18px !important;
	}

	.acc_header 
	{
		font-size: 40px !important;
	}

	a.acc_book.wl_iframe.cancel_a.starting_from_book
	{
		height: 60px ;
	}

	.header_par_detailpage .acc_header
	{
		margin-top: -30px;
	}

	a.footer_navi:link, a.footer_navi:visited
	{
		text-align: left !important;
	}

	.main_footer_container
	{
		grid-template-columns: 1fr 1fr;
	}
}



@media(max-width: 620px)
{
	.header_tekst{
		top: -70px ;
	}

	.introduction_tekst div{
		font-size: 70px;
		width: 470px ;
	}

	.booking_btn
	{
		top: -30px;
	}

	.content_container{
		margin-bottom: 0 !important;
	}

	/* .homepage_container
	{
		height: 120vh;
	} */

	.image-box img.image{
		width: 400px ;
	}

	.paragraph.ap {
		width: 540px;
	}
}



.btn_wrapper
{
	display: flex;
    justify-content: center;
	/* margin-top: 50px; */
	/* padding: 40px; */
	padding-top: 0;
}

a.acc_book.maoklyn.short_btn{
	width: 26%;
}

/* a.acc_book.acc_book_overzicht.maoklyn.short_btn {
    width: 24%;
} */




@media(max-width: 990px)
{
	/* nav.nav_item_container.normal_nav
	{
		justify-content: center;
		align-items: center;
		width: 100%;
		background-color: var(--light-grey);

		display: flex;
	}
	 */
	.nav_wrapper
	{
		display: flex;
		align-items: center;
		justify-content: right;
		/* background-color: rebeccapurple; */
		width: 90vw;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.nav_wrapper .logo
	{
		margin-right: auto;
	}


	/* .main_menu_txt{
		padding-bottom: 25px;
	} */

	.navigatie
	{
		background-color: var(--primary-color) !important;
		/* display: flex !important; */
		justify-content: center;
		align-items: center;
	}

	/* responsive navbar */
	.show_nav_container {
		background-color: var(--primary-color);
		position: fixed;
		z-index: 9999;
		width: 100%;
		display: flex;
		justify-content: center;
		/* border-bottom: 1px solid var(--border); */
	}

	img.logo-img.nav {
		width: 55px;
		/* padding-left: 20px;
		padding-top: 8px;
		padding-bottom: 10px; */
	}

	#mb_wrapper
	{
		position: relative;
		/* top: -70px; */
	}
}


@media(min-width:852px)
{
	/* .show_nav_container {
		background-color: var(--secondary-color);
		position: fixed;
		width: 100%;
		z-index: 999999999;
		display: none;
	} */
}


/* .section-slider{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider{
	width: 100%;
	height: 800px;
	overflow: hidden;
	background: var(--secondary-color);
}

.slide{
	width: 500%;
	height: 500px;
	display: flex;
}

.slide input{
	display: none;

}

.st{
	width: 20%;
	opacity: 0; 
	transition: opacity 10s ease-in-out; 
  }
  
  .st img{
	width: 100%;
  }
  
  .st.active {
	opacity: 1;}

.nav .m{
	position: absolute;
	width: 800px;
	margin-top: -40px;
}

.m-btn{
	border: 2px solid red;
	padding: 5px;
	border-radius: 10px;
	cursor: pointer;
	transition: 1s;
	z-index: 99999;

}

.m-btn:not(:last-child){
	margin-right: 30px;
}

.m-btn-hover{
	background-color: greenyellow;
}

#radio1:checked ~.first{
	margin-left: 0;
}

#radio2:checked ~.first{
	margin-left: -20%;
}

#radio3:checked ~.first{
	margin-left: -40%;
}

.nav-auto{
	position: absolute;
	width: 800px;
	margin-top: 460px;
	display: flex;
}

.nav-auto div{
	border: 2px solid blue;
	padding: 5px;
	border-radius: 45px;
	transition: 1s;
}

.nav-auto div:not(:last-child){
	margin-right: 30px;
	justify-content: center;
}

#radio1:checked ~ .nav-auto .a-b1{
	background-color: yellow;
}

#radio2:checked ~ .nav-auto .a-b2{
	background-color: yellow;
}


#radio3:checked ~ .nav-auto .a-b3{
	background-color: yellow;
} */


/* #radio1:checked ~.first{
	margin-left: 0;
} */

/* 
.swiper-container {
	width: 100%;
	height: 500px;
  }
  
  .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	z-index: 10;
	cursor: pointer;
	background-image: url('https://unpkg.com/swiper/swiper-bundle.min.css');
	background-repeat: no-repeat;
	background-size: 100%;
  }
  
  .swiper-button-prev {
	left: 10px;
	background-position: center center;
  }
  
  .swiper-button-next {
	right: 10px;
	background-position: center center;
  } */

/* .image-slider{
	min-height: 10em;
	height: 550px;
	position: relative;
	background-image: url(../img2/ap1.jpeg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 0.3s;
}

.image-slider *{
	box-sizing: border-box;
}

.caption{
	background: linear-gradient(rgba(0,0,0,0),#000000bd);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4em 1em 2em 1em;
	text-align: center !important;
}

.caption h1{
	text-align: center;
	margin: 0;
	color: var(--primary-text-color);
}

.arrow-left,
.arrow-right{
	background: var(--primary-text-color);
	position: absolute;
	top: 40%;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
}

.arrow-left:hover,
.arrow-right:hover{
	background-color: var(--secondary-color);
	color: #fff;
}
.arrow-left{
	left: 1em;
}

.arrow-right{
	right: 1em;
}



.image-fade{
	animation: imgFade 0.5s ease-in-out;
}

@keyframes imgFade{
	0%{opacity:0;}
	100%{opacity: 1;}
} */



/* .section.slider {
    padding: 0;
}

.slider-wrapper{
	position: relative;
	max-width: 48rem;
	margin: 0 auto;
}

.slider{
	display: flex;
	aspect-ratio: 16/9;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

.slider img{
	flex: 1 0 100%;
	scroll-snap-align: start;
	object-fit: cover;
}

.slider-nav{
	display: flex;
	column-gap: 1rem;
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.slider-nav a{
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.75;
	transition: opacity ease 250ms;
}

.slider-nav a:hover{
	opacity: 1;
} */





/* @media(max-width: 850px)
{

} */
