.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;font-family:"Jost", Sans-serif;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:#396B84;font-family:"Jost", Sans-serif;color:#FFFFFF;border-style:none;border-radius:50px 50px 50px 50px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:#000000;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:#5586A4;font-family:"Jost", Sans-serif;}.elementor-kit-4 h1{color:#6A6455;font-family:"Jost", Sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1.1px;}.elementor-kit-4 h2{color:#6A6455;font-family:"Jost", Sans-serif;font-size:25px;font-weight:700;text-transform:uppercase;letter-spacing:1.1px;}.elementor-kit-4 h3{color:#6A6455;font-family:"Jost", Sans-serif;font-size:20px;font-weight:500;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1800px;}.e-con{--container-max-width:1800px;}.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 .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-kit-4 h2{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4 h2{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.c-fikloo {
  width: 90vw;
  max-height: 90vh;
}

/* Hoofdcontainer met renderfixes */
.schuine-overlay {
  position: relative;
  overflow: hidden;
  background-color: white;
  transform: translateZ(0);               /* GPU rendering fix */
  backface-visibility: hidden;
  will-change: transform;
}

/* Witte linkerdriehoek (overlapt blauw lichtjes) */
.schuine-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);               /* iets breder om subpixel-randjes te maskeren */
  height: 100%;
  background: white;
  clip-path: polygon(0 0, 21% 0, 0 100%);
  z-index: 2;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  mix-blend-mode: normal;
}

/* Blauwe vorm rechts eroverheen */
.schuine-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;                             /* lichte overlap naar links */
  width: calc(100% + 2px);
  height: 100%;
  background: #5f85a0;
  clip-path: polygon(19% 0, 35% 0, 15% 100%, 0 100%);
  z-index: 3;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  mix-blend-mode: normal;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.05); /* maskeer streep met subtiele schaduw */
}

/* De afbeelding zelf (achtergrondlaag) */
.schuine-overlay img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.01);               /* rekt beeld licht uit voor overlap */
  transform-origin: center;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Jost';
	font-display: auto;
	src: url('https://rosehill-export.nl/wp-content/uploads/2025/08/Jost-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */