:root {
  /* kleuren */
  --backBlack: #000;
  --text: #454545;
  --primary: #6F1947;
  --secondary: #EBEAE4;
  --primaryLight: #aac4ce;
  --lightGray: #dcd8d0;
  /* fonts */
  --bodyFont: 'Inter';
  --bodyFontType: 'sans-serif';
  --headingFont: 'Outfit';
  --headingFontType: 'sans-serif';
  --sitework: 'Poppins';
  --siteworkType: 'sans-serif';
  --baseFontSize: 16px;
  --baseLineHeight: '1.5';
  /* UI */
  --borderRadius: 30px;
}

.subfont {
  font-family: var(--headingFont), var(--headingFontType);
}

.content ul {
  list-style: disc;
  padding-left: 20px;
}
.content ol {
  list-style: decimal;
  padding-left: 20px;
}

.large-heading {
  font-size: 48px;
}

h1 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 36px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

.h1 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 36px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

h2 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 32px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

.h2 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 32px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

h3 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 28px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

.h3 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 28px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

h4 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 24px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

.h4 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 24px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

h5 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 20px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

.h5 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 20px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

h6 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 16px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

.h6 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 16px;
  color: black;
  font-weight: regular;
  line-height: 1.2;
}

@media only screen and (max-width: 1300px) {
  .large-heading {
    font-size: 40px;
  }
  h1 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 38px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h1 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 38px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  h2 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 34px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h2 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 34px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  h3 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 30px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h3 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 30px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  h4 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 26px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h4 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 26px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  h5 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 22px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h5 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 22px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  h6 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 18px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h6 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 18px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1000px) {
  .large-heading {
    font-size: 36px;
  }
  h1 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 34px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h1 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 34px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  h2 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 30px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h2 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 30px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  h3 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 26px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h3 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 26px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .large-heading {
    font-size: 30px;
  }
  h1 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 28px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h1 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 28px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  h2 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 26px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h2 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 26px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  h3 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 24px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
  .h3 {
    font-family: var(--headingFont), var(--headingFontType);
    font-size: 24px;
    color: black;
    font-weight: regular;
    line-height: 1.2;
  }
}
a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: var(--text);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: all 0.3s ease-out;
}
a:visited {
  color: var(--text);
  text-decoration-color: var(--text);
}
a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
  text-underline-offset: 5px;
}
a:active {
  color: var(--text);
  text-decoration-color: var(--text);
}

