.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-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-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);}.site-header{padding-inline-end:0px;padding-inline-start: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 */html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

footer{
    display: none;
}
.video-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: roboto;
    text-align: center;
    color: #000;
    background-color: #fff;
    margin-top: 0;
    height: 60px;
    padding: 0 20px;
}

.video-gallery-container li img{
    border-radius: 10px 10px 0 0 !important;
}

.video-gallery-container li div{
    border-radius: 10px 10px 0 0 !important;
    box-shadow: none !important;
}

.video-gallery-container li > div {
  border-radius: 0 0 10px 10px !important;
}

.change-button-color{
    color: #FFF !important;
    fill: #FFF !important;
}

.e-hosted-video {
    height: var(--vh) !important; /* lock op onze JS-hoogte */
}


.video-gallery-container li {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.video-gallery-container li:hover,
.video-gallery-container li:focus {
  -webkit-filter: drop-shadow(0 0 10px rgba(25, 131, 58));
  filter: drop-shadow(0 0 10px rgba(25, 131, 58));
  transform: scale(1.025);
}

.adipoli-before,
.adipoli-after {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateZ(0); /* force GPU repaint */
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 0.3s ease;
}/* End custom CSS */