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

/* Poppins font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap");

/* ivymode font */
@font-face {
  font-family: "HelveticaNeue-BlackCond";
  src: url("../fonts/HelveticaNeue-BlackCond.otf");
  font-weight: 800;
  font-style: normal;
}

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

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

/* poppins family */
@font-face {
  font-family: "poppins-regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "poppins-light";
  src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "poppins-bold";
  src: url("../fonts/Poppins-Bold.ttf");
}

:root {
  /* fonts */
  --primary-font: poppins-regular;
  --secondary-font: IvyMode-Regular;
  --italic-font: IvyMode-Italic;
  --light-font: poppins-light;
  --bold-font: poppins-bold;

  /* Main text colors */
  --dark-txt-color: #000000;
  --light-txt-color: white;
  --greent-txt-color: #3fa94b;
  --orange-txt-color: #eb4822;

  /* main colors */
  --green-color: #3fa94b;
  --light-green-color: #fffddd;
  --light-orange-color: #ffeed4;
  --gradient-color: linear-gradient(0deg, #55b054, #d2d988);


  /* border */
  --border: 1px solid rgba(0, 0, 0, 0.082);

  /* shadows */
  --primary-shadow: 2px 2px 4px #0000000b;
  /* --primary-shadow: 4px 6px 6px #0000000d; */
}

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

  /*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;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-end;
  top: 1.2vw;
  right: 1.2vw;
  top: 19px;
  right: 19px;
  transition: 0.6s ease;
  background: #262f42;
  background: white;
}
.navigatie_fixed .nav_item_container {
  background: #262f42;
  background: none;
  transition: 1s ease;
}

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

  z-index: 1000;
  /* background: #fff; */
  background: none;
  z-index: 100000;
  z-index: 7500;
  /* box-shadow: 0px 0px 15px rgb(0 0 0 / 18%);*/
}
a.nav_item:link,
a.nav_item:visited {
  color: #fff;
  font-size: 16px;
  font-size: 15px;
  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;
  /*
	transition: 1s ease;
	background: #263041;*/
}
.nav_item_link_pers {
  /*display: block !important;*/
}

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;
  color: var(--orange-txt-color);
}

.footer-assets {
  display: flex;
  justify-content: space-between;
}

.footer-assets-left,
.footer-assets-right {
  display: flex;
  justify-content: center; /* Horizontally center the image */
  align-items: flex-end; /* Vertically align the image at the bottom */
  /* Ensure the container has a defined height */
}

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: var(--green-color);
  background: white;
  width: 100%;
  left: 0px;
  transition: 0.5s ease;
  transform: translateY(100%);
  right: 0px;
  margin: auto;


  border-radius: 70px;
}
a.arc_inline_a:link,
a.arc_inline_a:visited {
  color: #adbf95;
  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%;
}

.dropdown_container {
  position: relative;
}
.dropdown_container:hover .dropdown_content {
  display: block;
}
.dropdown_link {
  display: block;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: left;
  font-size: 12px;
  color: #000;
  color: #ffffff;
  font-weight: bold;
  font-weight: normal;
  transition: 0.3s ease;
  text-decoration: none;
  background: #252f42;
  font-weight: bold;
}
.dropdown_link:hover {
  background-color: #4297ce;
  background-color: #ad9680;
  color: #fff;
}
.dropdown_content_mobile_active {
  display: block !important;
}

.navigatie_fixed {
  position: fixed;
  /*	top: 15px;*/
}
.main_menu_txt {
  text-align: center;
  margin: auto;
  text-align: center;
  position: relative;
  font-weight: normal;
  font-weight: 800;
  color: #000000;
  white-space: nowrap;
  /* display: block; */
  transition: 0.7s ease;
  /* text-shadow: 0px 0px 1px #000; */
  font-family: var(--primary-font);
  color: white;
}
.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: var(--orange-txt-color);
  /*	color: #ff9758;*/
}

.overlay-container {
  display: block;
  position: absolute;
  /* z-index: 9999999; */
  /* background-color: red; */
  width: 100%;
  height: 120px;
  /* top: 130vh; */


  top: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-down-btn {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 50%;
  /* padding: 9px 8px; */
  padding: 16px;
  /* color: #53648c; */
  font-size: 18px;
  text-decoration: none;
  font-weight: 800;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1.3s all ease;
}

.arrow-down-btn:hover {
  box-shadow: 4px 4px 60px var(--light-green-color);
}

img.red_flower_img {
  position: absolute;
  top: 350px;
  left: 0px;
  width: 700px;
  width: 630px;
  z-index: 99;
}

.logo_vierkant {
  /* width: 33vw; */
  height: 33vw;
  /* width: 60vh; */
  height: 60vh;
  /* width: 55vh; */
  /* width: max-content; */
  height: 110vh;
  position: absolute;
  position: relative;
  background: #fff;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left;
  background-image: url("/img2/gradient_bg_2.png");
  background-repeat: no-repeat;
  background-size: cover;



  height: 100%;
  /* min-width: max-content; */
  max-width: 35% !important;
  z-index: 99;
}
.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;
}


