@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* Custom Plenso */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  textarea:focus, input:focus, select:focus, button:focus, option:focus{
	outline: none;
  }
  
  input[type=text],
  input[type=submit],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  textarea,
  select,
  option {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
  }
  
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
  }
  
  input[type=number] {
	-moz-appearance: textfield;
	vertical-align: middle;
  }
:root {
  /* Colours */
  /* Typography bases */
  --clr-base: #666;
  --clr-base-lt: #999;
  --clr-base-dk: #333;

  /* Primary brand colour */
  --clr-primary: #469997;
  --clr-primary-lt: #6db9b8;
  --clr-primary-ltr: #85d6d5;
  --clr-primary-dk: #2c6f7f;
  --clr-primary-dkr: #24595f;

  /* Neutrals */
  --clr-ntrl-min: #f9f9f9;
  --clr-ntrl-max: #111111;

  /* Fonts */
  --ff-primary: 'Montserrat', sans-serif;
  --ff-secondary: 'Montserrat', sans-serif;
  --ff-tertiary: 'Montserrat', sans-serif;

  /* Font Sizes */
  --fs-xxs: 0.5rem;
  --fs-xs: 0.75rem;
  --fs-sm: 1rem;
  --fs-md: 1.25rem;
  --fs-lg: 1.5rem;
  --fs-xl: 2rem;
  --fs-xxl: 2.5rem;

  /* Font Weights */
  --fw-light: 200;
  --fw-normal: 400;
  --fw-bold: 700;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: var(--ff-primary);
  color: var(--clr-base-dk);
  background-color: white;
}

main {
  padding-top: 140px;
  background-color: white;
}

/* GDPR */

#content-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin: auto;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #278AB5;
  margin-bottom: 20px;
  margin-top: 50px;
}


#content-container h2 {
  color:#000;
  font-size:25px;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: var(--clr-primary);
  color: #fff;
  border-radius: 200px;
  font-family: 'League Spartan', sans-serif;
  font-size: 18px;
  padding: 15px 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 19px;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #000;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color:#000;
  color: #fff;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* Einde GDPR */



/* Animaties */

.come-in {
  transform: translateY(150px);
  opacity: 0;
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 2s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0);opacity: 1; }
}

@media screen and (min-width: 800px) {

  .come-in-left {
    transform: translateX(-300px);
    opacity: 0;
    animation: come-in-left 0.8s ease forwards;
  }
  .come-in-left:nth-child(odd) {
    animation-duration: 2s; /* So they look staggered */
  }
}

@keyframes come-in-left {
  to { transform: translateX(0);opacity: 1; }
}
@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    opacity: 0;
    animation: come-in-right 0.8s ease forwards;
  }
  .come-in-right:nth-child(odd) {
    animation-duration: 2s; /* So they look staggered */
  }
}
@keyframes come-in-right {
  to { transform: translateX(0);opacity: 1; }
}

/*= Einde Animaties =*/

/* WYSIWYG */

.wysiwyg.white {
  color: white;
}

.wysiwyg:not(:last-child) {
  margin-bottom: 2rem;
}

.wysiwyg p {
  line-height: 150%;
  white-space: wrap;
}

.wysiwyg p:not(:last-child) {
  margin-bottom: 1rem;
}

.wysiwyg.large p {
  font-size: 1.2rem;
}

.wysiwyg h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--clr-base-dk);
  font-weight: bold;
  line-height: 125%;
}

.wysiwyg.white h1 {
  color: white;
}

.wysiwyg h1:not(:first-child) {
  margin-top: 3.5rem;
}

.wysiwyg h1:not(:last-child) {
  margin-bottom: 2.5rem;
}

.wysiwyg h2 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--clr-base-dk);
  font-weight: bold;
  line-height: 125%;
}

.wysiwyg.white h2 {
  color: white;
}

.wysiwyg h2:not(:first-child) {
  margin-top: 3rem;
}

.wysiwyg h2:not(:last-child) {
  margin-bottom: 2rem;
}

.wysiwyg h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--clr-base-dk);
  font-weight: bold;
  line-height: 125%;
}

.wysiwyg.white h3 {
  color: white;
}

.wysiwyg h3:not(:first-child) {
  margin-top: 2rem;
}

.wysiwyg h3:not(:last-child) {
  margin-bottom: 1.5rem;
}

.wysiwyg ul {
  list-style: none;
}

.wysiwyg ul:not(:last-child) {
  margin-bottom: 3rem;
}

.wysiwyg ul li {
  position: relative;
  padding-left: 20px;
  line-height: 150%;
}

.wysiwyg ul li:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 0.9rem;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--clr-base-dk);
}

.wysiwyg ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.wysiwyg a {
  color: var(--clr-base-dk);
  text-decoration: none;
  font-weight: 400;
}

.wysiwyg a:hover {
  text-decoration: underline;
}

.wysiwyg a.button {
  display: inline-block;
  background-color: var(--clr-base-dk);
  color: white;
  text-decoration: none;
  font-weight: 400;
  padding: 8px 16px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 16px;
}

.wysiwyg a.button.active, .wysiwyg a.button:hover {
  background-color: #fff;
  color: var(--clr-base-dk);
}

/* End wysiwyg */

.slick-arrow {
  background-color: black;
  color: white;
  font-size: 1.8em;
  padding: 5px;
  border: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); 
}

/* Set FontAwesome arrows and hide text in button */

.slick-prev {
  left: 10px;
  content: '';
  font-size: 1.4em;
  color: white;
}

.slick-next {
  right: 10px;
  content: '';
  font-size: 1.4em;
  color: white;
}