/* CORE STYLES */
.navigation {
  width: auto;
  float: right;
  height: 112px;
  display: fixed;
  position: relative;
  font-family: var(--headingFont);
  background-color: transparent;
}
.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}
.navigation-hidden .nav-header {
  display: none;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  margin-top: 10px;
  right: 15px;
}
@media only screen and (max-width: 1000px) {
  .nav-toggle {
    right: 0px;
  }
}
.nav-toggle {
  display: none;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: black;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 black, 0 1em 0 0 black;
          box-shadow: 0 0.5em 0 0 black, 0 1em 0 0 black;
}
.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: white;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: black;
  font-size: 26px;
  cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.nav-menu.nav-menu-centered {
  text-align: center;
}
.nav-menu.nav-menu-centered > li {
  float: none;
}
.nav-menu > li {
  display: inline-block;
  text-align: left;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.nav-menu > li > a {
  height: 112px;
  padding: 8px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: regular;
  color: black;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media only screen and (max-width: 1250px) {
  .nav-menu > li > a {
    padding: 8px 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .nav-menu > li > a {
    padding: 8px;
  }
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
  color: var(--primary);
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 0px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent black black transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent var(--primary) var(--primary) transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  -ms-touch-action: none;
      touch-action: none;
  overflow-x: hidden;
}

/* DROPDOWN EXTENSION */
.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: white;
  background-color: var(--primary);
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
  color: var(--primary);
}
.nav-dropdown.nav-dropdown-left {
  right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron, .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent var(--primary) var(--primary) transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* MEGAMENU EXTENSION */
.megamenu-panel {
  width: 100%;
  padding: 40px 0px 40px 40px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px var(--primary);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  isolation: isolate;
}
.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.megamenu-panel [class*=container] {
  width: 100%;
}
.megamenu-panel [class*=container] [class*=col-] {
  padding: 0;
}
.megamenu-panel .megamenu-slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  margin-top: 1.5rem;
}
.megamenu-panel .megamenu-slider-navigation .swiper-button-prev,
.megamenu-panel .megamenu-slider-navigation .swiper-button-next {
  position: static;
  inset: auto;
  margin: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.megamenu-panel .megamenu-slider-navigation .swiper-button-prev::after,
.megamenu-panel .megamenu-slider-navigation .swiper-button-next::after {
  display: none;
}
.megamenu-panel .megamenu-slider-navigation .swiper-button-prev i,
.megamenu-panel .megamenu-slider-navigation .swiper-button-next i {
  font-size: 16px;
  line-height: 1;
}
.megamenu-panel .megamenu-slider-navigation .swiper-button-prev:hover,
.megamenu-panel .megamenu-slider-navigation .swiper-button-next:hover {
  opacity: 0.85;
}
.megamenu-panel .megamenu-slider-navigation .swiper-button-prev.swiper-button-disabled,
.megamenu-panel .megamenu-slider-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.megamenu-panel .megamenu-slider {
  overflow: hidden;
  width: 100%;
}
.megamenu-panel .megamenu-slider .swiper-slide {
  height: auto;
}
.megamenu-panel .megamenu-slider .swiper-slide a {
  display: block;
  text-decoration: none;
}
.megamenu-panel .megamenu-slider .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

/* GRID */
.megamenu-panel-row {
  width: 100%;
}
.megamenu-panel-row:before, .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.megamenu-panel-row:after {
  clear: both;
}
.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0;
}
.megamenu-panel-row .col-1 {
  width: 5.5833333333%;
}
.megamenu-panel-row .col-2 {
  width: 14.1666666667%;
}
.megamenu-panel-row .col-3 {
  width: 22.75%;
}
.megamenu-panel-row .col-4 {
  width: 31.3333333333%;
}
.megamenu-panel-row .col-5 {
  width: 39.9166666667%;
}
.megamenu-panel-row .col-6 {
  width: 48.5%;
}
.megamenu-panel-row .col-7 {
  width: 57.0833333333%;
}
.megamenu-panel-row .col-8 {
  width: 65.6666666667%;
}
.megamenu-panel-row .col-9 {
  width: 74.25%;
}
.megamenu-panel-row .col-10 {
  width: 82.8333333333%;
}
.megamenu-panel-row .col-11 {
  width: 91.4166666667%;
}
.megamenu-panel-row .col-12 {
  width: 100%;
}

footer .foot-col h2, footer .foot-col h3, footer .foot-col h4, footer .foot-col h5, footer .foot-col h6 {
  font-size: 20px;
}

.btn, a[title=knop] {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-decoration: none;
  background-color: var(--primary);
  color: #fff !important;
  padding: 8px 24px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: var(--borderRadius);
}
@media only screen and (max-width: 768px) {
  .btn, a[title=knop] {
    font-size: 14px;
  }
}
.btn.secondary, a[title=knop].secondary {
  background-color: var(--secondary);
  color: var(--primary) !important;
}
.btn.secondary:hover, a[title=knop].secondary:hover {
  color: var(--primary) !important;
}
.btn.btn-nav:hover, a[title=knop].btn-nav:hover {
  padding: 8px 24px;
  background-color: white;
  color: var(--primary) !important;
}
.btn.btn-nav:hover::after, a[title=knop].btn-nav:hover::after {
  display: none !important;
}
.btn.back:before, a[title=knop].back:before {
  opacity: 0;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  content: "\f053";
  padding-left: 0;
  font-family: "Font Awesome 6 Pro";
  width: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn.back:after, a[title=knop].back:after {
  display: none;
}
.btn.back:hover, a[title=knop].back:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn.back:hover::before, a[title=knop].back:hover::before {
  width: 5px;
  opacity: 1;
  padding-right: 15px;
}
.btn.large, a[title=knop].large {
  padding: 15px 30px;
}
.btn:hover, a[title=knop]:hover {
  color: white;
  padding: 8px 33px 8px 24px;
}
.btn:hover::after, a[title=knop]:hover::after {
  width: 5px;
  opacity: 1;
  padding-left: 6px;
}
.btn:after, a[title=knop]:after {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-size: 12px;
  content: "\f111";
  padding-left: 0;
  font-family: "Font Awesome 6 Pro";
  width: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.onscroll {
  /*hier komen css wijzigingen zodra je gaat scrollen. Wanneer dit wordt getriggerd is aan te passen in sitework.js*/
}
.onscroll #header-main {
  position: fixed;
  height: 72px;
}
.onscroll #header-main #topmenu {
  margin-top: 0;
  height: 0;
  opacity: 0;
}

.progress-wrap {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  --test: var(--primary);
  background: white;
}
@media only screen and (max-width: 768px) {
  .progress-wrap {
    display: none;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  content: "\f062";
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::before {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glass-effect {
  position: relative;
  background: transparent;
}
.glass-effect::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}
.glass-effect > .left {
  position: relative;
  z-index: 1;
}
.glass-effect > .right {
  z-index: 1;
}

#header {
  overflow: visible;
}
#header > .container.glass-effect {
  position: relative;
  overflow: visible;
}
#header > .container.glass-effect .navigation:not(.navigation-portrait) {
  position: static;
}
#header > .container.glass-effect .navigation:not(.navigation-portrait) .nav-menus-wrapper,
#header > .container.glass-effect .navigation:not(.navigation-portrait) .sectie-inner,
#header > .container.glass-effect .navigation:not(.navigation-portrait) .nav-menu,
#header > .container.glass-effect .navigation:not(.navigation-portrait) .nav-menu > li {
  position: static;
}
#header > .container.glass-effect .megamenu-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  max-width: none;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  #header > .container.glass-effect .megamenu-panel {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

