html{font-size:62.5%;}:root,:root.cf-theme-dark .theme-inverted,:root.cf-theme-dark .theme-always-light,:root.cf-theme-light .theme-inverted .theme-always-light{--min-screen-width:320px;--max-screen-width:1400px;--white:#FFFFFF;--black:#000;--primary:#4182dc;--secondary:#3237af;--blue-dark:#14145a;--yellow-dark:#ecc500;--yellow:#ffed00;--red-dark:#ed1651;--red:#fa5f69;--orange:#fa6e00;--purple-dark:#6e28be;--purple:#8c5fb9;--green-dark:#00a53c;--green:#5ac86e;--text-body:#3237AF;--text-body-light:#FFFF;--success:hsla(136,95%,56%,1);--error:hsla(351,95%,56%,1);--cookie-primary:#4182DC;--cookie-secondary:#3237AF;--cookie-background:#ffffff;--cookie-text:#000000;--space-4xs:clamp(0.52rem,calc(-0.03vw + 0.53rem),0.49rem);--space-3xs:clamp(0.66rem,calc(0.04vw + 0.64rem),0.7rem);--space-2xs:clamp(0.82rem,calc(0.16vw + 0.77rem),0.99rem);--space-xs:clamp(1.02rem,calc(0.35vw + 0.91rem),1.4rem);--space-s:clamp(1.28rem,calc(0.65vw + 1.07rem),1.98rem);--space-m:clamp(1.6rem,calc(1.11vw + 1.24rem),2.8rem);--space-l:clamp(2rem,calc(1.81vw + 1.42rem),3.96rem);--space-xl:clamp(2.5rem,calc(2.87vw + 1.58rem),5.6rem);--space-2xl:clamp(3.13rem,calc(4.44vw + 1.71rem),7.92rem);--space-3xl:clamp(3.91rem,calc(6.75vw + 1.75rem),11.19rem);--space-4xl:clamp(4.88rem,calc(10.13vw + 1.64rem),15.83rem);--text-xs:clamp(1.2rem,calc(0.09vw + 1.17rem),1.3rem);--text-s:clamp(1.4rem,calc(0.14vw + 1.36rem),1.55rem);--text-m:clamp(1.7rem,calc(0.09vw + 1.67rem),1.8rem);--text-l:clamp(1.9rem,calc(0.28vw + 1.81rem),2.2rem);--text-xl:clamp(2.2rem,calc(0.74vw + 1.96rem),3rem);--text-2xl:clamp(2.4rem,calc(1.02vw + 2.07rem),3.5rem);--text-3xl:clamp(2.6rem,calc(2.22vw + 1.89rem),5rem);--text-4xl:clamp(2.6rem,calc(4.07vw + 1.3rem),7rem);--text-5xl:clamp(2.6rem,calc(5vw + 1rem),8rem);--radius-xs:clamp(0.4rem,calc(0vw + 0.4rem),0.4rem);--radius-s:clamp(0.6rem,calc(0.19vw + 0.54rem),0.8rem);--radius-m:clamp(1rem,calc(0.19vw + 0.94rem),1.2rem);--radius-l:clamp(1.6rem,calc(0.37vw + 1.48rem),2rem);--radius-xl:clamp(2.6rem,calc(0.56vw + 2.42rem),3.2rem);--radius-full:999rem;}.bg-primary{background-color:var(--primary);}/* Custom Stylesheets */ /* Equalizer Design - CF CUSTOM CSS */ /* --------------------------------------------- */ /* SECTION */ /* --------------------------------------------- */ .section{padding-top:0;padding-bottom:0;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden;}.section--overflow{overflow-x:visible;}.section--header{padding-top:{padding-top:0;};padding-bottom:{padding-bottom:0;};}/* SECTION TOP SPACING */ .section--pt-0{padding-top:0;}.section--pt-4xs{padding-top:var(--space-4xs);}.section--pt-3xs{padding-top:var(--space-3xs);}.section--pt-2xs{padding-top:var(--space-2xs);}.section--pt-xs{padding-top:var(--space-xs);}.section--pt-s{padding-top:var(--space-s);}.section--pt-m{padding-top:var(--space-m);}.section--pt-l{padding-top:var(--space-l);}.section--pt-xl{padding-top:var(--space-xl);}.section--pt-2xl{padding-top:var(--space-2xl);}.section--pt-3xl{padding-top:var(--space-3xl);}.section--pt-4xl{padding-top:var(--space-4xl);}/* SECTION BOTTOM SPACING */ .section--pb-0{padding-bottom:0;}.section--pb-4xs{padding-bottom:var(--space-4xs);}.section--pb-3xs{padding-bottom:var(--space-3xs);}.section--pb-2xs{padding-bottom:var(--space-2xs);}.section--pb-xs{padding-bottom:var(--space-xs);}.section--pb-s{padding-bottom:var(--space-s);}.section--pb-m{padding-bottom:var(--space-m);}.section--pb-l{padding-bottom:var(--space-l);}.section--pb-xl{padding-bottom:var(--space-xl);}.section--pb-2xl{padding-bottom:var(--space-2xl);}.section--pb-3xl{padding-bottom:var(--space-3xl);}.section--pb-4xl{padding-bottom:var(--space-4xl);}/* --------------------------------------------- */ /* CONTAINER */ /* --------------------------------------------- */ .container{width:100%;margin-inline:auto;/* centreer binnen section */ padding-inline:var(--space-m);box-sizing:border-box;max-width:none;/* default = full */ }:root{--container-s:1000px;--container-m:1200px;--container-l:1400px;--container-xl:1600px;}/* verschillende formaten containers */ .container--s{max-width:var(--container-s);}.container--m{max-width:var(--container-m);}.container--l{max-width:var(--container-l);}.container--xl{max-width:var(--container-xl);}/* --------------------------------------------- */ /* STACK (vertical spacing layout) */ /* --------------------------------------------- */ /* Default stack (medium spacing) */ .stack > * + *{margin-top:var(--space-m);}/* Small spacing */ .stack--s > * + *{margin-top:var(--space-s);}/* Medium spacing (explicit) */ .stack--m > * + *{margin-top:var(--space-m);}/* Large spacing */ .stack--l > * + *{margin-top:var(--space-l);}/* Extra large (optioneel,handig voor hero-secties) */ .stack--xl > * + *{margin-top:var(--space-xl);}/* --------------------------------------------- */ /* BLOCK / DIV's > DEFAULT BRICKS!!! */ /* --------------------------------------------- */ /* --------------------------------------------- */ /* GRID / FLEX > IN BRICKS!!! */ /* --------------------------------------------- */ /* --------------------------------------------- */ /* BACKGROUND */ /* --------------------------------------------- */ .bg-gradient-primary-secondary{background:linear-gradient( 135deg,var(--primary),var(--secondary) );}/* =============================== FIX:zwarte focus / klik randen Bricks + Next Bricks menu =============================== */ /* Toggle (hamburger) */ #menu-toggle{outline:none !important;box-shadow:none !important;}#menu-toggle *{outline:none !important;box-shadow:none !important;}/* Menu tekst */ .menu-text{outline:none !important;box-shadow:none !important;}.menu-text *{outline:none !important;box-shadow:none !important;}/* Menu items container */ #menu-navitems{outline:none !important;box-shadow:none !important;}#menu-navitems *{outline:none !important;box-shadow:none !important;}/* Focus / active states */ #menu-toggle:focus,#menu-toggle:focus-visible,#menu-toggle:active,#menu-toggle:focus-within,.menu-text:focus,.menu-text:focus-visible,.menu-text:active,.menu-text:focus-within,#menu-navitems a:focus,#menu-navitems a:focus-visible,#menu-navitems a:active,#menu-navitems a:focus-within{outline:none !important;box-shadow:none !important;}/* Mobiel / Safari tap highlight (Bricks-safe) */ #menu-toggle{-webkit-tap-highlight-color:transparent;}.menu-text{-webkit-tap-highlight-color:transparent;}#menu-navitems a{-webkit-tap-highlight-color:transparent;}