@import "./venobox.min.css";
:root {
  /* kleuren */
  --backBlack: #333;
  --text: #222;
  --primary: #55AB26;
  --secondary: #743C1A;
  --accent: #B8D699;
  --primaryLight: #96C46C;
  --secondaryLight: #F1EBE8;
  --primaryDark: #336600;
  --secondaryDark: #4C2807;
  --lightGray: #f5f8f9;
  /* fonts */
  --bodyFont: 'Inter';
  --bodyFontType: sans-serif;
  --headingFont: 'Bree Serif';
  --headingFontType: serif;
  --sitework: 'Inter';
  --siteworkType: 'sans-serif';
  --baseFontSize: 18px;
  --baseLineHeight: 1.5;
  /* UI */
  --borderRadius: 15px;
  /* Layout */
  --sidebar-gap: 45px;
  --sidebar-width: 300px;
  --sidebar-offset: calc(var(--sidebar-gap) + var(--sidebar-width));
  --content-max: 1280px;
  --site-max: calc(var(--sidebar-offset) + var(--content-max) + var(--sidebar-gap));
  /* Iconen */
  --icon-oog: '\f06e';
  --icon-blad: '\f06c';
  --icon-chev-r: '\f054';
  --icon-info: '\f05a';
}

.bg-blur {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.7);
}

.dashed-top::before {
  content: "";
  background-image: repeating-linear-gradient(90deg, var(--secondary) 0 10px, transparent 10px 20px);
  background-size: 100% 1.5px;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1.5px;
}

.dashed-bottom::after {
  content: "";
  background-image: repeating-linear-gradient(90deg, var(--secondary) 0 10px, transparent 10px 20px);
  background-size: 100% 1.5px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1.5px;
}

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

h1,
.h1 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: clamp(29.6662546354px, 23.523px + 1.92vw, 48px);
  font-weight: 400;
  line-height: 1.2;
}

h2,
.h2 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: clamp(24.7218788628px, 19.603px + 1.6vw, 40px);
  font-weight: 400;
  line-height: 1.2;
}

h3,
.h3 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: clamp(21.0135970334px, 16.662px + 1.36vw, 34px);
  font-weight: 400;
  line-height: 1.2;
}

h4,
.h4 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: clamp(12.978986403px, 10.291px + 0.84vw, 21px);
  font-weight: 400;
  line-height: 1.2;
}

h5,
.h5 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: clamp(11.1248454883px, 8.821px + 0.72vw, 18px);
  font-weight: 400;
  line-height: 1.2;
}

h6,
.h6 {
  font-family: var(--headingFont), var(--headingFontType);
  font-size: clamp(11.1248454883px, 8.821px + 0.72vw, 18px);
  font-weight: 400;
  line-height: 1.2;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--text);
}
a:visited {
  color: var(--text);
}
a:hover {
  color: var(--primary);
}
a:active {
  color: var(--text);
}

.standaard-content h1, .standaard-content h2, .standaard-content h3, .standaard-content h4, .standaard-content h5, .standaard-content h6,
.standaard-content .h1, .standaard-content .h2, .standaard-content .h3, .standaard-content .h4, .standaard-content .h5, .standaard-content .h6 {
  margin-bottom: 0.85rem;
}
.standaard-content p {
  font-weight: 300;
  line-height: 175%;
  margin-bottom: 0.85rem;
}
.standaard-content p > * {
  font-weight: 300;
}
.standaard-content a:not(.btn) {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 2px !important;
}
.standaard-content a:not(.btn):hover {
  color: var(--secondary) !important;
}
.standaard-content a.btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.standaard-content strong {
  font-weight: 700;
  color: var(--primary);
}
.standaard-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 0.85rem;
}
.standaard-content ul li {
  font-weight: 300;
  margin-bottom: 0.325rem;
}
.standaard-content ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 0.85rem;
}
.standaard-content ol li {
  font-weight: 300;
  margin-bottom: 0.325rem;
}

.swiper-pagination.swiper-pagination-lock {
  display: none !important;
}