/* Navigatie */
	    .nav_top {
	        display: flex;
	        justify-content: flex-end;
	        align-items: center;
	        /* margin-bottom: 20px; */
	        position: relative;
	        margin-right: 200px;
          gap: 20px;
	    }

      .nav_top a {
        background-color: var(--clr-primary);
        color: white;
        padding: 10px 25px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
      }


	    .curtain-click:not(.cc-mobile) {
	        color: #469997;
	        font-family: 'Montserrat';
	        background: linear-gradient(90deg, #469997, #469997, #469997);
	        -webkit-background-clip: text;
	        background-clip: text;
	        -webkit-text-fill-color: transparent;
	        background-repeat: no-repeat;
	        background-size: 80%;
	        animation: shine 5s linear infinite;
	        position: relative;
	        font-size: 16px;
	        font-weight: 400;
	        z-index: 2;
	        border: none;
          cursor: pointer;
	    }

	    .curtain-click.cc-mobile {
	        display: none;
	    }

	    @keyframes shine {
	        0% {
	            background-position-x: -500%;
	        }

	        100% {
	            background-position-x: 500%;
	        }
	    }

	    .navholder {
	        width: 100%;
	        position: fixed;
	        /* Altijd fixed bovenaan */
	        top: 0;
	        left: 0;
	        right: 0;
	        z-index: 300;
	        /* Zorg dat hij over alles heen valt */
	        background-color: #fff;
	        display: flex;
	        justify-content: center;
	        transition: all 0.4s ease-in-out;
	        /* Zorgt voor de vloeiende beweging */
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
	    }

	    .navholder.scrolled {
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	    }

	    .navsub {
	        display: flex;
	        justify-content: center;
	        align-items: center;
	        position: relative;
	        margin-top: 20px;
	        transition: margin 0.4s ease;
	    }

	    .navholder.scrolled .navsub {
	        margin-top: 0;
	        /* Haal margin weg voor een compacte look */
	    }

	    .navsub>a,
	    .navsub .has-dropdown>a {
	        color: #252525;
	        font-size: 20px;
	        position: relative;
	        margin: 0 20px;
	        padding: 10px 0;
	        padding: 6px 12px;
	        border-radius: 20px;
	    }

	    .navsub>a.emphasis {
	        color: var(--clr-primary);
	    }

	    .navsub>a,
	    .navsub>a:after,
	    .navsub>a:before {
	        transition: all .5s;
	    }

	    .navsub>a:after {
	        position: absolute;
	        bottom: 0;
	        left: 0;
	        right: 0;
	        margin: auto;
	        width: 0%;
	        content: '.';
	        color: transparent;
	        background: var(--clr-primary);
	        height: 1px;
	    }

	    
	    .navsub>a:hover:after,
      .navsub>a.active:after {
	        width: 100%;
	    }

      .navsub>a:hover,
      .navsub>a.active {
        color: var(--clr-primary);
      }

	    .has-dropdown {
	        position: relative;
	        display: flex;
	        align-items: center;
	    }

	    /* Het zwevende menu */
	    .dropdown-menu {
	        position: absolute;
	        top: 100%;
	        /* Direct onder de link */
	        left: 50%;
	        transform: translateX(-50%) translateY(10px);
	        background-color: #ffffff;
	        min-width: 160px;
	        border-radius: 15px;
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	        padding: 10px 0;
	        opacity: 0;
	        visibility: hidden;
	        transition: all 0.3s ease;
	        z-index: 100;
	    }

	    /* Onzichtbare brug om te voorkomen dat menu sluit bij bewegen van muis */
	    .dropdown-menu::before {
	        content: "";
	        position: absolute;
	        top: -15px;
	        left: 0;
	        width: 100%;
	        height: 20px;
	    }

	    /* Menu tonen bij hover */
	    .has-dropdown:hover .dropdown-menu {
	        opacity: 1;
	        visibility: visible;
	        transform: translateX(-50%) translateY(0);
	    }

	    /* De links binnen het dropdown menu */
	    .dropdown-menu a {
	        display: block;
	        padding: 10px 20px;
	        color: #252525;
	        font-size: 16px;
	        text-decoration: none;
	        font-family: 'Montserrat', sans-serif;
	        transition: background 0.2s ease, color 0.2s ease;
	        white-space: nowrap;
	        text-align: center;
	    }

	    /* Hover op de submenu-items */
	    .dropdown-menu a:hover {
	        background-color: #eef7f3;
	        color: #4a8f77 !important;
	        /* De groene kleur van je site */
	    }

	    /* Fix voor het bestaande icoontje: zorg dat het ook werkt voor de dropdown wrapper */
	    .has-dropdown:hover>a::before {
	        opacity: 1;
	        transform: translateX(-50%) translateY(4px);
	    }

	    /* Zorg dat de dropdown links GEEN icoontje boven zich krijgen */
	    .dropdown-menu a::before {
	        display: none !important;
	    }

	    .navigatie {
	        width: 100%;
	        max-width: 1700px;
	        display: flex;
	        justify-content: space-between;
	        align-items: center;
	        /* Belangrijk voor uitlijning bij scroll */
	        height: 140px;
	        /* Begin hoogte */
	        transition: height 0.4s ease;
	    }

	    .navholder.scrolled .navigatie {
	        height: 100px;
	        /* Hoogte wanneer gescrold */
	    }

	    .navigatie .nav {
	        display: flex;
	        flex-direction: column;
	        align-items: flex-end;
	        justify-content: space-between;
	        transition: all 0.4s ease;
          gap: 50px;
          padding-bottom: 15px;
	    }

	   
	    .navigatie {
	        position: relative;
	    }

      .navholder.scrolled .curtain-click.cc-desktop {
        display: none;
      }

	    /* De mobiele module/cc-mobile initieel verbergen */
	    .cc-mobile {
	        display: none;
	        animation: bell-pause 5s ease-in-out infinite;
	    }


	    /* cc-mobile tonen in de 'scrolled' staat */
	    .navholder.scrolled .cc-mobile {
	        display: flex;
	        margin-right: 15px;
	        /* Ruimte voor de eerste menu-item */
          color: var(--clr-primary);
	    }

	    @keyframes bell-pause {

	        /* 0% tot 10% is het rammelen (0.5 seconde) */
	        0% {
	            transform: rotate(0deg);
	        }

	        2% {
	            transform: rotate(15deg);
	        }

	        4% {
	            transform: rotate(-15deg);
	        }

	        6% {
	            transform: rotate(10deg);
	        }

	        8% {
	            transform: rotate(-10deg);
	        }

	        10% {
	            transform: rotate(0deg);
	        }

	        /* 10% tot 100% doet het icoon helemaal niets (4.5 seconden rust) */
	        100% {
	            transform: rotate(0deg);
	        }
	    }

	    .navholder.scrolled .nav {
	       gap: 30px;
         padding-bottom: 15px;
	    }


	    .logo-circle {
	  
	        width: 350px;
	        transition: all 0.4s ease-in-out;
	        /* Zorgt voor krimpen van logo */
	        z-index: 10;
	    }

      .logo-circle img {
        width: 100%;
      }
	  

	    .logo-normal {
	        display: none;
	    }

	    .navigatie .logo {
	        width: calc(100% - 100px);
	        transition: width 0.4s ease;
	    }

	    .navholder.scrolled .logo {
	        width: 150px;
	        /* Plaatje binnen de cirkel wordt ook kleiner */
	        z-index: 200;
	    }

	    .navigatie .topper {
	        background-color: #f7f7f7;
	        padding: 10px 0;
	        padding-right: 20px;
	        padding-left: 10px;
	        position: relative;
	    }

	    .navigatie .topper img {
	        position: absolute;
	        left: -17px;
	        top: 0;
	        bottom: 0;
	        height: 100%;
	    }

	    .navigatie .topper a {
	        font-size: 20px;
	        color: #a9a9a9;
	        border-right: 1px solid #a9a9a9;
	        padding: 0 15px;
	        font-family: 'Montserrat', sans-serif;
	        padding-top: 2px;
	        font-weight: 200;
	    }

	    .navigatie .topper select {
	        padding: 0;
	        padding-top: 1px;
	        background-image: url(/images/select2.png);
	        background-size: contain;
	        background-position: center right;
	        padding-right: 20px;
	        padding-left: 15px;
	        font-family: 'Montserrat', sans-serif;
	        font-size: 16px;
	        background-repeat: no-repeat;
	        border: none;
	        background-color: transparent;
	        color: #a9a9a9;
	    }

	    .navigatie .menubtn {
	        width: 50px;
	        height: 50px;
	        background-color: white;
	        border-radius: 200px;
	        display: none;
	        justify-content: center;
	        align-items: center;
	        cursor: pointer;
	        border: 1px solid #efefef;
	        transition: all .3s;
	    }

	    .navigatie .menubtn:hover {
	        transform: scale(1.1);
	    }

	    .navigatie .menubtn img {
	        width: 50%;
	    }


	    .swap_lang {
	        background-image: url(/images/select.png);
	        background-position: center right;
	        background-repeat: no-repeat;
	        background-size: contain;
	        padding: 10px;
	        padding-right: 40px;
	        border: none;
	        font-size: 20px;
	        text-transform: uppercase;
	        font-family: Spartan, sans-serif;
	        margin-left: 10px;
	    }

	    .navigatie .share {
	        display: flex;
	        justify-content: center;
	        align-items: center;

	    }

	    .navigatie .webshoplnk {
	        border-radius: 0;
	        color: #000;
	        margin-left: 20px;
	        display: flex;
	        justify-content: center;
	        align-items: center;
	        font-size: 22px;
	        padding: 14px 25px;
	        transition: all .3s;
	        margin-right: 0;
	        border-radius: 200px;
	        font-family: 'Montserrat', sans-serif;
	        background-color: #69a599;
	    }

	    .navigatie .webshoplnk:hover {
	        background-color: #000;
	        color: #fff;
	    }

	    .navigatie .share a i {
	        margin-right: 5px;
	    }

	    .menuholder {
	        position: fixed;
	        inset: 0;
	        width: 100vw;
	        height: 100vh;
	        background-color: var(--clr-primary);
	        /* De basis groen */
	        /* Subtiel verloop voor diepte */
	        background: radial-gradient(circle at top right, #469997 0%, #469997 100%);
	        z-index: 9999;

	        /* Animatie van het hele menu */
	        transform: translateX(100%);
	        transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);

	        display: flex;
	        flex-direction: column;
	        overflow: hidden;
	    }

	    .menuOpen {
	        transform: translateX(0);
	    }

	    /* Subtiele korrel-textuur overlay */
	    .menu-overlay {
	        position: absolute;
	        inset: 0;
	        opacity: 0.05;
	        background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
	        pointer-events: none;
	    }

	    .menu-inner {
	        position: relative;
	        z-index: 2;
	        display: flex;
	        flex-direction: column;
	        height: 100%;
	        padding: 40px 30px;
	    }

	    /* Header bovenin */
	    .menu-header {
	        display: flex;
	        justify-content: space-between;
	        align-items: center;
	        margin-bottom: 60px;
	    }

	    .menu-logo {
	        width: 150px;
          background-color: white;
          padding: 10px;
          border-radius: 8px;
	    }

	    .close_btn {
	        display: flex;
	        align-items: center;
	        gap: 10px;
	        color: #fff;
	        font-size: 12px;
	        letter-spacing: 0.2em;
	        cursor: pointer;
	    }

	    .close_btn i {
	        font-size: 24px;
	    }

	    /* Navigatie links */
	    .menuholder nav {
	        flex-grow: 1;
	        display: flex;
	        align-items: center;
	    }

	    .menuholder nav ul {
	        list-style: none;
	        padding: 0;
	        margin: 0;
	    }

	    .menuholder nav li {
	        opacity: 0;
	        transform: translateY(20px);
	        transition: all 0.6s ease;
	    }

	    /* Wanneer menu open is, komen de items één voor één */
	    .menuOpen nav li {
	        opacity: 1;
	        transform: translateY(0);
	        transition-delay: calc(var(--i) * 0.1s + 0.4s);
	    }

	    .menuholder nav li:not(:last-of-type) {
	        padding-bottom: 10px;
	    }

	    .menuholder nav a {
	        font-family: 'Montserrat', sans-serif;
	        /* Of je eigen font */
	        font-size: clamp(32px, 8vw, 48px);
	        font-weight: 500;
	        color: #fff;
	        text-decoration: none;
	        display: flex;
	        align-items: baseline;
	        gap: 20px;
	        padding: 10px 0;
	        padding-bottom: 0;
	        transition: all 0.3s ease;
	    }

	    .menuholder nav a span {
	        font-size: 14px;
	        font-weight: 300;
	        color: rgba(255, 255, 255, 0.4);
	        font-family: serif;
	        font-style: italic;
	    }

	    .menuholder nav a:hover {
	        padding-left: 15px;
	        color: rgba(255, 255, 255, 0.7);
	    }

	    .menuholder nav li p {
	        font-size: 14px;
	        font-weight: 300;
	        color: rgba(255, 255, 255, 0.4);
	        font-family: serif;
	        font-style: italic;
	        margin-left: 34px;
	    }

	    /* Footer onderaan */
	    .menu-footer {
	        margin-top: auto;
	        padding-bottom: 20px;
	    }

	    .footer-divider {
	        width: 40px;
	        height: 1px;
	        background: rgba(255, 255, 255, 0.3);
	        margin-bottom: 20px;
	    }

	    .menu-footer p {
	        font-size: 14px;
	        color: rgba(255, 255, 255, 0.6);
	        text-transform: uppercase;
	        letter-spacing: 0.1em;
	        margin-bottom: 10px;
	    }

	    .plenso-credit {
	        font-size: 12px;
	        color: rgba(255, 255, 255, 0.4);
	    }

.plenso-credit i {
    color: #ccc; /* Startkleur: lichtgrijs */
    font-size: 10px;
    margin: 0 5px;
    display: inline-block; /* Nodig om de schaling (transform) goed te laten werken */
    animation: heartbeat 1.5s ease-in-out infinite;
}

.pulse {
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
        color: #ccc; /* Lichtgrijs */
    }
    15% {
        transform: scale(1.3); /* Eerste slag */
        color: #fff; /* Wit */
    }
    30% {
        transform: scale(1);
        color: #ccc;
    }
    45% {
        transform: scale(1.3); /* Tweede slag (typisch hartritme) */
        color: #fff;
    }
    100% {
        transform: scale(1);
        color: #ccc;
    }
}

	    .fixedheader {
	        background-color: rgba(35, 35, 35, .9);
	    }

	    .fixedheader .logo {
	        width: 100px;
	    }