#home-slider.swiper.home-slider {
  width: 100%;
  height: 80vh;
  max-height: 850px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  #home-slider.swiper.home-slider {
    height: 50vh;
    min-height: 500px;
    max-height: 600px;
  }
}
#home-slider.swiper.home-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
#home-slider.swiper.home-slider .swiper-slide {
  position: relative;
  height: 100%;
}
#home-slider.swiper.home-slider .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
#home-slider.swiper.home-slider .swiper-slide > .absolute {
  z-index: 4;
}
#home-slider.swiper.home-slider .swiper-slide img,
#home-slider.swiper.home-slider .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#home-slider.swiper.home-slider .home-slider__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video.is-ready {
  opacity: 1;
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video-preloader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.28);
  -webkit-transition: opacity 0.45s ease, visibility 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s ease;
  pointer-events: none;
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video-progress {
  position: relative;
  width: 120px;
  height: 120px;
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video-progress-ring {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video-progress-track,
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video-progress-bar {
  fill: none;
  stroke-width: 6;
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video-progress-track {
  stroke: rgba(255, 255, 255, 0.28);
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video-progress-bar {
  stroke: #fff;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.2s ease;
  transition: stroke-dashoffset 0.2s ease;
}
#home-slider.swiper.home-slider .home-slider__media--video .home-slider__video-progress-value {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
#home-slider.swiper.home-slider .home-slider__media--video:not(:has(.home-slider__video-poster)) {
  background: var(--secondary, #e8e4df);
}
#home-slider.swiper.home-slider .home-slider__media--video:not(:has(.home-slider__video-poster)) .home-slider__video-preloader {
  background: rgba(255, 255, 255, 0.55);
}
#home-slider.swiper.home-slider .home-slider__media--video:not(:has(.home-slider__video-poster)) .home-slider__video-progress-track {
  stroke: rgba(111, 25, 71, 0.15);
}
#home-slider.swiper.home-slider .home-slider__media--video:not(:has(.home-slider__video-poster)) .home-slider__video-progress-bar {
  stroke: var(--primary, #6f1947);
}
#home-slider.swiper.home-slider .home-slider__media--video:not(:has(.home-slider__video-poster)) .home-slider__video-progress-value {
  color: var(--primary, #6f1947);
}
#home-slider.swiper.home-slider .swiper-pagination {
  bottom: 18px !important;
}
#home-slider.swiper.home-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  opacity: 0.45;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
#home-slider.swiper.home-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary, #ffffff);
}

#breadcrumbs a {
  text-decoration: none;
  font-size: 16px;
}
#breadcrumbs li {
  color: #626262;
  font-size: 16px;
}

.producten {
  position: relative;
  overflow-y: hidden;
}
.producten .circle {
  position: absolute;
  width: 260px;
  height: 260px;
  bottom: -130px;
  left: calc(50% + 160px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: var(--lightGray);
  pointer-events: none;
}
@media only screen and (max-width: 1000px) {
  .producten .circle {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: calc(50% + 130px);
  }
}

.producten-slider-wrapper {
  position: relative;
  padding-left: max(1rem, (100vw - 1440px) / 2 + 1rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.producten-slider-wrapper #producten-slider {
  overflow: hidden;
  width: 100%;
}
.producten-slider-wrapper #producten-slider .swiper-wrapper {
  height: auto;
}
.producten-slider-wrapper #producten-slider .swiper-slide {
  height: auto;
}
.producten-slider-wrapper #producten-slider .swiper-slide .producten-slide-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.producten-slider-wrapper #producten-slider .swiper-slide .image {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.producten-slider-wrapper #producten-slider .swiper-slide .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
}
.producten-slider-wrapper .producten-slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  margin-top: 2rem;
}
.producten-slider-wrapper .producten-slider-navigation .swiper-button-prev,
.producten-slider-wrapper .producten-slider-navigation .swiper-button-next {
  position: static;
  inset: auto;
  margin: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.producten-slider-wrapper .producten-slider-navigation .swiper-button-prev::after,
.producten-slider-wrapper .producten-slider-navigation .swiper-button-next::after {
  display: none;
}
.producten-slider-wrapper .producten-slider-navigation .swiper-button-prev i,
.producten-slider-wrapper .producten-slider-navigation .swiper-button-next i {
  font-size: 16px;
  line-height: 1;
}
.producten-slider-wrapper .producten-slider-navigation .swiper-button-prev:hover,
.producten-slider-wrapper .producten-slider-navigation .swiper-button-next:hover {
  opacity: 0.85;
}
.producten-slider-wrapper .producten-slider-navigation .swiper-button-prev.swiper-button-disabled,
.producten-slider-wrapper .producten-slider-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}

section.uitgelicht {
  overflow: visible;
}
section.uitgelicht .relative {
  overflow: visible;
}