img.entry-page-bg-image {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

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


  height: 850px;
  /* overflow: hidden; */
  right: 0px;
  height: 100%;

  width: 100%;
}

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

.home_header_container{
  display: flex;
  height: 100%;
}

.logo_vierkant.entry-page
{
  min-width: max-content;
  min-width: 500px;
  width: 550px;
}

#mb_wrapper {
  display: flex;
  width: 65%;
  right: 0;

  height: 100%;
  background: white;
  position: absolute;
  /* z-index: -2; */
  /* z-index: -1001; */
  will-change: transform;

  height: 100%;
}
.slide_text_balk {
  position: relative;
  top: -140px;
  /* top: 0px;
  top: -104vh;
  bottom: 0px; */
  margin: auto;
  /* right: 40px; */
  width: 100%;
  padding: 80px 7vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  height: 45vh;


  /* top: -850px; */
  /* height: 400px; */
  height: max-content;
  padding: 40px;
  margin-bottom: 200px;
}
.slide_text_height {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

a.colored-text {
    text-decoration: none;
    color: var(--greent-txt-color);
    font-size: 14px;
    font-family: var(--primary-font);
    font-size: 18px;
    padding-left: 6px;
}


.header_tekst {
  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;
  /*    text-shadow: 0px 10px 50px rgba(0,0,0,0.52);*/
  font-size: 10vh;
}

.header_tekst div {
  font-family: var(--secondary-font);
  font-size: 5vw;
  text-shadow: 4px 0px 6px rgb(0 0 0 / 13%);

  font-size: 70px;
  font-size: 46px;
}

.header_tekst b {
  font-size: 5vh;
  max-width: 600px;
  display: inline-block;
}

.header_tekst span {
  color: #ff9758;
}
.content_container {
  margin-bottom: 0px;
  height: 780px;
}




.homepage_backdrop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vh;
  height: 110vh;
  background: #262f42;
  width: 61.8%;
  display: none;
}
.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;
}

h2.col-header {
  font-size: 24px;
  font-family: var(--bold-font);
  font-weight: bold;
  margin-top: 0;
}

img.red_flower_img.entry-page
{
  position: absolute;
  top: 350px;
  left: 0px;
  width: 700px;
  width: 630px;
  z-index: 99;
}

li.service {
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 4px;
  font-family: var(--primary-font);
}

p.contact-text {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  font-family: var(--primary-font);
  width: 250px;
  margin-bottom: 20px;
}

.col.col-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul.services-list {
  list-style: none;
  padding: 0;
}

.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;
}
.acc_header {
  position: relative;
  font-weight: 800;
  font-size: 20vh;
  font-size: 11.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: 6vw;
  top: -65px;
  top: -4.5vw;
  color: #adbf95;
  margin-left: 10px;
  margin-left: 0.5vw;
  line-height: 4.5vw;
  white-space: nowrap;
}
#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;
}
.acc_homes .arcton_span {
  color: #978784;

  font-size: 4.5vw;

  margin-left: 0px;
}

label.label-text {
  font-family: var(--primary-font);
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
}

.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(--secondary-font);
}
.header_par_detailpage .acc_header {
  margin-top: 0px;
  line-height: 100%;
  padding: 0px;
}
.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;
}
.header_par {
  position: relative;
  display: flex;
}
.header_par_detailpage {
  position: relative;
  display: flex;
  width: calc(100vw - 250px);
  margin-bottom: 100px;
}
.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;
}

.members_container.client-logo-container{
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


.member_img_wrapper.client-logo-wrapper {
  width: 180px;
  height: 180px;
  display: flex
  ;
      justify-content: center;
      align-items: center;
      flex-direction: column;
}





.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_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;
  display: none;
}
.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;
  transition: 0.3s ease;
  font-size: 22px;
}
.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 {
  position: relative;
  /* z-index: 20; */
  -webkit-transform: translate3d(0, 0, 0);

  overflow: hidden;
  /* height: 700px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(to top, #fae3a7 0%, rgba(254, 254, 254, 0) 100%);

  /* z-index: 999; */
}
.main_footer_container {
  /*
	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;
	 */
}

