.elementor-kit-1532{--e-global-color-primary:#151515;--e-global-color-secondary:#F6F6F6;--e-global-color-text:#151515;--e-global-color-accent:#151515;--e-global-color-a265f0e:#FFFFFF;--e-global-color-e539446:#FFFFFF00;--e-global-color-fe2d3f5:#232323E6;--e-global-color-f789d09:#5B5B5B;--e-global-color-98c74af:#B1B1B1;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:200;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:100;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-e1a3956-font-family:"Montserrat";--e-global-typography-e1a3956-font-size:14px;--e-global-typography-e1a3956-font-weight:100;--e-global-typography-e1a3956-text-transform:none;--e-global-typography-e1a3956-font-style:normal;--e-global-typography-e1a3956-text-decoration:none;--e-global-typography-e1a3956-line-height:1.6em;--e-global-typography-ae55de3-font-family:"Montserrat";--e-global-typography-ae55de3-font-size:50px;--e-global-typography-ae55de3-font-weight:200;--e-global-typography-ae55de3-text-transform:capitalize;--e-global-typography-ae55de3-font-style:normal;--e-global-typography-ae55de3-text-decoration:none;--e-global-typography-ae55de3-letter-spacing:0px;--e-global-typography-254cc20-font-family:"Montserrat";--e-global-typography-254cc20-font-size:30px;--e-global-typography-254cc20-font-weight:200;--e-global-typography-254cc20-text-transform:capitalize;--e-global-typography-254cc20-font-style:normal;--e-global-typography-254cc20-text-decoration:none;--e-global-typography-254cc20-line-height:40px;--e-global-typography-254cc20-letter-spacing:0px;background-color:var( --e-global-color-a265f0e );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-1532 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-1532{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-size:14px;--e-global-typography-e1a3956-font-size:14px;--e-global-typography-ae55de3-font-size:50px;--e-global-typography-254cc20-font-size:22px;--e-global-typography-254cc20-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.site-footer{padding-inline-end:0px;padding-inline-start:0px;}}@media(max-width:767px){.elementor-kit-1532{--e-global-typography-primary-font-size:30px;--e-global-typography-text-font-size:14px;--e-global-typography-ae55de3-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-footer{padding-inline-end:0px;padding-inline-start:0px;}}
/* Start custom CSS *//* TIJDELIJK - Witte balk onderaan verbergen */
.site-footer {
    display: none;
}

/* Alleen op desktop (vanaf 1024px) */
@media (min-width: 1024px) {

/* KADER RONDOM WEBSITE */

  *, *::before, *::after {
    box-sizing: border-box;
  }

  html, body {
    margin: 0;
    min-height: 100%;
  }

  html::before {
    content: '';
    position: fixed;
    inset: 0;
    border-radius: 50px;
    border: 15px solid black;
    pointer-events: none;
    z-index: 10000;
  }

  html::after {
    content: '';
    position: fixed;
    inset: 0;
    border: 15px solid black;
    pointer-events: none;
    z-index: 9999;
  }

  body {
    position: relative;
    padding: 14px; 
    background: black; 
    z-index: 0;
  }
}

/* Webkit scrollbar styling */
::-webkit-scrollbar { 
    width: 4px; 
    height: 4px;
}
::-webkit-scrollbar-button {  
    background-color: #000000; 
}
::-webkit-scrollbar-track {  
    background-color: #8E6182;
}
::-webkit-scrollbar-track-piece { 
    background-color: #000;
}
::-webkit-scrollbar-thumb { 
    height: 10px; 
    background-color: #FFFFFF; 
    border-radius: 3px;
}
::-webkit-scrollbar-corner { 
    background-color: #FFFFFF;
}



.lytbox-button {
  --hamburger-color: #ffffff;
  --close-x-color: #ffffff;
  display: block;
  height: 18px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}

/* must add in elementor template ID number to make the menu full width */
.elementor-2492 {
  width: 100%;
}

.lytbox-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.6s ease;
  z-index: 40;
}

/* toggle hamburger */
.lytbox-button .hamburguer {
  position: relative;
}

.lytbox-button .hamburguer span {
  display: block;
  height: 4px;
  width: 24px;
  background: var(--hamburger-color);
  transform-origin: 50% 50%;
}

.lytbox-button .hamburguer span:nth-child(2) {
  transform: translate(0, 6px);
}

.lytbox-button .hamburguer span:nth-child(3) {
  transform: translate(0, 12px);
}

.lytbox-nav_control {
  position: absolute;
  left: -9999px;
  width: 100%;
  clip: rect(0, 0, 0, 0);
}

.lytbox-nav_control:checked ~ .lytbox-navigation {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.3s ease;
}

.lytbox-nav_control:checked ~ .lytbox-button .hamburguer {
  transition: all 0.3s 0s ease;
}

/* closed X */
.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span {
  background: var(--close-x-color);
  transition: all 0.3s ease, transform 0.3s 0.3s ease;
}

.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span:first-child {
  opacity: 0;
}

.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span:nth-child(2) {
  transform: translate(0, 6px) rotate(45deg);
}

.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span:nth-child(3) {
  transform: translate(0, 2px) rotate(-45deg);
}/* End custom CSS */