.elementor-kit-5{--e-global-color-primary:#999999;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#621BEE;--e-global-color-e03878b:#EEEEEE;--e-global-color-a83f112:#504983;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:600;--e-global-typography-cc3a67a-font-family:"Poppins";--e-global-typography-cc3a67a-font-size:22px;--e-global-typography-cc3a67a-font-weight:600;--e-global-typography-9c28cf7-font-family:"Poppins";--e-global-typography-9c28cf7-font-size:20px;--e-global-typography-9c28cf7-font-weight:400;--e-global-typography-e41f926-font-family:"Poppins";--e-global-typography-e41f926-font-size:38px;--e-global-typography-e41f926-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a {
    color: #FFFFFF;
}

a:hover {
    color:#0C0D0E;
}

/* Voeg automatisch nummers toe aan accordeon-titels */
.elementor-accordion .elementor-tab-title {
  position: relative;
  padding-left: 30px; /* Geeft ruimte voor het nummer links */
  counter-increment: acc-counter; /* Telt op voor elk accordeon-item */
}

.elementor-accordion .elementor-tab-title::before {
  content: counter(acc-counter) ". "; /* Voegt nummer toe, bijvoorbeeld "1. " */
  position: absolute;
  left: 0; /* Plaatst het nummer aan de linkerkant */
  font-weight: bold;
  color: #000;
}/* End custom CSS */