.uitgelicht-hotspots {
  overflow: visible;
  pointer-events: none;
}
.uitgelicht-hotspots .uitgelicht-hotspot {
  position: absolute;
  pointer-events: auto;
  z-index: 2;
}
.uitgelicht-hotspots .uitgelicht-hotspot.is-open {
  z-index: 3;
}
.uitgelicht-hotspots .uitgelicht-hotspot__trigger {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  isolation: isolate;
}
.uitgelicht-hotspots .uitgelicht-hotspot__trigger::before, .uitgelicht-hotspots .uitgelicht-hotspot__trigger::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0.75;
  pointer-events: none;
  -webkit-animation: uitgelicht-hotspot-ripple 2s ease-out infinite;
          animation: uitgelicht-hotspot-ripple 2s ease-out infinite;
}
.uitgelicht-hotspots .uitgelicht-hotspot__trigger::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.uitgelicht-hotspots .uitgelicht-hotspot__trigger:hover::before, .uitgelicht-hotspots .uitgelicht-hotspot__trigger:hover::after, .uitgelicht-hotspots .uitgelicht-hotspot__trigger.is-active::before, .uitgelicht-hotspots .uitgelicht-hotspot__trigger.is-active::after {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}
.uitgelicht-hotspots .uitgelicht-hotspot__trigger i {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.uitgelicht-hotspots .uitgelicht-hotspot__trigger:hover i, .uitgelicht-hotspots .uitgelicht-hotspot__trigger.is-active i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.uitgelicht-hotspots .uitgelicht-hotspot__popup {
  position: absolute;
  left: calc(100% + 16px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(520px, 100vw - 2rem);
  background: #fff;
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}
.uitgelicht-hotspots .uitgelicht-hotspot__popup.is-open {
  -webkit-animation: uitgelicht-popup-in 0.25s ease forwards;
          animation: uitgelicht-popup-in 0.25s ease forwards;
}
.uitgelicht-hotspots .uitgelicht-hotspot__popup.is-closing {
  -webkit-animation: uitgelicht-popup-out 0.25s ease forwards;
          animation: uitgelicht-popup-out 0.25s ease forwards;
}
.uitgelicht-hotspots .uitgelicht-hotspot__close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  color: var(--text);
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.uitgelicht-hotspots .uitgelicht-hotspot__close:hover {
  background: var(--lightGray);
}
.uitgelicht-hotspots .uitgelicht-hotspot__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.uitgelicht-hotspots .uitgelicht-hotspot__image {
  position: relative;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}
.uitgelicht-hotspots .uitgelicht-hotspot__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.uitgelicht-hotspots .uitgelicht-hotspot__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 24px 20px;
}
.uitgelicht-hotspots .uitgelicht-hotspot__content h3 {
  color: var(--primary);
}
.uitgelicht-hotspots .uitgelicht-hotspot__content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.uitgelicht-hotspots .uitgelicht-hotspot__content .btn {
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .uitgelicht-hotspots .uitgelicht-hotspot.is-open {
    z-index: 50;
  }
  .uitgelicht-hotspots .uitgelicht-hotspot.is-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 40;
  }
  .uitgelicht-hotspots .uitgelicht-hotspot__popup {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    top: auto;
    width: auto;
    max-width: none;
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
    -webkit-transform: none;
            transform: none;
    z-index: 50;
  }
  .uitgelicht-hotspots .uitgelicht-hotspot__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .uitgelicht-hotspots .uitgelicht-hotspot__image {
    aspect-ratio: 4/3;
    min-height: 180px;
  }
}

@-webkit-keyframes uitgelicht-hotspot-ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.75);
            transform: translate(-50%, -50%) scale(2.75);
    opacity: 0;
  }
}