#whatsapp-widget-timelines {
  position: fixed;
  bottom: 20px;
  height: max-content;
  display: flex;
  align-items: center;
  gap: 0rem;
  z-index: 99999999;
}

#whatsapp-widget-timelines .ww-icon {
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#whatsapp-widget-timelines .ww-icon:hover {
  filter: brightness(112%);
}

#whatsapp-widget-timelines .ww-link {
  opacity: 1;
  display: none;
  position: absolute;
  bottom: -15px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  width: 60px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 11px;
  line-height: 11px;
  border: 0px;
  max-width: inherit;
  color: rgb(175, 175, 175) !important;
}

#whatsapp-widget-timelines .ww-link:hover {
  border: 0px;
  text-decoration: underline !important;
  color: rgb(175, 175, 175) !important;
}

#whatsapp-widget-timelines .ww-text {
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  min-height: 24px;
  width: 100px;
  cursor: pointer;
  word-break: break-word;
  background: white;
  padding: 0.7rem 1rem;
  margin-right: 24px;
  position: relative;
  box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 17%);
  font-size: 14px;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.65);
}

#whatsapp-widget-timelines .ww-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: white;
}

#whatsapp-widget-timelines svg {
  width: 40px;
  fill: rgb(255, 255, 255);
  z-index: 1;
  border-radius: 50px;
  background-color: rgb(77, 194, 71);
  box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
  cursor: pointer;
}

#whatsapp-widget-timelines.ww-right .ww-text::after {
  right: -10px;
  transform: translateY(-50%) rotate(-45deg);
}

#whatsapp-widget-timelines.ww-left .ww-text::after {
  left: -10px;
  transform: translateY(-50%) rotate(135deg);
}

#whatsapp-widget-timelines.ww-left {
  left: 20px;
  flex-direction: row-reverse;
}

#whatsapp-widget-timelines.ww-right {
  right: 20px;
  flex-direction: row;
}

#whatsapp-widget-timelines.ww-big svg {
  height: 75px;
  width: 75px;
}

#whatsapp-widget-timelines.ww-medium svg {
  height: 65px;
  width: 65px;
}

@media (max-width: 768px) {
  #whatsapp-widget-timelines {
    gap: 0rem;
  }

  #whatsapp-widget-timelines svg {
    width: 45px !important;
    height: 45px !important;
  }

  #whatsapp-widget-timelines .ww-text {
    /* padding: 0.5rem  1rem;      min-height: 35px;   */
  }
}

.dts_logo_footer {
  display: block;
  /* max-width: 200px; */
  margin: 0 auto;
  width: 50%;
  width: 70%;
}
.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;
}



img.col-logo {
  /* width: 150px; */
  height: 40px;
  object-fit: fill;
}

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

.col-box {
  background-color: white;
  padding: 60px;
  box-shadow: var(--primary-shadow);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.082);
}

.over_ons_parlax.partners {
  margin-top: -160px;
}

.partnerts_container h3{
  text-align: center;
  font-size: 85px;
  margin-bottom: 80px;
}

.social-links-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
a.social-link {
  width: 40px;
  height: 40px;
  background-color: black;
  padding: 10px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

img.social-img {
  width: 23px;
  height: 23px;

  object-fit: contain;
}

.slider-container.home-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#home-slide-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  /* z-index: -2; */
  /* z-index: -1001; */
  will-change: transform;
  height: 100%;
}

.content-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.section-wrapper.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}


.section-wrapper.grid-wrapper .header-wrapper .section-paragraph{
  width: auto;
  text-align: left;
}

.section-wrapper.grid-wrapper .header-wrapper .content-block h3,
.section-wrapper.grid-wrapper .header-wrapper h2{
  margin-left: 0;
  text-align: left;

}



.header-wrapper.our-home {
  margin-bottom: 80px;
}


/* .content-block h3{
  text-align: center;
  font-size: 80px;
} */

.section-wrapper.grid-wrapper .header-wrapper .content-block h3
{
  margin-bottom: 35px;
  margin-top: 0;

  font-size: 80px;
}

.slider-head-container {
  position: relative; /* Acts as a positioning context */
  width: 100%; /* Adjust based on your layout */
  height: 120vh; /* Example height, adjust as needed */
  z-index: -99;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Slider container (background layer) */
.slide-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Lower z-index ensures it's behind */
}

.section-container.perform {
  position: relative;
  margin-bottom: 80px;
}

/* Image that will overlap the slider */
/* .top-fade-image {
  position: absolute;
  left: 0; 
  width: 100%;
  z-index: 2; 
  pointer-events: none; 
} */



.text-align-left{


  text-align: left !important;

}

