.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#0C4E90;--e-global-color-text:#333333;--e-global-color-accent:#E1081B;--e-global-color-ca0e1ef:#15ADD6;--e-global-color-9b0c478:#E0F0F9;--e-global-color-a451fa1:#F3F6F9;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-ca0e1ef );color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-ca0e1ef );}.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:26px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;font-weight:600;color:var( --e-global-color-primary );border-radius:52px 52px 52px 52px;padding:20px 40px 20px 40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */strong, b {
  font-weight: 600;
}




/* === Globale anchor offset (site-breed) ===
   Pas de waardes aan naar jouw sticky header hoogte(s) */
:root{
  --anchor-offset: 120px;   /* desktop */
}

/* Tablet (iPad) */
@media (max-width: 1024px){
  :root{ --anchor-offset: 100px; }
}

/* Mobiel */
@media (max-width: 767px){
  :root{ --anchor-offset: 80px; }
}

/* 1) Moderne manier: werkt in alle moderne browsers */
.elementor-menu-anchor { scroll-margin-top: var(--anchor-offset); }
/* Als je ook andere elementen als anker gebruikt (secties/containers met een CSS ID): */
[id] { scroll-margin-top: var(--anchor-offset); }

/* Optioneel: smooth scroll voor nette animatie */
html { scroll-behavior: smooth; }

/* 2) Fallback voor oudere browsers (voornamelijk op Elementor ankers) */
.elementor-menu-anchor::before{
  content:"";
  display:block;
  height: var(--anchor-offset);
  margin-top: calc(-1 * var(--anchor-offset));
}

/* (Optioneel) Extra marge wanneer je bent ingelogd en de WP admin bar zichtbaar is */
body.admin-bar{
  --adminbar: 32px;                 /* desktop admin bar */
}
@media (max-width: 782px){
  body.admin-bar{ --adminbar: 46px; } /* mobiel admin bar */
}
/* Tel admin bar op bij de offset */
body.admin-bar .elementor-menu-anchor{ 
  scroll-margin-top: calc(var(--anchor-offset) + var(--adminbar, 0px));
}
body.admin-bar .elementor-menu-anchor::before{
  height: calc(var(--anchor-offset) + var(--adminbar, 0px));
  margin-top: calc(-1 * (var(--anchor-offset) + var(--adminbar, 0px)));
}/* End custom CSS */