@keyframes uitgelicht-hotspot-ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.75);
            transform: translate(-50%, -50%) scale(2.75);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .uitgelicht-hotspots .uitgelicht-hotspot__trigger::before, .uitgelicht-hotspots .uitgelicht-hotspot__trigger::after {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
}
@-webkit-keyframes uitgelicht-popup-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(8px);
            transform: translateY(-50%) translateX(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
@keyframes uitgelicht-popup-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(8px);
            transform: translateY(-50%) translateX(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
@-webkit-keyframes uitgelicht-popup-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(8px);
            transform: translateY(-50%) translateX(8px);
  }
}
@keyframes uitgelicht-popup-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(8px);
            transform: translateY(-50%) translateX(8px);
  }
}
@media only screen and (max-width: 768px) {
  @-webkit-keyframes uitgelicht-popup-in {
    from {
      opacity: 0;
      -webkit-transform: translateY(12px);
              transform: translateY(12px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes uitgelicht-popup-in {
    from {
      opacity: 0;
      -webkit-transform: translateY(12px);
              transform: translateY(12px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @-webkit-keyframes uitgelicht-popup-out {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(12px);
              transform: translateY(12px);
    }
  }
  @keyframes uitgelicht-popup-out {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(12px);
              transform: translateY(12px);
    }
  }
}
.youtube-player {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000;
}
.youtube-player__poster {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.youtube-player__poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.youtube-player__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.youtube-player__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  padding: 0;
  padding-left: 4px;
  border: 10px solid #fff;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}
.youtube-player__play i {
  font-size: 24px;
  line-height: 1;
}
.youtube-player__play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  background: color-mix(in srgb, var(--primary) 85%, #000);
}
.youtube-player__iframe {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.youtube-player__iframe iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.youtube-player.is-playing .youtube-player__poster,
.youtube-player.is-playing .youtube-player__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.youtube-player.is-playing .youtube-player__iframe {
  pointer-events: auto;
}

section.video .project-item {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
section.video .project-item .youtube-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#logos-slider {
  width: 100%;
  overflow: hidden;
}
#logos-slider .swiper-wrapper {
  height: auto;
}
#logos-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
#logos-slider .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#logos-slider .swiper-slide img {
  display: block;
  width: 100%;
  max-height: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
.gallery-grid a {
  display: block;
  overflow: hidden;
}
.gallery-grid a img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery-grid a:nth-child(1),
.gallery-grid a:nth-child(2) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.gallery-grid a:nth-child(n+3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media only screen and (max-width: 768px) {
  .gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gallery-grid a:nth-child(1),
  .gallery-grid a:nth-child(2),
  .gallery-grid a:nth-child(n+3) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.inspiratie-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.inspiratie-grid .item.is-hidden {
  display: none;
}
.inspiratie-grid .item .image {
  overflow: hidden;
}
.inspiratie-grid .item .image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.inspiratie-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.inspiratie-pagination__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 50px;
  padding: 0 30px;
  border: 0;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.inspiratie-pagination__btn i {
  font-size: 16px;
  line-height: 1;
}
.inspiratie-pagination__btn:hover:not(:disabled) {
  opacity: 0.85;
}
.inspiratie-pagination__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.inspiratie-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.inspiratie-pagination__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 8px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  background: #fff;
  color: var(--primary);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.inspiratie-pagination__page.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.formulier {
  width: 100%;
}
.formulier .form-group {
  position: relative;
  display: block;
  padding: 5px 0;
  margin-bottom: 10px;
}
.formulier .form-group.form-text {
  margin-top: 15px;
}
.formulier .form-group.hidden {
  display: none;
}
.formulier .form-group.area {
  margin-top: 12px;
}
.formulier .form-group label {
  display: block;
}
.formulier .form-group .jumplabel {
  position: absolute;
  left: 16px;
  top: 18px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.formulier .form-group input:not(:-moz-placeholder) + .jumplabel {
  top: -10px;
  font-size: 12px;
  color: var(--text);
  padding: 0;
  left: 0px;
}
.formulier .form-group input:not(:-ms-input-placeholder) + .jumplabel {
  top: -10px;
  font-size: 12px;
  color: var(--text);
  padding: 0;
  left: 0px;
}
.formulier .form-group input:focus + .jumplabel,
.formulier .form-group input:not(:placeholder-shown) + .jumplabel {
  top: -10px;
  font-size: 12px;
  color: var(--text);
  padding: 0;
  left: 0px;
}
.formulier .form-group textarea:not(:-moz-placeholder) + .jumplabel {
  top: -14px;
  font-size: 12px;
  color: var(--text);
  padding: 0;
  left: 0px;
}
.formulier .form-group textarea:not(:-ms-input-placeholder) + .jumplabel {
  top: -14px;
  font-size: 12px;
  color: var(--text);
  padding: 0;
  left: 0px;
}
.formulier .form-group textarea:focus + .jumplabel,
.formulier .form-group textarea:not(:placeholder-shown) + .jumplabel {
  top: -14px;
  font-size: 12px;
  color: var(--text);
  padding: 0;
  left: 0px;
}
.formulier .form-group input {
  display: block;
  width: 100%;
  line-height: 100%;
  padding: 15px;
  border: 1px solid var(--lightGray);
  border-radius: 5px;
}
.formulier .form-group input:focus {
  border-color: var(--lightGray);
  outline: none;
  background: rgb(242.25, 242.25, 242.25);
}
.formulier .form-group input::-webkit-input-placeholder {
  color: var(--text);
}
.formulier .form-group input::-moz-placeholder {
  color: var(--text);
}
.formulier .form-group input:-ms-input-placeholder {
  color: var(--text);
}
.formulier .form-group input::-ms-input-placeholder {
  color: var(--text);
}
.formulier .form-group input::placeholder {
  color: var(--text);
}
.formulier .form-group input[type=radio], .formulier .form-group input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.formulier .form-group span {
  display: inline-block;
  margin-right: 15px;
}
.formulier .form-group .file {
  position: relative;
  background: white;
  padding: 15px 15px 15px 35px;
}
.formulier .form-group #fileinput::-webkit-file-upload-button {
  visibility: hidden;
}
.formulier .form-group #fileinput::before {
  content: "Selecteren";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--primary);
  color: white;
  font-size: 18px;
  width: auto;
  padding: 0px 35px 0px 35px;
  border-radius: 0px 5px 5px 0px;
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  cursor: pointer;
}
.formulier .form-group textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid var(--lightGray);
  height: 100px;
  border-radius: 5px;
}
.formulier .form-group textarea:focus {
  border-color: var(--lightGray);
  outline: none;
  background: rgb(242.25, 242.25, 242.25);
}
.formulier .form-group .styled-select {
  position: relative;
  width: auto;
  display: inline-block;
}
.formulier .form-group .styled-select:hover::before {
  color: var(--text);
  background-color: rgba(var(--primary), 0.2);
}
.formulier .form-group .styled-select::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0px;
  right: 0;
  width: 20%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: var(--fontSizeBase);
  color: var(--text);
  background-color: rgba(var(--primary), 0.1);
  pointer-events: none;
}
.formulier .form-group .styled-select select {
  background-color: #fff;
  color: var(--text);
  padding: 12px;
  width: 250px;
  border: none;
  font-size: 16px;
  border: 1px solid var(--lightGray);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
}
.formulier .form-group .styled-select select option {
  padding: 30px;
}
.formulier .form-group .checkbox, .formulier .form-group .radio {
  margin-left: -15px;
}
.formulier .form-group .checkbox input[type=checkbox], .formulier .form-group .checkbox input[type=radio], .formulier .form-group .radio input[type=checkbox], .formulier .form-group .radio input[type=radio] {
  opacity: 0;
}
.formulier .form-group .checkbox label, .formulier .form-group .radio label {
  position: relative;
  display: inline-block;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 28px;
}
.formulier .form-group .checkbox label a, .formulier .form-group .radio label a {
  color: var(--primary);
}
.formulier .form-group .checkbox label::before, .formulier .form-group .checkbox label::after, .formulier .form-group .radio label::before, .formulier .form-group .radio label::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
.formulier .form-group .checkbox label::before, .formulier .form-group .radio label::before {
  height: 20px;
  width: 20px;
  border: 1px solid var(--lightGray);
  border-radius: 5px;
  left: -1px;
  background: white;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
  *to vertically center it.
  */
  top: 3px;
}
.formulier .form-group .checkbox label::after, .formulier .form-group .radio label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: var(--primary);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 5px;
  top: 9px;
}
.formulier .form-group .radio label::before {
  height: 18px;
  width: 18px;
  border: 1px solid var(--lightGray);
  left: 0px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
  *to vertically center it.
  */
  top: 3px;
  border-radius: 50%;
}
.formulier .form-group {
  /*Hide the checkmark by default*/
}
.formulier .form-group .radio input[type=radio] + label::after {
  content: none;
}
.formulier .form-group {
  /*Unhide on the checked state*/
}
.formulier .form-group .radio input[type=radio]:checked + label::after {
  content: "";
}
.formulier .form-group {
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.formulier .form-group .radio input[type=radio]:focus + label::before {
  outline: var(--primary) auto 0px;
}
.formulier .form-group {
  /*Hide the checkmark by default*/
}
.formulier .form-group .checkbox input[type=checkbox] + label::after {
  content: none;
}
.formulier .form-group {
  /*Unhide on the checked state*/
}
.formulier .form-group .checkbox input[type=checkbox]:checked + label::after {
  content: "";
}
.formulier .form-group {
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.formulier .form-group .checkbox input[type=checkbox]:focus + label::before {
  outline: var(--primary) auto 0px;
}
.formulier .button {
  float: left;
  clear: both;
  margin-top: -5px;
  background: var(--primary);
  padding: 10px 15px;
  color: #fff;
  border: 0;
  font-size: 16px;
  border-radius: 0 0 15px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formulier .button:hover {
  background: var(--secondary);
  cursor: pointer;
}

#recaptcha2,
.recaptcha2,
.cf-turnstile,
.h-captcha {
  float: left;
  clear: both;
  padding: 0.25rem 0 0.75rem 0;
}

.formulier .btn {
  float: left;
  clear: both;
}

.submit-form {
  margin-top: 0.25rem;
}
.submit-form:disabled {
  background-color: gray !important;
}

.filter-select {
  position: relative;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.filter-select:hover::before {
  color: var(--text);
  background-color: rgba(var(--primary), 0.2);
}
.filter-select::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  bottom: 12px;
  right: 0;
  width: 20%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: var(--fontSizeBase);
  color: var(--text);
  background-color: rgba(var(--primary), 0.1);
  pointer-events: none;
}
.filter-select label {
  height: 24px;
}
.filter-select select {
  background-color: #fff;
  border: 1px solid var(--lightGray);
  color: var(--text);
  padding: 12px 16px 12px 12px;
  width: 255px;
  border-radius: 0.375rem;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
}
.filter-select select option {
  padding: 30px;
}

[data-reveal],
.reveal {
  --reveal-delay: 0ms;
  --reveal-duration: 1100ms;
  --reveal-fade-distance: 2.5rem;
  --reveal-slide-distance: 4rem;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity var(--reveal-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--reveal-delay), -webkit-transform var(--reveal-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--reveal-delay);
  transition: opacity var(--reveal-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--reveal-delay), -webkit-transform var(--reveal-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--reveal-delay);
  transition: opacity var(--reveal-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--reveal-delay), transform var(--reveal-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--reveal-delay);
  transition: opacity var(--reveal-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--reveal-delay), transform var(--reveal-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--reveal-delay), -webkit-transform var(--reveal-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--reveal-delay);
}
[data-reveal]:not(.is-revealed),
.reveal:not(.is-revealed) {
  will-change: opacity, transform;
}
[data-reveal].is-revealed,
.reveal.is-revealed {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg) rotateY(0deg);
          transform: translate3d(0, 0, 0) scale(1) rotateX(0deg) rotateY(0deg);
}
[data-reveal].is-revealed.is-reveal-complete,
.reveal.is-revealed.is-reveal-complete {
  will-change: auto;
}

.reveal--fade:not(.is-revealed),
.reveal--fade-up:not(.is-revealed) {
  -webkit-transform: translate3d(0, var(--reveal-fade-distance), 0);
          transform: translate3d(0, var(--reveal-fade-distance), 0);
}

.reveal--fade-down:not(.is-revealed) {
  -webkit-transform: translate3d(0, calc(var(--reveal-fade-distance) * -1), 0);
          transform: translate3d(0, calc(var(--reveal-fade-distance) * -1), 0);
}

.reveal--fade-left:not(.is-revealed) {
  -webkit-transform: translate3d(var(--reveal-fade-distance), 0, 0);
          transform: translate3d(var(--reveal-fade-distance), 0, 0);
}

.reveal--fade-right:not(.is-revealed) {
  -webkit-transform: translate3d(calc(var(--reveal-fade-distance) * -1), 0, 0);
          transform: translate3d(calc(var(--reveal-fade-distance) * -1), 0, 0);
}

.reveal--zoom-in:not(.is-revealed) {
  -webkit-transform: translate3d(0, calc(var(--reveal-fade-distance) * 0.5), 0) scale(0.94);
          transform: translate3d(0, calc(var(--reveal-fade-distance) * 0.5), 0) scale(0.94);
}

.reveal--zoom-out:not(.is-revealed) {
  -webkit-transform: translate3d(0, calc(var(--reveal-fade-distance) * 0.5), 0) scale(1.06);
          transform: translate3d(0, calc(var(--reveal-fade-distance) * 0.5), 0) scale(1.06);
}

.reveal--flip-up:not(.is-revealed) {
  -webkit-transform: translate3d(0, var(--reveal-fade-distance), 0) rotateX(14deg);
          transform: translate3d(0, var(--reveal-fade-distance), 0) rotateX(14deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.reveal--flip-down:not(.is-revealed) {
  -webkit-transform: translate3d(0, calc(var(--reveal-fade-distance) * -1), 0) rotateX(-14deg);
          transform: translate3d(0, calc(var(--reveal-fade-distance) * -1), 0) rotateX(-14deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.reveal--flip-left:not(.is-revealed) {
  -webkit-transform: translate3d(var(--reveal-fade-distance), 0, 0) rotateY(-14deg);
          transform: translate3d(var(--reveal-fade-distance), 0, 0) rotateY(-14deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.reveal--flip-right:not(.is-revealed) {
  -webkit-transform: translate3d(calc(var(--reveal-fade-distance) * -1), 0, 0) rotateY(14deg);
          transform: translate3d(calc(var(--reveal-fade-distance) * -1), 0, 0) rotateY(14deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.reveal--slide-up:not(.is-revealed) {
  -webkit-transform: translate3d(0, var(--reveal-slide-distance), 0);
          transform: translate3d(0, var(--reveal-slide-distance), 0);
}

.reveal--slide-down:not(.is-revealed) {
  -webkit-transform: translate3d(0, calc(var(--reveal-slide-distance) * -1), 0);
          transform: translate3d(0, calc(var(--reveal-slide-distance) * -1), 0);
}

.reveal--slide-left:not(.is-revealed) {
  -webkit-transform: translate3d(var(--reveal-slide-distance), 0, 0);
          transform: translate3d(var(--reveal-slide-distance), 0, 0);
}

.reveal--slide-right:not(.is-revealed) {
  -webkit-transform: translate3d(calc(var(--reveal-slide-distance) * -1), 0, 0);
          transform: translate3d(calc(var(--reveal-slide-distance) * -1), 0, 0);
}

@media (min-width: 768px) {
  .reviews-wrapper .slider-nav--paired[data-reveal].reveal--fade-up:not(.is-revealed) .swiper-button-prev,
  .reviews-wrapper .slider-nav--paired[data-reveal].reveal--fade-up:not(.is-revealed) .swiper-button-next,
  .kennisbank-wrapper .slider-nav--paired[data-reveal].reveal--fade-up:not(.is-revealed) .swiper-button-prev,
  .kennisbank-wrapper .slider-nav--paired[data-reveal].reveal--fade-up:not(.is-revealed) .swiper-button-next {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@media (min-width: 768px) {
  .reviews-wrapper .slider-nav--paired[data-reveal].reveal--fade-up.is-revealed .swiper-button-prev,
  .reviews-wrapper .slider-nav--paired[data-reveal].reveal--fade-up.is-revealed .swiper-button-next,
  .kennisbank-wrapper .slider-nav--paired[data-reveal].reveal--fade-up.is-revealed .swiper-button-prev,
  .kennisbank-wrapper .slider-nav--paired[data-reveal].reveal--fade-up.is-revealed .swiper-button-next {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  .reveal {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}
[data-parallax],
[data-parallax-inner] img,
[data-parallax-inner] video,
.parallax-inner-host > img,
.parallax-inner-host > picture img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.parallax-inner-host {
  overflow: hidden;
}

[data-parallax]:not(.is-revealed):not(.is-reveal-complete),
[data-parallax-inner]:not(.is-revealed):not(.is-reveal-complete) {
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  [data-parallax],
  [data-parallax-inner] img,
  [data-parallax-inner] video,
  .parallax-inner-host > img {
    -webkit-transform: none !important;
            transform: none !important;
    will-change: auto !important;
  }
}
.iframe-block {
  width: 100%;
  overflow: hidden;
}
.iframe-block iframe {
  display: block;
  width: 100%;
  border: 0;
}

.fancybox-afspraak {
  z-index: 100000 !important;
}
.fancybox-afspraak .fancybox-caption {
  display: none !important;
}
.fancybox-afspraak .fancybox-slide {
  overflow: hidden;
  padding: 24px 12px;
}
.fancybox-afspraak .fancybox-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fancybox-afspraak .fancybox-iframe {
  position: relative !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  width: 100% !important;
  height: auto !important;
}

.fancybox-afspraak__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  background: var(--primary, #6f1947);
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.fancybox-afspraak__title {
  font-family: var(--headingFont);
  font-size: 1.125rem;
  font-weight: 600;
}

.fancybox-afspraak__close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.fancybox-afspraak__close:hover {
  background: rgba(255, 255, 255, 0.25);
}
.fancybox-afspraak__close i {
  font-size: 0.95rem;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
}

::-webkit-scrollbar-track {
  background: #f5f6fa;
  border: 0;
}

body {
  scrollbar-face-color: var(--primary);
  scrollbar-track-color: #f5f6fa;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--primary);
}

::selection {
  color: #fff;
  background: var(--primary);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.lazy {
  background: #efefef;
}

html, body {
  scroll-behavior: smooth;
}

body {
  font-family: var(--bodyFont), var(--bodyFontType);
  font-size: var(--baseFontSize);
  color: var(--text);
  background-color: #fff;
  width: 100%;
  height: 100%;
  line-height: var(--baseLineHeight);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1300px) {
  body {
    font-size: 16px;
  }
}

header,
main,
footer {
  position: relative;
  float: left;
  width: 100%;
}

footer a {
  text-decoration: none;
}

section {
  padding: calc(var(--spacing) * 20) 0px;
}
@media only screen and (max-width: 1300px) {
  section {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: calc(var(--spacing) * 10) 0px;
  }
}

.sun {
  display: block;
  height: 80px;
  width: 80px;
  background-color: var(--primary);
  border-radius: 50%;
  border: 15px solid white;
}

.swiper a {
  text-decoration: none !important;
}

.item {
  text-decoration: none !important;
}

.contact-block {
  scroll-margin-top: 120px;
}

#mobile-cta {
  display: none;
}
@media only screen and (max-width: 700px) {
  #mobile-cta {
    position: fixed;
    display: block;
    background: white;
    bottom: 1rem;
    right: 1rem;
    height: 50px;
    width: 50px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.21);
    z-index: 22;
    border-radius: 50%;
  }
  #mobile-cta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    list-style: none;
    margin-left: 0;
  }
  #mobile-cta ul li {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  #mobile-cta ul li a, #mobile-cta ul li span {
    padding: 0.45rem;
    font-size: 25px;
    display: block;
    cursor: pointer;
    color: var(--primary);
  }
  #mobile-cta ul li a i, #mobile-cta ul li span i {
    color: var(--primary);
  }
}

.cookie-btn {
  position: fixed !important;
  z-index: 9;
  height: 60px;
  background-color: var(--secondary);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  padding: 0.5rem;
  left: 1.5rem;
  bottom: -20px;
}
.cookie-btn:hover {
  bottom: 0px;
}
@media only screen and (max-width: 800px) {
  .cookie-btn {
    display: none;
  }
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/*# sourceMappingURL=stylesheet.css.map */