/* Einde Resp Nav */

/* Curtaindrop */

.curtaindrop {
  width: 100%;
  z-index: 10000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-color: rgba(58, 58, 58, .67);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dark_ove {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 800px;
  color: #fff;
  z-index: 21;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.curtaindrop .button {
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 200px;
  font-weight: 200;
  font-size: 22px;
  padding: 15px 50px;
  transition: all .2s;
  margin-top: 15px;
  transition: all .3s;
}

.curtaindrop .button:hover {
  transform: scale(1.05);
}

.curtaindrop p {
  font-size: 30px;
  line-height: 170%;
  font-weight: 200;
  text-align: center;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: bold;
  font-size: 65px;
  text-align: center;
  width: 100%;
  font-family: "League Spartan";
  margin-bottom: 20px;
  line-height: 120%;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #92C020;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #92c020;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  z-index: 22;
}


/* Einde Curtaindrop */

/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: var(--clr-ntrl-min);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
  box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
  color: var(--clr-primary);
  font-weight: var(--fw-bold);
  font-size: 1.8em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  font-size: var(--fs-md);
  font-weight: var(--fw-light);
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: var(--clr-primary);
  border: 2px solid var(--clr-primary);
  color: var(--clr-ntrl-min);
  font-weight: var(--fw-light);
  font-size: 1.2em;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: var(--clr-primary);
}

/* Einde Cookie Melding */

/* Tickertape */

.tickertape {
  margin-top: 30px;
  padding: 30px 10px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  font-weight: 700;
  color: var(--clr-base-lt);
  font-size: 40px;
  line-height: 150%;
  font-family: "Poppins", serif;
  text-align: center;
}

.tickertape b, .tickertape strong {
  color: var(--clr-base-dk);
}

/* Einde Tickertape */

/* Reservatie */

.confirm-reservation {
	display: flex;
	justify-content: center;
	padding: 3rem 1rem;
}

.confirm-reservation__inner {
	max-width: 640px;
	width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.confirm-reservation__inner h1 {
  color: #1C1B1B;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  max-width: 700px;
}

.confirm-reservation__inner p {
  color: #1C1B1B;
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  max-width: 700px;
  line-height: 130%;
}

.confirm-reservation__inner img {
  height: 40px;
  margin: 0 auto;
}

.confirm-reservation__inner__table {
  margin-top: 30px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.confirm-reservation__btn {
  background-image: linear-gradient(var(--clr-primary), var(--clr-primary));
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease, color 0.3s;
    padding: 15px 30px;
  color: var(--clr-primary);
  background-color: transparent;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid var(--clr-primary);
  transition: all .3s;
  font-family: Montserrat, sans-serif;
  border-radius: 200px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1; /* add this */
  display: inline-block;
  cursor: pointer;
  margin-top: 40px;
}

.confirm-reservation__btn:hover {
  background-size: 100% 100%;
  color: #fff;
}

.confirm-reservation form {
  display: flex;
  justify-content: center;
}

.confirm-reservation__icon {
	display: block;
	font-size: 3rem;
	margin-bottom: 1rem;
}
.confirm-reservation--success .confirm-reservation__icon { color: #2D6A4F; }
.confirm-reservation--error .confirm-reservation__icon { color: #c0392b; }
.confirm-reservation__table {
	width: 100%;
	border-collapse: collapse;
	margin: 2rem 0;
}
.confirm-reservation__table td {
	padding: 8px 12px;
	border: 1px solid #ddd;
  text-align: left;
}
.confirm-reservation__table tr:nth-child(even) td {
	background: #f9f9f9;
}




/* Footer */

.uptop {
    position: fixed;
    bottom: 40px;
    right: -100px; /* Start verborgen */
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* De cirkel lijnen */
.progress-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-bg {
    fill: none;
    stroke: rgba(61, 90, 68, 0.1); 
    stroke-width: 2;
}

.progress-bar {
    fill: none;
    stroke: var(--clr-primary); 
    stroke-width: 2;
    stroke-dasharray: 113.1; 
    stroke-dashoffset: 113.1;
    transition: stroke-dashoffset 0.1s linear;
}

.uptop i {
  font-size: 20px;
  color: var(--clr-primary);

}

/* Hover effect */
.uptop:hover {
    transform: translateY(-5px);
}


  /* Keyframes voor naadloze scroll */
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* halve breedte, omdat we de content dupliceren */
  }


footer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 2px solid #f5f5f5;
  flex-wrap: wrap;
}

footer>div {
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

footer>div:first-of-type {
  max-width: 1700px;
  padding: 50px 0;

}

.logo-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.logo-footer p,
.samenwerking p {
  font-size: 20px;
  color: var(--clr-primary);
  font-weight: 500;
}

.disclaimer {
  font-size: 18px;
  font-weight: 200;
  color: #4C4C4C;
  line-height: 150%;
}

.disclaimer a {
  color: var(--clr-primary);
  font-weight: 500;
}

.samenwerking {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.gdpr {
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  color: white;
  padding: 10px 0;
  border-top: #cccccc 1px dashed;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: var(--clr-primary);
  margin-top: 10px;
}

.gdpr a {
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
}

.gdpr a:first-of-type {
  text-align: right;
}

.gdpr span {
  margin: 0 15px;
}


.betaalwijzes {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 7px 0;
}


.betaalwijzes img {
  width: 38px;
  margin: 0 5px;
  border-radius: 200px;
  border: 1px solid #F6F6F6;
}

.socialfooter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  border-top: #cccccc 1px dashed;
  margin-top: 20px;
}

.socialfooter a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin: 0 5px;
  border-radius: 200px;
  border: 2px solid #252525;
  background-color: #252525;
  color: white;
}

.socialfooter a:hover {
  background-color: transparent;
  color: #252525;
}

/* Einde Footer */

/* Page Header */

.page_header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
  padding-bottom: 50px;
  gap: 20px;
}

.page_header#homepage_header {

  padding: 80px 100px;
}

.page_header:not(#homepage_header) {
  margin-top: 40px;
}

.page_header .voordrachtlink {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #252525;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 15px;
  cursor: pointer;
  transition: all .3s;
}

.page_header .voordrachtlink:hover {
  background-color: #252525;
  color: #fff;
}

.page_header>h2 {
  color: var(--clr-primary);
  text-align: center;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 200;
  line-height: 120%;
}

.page_header>h1 {
  color: #1C1B1B;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  max-width: 700px;
}

.page_header strong {
  position: relative;
  display: inline-block; 
  white-space: nowrap;  
  font-weight: bold;  
  z-index: 1;       
  margin-right: 5px;   
}

.page_header strong::after {
  content: "";          
  position: absolute;
  left: -4%;            
  top: 20%;      
  height: 40%;        
  width: 98%;         
  background-color: #469997;
  opacity: 0.5;
  z-index: -1;        
  

}
.page_header_tekst {
  line-height: 170%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  text-align: center;
}

.page_header__buttons {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.page_header img {
  height: 40px;
}

/* Voorkom scrollen van de website als modal open is */
body.modal-open {
    overflow: hidden;
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Gebruik 100vh of 100dvh voor mobiel */
    z-index: 10000; /* Hoger dan alles */
    display: flex;
    align-items: center;
    justify-content: center;
    
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.video-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9); /* Donkerder voor focus */
    cursor: pointer;
}

.video-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    z-index: 10001; /* Boven de backdrop */
    background: #000;
    line-height: 0;
    border-radius: 8px;
    overflow: visible; /* Zodat kruisje buiten boord mag */
}

#video-player-content {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 verhouding */
    height: 0;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
    max-height: 85vh; /* Zorg dat het altijd op scherm past */
    display: block;
    border-radius: 8px;
}

#video-player-content iframe,
#video-player-content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.close-video {
  position: absolute;
  top: -20px; /* Iets dichter bij de video op mobiel, of pas aan naar wens */
  right: -20px;
  /* Maak er een duidelijke knop van */
  background: var(--clr-primary); /* Jouw groene kleur */
  color: white !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #ffffff; /* Witte rand zorgt voor zichtbaarheid op zwart */
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);

  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 400;
  transition: all 0.3s ease;
}