.dynamic-bullets-swiper {
  z-index: 2;
}
.dynamic-bullets-swiper .swiper-pagination {
  position: relative;
  inset: unset !important;
  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;
  gap: 0.225rem;
  width: auto !important;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  background: #fff;
  border-radius: 9999px;
  padding: 0.625rem 1.125rem;
}
.dynamic-bullets-swiper .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.925rem;
  height: 0.925rem;
  margin: 0 !important;
  opacity: 1 !important;
  background: transparent;
  border: 2px solid var(--secondary);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.dynamic-bullets-swiper .swiper-pagination-bullet-active, .dynamic-bullets-swiper .swiper-pagination-bullet-active-main {
  background: var(--secondary);
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.dynamic-bullets-swiper .swiper-pagination-bullet-active-prev, .dynamic-bullets-swiper .swiper-pagination-bullet-active-next, .dynamic-bullets-swiper .swiper-pagination-bullet-active-prev-prev, .dynamic-bullets-swiper .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.flying-nav-swiper {
  position: absolute;
  top: -100px;
  right: 0;
  height: 75px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 1rem;
  background-color: white;
  border-radius: var(--radius-default) 0 0 var(--radius-default);
  padding: 0.625rem 1.125rem;
}
@media only screen and (max-width: 768px) {
  .bg-secondary-light .flying-nav-swiper {
    top: -70px;
    height: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .bg-white .flying-nav-swiper {
    top: -75px;
    height: 55px;
  }
}
.flying-nav-swiper .swiper-button-prev,
.flying-nav-swiper .swiper-button-next {
  position: relative !important;
  inset: unset !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.flying-nav-swiper .swiper-button-prev::after, .flying-nav-swiper .swiper-button-prev::before,
.flying-nav-swiper .swiper-button-next::after,
.flying-nav-swiper .swiper-button-next::before {
  content: none !important;
  display: none !important;
}
.flying-nav-swiper .swiper-button-prev:hover,
.flying-nav-swiper .swiper-button-next:hover {
  background-color: var(--primaryDark) !important;
  color: white !important;
}

/* CORE STYLES */
.navigation {
  width: auto;
  float: right;
  height: 70px;
  display: fixed;
  position: relative;
  font-family: inherit;
  background-color: transparent;
}
.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.site-sidebar .navigation {
  width: 100%;
  float: none;
  height: auto;
  background-color: transparent;
}

.navigation-portrait {
  height: 48px;
}
.site-sidebar .navigation .navigation-portrait {
  width: auto;
  height: auto;
  background: transparent;
}

.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;
}
.site-sidebar .navigation-landscape .nav-header {
  display: none;
}
.site-sidebar .navigation-portrait .nav-header {
  float: none;
  position: relative;
}

.nav-toggle {
  width: 50px;
  height: 60px;
  padding: 6px 2px 0;
  position: absolute;
  margin-top: 0px;
  right: 15px;
  display: none;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.site-sidebar .navigation-portrait .nav-toggle {
  position: relative;
  right: auto;
  display: block;
}
.site-sidebar .navigation-portrait .nav-toggle::before {
  background-color: var(--text);
  -webkit-box-shadow: 0 0.5em 0 0 var(--text), 0 1em 0 0 var(--text);
          box-shadow: 0 0.5em 0 0 var(--text), 0 1em 0 0 var(--text);
}

.site-sidebar .navigation-landscape .nav-menus-wrapper {
  position: static;
  width: 100%;
  height: auto;
  overflow: visible;
  background: transparent;
}

.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: var(--text);
  font-size: 26px;
  cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 1rem;
}
.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;
  float: left;
  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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding: 0.85rem 1rem 0.85rem 2rem;
  font-size: var(--baseFontSize);
  font-weight: 400;
  color: var(--text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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);
}
.site-sidebar .navigation-landscape .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
}
.site-sidebar .navigation-landscape .nav-menu > li {
  display: block;
  float: none;
  width: 100%;
  border: 0;
}
.site-sidebar .navigation-landscape .nav-menu > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding: 0.85rem 1rem 0.85rem 2rem;
  font-size: var(--baseFontSize);
  font-weight: 400;
  color: var(--text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-sidebar .navigation-landscape .nav-menu > li > a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-sidebar .navigation-landscape .nav-menu > li.active > a {
  padding: 0.85rem 1rem 0.85rem 3.75rem;
}
.site-sidebar .navigation-landscape .nav-menu > li.active > a::before {
  opacity: 1;
  left: 2rem;
}
.site-sidebar .navigation-landscape .nav-menu > li:hover > a {
  color: var(--primary);
}
.site-sidebar .navigation-landscape .nav-menu > li.focus > a {
  color: var(--primary);
}
.site-sidebar .navigation-landscape .nav-menu > li.focus > a .submenu-indicator {
  margin-top: 9px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.site-sidebar .navigation-landscape .nav-menu > li > a .submenu-indicator {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.75rem;
  height: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.site-sidebar .navigation-landscape .nav-menu > li > a .submenu-indicator .submenu-indicator-chevron {
  position: static;
}

.submenu-indicator {
  margin-left: 0;
  margin-top: 0;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.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: 8px;
  width: 8px;
  display: block;
  border-style: solid;
  border-width: 0 1.5px 1.5px 0;
  border-color: transparent var(--text) var(--text) 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;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  width: 100%;
  position: static;
  left: 0;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.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: 16px;
  color: var(--text);
  background-color: transparent;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.nav-dropdown > li > a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-dropdown > li.active > a {
  padding: 12px 20px 12px 60px;
}
.nav-dropdown > li.active > a::before {
  opacity: 1;
  left: 35px;
}
.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 a {
  font-size: 14px;
}
.nav-dropdown > li > a {
  padding: 12px 20px 12px 40px;
}
.nav-dropdown > li > ul > li > a {
  padding-left: 60px;
}
.nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 80px;
}
.nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 100px;
}
.nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 120px;
}
.nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
  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);
}