.overlay-wrapper {
  position: relative;
  z-index: 99;
  width: 100%;
  display: flex;
  height: 100%;
  box-sizing: content-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

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

.section-wrapper.text-content
{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
}

img.top-fade-image
{
  width: 100%;
}

.slide-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: opacity 1.5s ease-in-out;
}

.slide-container img.active {
  opacity: 1;
}

.header-wrapper.offerte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}

.full-width{
  width: 100% !important;
}

.section-container.about-us {
  margin-bottom: -100px;
  margin-top: 100px;
}


img.key-value-image {
  width: 100%;
}








.team_wrapper h1.sub_cat_data
{
  font-size: 40px;
  font-family: var(--primary-font);
  color: var(--green-color);
  color: black;
  text-align: center;
  margin-bottom: 20px;
}

.position_badge
{
  /* background-color: var(--green-color); */
  width: max-content;
}

p.position_text {
  font-size: 12px;
  text-align: center;
  background-color: var(--green-color);
  border-radius: 50px;
  padding: 10px 20px;
  color: white;
  font-family: var(--primary-font);
}


.members_container {
  display: grid
;
  /* display: flex
; */
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  width: 80vw;
  gap: 20px;
}


.member_name h3{
  color: var(--dark-txt-color);
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}


.members_wrapper {
  display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.082);
    /* margin: 10px; */
    box-shadow: var(--primary-shadow);
    border-radius: 20px;
    align-items: center;
    height: max-content;
    box-sizing: border-box;
    height: max-content;
}

.members_wrapper.sector-wrapper {
  justify-content: space-around;
  height: 100%;
  margin-bottom: 20px;

}

.member_name {
  margin-top: 20px;
}

.members_wrapper.sector-wrapper .member_name h3{
  text-transform: capitalize;
}


.team_wrapper {
  display: flex
;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.team_sub-wrapper {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

div.paragraph.key-val .value-box{
	background-color: white;
  /* margin-bottom: 26px; */
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.082);
  box-shadow: var(--primary-shadow);
  border-radius: 16px;
  height: 100%;
  box-sizing: border-box;
}

div.paragraph.key-val .value-box label{
  font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 800;
    color: var(--orange-txt-color);
}


img.step-number {
  width: 60px;
  margin-right: 20px;
}

.steps-container {
  padding: 40px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.082);
  width: 680px;
  /* margin-bottom: 20px; */
  box-shadow: var(--primary-shadow);
  border-radius: 20px;

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

.steps-box{
  padding: 30px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.082);
  width: 680px;
  /* margin-bottom: 20px; */
  box-shadow: var(--primary-shadow);
  border-radius: 20px;

  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
}

img.step-arrow {
  width: 50px;
  margin: 0 16px;
}






img.member_img{
  width: 100%;
  border-radius: 10px;
}
.steps-paragraph {
  margin: 8px 0px;
  font-size: 14px;
    line-height: 21px;
    font-family: var(--primary-font);
}

.steps-row {
  display: flex;
  align-items: center;
  height: 200px;
  margin-bottom: 40px;
}

.steps-main-wrapper {
  display: flex
;
  align-items: center;
  width: 1440px;
  max-width: 100%;
}


.steps-main-wrapper.tablet-view{
  display: none;
}


img.steps-bg-arrow {
  width: 70px;
  position: relative;
  top: -20px;
  margin-right: 20px;
}

img.steps-bg-arrow.right-arrow {
  width: 70px;
  position: relative;
  top: -20px;
  margin-left: 20px;
  margin-right: 0;
}

/* img.steps-bg-arrow {
  width: 40px;
} */
.section-container.offerte {
  padding-top: 140px;
  position: relative;
  z-index: 99;
  margin-bottom: -120px;
}

form.primary-form {
  background-color: white;
  padding: 40px;
  width: 560px;
  border-radius: 20px;
  box-shadow: var(--primary-shadow);
  border: 1px solid rgba(0, 0, 0, 0.082);
}

textarea.bericht {
  width: 100%;
  box-sizing: border-box;
  height: 130px;
  padding: 10px;
  font-size: 14px;
  font-family: var(--primary-font);
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background-color: #f6f6f6;
}

.steps-wrapper {
  display: flex;
}

.text-content-wrapper
{
  margin-left: 30px;
  font-size: 16px;
  width: 100%;
  
}

