.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9e0600c:#1590C9;--e-global-color-9f43d55:#EE7F02;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:700;--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-4 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);}@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-kit-4{--e-global-typography-primary-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body,
.elementor,
.elementor-page,
.elementor-page body {
  height: 100%;
  background: transparent !important;
}

/* Gebruik ::before zodat Elementor niets kan overschrijven */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;

  background:
    /* glow rechtsboven (STERK) */
    radial-gradient(900px 700px at 85% 15%,
      rgba(170, 220, 240, 0.75) 0%,
      rgba(170, 220, 240, 0.40) 30%,
      rgba(170, 220, 240, 0.00) 65%
    ),

    /* glow linksonder (STERK) */
    radial-gradient(850px 700px at 15% 85%,
      rgba(120, 200, 230, 0.70) 0%,
      rgba(120, 200, 230, 0.35) 35%,
      rgba(120, 200, 230, 0.00) 70%
    ),

    /* basis gradient */
    linear-gradient(180deg,
      #45b2db 0%,
      #2f9fd1 45%,
      #1f8fc3 100%
    );

  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}/* End custom CSS */