.btn, a[title=knop] {
  font-size: var(--baseFontSize);
  font-weight: 600;
  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;
  gap: 12px;
  text-decoration: none;
  background-color: var(--primary);
  color: #fff !important;
  padding: 14px 18px 14px 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: var(--radius-btn);
}
@media only screen and (max-width: 767px) {
  .btn, a[title=knop] {
    padding: 12px 14px 12px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .btn, a[title=knop] {
    font-size: 14px;
    padding: 10px 14px 10px 25px;
  }
}
.btn.secondary, a[title=knop].secondary {
  background-color: var(--secondary);
}
.btn.glass, a[title=knop].glass {
  padding: 14px 30px 14px 30px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.btn.glass::after, .btn.glass::before, a[title=knop].glass::after, a[title=knop].glass::before {
  content: none;
  display: none;
}
.btn.glass:hover, a[title=knop].glass: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.glass.active, a[title=knop].glass.active {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.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.small, a[title=knop].small {
  font-size: 15px;
  padding: 10px 14px 10px 25px;
}
.btn:hover, a[title=knop]:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: white;
}
.btn:hover:after, a[title=knop]:hover:after {
  margin-left: 0.75rem;
}
.btn:after, a[title=knop]:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  content: "\f054";
  width: 30px;
  height: 30px;
  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;
  border-radius: 50%;
  background-color: var(--primaryLight);
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 480px) {
  .btn:after, a[title=knop]:after {
    height: 25px;
    width: 25px;
  }
}

.onscroll {
  /*hier komen css wijzigingen zodra je gaat scrollen. Wanneer dit wordt getriggerd is aan te passen in sitework.js*/
}
@media only screen and (max-width: 1000px) {
  .onscroll .top-header {
    top: -65px !important;
  }
}

.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);
}
@media only screen and (max-width: 800px) {
  .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 path {
  fill: none;
}

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

.site-sidebar {
  position: fixed;
  inset: 15px auto 15px 15px;
  width: var(--sidebar-width);
  height: calc(100dvh - 30px);
  border-radius: calc(var(--borderRadius) * 2);
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1000px) {
  .site-sidebar {
    inset: 15px 15px auto 15px;
    width: auto;
    height: auto;
    min-height: 64px;
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}

#footer-main .footer-container .foot-col p {
  color: white;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.65rem;
}
#footer-main .footer-container .foot-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-main .footer-container .foot-col ul li {
  margin-bottom: 0.65rem;
}
#footer-main .footer-container .foot-col ul li a {
  color: white;
  text-decoration: none;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 2px !important;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-main .footer-container .foot-col ul li a:hover {
  text-decoration: underline;
}