.close-video:hover {
    transform: scale(1.1);
    background: #000;
}

/* Mobiele optimalisatie voor het kruisje */
@media (max-width: 768px) {
    .close-video {
        top: -50px;
        right: 5px;
    }
}

.buttons {
  display: flex;
  gap: 10px;
}

.buttons a.download,
.buttons .video-btn,
.blokken_content>a,
.home_slider article div a,
.page_header__buttons a
 {
  padding: 15px 30px;
  color: var(--clr-primary);
  background-color: transparent;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid var(--clr-primary);
  transition: all .3s;
  font-family: Montserrat, sans-serif;
  border-radius: 200px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1; /* add this */
  display: inline-block;
  cursor: pointer;
}

.home_slider article div a {
  border: 1px solid #fff;
  color: #fff;
}

.buttons a.download::after,
.buttons .video-btn::after,
.blokken_content>a::after,
.home_slider article div a::after,
.page_header__buttons a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--clr-primary);
  transition: width 0.5s ease;
  z-index: -1;
}

.buttons a.download:hover::after,
.buttons .video-btn:hover::after,
.blokken_content>a:hover::after,
.home_slider article div a:hover::after,
.page_header__buttons a:hover::after {
  width: 100%;
}

.buttons a.download:hover,
.buttons .video-btn:hover,
.blokken_content>a:hover,
.home_slider article div a:hover,
.page_header__buttons a:hover {
  color: #fff;
}

.homesli {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

.homesli > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100px;
  display: none;
}

.home_slider {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.medimage,
.smaimage {
    display: none !important;
}

.home_slider article {
  position: relative;
}

.home_slider article div {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1500px;
  width: 100%;
  z-index: 2;
  transform: translate(-50%,-50%);
}

.home_slider article div h2 {
  font-size: 50px;
  font-weight: 700;
  max-width: 800px;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
  line-height: 140%;
}

.home_slider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.home_slider .slick-dots li button {
  display: none;
}

.home_slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 200px;
  margin: 0 2px;
  border: 2px solid #000000;
}

.home_slider .slick-dots li.slick-active {
  background-color: #000000;
}

.home_slider img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.home_ovelay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  background-color: #fff;
}

.home_ovelay .slider .slick-arrow {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  transition: all .3s;
}

.home_ovelay .slider .slick-arrow:hover {
  background-color: white;
  color: #252525;
}

.home_ovelay .slider .slick-prev {
  right: 120px;
}

.home_ovelay article {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_ovelay article > div {
  width: 100%;
  height: 100vh;
  position: relative;  
}

.home_ovelay article .over {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home_ovelay article > div .content {
  position: absolute;
  left: 80px;
  bottom: 80px;
  max-width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
}

.home_ovelay article > div .content h2 {
  font-size: 90px;
  line-height: 120%;
  text-align: left;
  color: #fff;
}

.home_ovelay article .home_overlay_btn {
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 20px 0;
  font-size: 30px;
  font-weight: 700;
  margin-top: 50px;
  cursor: pointer;
}
/*======= Einde Home Slider =======*/


.home_banner {
  min-height: calc(100vw * 750 / 1920);
}

.home_banner article {
  position: relative;
}

.home_banner article img {
  width: 100%;
}

.slick-vertical .slick-slide {
  border: none !important;
}

.home_banner .slick-arrow {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: white;
  font-size: 1.4em;
  border: none;
  z-index: 2;
  transform: translateY(-25px);
}

.home_banner .slick-next {
  position: absolute;
  transform: translateY(25px);
}

.home_banner .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.home_banner .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.home_banner .slick-dots li.slick-active {
  background-color: #000;
}

.home_banner .slick-dots li button {
  display: none;
}

.home_banner article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;
}

.home_banner article>img {
    width: 48%;
    padding: 100px;
    order: 1;
    padding: 0px 200px;
    padding-top: 100px;
}

.home_banner article .content {
    width: 50%;
    padding: 30px;
    order: 2;
}

.home_banner article div h2 {
  font-size: 2.5em;
  color: #1C1B1B;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  max-width: 700px;
  line-height: 150%;
}

.home_banner article div h3 {
  font-size: .9em;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home_banner article div a {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid var(--clr-ntrl-max);
  border: none;
  transition: all .3s;
  font-family: Montserrat, sans-serif;
}

.home_banner article .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Einde Page Header */

/* Aanbod */
.aanbod_top {
  width: 100%;
  max-width: 1600px;
  padding: 40px 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.aanbod_top>h1 {
  font-size: 2em;
  color: #314983;
  font-weight: 700;
}

.aanbod_top>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.aanbod_pagina {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 10px;
  padding-top: 20px;
  margin-bottom: 30px;
  background-color: #f2f5f6;
}

.aanbod_items {
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product {
  width: 23%;
  margin: 0 1%;
  position: relative;
  transition: all 1s;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.product:hover img {
  transform: scale(1.05) translateY(-10px);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.product a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.product>img {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 1;
  transition: all 1s;
}

.product>h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product>h3 {
  width: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 14px;
}

/* Einde Aanbod */

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 10px 10px;
  margin: 0 auto;
  width: 100%;
  gap: 60px;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;

  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.blokken_slider article {
  padding-bottom: 0 !important;
}

.blokken article.visible {
  opacity: 1;
  transform: translateY(0);
}

.blokken article > img,
.blokken article > .video-container,
.blokken article > .blokken_slider {
  width: 48%;
}

.blokken article:nth-of-type(even) > img,
.blokken article:nth-of-type(even) > .video-container,
.blokken article:nth-of-type(even) > .blokken_slider {
  order: 2;
}

.blokken article:nth-of-type(even) > .blokken_content {
  order: 1;
}

.blokken_slider {
  position: relative;
  overflow: visible;
}


.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.blokken article>.blokken_slider img {
  width: 100%;
}


.blokken_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 1em;
    color: #fff;
    display: flex;
    background-color: transparent;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    background-color: rgba(0, 0, 0, .6);
}

.blokken_slider .slick-arrow:hover {
  background-color: var(--clr-primary);
}

.blokken_slider .slick-next {
    right: 10px;
    left: initial;
}


.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #000;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.6em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 20px;
}

.blokken_tekst ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-left: 30px;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_tekst li a {
  color: #DBB957;
  font-weight: 500;
  text-decoration: underline;
}
.blokken_content>a.download i {
  margin-left: 5px;
}

.blokken_content>a.video-btn i {
  margin-right: 5px;
}

.blokken article:nth-child(even) img,
.blokken article:nth-child(even) .video-container {
  order: 3;
}

/* Einde Blokken */

/* Logobanner */

.logobanner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logobanner article {
  width: 20%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.logobanner article a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.logobanner article img {
  width: 100%;
  transition: all .3s;
  filter: grayscale(100%);
  border: 1px solid #efefef;
}

.logobanner article:hover img {
  filter: grayscale(0);
}

.logobanner article h2 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

/* Einde logobanner */

/* Sponsors */

.content-box {
  margin: 0 auto;
  display: block;
  width: 96%;
  max-width: 1200px;
}

.content-box .main-title {
  font-size: 1.8em;
  color: var(--clr-ntrl-max);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.content-box .main-title span {
  display: inline-block;
  background-color: var(--clr-ntrl-min);
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}

.content-box .main-title hr {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--clr-primary);
  transform: translateY(-50%);
  margin: 0;
}

.content-box .sponsors {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 60px;
}

.content-box .sponsors:last-child {
  margin-bottom: 40px;
}

.content-box .sponsors li {
  width: calc(100% / 5 - 4 * (24px / 5));
}

.content-box .sponsors li img {
  width: 100%;
}

.content-box .sponsors.main_sponsors li {
  width: calc(100% / 3 - 2 * (24px / 3));
}

/* Vragen */

.vragensplit {
  padding: 0px 10px;
}

.vragensplit>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.vragen {
  width: 100%;
  margin-bottom: 100px;
}

.vragen img {
  width: 100%;
}

.vragen article {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%; /* Zorg dat het artikel zelf niet breder is dan de container */
  box-sizing: border-box;
}

.vragen article table tr>td:nth-of-type(odd) {
  font-weight: 700;
}

.vragen article table tr:not(:last-of-type) td {
  padding-bottom: 30px;
}

.vragen article table {
  margin-top: 50px;
  font-size: 18px;
}

@media screen and (min-width: 1000px) {
  .vragen article table tr td:first-child {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .vragen article table,
  .vragen article table tbody,
  .vragen article table tr,
  .vragen article table td {
    display: block;
    width: 100%;
  }
  
  .vragen article table tr {
    margin-bottom: 10px;
  }
}

.vragen article h2 {
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 25px;
  color: #000;
  align-items: center;
  line-height: 170%;
  cursor: pointer;
  border-bottom: #f6f6f6 2px solid;
  width: 100%;
  padding: 12px 0;
  transition: all .3s;
}

.vragen article>i {
  font-size: 20px;
  color: var(--clr-primary);
  margin-top: 23px;
  margin-right: 25px;
  transition: all .3s;
}

.arrowUp i {
  transform: rotate(180deg);
}

.fa-minus {
  transform: rotate(180deg);
}
.vragen article > div {
  flex: 1;      /* Neem resterende ruimte in */
  min-width: 0; /* Voorkom overflow door lange woorden */
}

.vragen article > div div {
  margin-top: 20px;
  color: #8f8f8f;
  line-height: 180%;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f6f6f6 2px solid;
  word-wrap: break-word; /* Fix voor tekst die uitbreekt */
}
.vragen article>div div p:not(:last-child) {
  margin-bottom: 20px;
}

.vragen article>div div ul {
  list-style-type: disc;
  padding-left: 20px;
}

.vragen article>div div a {
  color: var(--clr-primary);
  font-weight: 600;
}

/* Einde Vragen */

/* Blog*/

.blog-img img {
  width: 100%;
}

.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}

.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 30px;
}

.footermar-blog {
  padding-bottom: 50px;
}

.blog-item {
  position: relative;
}

.blog-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.blog-rows {
  margin-top: 1%;
}

.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}

.blog-row:last-child {
  margin-bottom: 0;
}

.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
  margin-right: 1%;
}

.blog-row.type-b .row-block {
  margin: 0;
  width: 100%;
}

.blog-row.reverse .row-block:first-child {
  order: 2;
  margin-left: 1%;
  margin-right: 0%;
}

.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
  margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
  width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.58);
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}

