.elementor-kit-4390{--e-global-color-primary:#0397B1;--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;}.elementor-kit-4390 button,.elementor-kit-4390 input[type="button"],.elementor-kit-4390 input[type="submit"],.elementor-kit-4390 .elementor-button{background-color:#2A3351;}.elementor-kit-4390 button:hover,.elementor-kit-4390 button:focus,.elementor-kit-4390 input[type="button"]:hover,.elementor-kit-4390 input[type="button"]:focus,.elementor-kit-4390 input[type="submit"]:hover,.elementor-kit-4390 input[type="submit"]:focus,.elementor-kit-4390 .elementor-button:hover,.elementor-kit-4390 .elementor-button:focus{background-color:#EF8522;}.elementor-kit-4390 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4390 h1{color:var( --e-global-color-astglobalcolor2 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* ============================================================
   JB-ACADEMY — Layout Fix: Overlappende containers hero-sectie
   Plak deze CSS in:
   WordPress Beheer → Weergave → Aanpassen → Extra CSS
   OF
   Elementor → Site Settings → Custom CSS
   ============================================================ */

/* ----------------------------------------------------------
   FIX 1: Hero sectie kolommen — voorkom overlap
   Zorgt dat de twee kolommen (tekst + prijskaart) altijd
   naast elkaar blijven zonder over elkaar te vallen.
   ---------------------------------------------------------- */

/* Zet de hero section container op een veilig flex-model */
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con-inner {
  overflow: visible !important;
}

/* Verwijder eventuele negatieve margins die overlap veroorzaken */
.elementor-section .elementor-column {
  position: relative !important;
  z-index: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Zorg dat kolommen nooit buiten hun eigen ruimte treden */
.elementor-section .elementor-column > .elementor-column-wrap,
.elementor-section .elementor-column > .elementor-widget-wrap {
  overflow: visible !important;
  position: relative !important;
}

/* ----------------------------------------------------------
   FIX 2: Prijskaart (rechterkolom) — sticky fix
   Als de prijskaart position:sticky heeft, reset dit op
   schermen kleiner dan 1024px zodat hij gewoon mee-scrollt.
   ---------------------------------------------------------- */

@media (max-width: 1024px) {
  .elementor-section .elementor-column .elementor-widget-wrap {
    position: relative !important;
    top: auto !important;
  }

  /* Verplicht de kolommen om onder elkaar te stapelen */
  .elementor-section.elementor-section-boxed .elementor-container {
    flex-wrap: wrap !important;
  }

  .elementor-section .elementor-col-50,
  .elementor-section .elementor-col-60,
  .elementor-section .elementor-col-40 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ----------------------------------------------------------
   FIX 3: Tekst die over de kaart loopt (z-index conflict)
   Geeft de tekst en kaart hun eigen stacking context
   zodat ze nooit over elkaar heen kunnen vallen.
   ---------------------------------------------------------- */

.elementor-section {
  isolation: isolate;
}

/* Linkerkolom (hero tekst) altijd eronder */
.elementor-section .elementor-column:first-child {
  z-index: 1 !important;
}

/* Rechterkolom (prijskaart) altijd erbovenop zijn eigen laag */
.elementor-section .elementor-column:last-child {
  z-index: 2 !important;
}

/* ----------------------------------------------------------
   FIX 4: Elementor Flexbox Containers (nieuwere versie)
   Als de site Elementor Flexbox Containers gebruikt
   (e-con in plaats van elementor-section), gebruik dit:
   ---------------------------------------------------------- */

.e-con {
  overflow: visible !important;
  isolation: isolate;
}

.e-con > .e-con-inner {
  overflow: visible !important;
}

/* Flexbox container kinderen op mobiel onder elkaar */
@media (max-width: 1024px) {
  .e-con.e-flex {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }

  .e-con > .e-con {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* ----------------------------------------------------------
   FIX 5: Specifieke hero-sectie fix
   Op basis van de paginastructuur lijkt de hero-sectie
   een donkere achtergrond (#2A3351) te hebben. Dit target
   die sectie specifiek voor maximale precisie.
   ---------------------------------------------------------- */

/* Target de blauwe hero achtergrond sectie */
.elementor-section[data-settings*="2A3351"] .elementor-container,
section.elementor-section:has(.elementor-widget-heading h1) .elementor-container {
  display: flex !important;
  align-items: flex-start !important;
  gap: 40px !important;
  flex-wrap: wrap !important;
}

/* Op tablet en kleiner: verplicht wrap */
@media (max-width: 768px) {
  section.elementor-section:has(.elementor-widget-heading h1) .elementor-container {
    flex-direction: column !important;
  }

  section.elementor-section:has(.elementor-widget-heading h1) .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ----------------------------------------------------------
   FIX 6: Verhoog column gap in de hero sectie
   Geeft de kolommen voldoende ademruimte zodat ze
   niet over elkaar kunnen schuiven.
   ---------------------------------------------------------- */

@media (min-width: 1025px) {
  .elementor-section .elementor-container {
    column-gap: clamp(20px, 3vw, 60px);
  }
}/* End custom CSS */