.date-field .date-field__text::before {
  content: attr(data-placeholder);
  font-style: normal;
}
.date-field .date-field__text[data-value]:not([data-value=""])::before {
  display: none;
}
.date-field .date-field__text[data-value]:not([data-value=""])::after {
  content: " " attr(data-value);
  font-style: normal;
}

.hotspot-map__image {
  display: block;
  width: 100%;
  height: auto;
}
.hotspot-map__markers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hotspot-marker {
  position: absolute;
  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: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  color: var(--text);
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease;
}
@media only screen and (max-width: 976px) {
  .hotspot-marker {
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
  }
}
@media only screen and (max-width: 768px) {
  .hotspot-marker {
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
  }
}
.hotspot-marker:hover, .hotspot-marker.is-active {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  background: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}
.hotspot-marker.is-active {
  background: var(--primary);
  color: #fff;
  border-color: #fff;
}
.hotspot-marker--icon {
  font-size: 13px;
}
.hotspot-marker--icon i {
  line-height: 1;
}

.hotspot-modal {
  position: absolute;
  z-index: 5;
  width: min(320px, 100% - 16px);
  padding: 18px 18px 20px;
  border-radius: var(--borderRadius);
  background: #fff;
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
}
.hotspot-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  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;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: var(--text);
  cursor: pointer;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.hotspot-modal__close:hover {
  background: rgba(0, 0, 0, 0.1);
}
.hotspot-modal__title {
  margin: 0 36px 12px 0;
  font-family: var(--headingFont), var(--headingFontType);
  font-size: 22px;
  line-height: 1.2;
  color: var(--text);
}
.hotspot-modal__media {
  position: relative !important;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: calc(var(--borderRadius) - 8px);
}
.hotspot-modal__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotspot-modal__zoom {
  position: absolute;
  top: 50%;
  right: -18px;
  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: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff !important;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  -webkit-transition: -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease;
  transition: -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease;
}
.hotspot-modal__zoom:hover {
  -webkit-transform: translateY(-50%) scale(1.05);
          transform: translateY(-50%) scale(1.05);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}
.hotspot-modal__text {
  margin: 14px 0 14px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text);
}
.hotspot-modal__link {
  margin-top: 4px;
}

.card-before-image-cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.333%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 47, 47, 0)), to(rgba(47, 47, 47, 0.9)));
  background: linear-gradient(to bottom, rgba(47, 47, 47, 0), rgba(47, 47, 47, 0.9));
  border-radius: var(--radius-default);
}

::-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);
}

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

.lazy {
  background: #efefef;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--bodyFont), var(--bodyFontType);
  font-size: var(--baseFontSize);
  color: var(--text);
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
  line-height: var(--baseLineHeight);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 976px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

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

@media only screen and (max-width: 700px) {
  footer {
    margin-bottom: 55px;
  }
}

#mobile-cta {
  display: none;
}
@media only screen and (max-width: 700px) {
  #mobile-cta {
    position: fixed;
    display: block;
    background: white;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    border-top: 1px solid var(--primary);
    -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;
  }
  #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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    list-style: none;
    margin-left: 0;
  }
  #mobile-cta ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid var(--primary);
    text-align: center;
  }
  #mobile-cta ul li:last-child {
    border-right: 0px;
  }
  #mobile-cta ul li a, #mobile-cta ul li span {
    padding: 0.5rem 1rem;
    font-size: 25px;
    display: block;
    cursor: pointer;
  }
}

.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;
  }
}