.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}

.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}

.type-c.reverse .combo-img .big {
  order: 2;
}

.type-c .combo-img>* {
  width: 50%;
}

.type-c .combo-img .big img {
  width: 100%;
}

.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.type-c .combo-img .small img {
  width: 50%;
}

.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.button-hold:last-child {
  margin-bottom: 0px;
}

.button-hold a {
  display: inline-block;
  border: 2px solid #000;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #000;
  transition: all 0.8s ease;
}

.button-hold a:hover {
  background-color: transparent;
  color: #000;
}

/**
 * Blog detail
 **/
.blog-holder {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  border: 2px solid #f7f7f7;

}

.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0 15px;
  line-height: 180%;
  font-weight: 200;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}

.blog-main .blog-img .h1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #000;
  font-size: 2.1em;
}

.blog-aside h3 {
  font-weight: 700;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 25px;
}

.blog-nav nav {
  border-top: 1px solid rgb(220, 220, 220);
  margin-bottom: 60px;
}

.blog-nav a {
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220, 220, 220);
  color: rgb(100, 100, 100);
  padding-left: 8px;
}

.blog-nav a:hover, .blog-nav a.active {
  color: #000;
}

.blog-nav-btn {
  display: none;
  text-align: center;
  padding: 10px 0;
  font-size: 3.2em;
  color: #000;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 1.2em;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
  font-weight: 500;
}

.blog-recent .c {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
  font-weight: 200;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: var(--clr-primary);
  display: flex;
  align-items: center;
}

.blog-recent .more i {
  margin-left: 5px;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: right;
}

.blog-overzicht .btn-hold a {
  display: inline-block;
  background-color: var(--clr-primary);
  font-weight: 700;
  border: 1px solid var(--clr-primary);
  color: #fff;
  transition: all 0.5s ease;
  width: 35px;
  height: 35px;
  border-radius: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.blog-overzicht .btn-hold a:hover {
  background-color: transparent;
  color: #000;
}

.blog-overzicht .blog-item a.overlay-link {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: .5s;
  z-index: 3;
}



.blog-overzicht h2 {
  font-size: 1.3em;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #626572;
}

.blog-overzicht .blog-item {
  width: 48%;
  margin: 1%;
  transition: all 1s;
  border: 2px solid #f7f7f7;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}

.blog-content-row {
  margin-bottom: 30px;
}

.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}

.blog-content-row h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6em;
  line-height: 150%;
  color: #626572;
}

.blog-content-row .c {
  width: 100%;
  margin: 0 auto;
  font-weight: 200;
}

.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}

.blog-content-row .multi-img-holder>a img {
  width: 100%;
}

.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
  width: 50%;
}

.blog-content-row .tekst-and-image .c {
  padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
  order: 2;
}

.title-hold {
  text-align: center;
  margin-bottom: 36px;
}

.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #626572;
  border-top: 3px solid #ececec;
  font-size: 1.5em;
  font-weight: bold;
}

/* Blog Einde */

/* Sfeerbeelden */

.album {
  margin-bottom: 80px;
}