.numbering
{
  font-family: var(--italic-font);
  font-size: 30px;
  width: 60px;
  height: 52px;
  border-radius: 50px;
  color: white;
  background-color: var(--green-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-content-wrapper p,
.text-content-wrapper div{
  margin: 0;
  font-family: var(--primary-font);
 
}

.input-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

label.label {
  display: block;
  font-size: 14px;
  font-family: var(--primary-font);
  color: black;
  margin-bottom: 8px;
}

input.input-field {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: var(--primary-font);
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background-color: #f6f6f6;
}

.case-header-wrapper {
  border-bottom: 2px solid white;
  margin-bottom: 160px;
}

.orange-color {
  color: var(--orange-txt-color) !important;
}

.entry_wrapper {
  width: 100%;
  /* height: 100%; */
  /* margin: 0 auto; */
  /* margin-top: 316px; */
  position: relative;
  /* background: rgb(14, 105, 152); */
  /* background: rgba(14, 105, 152, 0.96); */
  /* margin-bottom: 80px; */
  /* background-color: rgb(228, 228, 228); */
  min-height: 500px;
  min-height: 75vh;
  min-height: 100vh;
  /* background-color: rgb(119, 119, 119); */
  background: #ed5404;
  background: rgba(239, 239, 239, 0.9);
  background: #fff;
  /* background: #3c3c3c; */
  /* background: none; */
  /* background: none; */
}

img.colored-bg {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 45%;
}

img.colored-bg.bg2.what-we-do {
  top: 200px;
}

button.primary-btn {
  padding: 18px 40px;
  font-size: 14px;
  border-radius: 50px;
  border: none;
  font-family: var(--primary-font);
  background-color: var(--green-color);
  color: white;
  margin-top: 40px;
}
.header-wrapper.perform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-top: 80px;
}


.overlay-wrapper .section-wrapper .header-wrapper  .section-paragraph
{
  text-shadow: 2px 2px 4px rgb(0 0 0 / 26%);
}

.header-wrapper.our-home .section-paragraph{
  font-weight: 400;
}

.case-wrapper {
  width: 90vw;
}

.case-paragraph {
  width: 50%;
}

.case-paragraph div {
  font-size: 18px;
  font-family: var(--primary-font);
  color: white;
}

#home-slide-wrapper div {
  position: relative !important;
}

#home-slide-wrapper div img {
  position: relative !important;
}

.auto-w {
  width: auto !important;
}

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

.key-value-wrapper {
  position: relative;
  /* top: 80px; */
}

img.kolibrie-img {
  position: relative;
  top: 1050px;
  left: 5vw;
  filter: drop-shadow(48px 60px 10px rgba(34, 18, 3, 0.108));
  width: 220px;
}
h2.key-h {
  font-size: 40px;
  font-family: var(--bold-font);
  color: #e34721;
}

.key-value-block {
  margin-bottom: 80px;
}

p.paragraph,
.paragraph.key-val,
.paragraph.key-val div,
.paragraph.key-val div b,
.paragraph.key-val b,
div.paragraph div
 {
  font-size: 16px;
  font-family: var(--primary-font);
  line-height: normal;
}


.paragraph.key-val {
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}

.paragraph.key-val .value-box{
  display: flex;
  justify-content: left;
  align-items: center;
}


.value-box-wrapper p
{
  line-height: 21px;
  font-family: var(--primary-font);
  font-size: 14px;
}


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

.entry-data-wrapper.certified.partners .col-box img{
  height: 70px;
}

.entry-data-container.licenses {
  margin-top: 150px;
}

div.paragraph
{
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--primary-font);
}

h1.cat-header
{
  font-family: var(--italic-font);
  color: var(--green-color);
  font-size: 60px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 60px;
}

.license-partners
{
  margin-top: 180px;
}



img.steps-icon
{
  width: 70px;
  height: 70px;
  margin-right: 20px;

}

/* .head-step-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 80vw;
  box-sizing: border-box;
} */

.head-step-container
{
  display: flex;
}

img.steps-img {
  width: 100%;
}

.steps-img-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

img.steps-img.responsive,
img.steps-img.mobile
{
  display: none;
}

h2.key-h.kernwaarden {
  display: none;
}

.col-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.form-wrapper
{
  display: flex;
}

.gmap_wrapper {
  margin-left: 40px;
  background-color: white;
  padding: 20px;
  box-shadow: var(--primary-shadow);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.082);
}


.gmap_wrapper iframe{
  height: 100%;
  border-radius: 10px;
}


