.elementor-kit-6{--e-global-color-primary:#81B7DB;--e-global-color-secondary:#81DBA4;--e-global-color-text:#252525;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--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;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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 *//* Zorgt dat elke clip vierkant en met afgeronde hoeken is */
.clip {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;   /* altijd vierkant */
  overflow: hidden;
  border-radius: 12px;
}

/* Video vult de container zonder te rekken */
.clip__video {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
  border-radius: 12px;
  pointer-events: none;  /* voorkomt fullscreen bij tap */
}

/* Forceer 2 kolommen op mobiel voor de Basic Gallery */
@media (max-width: 767px){
  .two-col-gallery .gallery{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 12px !important; /* pas aan */
  }

  /* breek core floats/widths van WP/tema */
  .two-col-gallery .gallery-item{
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  /* sommige thema's zetten widths per 'columns-X' class: neutraliseer die ook */
  .two-col-gallery .gallery[class*="gallery-columns-"] .gallery-item{
    width: auto !important;
    max-width: none !important;
  }

  .two-col-gallery .gallery img{
    display: block;
    width: 100% !important;
    height: auto !important;
    border-radius: 12px; /* optioneel */
  }
}

/* Optioneel: tablet 3 kolommen, desktop 4 */
@media (min-width: 768px) and (max-width: 1023px){
  .two-col-gallery .gallery{ grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
}
@media (min-width: 1024px){
  .two-col-gallery .gallery{ grid-template-columns: repeat(4, minmax(0,1fr)) !important; }
}

/* Elementor lightbox captions volledig verbergen */
.elementor-slideshow__title {
    display: none !important;
}/* End custom CSS */