.album h1 {
  font-size: 2em;
  color: var(--clr-primary);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.sfeerbeelden {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.sfeerbeelden article {
  width: 25%;
  padding: 10px;
  transition: all 1s;
}

.sfeerbeelden article img {
  width: 100%;
  transition: all 1s;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0);
}

.sfeerbeelden article:hover {
  transform: scale(1.05);
}

.sfeerbeelden article:hover img {
  cursor: zoom-in;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

/* /Sfeerbeelden Einde */

/* Contact Pagina */

.contact_pagina {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 20px 0 20px;
  margin-bottom: 50px;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--clr-primary);
  padding: 80px 50px;
  margin-top: 20px;
  width: 100%;
  margin-left: 30px;
}

.contact_info p {
  font-size: 18px;
  font-weight: 200;
  color: #252525;
  margin: 8px 0;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
    color: #1C1B1B;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.contact_gegevens h2 {
  font-size: 18px;
  font-weight: 300;
  color: #353535;
  line-height: 170%;
}

.contact_gegevens p {
  padding-bottom: 10px;
}

.contact_split {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact_split h2 {
  font-weight: 500;
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 130%;
}

.contact_split div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact_split div p {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}

.contact_split div p a {
  color: #fff;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

.contact_split img {
  width: 220px;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  top: -30px;
  right: -30px;
  border: 10px solid transparent;
  background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(white, white), linear-gradient(0deg, transparent 0, #ece8e8 0), linear-gradient(10deg, var(--clr-primary) 100%, var(--clr-primary) 60%), linear-gradient(10deg, transparent 0, #ece8e8 0), linear-gradient(60deg, transparent 0, #ece8e8 0);
  background-position: center center, left top, right top, left bottom, right bottom;
  background-origin: content-box, border-box, border-box, border-box, border-box;
  background-clip: content-box, border-box, border-box, border-box, border-box;
}


.contact_formulier {
  width: 55%;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_label {
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=file],
.contact_form select {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  padding: 15px 15px;
  color: var(--clr-primary);
  font-size: 20px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
}

.contact_form select {
  background-image: url(/images/select.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus {
  border-left: 2px solid var(--clr-primary);
  font-weight: 500;
}

.contact_form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  border-radius: 0px;
  padding: 15px 15px;
  color: var(--clr-primary);
  font-weight: 300;
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  height: 180px;
}

.contact_form textarea:focus {
  border-left: 2px solid var(--clr-primary);
  font-weight: 300;
}


.contact_form input[type=submit] {
  /* Bestaande styles... */
  background-image: linear-gradient(var(--clr-primary), var(--clr-primary));
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease, color 0.3s;
    padding: 15px 30px;
  color: var(--clr-primary);
  background-color: transparent;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid var(--clr-primary);
  transition: all .3s;
  font-family: Montserrat, sans-serif;
  border-radius: 200px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1; /* add this */
  display: inline-block;
  cursor: pointer;
}

.contact_form input[type=submit]:hover {
  background-size: 100% 100%;
  color: #fff;
}

.contact_formulier .field {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.contact_formulier .field label {
  position: absolute;
  left: 12px;
  top: 17px;
  font-size: 20px;
  transition: all .3s;
  background-color: #fff;
  padding: 0 5px;
}

.contact_formulier .floatlabel label {
  top: -7px;
  left: 13px;
  font-size: 15px;
}


.contact_formulier #NaamInput {
  width: 48.5%;
}

.contact_formulier #EmailInput {
  width: 100%;
}

#dasmap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -90px;
  margin-bottom: 30px;
}

/* Teamleden */

.contact_team {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; /* Verander naar column zodat de H2 boven de slider staat */
    align-items: center;
    overflow: hidden;       /* CRUCIAAL: Snijdt uitstekende slider-elementen af */
    box-sizing: border-box;
    padding: 0 15px;        /* Veiligheidsmarge voor mobiel */
}
.contact_team h2 {
  font-size: 1.7em;
  color: var(--clr-primary);
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.contact_team h2::before,
.contact_team h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: var(--clr-primary);
  margin: 0 auto;
}

:root {
    --clr-primary: #469997;
}

/* 1. BASIS & DESKTOP (Grid) */
.team-container {
    width: 100%;            /* Forceer 100% breedte binnen de parent */
    max-width: 1100px;
    margin: 40px auto;
    padding-bottom: 50px;
    display: block;         /* Overschrijf flex-item gedrag voor de slider */
    position: relative;     /* Voor de positionering van de pijltjes */
}

@media (min-width: 769px) {
    .team-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
    .team-item { flex: 0 1 280px; }
    .member-circle { width: 280px; }
}

/* 2. CIRCEL & OVERLAY STYLING */
.member-circle {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f4f4f4;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
    display: block;
    margin: 0 auto;
}

.member-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.member-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: rgba(70, 153, 151, 0.95);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.4s ease;
    padding: 15px;
    text-align: center;
}

.info-content h3 { margin: 0; font-size: 15px; font-weight: 500; text-transform: uppercase; }
.role { margin: 5px 0 0; font-size: 0.9rem; opacity: 0; height: 0; overflow: hidden; transition: all 0.3s ease; }

.member-circle:hover .member-info { height: 100%; }
.member-circle:hover .role { opacity: 1; height: auto; margin-top: 10px; }
.member-circle:hover { border-color: var(--clr-primary); }

/* 3. MOBIEL SPECIFIEK (Slider) */
@media (max-width: 768px) {
    .team-item {
        padding: 10px 40px; /* Extra padding aan zijkanten voor de pijltjes */
        outline: none;
    }

    .member-circle {
        width: 250px; /* Iets kleiner op mobiel zodat pijltjes passen */
    }

    /* PIJLTJES STYLING */
    .slick-prev, .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999; /* Zorg dat ze boven alles liggen */
        border: none;
        background: none;
        color: var(--clr-primary); /* Jouw kleur #469997 */
        font-size: 30px; /* Maak ze lekker groot en klikbaar */
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .slick-prev { left: 5px; }
    .slick-next { right: 5px; }

    /* BOLLETJES (DOTS) STYLING */
    .slick-dots {
        position: absolute;
        bottom: 0;
        display: flex !important;
        justify-content: center;
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .slick-dots li { margin: 0 5px; }

    .slick-dots li button {
        font-size: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ccc; /* Kleur van inactieve bolletjes */
        border: none;
        padding: 0;
    }

    .slick-dots li.slick-active button {
        background: var(--clr-primary); /* Jouw kleur voor actieve bolletje */
    }
}
/* Einde Contact Pagina */

/* ======Onze Zalen====== */

.home_activiteiten__list {
  display: flex;
  gap: 6rem;
  flex-direction: column;
}

.home_activiteiten__item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 2rem;
}

.home_activiteiten__item>* {
  width: calc(50% - 5rem);
}

.home_activiteiten__item>.home_activiteiten__item_image {
  width: 40%;
}

.home_activiteiten__item>.home_activiteiten__item_content {
  width: calc(60% - 3rem);
}

.home_activiteiten__item>.full {
  width: 100%;
}

.home_activiteiten__item>.dienst_leden {
  width: 100%;
}

.home_activiteiten__item_image {
  position: relative;
}

.home_activiteiten__item_image img {
  width: 100%;
}

.item_image__status {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  background-color: var(--color-main);
  color: white;
  font-size: 1.2rem;
  text-align: center;
  z-index: 5;
}

.home_activiteiten__item_content {
  color: #808080;
  position: relative;
}

.home_activiteiten__item_content .overlay_icon {
  position: absolute;
  left: -30px;
  top: -16px;
  width: 40px;
}

.home_activiteiten__item_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home_activiteiten__item_content .h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  line-height: 125%;
  gap: 0.5rem;
}

.home_activiteiten__item_content .h3 {
  font-size: 1.5rem;
  line-height: 125%;
  text-transform: uppercase;
}

.home_activiteiten__item_content h4 {
  font-size: 1.2rem;
  line-height: 125%;
  color: var(--color-main);
  display: none;
}

.home_activiteiten__item_content .link {
  color: var(--color-highlight);
  display: flex;
  gap: 1rem;
  width: fit-content;
  font-size: 1.4rem;
}

.home_activiteiten__item_content .wysiwyg:not(:last-child) {
  margin-bottom: 1rem;
}

.home_activiteiten__item.reverse {
  flex-direction: row-reverse;
}

.home_activiteiten__item.reverse .item_image__status {
  top: 0;
  left: 0;
  right: auto;
}

.foldout.home_activiteiten__list {
  gap: 0;
  border-top: 3px solid var(--clr-base-dk);
}

.foldout .home_activiteiten__item {
  display: none;
}

.foldout .home_activiteiten__item.active {
  display: flex;
}

.home_activiteiten__outer {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  flex-direction: column;
  border-bottom: 3px solid var(--clr-base-dk);
}

.home_activiteiten__outer.more {
  display: none;
}

.home_activiteiten__outer_title {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #808080;
  width: 100%;
  cursor: pointer;
}

.home_activiteiten__outer_title>div {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.home_activiteiten__outer_title>div:first-child {
  color: var(--clr-base-dk);
}

.standard {
  padding: 7rem 0;
}

.standard.top_standard {
  padding-top: 0;
}

.standard__inner {
  width: 96%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.standard__inner .h1 {
  font-size: var(--fs-xxl);
  color: var(--clr-base-dk);
  line-height: 125%;
}

.standard__inner>.h1 {
  max-width: 600px;
}

.standard__inner>.h1:not(:last-child) {
  margin-bottom: 4rem;
}

.split_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}

.split_title__title {
  width: 45%;
}

.split_title__title .wysiwyg {
  color: #808080;
  padding-top: 8px;
  font-size: 1.4rem;
}

.split_title h1 {
  font-size: 3.2rem;
  text-transform: uppercase;
  color: var(--clr-base-dk);
  line-height: 125%;
}

.split_title>.wysiwyg {
  width: 45%;
  color: var(--clr-base-dk);
  padding-top: 8px;
  font-size: 1.2rem;
  text-align: right;
}

.split_title .wysiwyg p:last-child a {
  margin-top: 1rem;
  padding: 6px 12px;
  padding-right: 30px;
  background-color: var(--clr-primary);
  color: white;
  position: relative;
  border-radius: 12px;
  display: block;
  width: fit-content;
  font-size: 1.2rem;
}

.split_title .wysiwyg p:last-child a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
}

.split_title__subtitle {
  display: flex;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 2px solid var(--clr-base-dk);
  border-bottom: 2px solid var(--clr-base-dk);
  font-size: 1.4rem;
}

.split_title__subtitle span {
  color: var(--clr-base-dk);
}

/* Feature section */
.feature-section {
  display: flex;
  gap: 2rem;
  padding: 0 0 4rem 0;
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

/* Individual card */
.feature-card {
  flex: 1;
  background-color: #fafafa;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Image */
.feature-card__image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

/* Text elements */
.feature-card__title {
  margin: 0;
  font-size: 1.25rem;
  color: #333;
}

.feature-card__text {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

/* Action buttons row */
.feature-card__actions {
  margin-top: auto;
  /* push buttons to bottom if card grows */
  display: flex;
  gap: 1rem;
}

.feature-card__button {
  flex: 1;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  text-decoration: none;
  background-color: var(--clr-primary);
  color: #fff;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.feature-card__button:hover {
  background-color: var(--clr-primary-lt);
}

/* Detail pagina */

.blog-content.zaal-content {
  width: 96%;
  max-width: 1200px;
}

.zaal-content .blog-main {
  width: 100%;
}

/* =========== Reservaties overzicht ============== */

/* Reservatie overzicht */

.reservations-overview {
	display: grid;
	gap: 2rem;
}

.reservations-overview__section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.reservations-overview__title {
	position: relative;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	width: fit-content;
}

.reservations-overview__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--clr-primary, #FFA500);
	border-radius: 2px;
}

.reservations-overview__cards {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.reservations-overview__card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
	padding: 1rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.reservations-overview__details {
	display: flex;
  flex-wrap: wrap;
	gap: 1rem;
	margin: 0;
}

.reservations-overview__detail-row {
  width: calc(50% - 0.5rem);
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
  flex-grow: 1;
}

.reservations-overview__label {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.reservations-overview__value {
	margin: 0;
	line-height: 150%;
}

.reservations-overview__actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 1rem;
}

.reservations-overview__new-btn {
	background-color: var(--clr-primary, #FFA500);
	color: #fff;
	border: none;
	padding: 0.6rem 1.2rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}

.reservations-overview__new-btn i {
	font-size: 0.9em;
}

/* Media queries reservatie overzicht */
@media (max-width: 500px) {
	.reservations-overview__cards {
		grid-template-columns: 1fr;
	}
}

/* Recurring event form */
#new-recurring-form p {
  line-height: 150%;
}
.recurring-form--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 600px;
  margin-top: 2rem;
}
#new-recurring-form .field {
  display: flex;
  flex-direction: column;
}

#new-recurring-form .field.double {
  grid-column: span 2;
}

#new-recurring-form .field label {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

#new-recurring-form .field input,
#new-recurring-form .field select {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

#new-recurring-form .recurring-form__title {
  grid-column: 1 / -1;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

#new-recurring-form .field--submit {
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
}

#new-recurring-form .recurring-form__submit {
  background-color: var(--clr-primary, #4CAF50);
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
#new-recurring-form .recurring-form__submit:hover {
  background-color: var(--clr-primary-ltr, #45A045);
}

#new-recurring-form .field--repeat-group {
  grid-column: span 2; 
  display:flex; 
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: row;
}

#new-recurring-form .repeat-group__subfield {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}

#new-recurring-form .repeat-group__subfield select,
#new-recurring-form .repeat-group__subfield input {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}


/* Media queries algemeen */

    @media screen and (max-width: 1750px) {
        .navigatie {
            padding: 15px 10px;
        }

        .logo-circle {
            left: 15px;
        }
        .home_slider article div {
        width: 95%;
      }
    }

@media screen and (max-width: 1500px) {
  .home_activiteiten__list {
    margin-left: 0;
    margin-right: 0;
  }

  .home_activiteiten__item_content .h2 {
    flex-direction: column;
  }

  .home_activiteiten__item_content {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 1400px) {

  .logo-circle {
    width: fit-content;
  }
}

@media screen and (max-width: 1300px) {
  .blog-overzicht .blog-item {
    width: 98%;
  }

  footer>div {
    justify-content: center;
    gap: 40px;
  }
  .logo-circle {
    width: fit-content;
  }
  .samenwerking {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1200px) {
    .bigimage {
      display: none !important;
  }
  .medimage {
      display: block !important;
  }
  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 20px;
    padding: 30px 10px;
  }

  .contact_gegevens, .contact_formulier {
    width: 100%;
    padding: 0 10px;
  }

  .contact_gegevens h1, .contact_gegevens h2 {
    text-align: center;
    line-height: 120%;
  }

  .contact_gegevens>div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact_gegevens>div a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .contact_split div {
    padding: 20px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .contact_split img {
    display: none;
  }

  .contact_formulier #NaamInput {
    width: 97%;
}

.contact_info {
  margin-left: 0;
}
  #dasmap {
    margin-top: 15px;
    height: 400px;
  }

  .blog-content-row .tekst-and-image>* {
    width: 100%;
  }

  .blog-content-row .tekst-and-image .img {
    margin: 15px auto;
    max-width: 500px;
  }

  .vragen article h2 {
    padding: 0;
  }

  .vragen article>i {
    margin-top: 12px;
  }

  .vragen article>div div {
    margin-top: 10px;
  }

  .page_header {
    padding-bottom: 30px;
  }
  .page_header#homepage_header {
    padding: 50px 20px;
  }
        .navsub>a,
      .navsub .has-dropdown>a {
          display: none;
      }

      .navigatie .menubtn {
          display: flex;
      }

      .logo-circle {
          display: none;
      }

      .logo-normal {
          display: block;
      }

      .navigatie {
          justify-content: space-between;
      }

      .navsub {
          margin-top: 0;
      }

      .curtain-click {
          display: none;
      }

      .curtain-click.cc-mobile {
          display: flex;
          width: 50px;
          height: 50px;
          background-color: white;
          color: var(--clr-primary);
          border-radius: 200px;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          border: 1px solid #efefef;
          transition: all .3s;
      }

      .curtain-click.cc-mobile:hover {
          transform: scale(1.1);
      }

      .navigatie {
          padding: 5px 10px;
          max-width: 100%;
      }
      .nav_top {
        margin-right: 0;
      }
      .navholder.scrolled .nav {
        gap: 10px;
      }

      .blokken {
        gap: 30px;
      }

      .blokken article {
        flex-direction: column;
      }
        .blokken_content {
        order: 1;
        margin-bottom: 20px;
      }

      .blokken_slider, .blokken img {
        order: 2;
      }

      .blokken_content,
      .blokken_slider,
      .blokken article > img {
        width: 100%;
        padding: 0;
      }

      .blokken article > .blokken_slider {
        width: 100%;
      }
}

  @media screen and (max-width: 1100px) {

      .home_slider article div {
        display: none;
      }

       .home_banner article div {
        display: none;
      }
  }