h1.header_h1.entry-page.publications {
  padding: 0;
  line-height: normal;
  top: auto;
}
.overlay-wrapper{
	background: linear-gradient(to top, #55b054, rgba(0,0,0,0));
  height: 80%;
}

.diensten_inner h2
{
  font-family: var(--primary-font);
  line-height: normal;
}

h1.header_h1.entry-page.publications .inline_text.entry-page{
  right: 0;
  width: auto;
  margin-bottom: 20px;
  text-align: center;
}

img.publications.red_flower_img.entry-page {
  width: 32vw;
  top: 400px;
}

.text-content-box {
  position: relative;
  /* left: 40px; */
  top: -40px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
}

.box-wrapper.licenses {
  margin-top: 140px;
  margin-bottom: 200px;
}

.box-wrapper h3{
  font-size: 60px;
  text-align: center;
  margin: 80px 0px;
}

div.paragraph div
{
  color: black;
}

.paragraph.key-val ul li{
  margin-bottom: 20px;
}

.section-container.key-values {
  margin-top: -20px;
  flex-direction: column;
}


.over_ons_parlax.card-grid-wrapper {
  display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 40px;
}

.budget_wagen_wrapper.card {
  background-color: white;
  width: 100%;
  box-shadow: var(--primary-shadow);
  border: var(--border);

}

.budget_wagen_wrapper.card {
  background-color: white;
  width: 100%;
  border-radius: 20px;
}

.prod_blok_image_border.card-img,
.prod_blok_image_border.card-img img{
  height: 400px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

  height: max-content;
}

h2.card-title {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 20px;
  font-family: var(--primary-font);
  text-align: center;
  line-height: normal;

  margin-bottom: 10px;
  font-size: 18px;
}


.text-content-box{
  flex-direction: column;
}

h1.section_header {
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font);
}

h3.soon_header {
  font-size: 18px;
  line-height: 27px;
  font-family: var(--primary-font);
  font-weight: 500;
  width: 35vw;
  margin: 0;
  text-align: center;
  text-shadow: 4px 3px 4px rgb(0 0 0 / 30%);
}


/* p.success-message {
  background-color: #3fa94b14;
  padding: 20px;
  border-radius: 15px;
  color: #3fa94b;
  font-family: var(--primary-font);
  font-size: 14px;
} */

p.error-message {
  background-color: #ff29220d;
    padding: 20px;
    border-radius: 15px;
    color: #f40000;
  font-family: var(--primary-font);
  font-size: 14px;
      text-align: center;

}

#contact-form button.primary-btn
{
  cursor: pointer;
}

p.success-message {
  background-color: #3fa94b14;
  padding: 20px;
  border-radius: 15px;
  color: #3fa94b;
  font-family: var(--primary-font);
  font-size: 14px;
      text-align: center;

}


.starting_from_flex.card-wrapper {
  margin: 20px;
  margin-top: 10px;

}


.header-wrapper.what-we-do {
  margin-bottom: 40px;
}

h3.key-h.guide-header
{
  color: var(--green-color);
  font-size: 26px;
  margin-bottom: 40px;
  font-family: var(--primary-font);
  margin-top: 0;
}


.section-container.key-values .section-wrapper {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  /* top: 50px; */
  width: 80vw;
}


.key-value-bottom {
  color: black;
  /* background-color: red; */
  width: 80vw;
  display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
  margin-top: 30px;
      gap: 60px;
}

.paragraph.key-val.key-steps {
  display: grid
;
  grid-template-columns: 1fr 1fr;
}



.omschrijving_tekst
{
  font-family: var(--primary-font);
  font-weight: normal;
  background: var(--green-color);
  width: max-content;
  padding: 0 30px;
  border-radius: 50px;
  color: white;

  line-height: normal;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.section-container.key-values .section-wrapper .header-wrapper {
  margin-bottom: 0;
}

.case-paragraph div b {
  font-size: 32px;
  font-family: var(--bold-font);
}

.case-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 1000px;
  padding: 100px 0px;
  background-attachment: fixed;
}

.footer-wrapper {
  margin: 0 auto;
  position: relative;
  top: 170px;
  width: 90vw;
}

h1.case-title {
  color: white;
  font-size: 80px;
  font-family: var(--secondary-font);
}

.case-label {
  color: white;
  font-size: 30px;
  font-family: var(--bold-font);
}

p.sub-footer-info {
  font-size: 12px;
}

a.web-link {
  text-decoration: none;
  color: black;
}

.sub-footer {
  margin-top: 50px;
  width: 100%;
}

.sub-footer-wrapper {
  width: 320px;
}

.footer-sub-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  align-items: start;
}

p.contact-info {
  font-size: 18px;
  margin: 0;
  font-family: var(--bold-font);
}

span.colored-text {
  font-family: var(--primary-font);
  color: var(--green-color);
}

.diensten_blok_container_home::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75%;
  height: 100%;

  background: #827472;
}
.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: #263041;
  font-size: 20px;
  /* font-size: 28px; */
  text-decoration: none;
  text-align: left;
  padding: 10px;
  font-weight: bold;
  transition: 0.2s ease;
  position: relative;
}
a.footer_navi:hover {
  color: #465475;
  padding-left: 14px;
}
.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;
  transition: 0.2s ease;
}
a.weblocher:hover {
  color: #f4795f;
  color: #f6ea00;
  color: #ff9757;
}
.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;
  display: none;
}

