.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-048abd0:#0B2546;--e-global-color-f8a11a7:#1D5F79;--e-global-color-7bd9a04:#F8F8F8;--e-global-color-9d59b7c:#C8E9F1;--e-global-color-fc507c3:#C3D737;--e-global-color-404eea6:#89EFAD;--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;--e-global-typography-81b2e8b-font-family:"Archivo";--e-global-typography-81b2e8b-font-size:56px;--e-global-typography-81b2e8b-font-weight:700;--e-global-typography-81b2e8b-line-height:1em;--e-global-typography-66e703d-font-family:"Archivo";--e-global-typography-66e703d-font-size:40px;--e-global-typography-66e703d-font-weight:700;--e-global-typography-66e703d-line-height:1em;--e-global-typography-7cfef1a-font-family:"Archivo";--e-global-typography-7cfef1a-font-size:32px;--e-global-typography-7cfef1a-font-weight:600;--e-global-typography-7cfef1a-line-height:1em;--e-global-typography-adf0b31-font-family:"Archivo";--e-global-typography-adf0b31-font-size:24px;--e-global-typography-adf0b31-font-weight:600;--e-global-typography-6967e37-font-family:"Archivo";--e-global-typography-6967e37-font-size:20px;--e-global-typography-6967e37-font-weight:400;--e-global-typography-10e27c1-font-family:"Archivo";--e-global-typography-10e27c1-font-size:24px;--e-global-typography-10e27c1-font-weight:400;--e-global-typography-10e27c1-line-height:1.2em;--e-global-typography-3f1612f-font-family:"Archivo";--e-global-typography-3f1612f-font-size:20px;--e-global-typography-3f1612f-font-weight:600;}.elementor-kit-9 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){--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);}.elementor-lightbox{background-color:#0B254690;}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-81b2e8b-font-size:36px;--e-global-typography-66e703d-font-size:32px;--e-global-typography-7cfef1a-font-size:24px;--e-global-typography-adf0b31-font-size:18px;--e-global-typography-6967e37-font-size:16px;--e-global-typography-10e27c1-font-size:18px;--e-global-typography-3f1612f-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-81b2e8b-font-size:32px;--e-global-typography-66e703d-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* start Map op locatiepagina */
.wp-map{
  position: relative;
  overflow: hidden;

  --overlay-bg: #0b2546;
  --overlay-opacity: 0.75;
  --text-color: #f8f8f8;
}

.wp-map::before{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay-bg);
  opacity: var(--overlay-opacity);
  z-index: 5;
  pointer-events: none;
}

.wp-map::after{
  content: "Hier staat een interactieve map die jij niet kan zien omdat je de bijhorende cookies niet hebt aanvaard. Klik links onder op Privacyvoorkeuren om cookies te accepteren.";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(80%, 560px);
  padding: 12px 16px;
  color: var(--text-color);
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  z-index: 10;
  pointer-events: none;
  box-sizing: border-box;
}

/* Engelse versie via WPML */
html[lang="en-US"] .wp-map::after,
html[lang="en-GB"] .wp-map::after,
html[lang="en"] .wp-map::after{
  content: "This section contains an interactive map content that you cannot view because you have not accepted the corresponding cookies. Click “Privacy Preferences” in the bottom-left corner to accept cookies.";
}

/* overlay verbergen na consent */
body.iubenda-external-content-allowed .wp-map::before,
body.iubenda-external-content-allowed .wp-map::after{
  display: none;
}

@media (max-width: 1024px){
  .wp-map::after{
    width: min(82%, 340px);
    font-size: 17px;
  }
}

@media (max-width: 767px){
  .wp-map::after{
    width: min(88%, 280px);
    font-size: 15px;
  }
}
/* End Map op locatiepagina *//* End custom CSS */