@media screen and (max-width: 1050px) {
  .home_activiteiten__list {
    gap: 4rem;
  }

  .home_activiteiten__outer {
    gap: 2rem;
  }

  .home_activiteiten__item {
    flex-direction: column;
    align-items: center;
  }

  .home_activiteiten__item>.home_activiteiten__item_image {
    width: 100%;
    max-width: 725px;
  }

  .home_activiteiten__item>.home_activiteiten__item_content {
    width: 100%;
  }

  .home_activiteiten__item_content h4 {
    display: block;
  }

  .home_activiteiten__item.reverse {
    flex-direction: column;
  }


}

@media screen and (max-width: 1000px) {
  .wysiwyg h1:not(:first-child) {
    margin-top: 2.5rem;
  }

  .wysiwyg h1:not(:last-child) {
    margin-bottom: 2rem;
  }

  .wysiwyg h2:not(:first-child) {
    margin-top: 2rem;
  }

  .wysiwyg h2:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .wysiwyg h3:not(:first-child) {
    margin-top: 1.5rem;
  }

  .wysiwyg h3:not(:last-child) {
    margin-bottom: 1rem;
  }

  .standard {
    padding: 4rem 0;
  }

  .standard__inner>.h1:not(:last-child) {
    margin-bottom: 3rem;
  }

  .blokken_content,
  .home_banner article .content,
  .home_banner article>img {
    width: 100%;
    padding: 0;
  }

  .home_banner article .content {
    padding: 10px;
  }

 
  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .blog-aside {
    order: 2;
    width: 100%;
    margin-right: 0;
  }

  .blog-main {
    width: 100%;
    padding: 10px;
  }

  .row-block .extra {
    padding: 10px;
  }

  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .blog-aside h3 {
    width: 100%;
  }

  .blog-recent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .blog-recent .blog-item {
    width: 45%;
  }
}

@media screen and (max-width: 900px) {
  .split_title {
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
  }

  .split_title__title {
    width: 100%;
  }

  .split_title>.wysiwyg {
    width: 100%;
    text-align: left;
  }

  .blog-main .c {
    font-size: 1em;
  }

  .aanbod_pagina {
    flex-wrap: wrap;
    padding: 40px 0;
  }

  .aanbod_items {
    padding: 0;
    gap: 20px;
  }

  .aanbod_pagina aside {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .product {
    width: 100%;
  }

  .home_banner article div h3, .home_banner article div a {
    display: none;
  }

  .home_banner article div h2 {
    text-align: center;
    padding: 10px;
    font-size: 1.5em;
    width: 100%;
    max-width: 100%;
  }

  .home_banner article .overlay {
    background-color: rgba(0, 0, 0, .2);
  }
}

@media screen and (max-width: 850px) {
  .gdpr {
    flex-direction: column;
    gap: 20px;
  }
  .gdpr span {
    display: none;
  }
}

@media screen and (max-width: 800px) {
    .medimage {
      display: none !important;
  }
  .smaimage {
      display: block !important;
  }
  .navigatie {
    max-width: 100%;
  }

  .wysiwyg ul:not(:last-child) {
    margin-bottom: 2rem;
  }

  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6em;
  }

  .blog-content-row .multi-img-holder.four>*, .blog-content-row .multi-img-holder.three>* {
    width: 49%;
  }

  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
    margin-bottom: 2%;
  }

  .blog-content-row .multi-img-holder.three>*:last-child {
    display: none;
  }

  .contact_split div p {
    font-size: 18px;
  }

  .content-box .sponsors.main_sponsors li {
    width: calc(100% / 2 - 1 * (24px / 2));
  }

  .content-box .sponsors li {
    width: calc(100% / 3 - 2 * (24px / 3));
  }

  .tickertape {
    font-size: 30px;
  }

  .home_activiteiten__outer_title {
    font-size: 1.4rem;
}
    .navigatie {
      align-items: flex-end;
  }

  .navigatie .nav {
    gap: 20px;
  }
  .navigatie,
  .navholder.scrolled .navigatie {
      height: auto;
  }
  .nav_top {
    gap: 10px;
  }
  main {
    padding-top: 100px;
  }

  .sfeerbeelden article {
    width: 33%;
    padding: 5px;
  }

  .sfeerbeelden article:nth-child(3n) {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .feature-section {
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .blog-recent .blog-item {
    width: 100%;
  }

  .logobanner article {
    width: 33.33%;
  }

  .vragen {
    margin-bottom: 50px;
  }

  .vragen article h2 {
    font-size: 22px;
  }

  .content-box .sponsors {
    padding-bottom: 50px;
    gap: 10px;
  }

  .content-box .sponsors:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .curtaindrop h2 {
    font-size: 40px;
  }

  .curtaindrop p {
    font-size: 22px;
  }
  .aanbod_items {
    justify-content: flex-start;
  }

  .home_banner article div h2 {
    display: none;
  }

  .home_banner article .overlay {
    display: none;
  }

  .blog-row .row-block, .blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }

  .row-block:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }

  .blog-row {
    margin-bottom: 0;
  }

  .contact_form input[type=submit] {
    font-size: 16px;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 680px) {
  .blog-main .blog-img .h1 {
    position: static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 650px) {
  .nav_top {
    position: absolute;
    top: 0;
    right: 0;
  }

  .nav {
    margin-top: 40px;
  }

  .contact_gegevens h1 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
  }

  .contact_split {
    margin-top: 0px !important;
  }

  .contact_gegevens h2 {
    font-size: 17px;
    text-align: left;
  }

  .contact_info h2 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
  }

  .contact_split div p {
    padding: 5px 0;
    font-size: 17px;
    padding-left: 40px;
    text-align: left;
    width: 100%;
  }

  .contact_gegevens>div a {
    justify-content: flex-start;
    align-items: flex-start;
  }
    .blokken {
      gap: 10px;
    }

    .page_header#homepage_header {
      padding: 30px 20px;
    }
    

}