h2.header_section {
  font-family: var(--primary-font);
  font-size: 3.8vw;
  text-align: center;
  width: 70%;
  margin-bottom: 60px;
}

.header_section.full-width {
  width: 100%;
}

span.poppins_light,
.poppins_light {
  font-weight: 200;
}


.par_title.poppins_light
{
  color: black;
}

.section-container.services {
}

.header_section.special-font {
  font-family: var(--italic-font);
  margin-top: 0;
  font-size: 70px;
}

h2.header_section.special-font.DOOR-text {
  margin-bottom: 10px;
  font-size: 40px;
}

.content-header {
  font-family: "HelveticaNeue-BlackCond";
  color: black;
  font-size: 30px;
  font-weight: 800;
}

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

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

.section-container.services {
  position: relative;
  top: -150px;
}

.content-block .read_more_button {
  padding: 18px 0px;
  margin-top: 40px;
}

.col-3.services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  width: 90%;
}

.col-4,
.col-4.about-us {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px;
  width: 90%;
}

.content-paragraph div,
.content-paragraph {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--primary-font);
}

.col-4.about-us {
  grid-template-columns: 1fr 1fr;
}

span.italic-txt,
.italic-txt {
  font-family: var(--italic-font);
  /* text-transform: uppercase; */
  /* font-size: 70px; */
  color: var(--greent-txt-color);
  /* margin-left: 20px; */
}

.sub_content_container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
}

.img-bg {
  background-image: var(--gradient-color);
  height: 730px;
  height: 90%;
  position: relative;
  /* top: 0px; */
  left: 0px;
  width: 480px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

img.img-content {
  position: relative;
  top: -20px;
  object-fit: cover;
  left: 20px;
  width: 100%;
  height: 100%;
}

.data_content_box {
  display: flex;
  align-items: center;
  /* margin: 40px 0px; */
}

.section-wrapper {
  display: flex;
  /* flex-direction: initial; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* margin: 0 100px; */
  width: 80vw;
}


.service a{
  text-decoration: none;
  color: black;
  
}

.data_content_container {
  margin: 60px;
  margin-top: 0;
  margin-left: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  justify-content: space-between;
}


h2.par_title
{
  font-family: "HelveticaNeue-BlackCond";
  color: black;
}

.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: 48vw;
}
h3.data_content_header {
  font-size: 24px;
  color: black;
  font-family: var(--primary-font);
  font-weight: 600;
  margin-top: 0;
}

.entry_body {
  width: 80%;
  margin-top: 100px;
  font-size: 14px;
  font-family: var(--primary-font);
  line-height: 21px;
  
}

.entry_body div,
.entry_body font,
.entry_body div ul li {
  font-size: 14px;
  font-family: var(--primary-font);
  line-height: 21px;
}

.entry_body h2{
  font-family: var(--primary-font);
}

.entry_body div b{
  font-family: var(--primary-font);
  font-weight: bold;
}

.product_blok_container3 {
  padding-top: 10%;
  text-align: Center;
  padding: 12% 5% 3% 5%;
  padding: 10px 5% 3% 5%;
  position: relative;
  z-index: 2;
}

.product_blok_container3.entry-container{
  background-color: white;
}

p.data_paragraph {
  font-size: 14px;
  font-family: var(--primary-font);
  width: 70%;
}

.read_more_button {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  text-align: center;
  padding: 18px 20px !important;
  padding-left: 40px !important;
  text-decoration: none;
  color: black;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;

  display: flex;
  /* flex-direction: row; */
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  box-shadow: 4px 4px 14px #efefeffc;
  transition: 0.8s all ease;
}

.read_more_button.colored-btn{
  box-shadow: none;
  padding: 0 !important;
  justify-content: flex-start;
  margin-top: 30px;
}

.read_more_button.colored-btn img.right_arrow {
  margin-left: 20px;
  transition: 0.4s all ease;

}
.img_content {
  /* display: flex;
    justify-content: left; */
  top: 0px;
  position: relative;
}

a.read_more_button:hover {
  border-radius: 50px;
  box-shadow: 0px 0px 630px #64f76172;
}

