.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Open Sans", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#FFFFFF;border-style:none;border-radius:9999px 9999px 9999px 9999px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Onest", Sans-serif;font-size:30px;}.elementor-kit-7 h2{font-family:"Onest", Sans-serif;font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* ===== Verwijder alle witruimte tussen header en eerste sectie ===== */
body, html {
  margin: 0 !important;
  padding: 0 !important;
}

/* Elementor wrapper correctie */
.elementor,
.elementor-section,
.elementor-top-section,
.elementor-element {
  margin: 0 !important;
  padding: 0 !important;
}

/* Zorg dat header strak aansluit op hero */
.jh-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}


/* Extra: als Elementor zelf sectie-witruimte forceert */
.elementor-section{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Body wrapper binnen Elementor */
#content, .site-content, .page-content, .elementor-location-header + section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.btn-primary {
  background-color: var(--accent);
  color: #fff;
  padding: 14px 34px;
  border-radius: 999px !important;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

/* ---------- Algemene linkstijl ---------- */
a {
  color: var(--primary);              /* gebruik jouw donkerblauwe hoofdtoon */
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--accent);               /* goudkleurige hover */
  text-decoration: underline;         /* optioneel, voor duidelijkheid */
}/* End custom CSS */