@media screen and (max-width: 600px) {
  .standard__inner .h1 {
    font-size: var(--fs-xl);
  }

  .PL_Wrapper {
    right: 10px;
  }

  .blog-more-nav-btn {
    display: block;
  }

  .blog-more-nav {
    display: none;
  }

  .logobanner article {
    width: 50%;
  }

  .content-box .sponsors.main_sponsors li {
    width: calc(100%);
  }

  .content-box .sponsors li {
    width: calc(100% / 2 - 1 * (24px / 2));
  }

  .content-box .main_sponsors {
    padding-bottom: 50px;
  }

  .tickertape {
    font-size: 25px;
  }

  footer {
    padding-bottom: 0;
  }

  footer>div:not(.socialfooter) {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .logo-footer {
    align-items: center;
  }


  .gdpr span {
    display: none;
  }

  .gdpr a {
    width: auto;
  }

  .vragen article > div div {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .home_activiteiten__item_content .h2 {
    font-size: 1.4rem;
  }

  .home_activiteiten__item_content .h3 {
    font-size: 1.2rem;
  }

  .wysiwyg a.button {
    width: 100%;
    margin: 5px 0;
  }
  .buttons {
    flex-direction: column;
  }
  .sfeerbeelden article {
    width: 50%;
  }

  .page_header>h1 {
    font-size: 26px;
  }
  .page_header>h2 {
    font-size: 18px;
  }
  .page_header_tekst,
  .blokken_tekst {
    font-size: 18px;
  }
  .blokken_content>a {
    font-size: 11px;
    padding: 12px 25px;
  }
  .blokken_titel h2 {
    font-size: 24px;
  }
  
  .logo-footer img {
    width: 100%;
    max-width: 80%;
  }
  .curtain-close {
    top: 15px;
    right: 15px;
    font-size: 50px;
  }
  .curtaindrop h2 {
    font-size: 30px;
  }.curtaindrop p {
    font-size: 18px;
  }
  .curtaindrop .button {
    font-size: 18px;
    padding: 12px 40px;
  }
  .contact_pagina {
    padding: 25px 0;
  }
}

@media screen and (max-width: 400px) {
  .row-block.extra {
    display: none;
  }

  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }

  .wysiwyg h3 {
    font-size: 1.3rem;
  }

  .home_activiteiten__item_content .overlay_icon {
    display: none;
  }

  .home_activiteiten__list {
    margin-left: 0;
    margin-right: 0;
  }
}
/*=========== Login ===========*/
.login-page {
	min-height: 100vh;
	background-size: cover !important;
	background-position: center !important;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	position: relative;
	font-family: sans-serif;
}

.login-page__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.login-page__container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1000px;
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.login-page__header {
	text-align: center;
	margin-bottom: 30px;
}

.login-page__logo {
	max-width: 200px;
}

/* MELDINGEN STYLING */
.signup-page__messages {
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 8px;
	background-color: #e7f3f3; /* Lichte Beverhuys tint voor succes */
	border: 1px solid #4a9d9c;
}

.signup-page__errors {
	background-color: #fdecea;
	border: 1px solid #f44336;
}

.signup-page__message-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.signup-page__message-item {
	font-size: 0.9rem;
	color: #333;
}

.signup-page__errors .signup-page__message-item {
	color: #d32f2f;
}

/* GRID */
.login-page__grid {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

.login-page__column {
	flex: 1;
}

.login-page__card {
	padding: 20px;
	height: 100%;
	border-radius: 12px;
}

.login-page__card--alt {
	background: #f9fbfb;
	border: 1px dashed #4a9d9c;
}

.login-page__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	position: relative;
}

.login-page__divider::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: #eee;
}

.login-page__divider span {
	position: relative;
	z-index: 2;
	background: #fff;
	border: 1px solid #eee;
	color: #999;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: bold;
	font-size: 0.8rem;
}

.login-page__title {
	font-size: 1.5rem;
	margin-bottom: 5px;
	color: #222;
	font-weight: 500;
}

.login-page__subtitle {
	font-size: 0.85rem;
	color: #666;
	margin-bottom: 25px;
}

.login-page__form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.login-page__label {
	font-size: 0.85rem;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}

.login-page__input {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-sizing: border-box;
}

/* Fix voor checkbox grootte */
.login-page__input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.login-page__input:focus {
	border-color: #4a9d9c;
	outline: none;
}

.login-page__input-group--checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
}

.login-page__button {
	width: 100%;
	padding: 14px;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
	border: none;
}

.login-page__button--primary {
	background: #4a9d9c;
	color: white;
}

.login-page__button--link {
	background: transparent;
	color: #4a9d9c;
	text-decoration: underline;
	font-size: 0.85rem;
}

.login-page__footer {
	text-align: center;
	font-size: 0.85rem;
}

.login-page__footer-link {
	color: #4a9d9c;
	font-weight: bold;
	text-decoration: none;
}

.login-page input[type="email"],
.login-page input[type="password"],
.login-page input[type="text"] {
	color: var(--clr-primary);
}


@media (max-width: 800px) {
	.login-page__grid { flex-direction: column; }
	.login-page__divider { width: 100%; height: 50px; }
	.login-page__divider::before { left: 0; right: 0; top: 50%; width: 100%; height: 1px; }
}

/*=========== Registreren ===========*/
.signup-page {
	padding: 2rem;
	padding-bottom: 6rem;
	background: #f5f5f5;
}

.signup-page--update {
	padding: 0;
	padding-bottom: 0;
}

.signup-page__container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 2rem;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.signup-page--update .signup-page__container {
	width: 100%;
	max-width: 100%;
}

.signup-page__form {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.signup-page__section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.signup-page__main-title {
	font-size: 2rem;
	text-align: center;
	color: var(--clr-base);
}

.signup-page__section-title {
	font-size: 1.25rem;
	color: var(--clr-base);
	margin: 0;
}

.signup-page__field-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.signup-page__field-group {
	flex: 1 1 calc(50% - 1rem);
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.signup-page__field-group--checkboxes {
	gap: 1rem;
}

.signup-page__label {
	font-size: 0.9rem;
	color: #555;
}

.signup-page__info {
	font-size: 0.75rem;
	color: #888;
}

.signup-page__input {
	padding: 0.5rem;
	font-size: 1rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.signup-page__field-group--address {
	display: flex;
	gap: 1rem;
	width: 100%;
	flex-direction: row;
}

.signup-page__sub-field {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.signup-page__actions {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}

.signup-page__submit {
	align-self: flex-start;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	background: var(--clr-primary);
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.signup-page__checkbox-label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
	color: #555;
}


/* Messages */
.signup-page__messages {
	background-color: #e7f1ff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 1rem;
	margin-bottom: 1rem;
}

.signup-page__message-list {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.signup-page__message-list a, .signup-page__message-list li a {
	color: inherit;
	font-weight: bold;
}

.signup-page__message-list li {
	color: #004085;
	font-size: 0.9rem;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1rem;
	line-height: 1.2;
}

.signup-page__errors {
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
}

.signup-page__errors li {
	color: #721c24;
}

.signup-page__success {
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
}

.signup-page__success li {
	color: #155724;
}

@media (max-width: 600px) {
	.hide_resp {
		display: none;
	}

	.signup-page__field-group {
		flex: 1 1 100%;
	}

	.signup-page__submit {
		width: 100%;
		text-align: center;
	}

	.signup-page__container {
		padding: 1rem 0;
		gap: 1rem;
		background: transparent;
		box-shadow: none;
		border-radius: 0;
	}

	.signup-page,
	.signup-page__form {
		padding: 1rem;
		gap: 1rem;
	}
}

/*=========== Bevestiging ===========*/

.bevestiging_bg {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bevestiging {
	width: 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
	max-width: 700px;
	padding: 50px;
	background-color: white;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	gap: 10px;
}

.bevestiging i {
	font-size: 2em;
	color: var(--clr-primary);
}

.bevestiging h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--clr-primary);
	font-size: 15px;
	margin: 10px 0;
}

.bevestiging h1 {
	font-weight: 700;
	font-size: 1.7em;
	text-align: center;
	color: var(--clr-primary);
	margin-bottom: 10px;
	width: 100%;
}

.bevestiging p {
	line-height: 150%;
	color: #727272;
	font-size: 17px;
	font-weight: 200;
}

.bevestiging>a {
	cursor: pointer;
	display: inline-block;
	padding: 13px 30px;
	background-color: var(--clr-primary);
	font-weight: 200;
	color: white;
	margin-top: 20px;
	border: 1px solid var(--clr-primary);
}

.bevestiging>a:hover {
	background-color: transparent;
	color: var(--clr-primary);
}

.bevestiging p a {
	color: var(--clr-primary);
	text-decoration: none;
	font-weight: bold;
}

/*=========== Einde Bevestiging ===========*/

/*=========== Dashboard ===========*/
.dashboard-page {
	display: flex;
	min-height: 100vh;
	background-color: #f9f9f9;
	border-top: 1px solid #e0e0e0;
}

/* Sidebar */
.dashboard-page__sidebar {
	width: 240px;
	background: #ffffff;
	border-right: 1px solid #e0e0e0;
	padding: 1rem;
	/* Temporary */ display: none;
}

.dashboard-page__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.dashboard-page__nav-link {
	text-decoration: none;
	color: #333333;
	padding: 0.5rem;
	display: block;
	border-radius: 4px;
}

.dashboard-page__nav-link:hover {
	background: #f0f0f0;
}

.dashboard-page__nav-link.active {
	background: var(--clr-primary);
	color: #ffffff;
}

/* Main area */
.dashboard-page__main {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.dashboard-page__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	background: #ffffff;
	border-bottom: 1px solid #e0e0e0;
}

.dashboard-page__title {
	margin: 0;
	font-size: 1.5rem;
	color: #333333;
}

.dashboard-page__logout {
	padding: 0.5rem 1rem;
	font-size: 1rem;
	background: var(--clr-primary);
	color: #ffffff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

/* Content area */
.dashboard-page__content {
	flex: 1;
	padding: 1rem;
}

.dashboard-page__container {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 2rem;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
	.dashboard-page {
		flex-direction: column;
	}

	.dashboard-page__content {
		padding: 1rem 0;
	}

	.dashboard-page__sidebar {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #e0e0e0;
	}

	.dashboard-page__container {
		padding: 2rem 1rem;
	}
}

@media (max-width: 500px) {
	.reservations-overview__cards {
		grid-template-columns: 1fr;
	}
		.login-page__container {
		padding: 20px;
	}
}