img.right_arrow.arrow {
  /* margin-left: 30px; */
  width: 24px;
}

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

  height: 780px;
  margin-bottom: 200px;
  padding: 0;
  /* flex-direction: row-reverse; */
}
.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;*/

  top: -70px;
  width: 80%;

  width: 100%;
}
.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; */


  width: 80%;
  top: -80px;

}
.categorie_introduction_vlak {
  /* background-color: #fff;
  background: #262f42; */
  /*  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; */
  /* display: inline-block; */
  /* padding: 10%; */
  /* padding-left: 20vw; */
  
}

img.bg_image {
  width: 100%;
}

.header-wrapper {
  margin-bottom: 150px;
}

.section-paragraph,
.section-paragraph.our-why {
  font-size: 24px;
  text-align: center;
  font-family: "Poppins";
  font-weight: 200;
  width: 80vw;
  line-height: normal;
}

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


  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999;
  margin-bottom: 80px;
}





h2.actie_intro_h2
{
  font-family: "HelveticaNeue-BlackCond";
  font-size: 34px;
  text-align: left;
}




#content_contact .category_introduction {
  line-height: 170%;
}
.detail_header {
  position: relative;
}
.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;
}
.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;
  /* padding: 0.5%;*/
}
.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;
  /*
	background: #827472;
	*/
}
.lees_verder_sub .cicle_a_active {
  /* color: #ff9757; */
  /* color: #4496ec; */
  background: #acbf95;
  background: #adbf95;
  color: #263041;
}
#category_pagina_arcton-comfort .cicle_a_active,
#category_pagina_living-comfort .cicle_a_active {
  background: #6b7d87;
}
#category_pagina_arcton-standard .cicle_a_active,
#category_pagina_living-standard .cicle_a_active {
  background: #5799b5;
}
.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: 9999;
  text-align: center;
  /* background: #6e9052; */
  /* background: #ffffff; */
  width: 74px;
  /* padding-bottom: 55px; */
  margin: 10px 20px;
}
.mb_icon {
  width: 45%;
  display: block;
}
.gepauzeerd .mb_play {
  display: block;
}
.gepauzeerd .mb_pauze {
  display: none;
}
.projecten_header {
  position: relative;
}

.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%;
}
.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: 0px;
  padding-top: 180px;
}
.arc_img_big {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #747880;
}
.over_ons_parlax {

  width: 80vw;
  /* display: flex; */
  /* width: 70vw;
  box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.15); */
}

.prod_blok_image_border
{
  height: 610px;
}

a.budget_wagen_wrapper:link {
  box-shadow: 4px 4px 14px #efefeffc;
  background-color: white;
}

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

.image_window {
  position: relative;
  width: 50%;
  height: 70vh;
  margin: 0 auto;
  transition: 1s ease;
}
/*
.color_vierkant {
	background: red;
	    background: #adbf95;
	width: 50%;
	width: 70%;
	padding-bottom: 50%;
	position: absolute;
	bottom: -80px;
	right: -120px;
	z-index: -1;
}*/
.color_vierkant {
  background: red;
  background: #adbf95;
  height: 50%;
  /*	height: calc(50% + 100px);*/
  width: 50%;
  position: absolute;
  bottom: 0px;
  /*	bottom: -150px;*/
  right: 0px;
  z-index: -1;
}
.cat_cont {
  padding-bottom: 200px;
}
#mirror_14 .color_vierkant,
#mirror_20 .color_vierkant {
  background: #6b7d87;
}
#mirror_15 .color_vierkant,
#mirror_19 .color_vierkant {
  background: #5799b5;
}
.acc_img_overzicht {
  display: block;
  /* width: calc(100% - 150px); */
  /* max-height: 80vh; */
  /* height: calc(66vw - 250px); */
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.arr_language_container {
  position: absolute;
  /* right: 5px; */
  display: flex;
  z-index: 10000;
  top: 20px;
  left: 20px;
  display: none;
}
.nav_language_item2 {
  /* padding-right: 4px; */
  width: 22px;
  padding: 9px 8px;
  color: #53648c;
  font-size: 18px;
  text-decoration: none;
  font-weight: 800;
}
.menu_line {
  background-color: #8d7157;
  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: rgba(255, 255, 255, 0.85);
  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 {
  color: #263041 !important;
}
.price_fl2 span {
  font-size: 22px;
  font-weight: normal;
  color: #263041;
}
.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: #263141;
  font-size: 14px;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

/*
.image_window:hover {
	width: 60%;
	height: 80vh;
}
*/
.detail_header .acc_header {
  font-size: 14vw;
}
.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;
  }
}

.arrow-down-btn img {
  animation: bounce 0.8s infinite alternate; /* Apply bounce animation */
  width: 18px;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}

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

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 650px;
}

@media (max-width: 880px) {
  .icon_row_wrap {
    grid-template-columns: 1fr !important;
  }
}
.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 {


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