.elementor-kit-139{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-181a72f:#FF8000;--e-global-color-2dcfb62:#ED7F42;--e-global-color-9fd3b69:#ED7F42;--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-139 e-page-transition{background-color:#FFBC7D;}.elementor-kit-139 img{opacity:0.57;}.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{--lightbox-header-icons-size:1px;--lightbox-navigation-icons-size:0px;}@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 *//* ------------------------------- */
/* 1. Sliders groter maken op mobiel */
/* ------------------------------- */
@media (max-width: 768px) {
  .twentytwenty-container img {
    max-height: 400px !important;  /* vergroot de hoogte */
    width: 100% !important;         /* laat foto's netjes breed uitrekken */
    object-fit: cover !important;   /* vult het vlak zonder vervormen */
  }
}

/* ------------------------------- */
/* 2. Geen opacity-verandering meer */
/* ------------------------------- */
.twentytwenty-container img {
  opacity: 1 !important;           /* altijd volledig zichtbaar */
  transition: none !important;     /* geen fade-effect meer */
}

.twentytwenty-container img:hover,
.twentytwenty-container img:active {
  opacity: 1 !important;           /* ook bij aanraken of hover */
}
/* Alle afbeeldingen altijd volledig zichtbaar */
img {
  opacity: 1 !important;
  transition: none !important; /* geen fade-effect */
}

/* Ook bij hover, focus en klik geen dimmen */
img:hover,
img:focus,
img:active {
  opacity: 1 !important;
}/* End custom CSS */