.elementor-kit-6{--e-global-color-primary:#337F95;--e-global-color-secondary:#E8685F;--e-global-color-text:#383C42;--e-global-color-accent:#EAF2F4;--e-global-color-5f6238c:#ECECEC;--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-6 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);}.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 */body , html {
	overflow-x: hidden;
}

#section1{
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px!important;
    position: relative;
}

.section1-content-col h1{
    color: #337F95;
    font-size: 46px;
    font-weight: 900;
    margin: 0 0 20px;
    max-width: 520px!important;
}
.section1-content-col h2{
    color: #337F95;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px!important;
    font-weight: bold;
	line-height: normal;
    margin: 0 0 28px 0;
}

.section1-content-col h5{
    color: #7a7a7a;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 0 0 28px 0;
}

.section1-content-col .button-red {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 12px 45px !important;
}

.section1-content-col {
    float: left;
    width: 60%;
    padding-top: 40px;
}

#section3 h1, #section4 h1, #section5 h1, #section6 h1 {
    color: #383C42;
    font-size: 40px!important;
    text-align: center;
}

.howto-card {
    width: calc((100% - 90px)/3)!important;
margin: 15px 0;
}

.header-branding {
    float: left;
    width: 160px!important;
}

.elementor-custom-embed-image-overlay {
	border-radius: 30px;
}

.custom-gap .elementor-container {
  display: flex;
  gap: 30px;
}


@media (max-width: 767px) {
  .custom-gap .elementor-container {
    flex-direction: column;
    gap: 10px;
  }
}

.custom-no-gap .elementor-container {
  display: flex;
  gap: 0px;
}

.custom-gap-100 .elementor-container {
  display: flex;
  gap: 100px;
}

@media (max-width: 767px) {
  .custom-gap-100 .elementor-container {
    flex-direction: column;
    gap: 20px;
  }
}

/* Slider viewport: 6e slide verbergen, randjes niet afknippen */
.custom-slider .swiper {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

/* Parent knipt niet; anker voor pijlen */
.custom-slider-parent {
  position: relative;
  overflow: visible;
}

/* Pijlen stijl & kleuren */
.custom-slider-parent .swiper-button-prev,
.custom-slider-parent .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 44px;
  height: 44px;
  color: #337F95;
  transition: color .2s ease, transform .2s ease;
  pointer-events: auto;
}
.custom-slider-parent .swiper-button-prev:hover,
.custom-slider-parent .swiper-button-next:hover {
  color: #E8685F;
}
.custom-slider-parent .swiper-button-prev::after,
.custom-slider-parent .swiper-button-next::after {
  font-size: 24px;
}

.custom-slider .swiper-slide {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .custom-slider-parent .swiper-button-prev,
  .custom-slider-parent .swiper-button-next {
    color: #fff; /* basiskleur op mobiel */
  }
}

.mask-image img {
  border-bottom-left-radius: 50% 0px;
  border-bottom-right-radius: 50% 20px;
}

.icon-custom-size .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
}

.icon-custom-size .elementor-button-icon {
  font-size: 25px;
  line-height: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .mobile-no-absolute {
    position: static !important;
    inset: auto !important; /* reset alle top/right/bottom/left waarden */
    transform: none !important;
  }
}






/* Wrapper horizontaal */
.custom-slider-single .swiper-wrapper {
  display: flex;
  height: auto !important;
  overflow: visible !important;
}

/* Slide full width, net iets kleiner om hapjes te voorkomen */
.custom-slider-single .swiper-slide {
  flex: 0 0 calc(100% - 1px);
  height: auto !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: visible !important;
}

/* Afbeeldingen netjes passend */
.custom-slider-single .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Parent voor pijlen */
.custom-slider-single-parent {
  position: relative;
  overflow: visible;
}

/* Pijlen basisstijl (desktop/tablet) */
.custom-slider-single-parent .swiper-button-prev,
.custom-slider-single-parent .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 44px;
  height: 44px;
  color: #337F95;
  transition: color .2s ease, transform .2s ease;
  pointer-events: auto;
}
.custom-slider-single-parent .swiper-button-prev:hover,
.custom-slider-single-parent .swiper-button-next:hover {
  color: #E8685F;
}
.custom-slider-single-parent .swiper-button-prev::after,
.custom-slider-single-parent .swiper-button-next::after {
  font-size: 24px;
}

/* Mobiel: pijlen naar binnen, gecentreerd op slider, en wit */
@media (max-width: 767px) {
  .custom-slider-single {
    position: relative; /* anker voor de pijlen op mobiel */
  }

  .custom-slider-single-parent .swiper-button-prev,
  .custom-slider-single-parent .swiper-button-next {
    top: 50% !important;
    transform: translateY(-50%);
    color: #fff !important;
    width: 36px;
    height: 36px;
  }

  .custom-slider-single-parent .swiper-button-prev {
    left: 8px !important;
    right: auto !important;
  }

  .custom-slider-single-parent .swiper-button-next {
    right: 8px !important;
    left: auto !important;
  }
}

/* Altijd hoogste prioriteit voor zichtbaarheid */
.custom-slider-single-parent .swiper-button-prev,
.custom-slider-single-parent .swiper-button-next {
  z-index: 9999 !important;
}/* End custom CSS */