@import "jquery.fancybox.min.css";
@import "swiper-bundle.min.css";
@import "_animate.css";
@import "vendor/locomotive-scroll.min.css";
:root {
  /* kleuren */
  --backBlack: #222;
  --text: #222;
  --primary: #163029;
  --secondary: #B99041;
  --accent: #FFFAEF;
  --lightGray: #f5f8f9;
  --primary-light: #375b51;
  --secondary-light: #F1E5CC;
  --primary-dark: #081713;
  --secondary-dark: #9b6f1b;
  /* fonts */
  --bodyFont: 'Source Sans 3';
  --bodyFontType: 'sans-serif', 'serif';
  --headingFont: 'Merriweather';
  --headingFontType: 'serif';
  --sitework: 'Source Sans 3';
  --siteworkType: 'sans-serif', 'serif';
  --baseFontSize: 16px;
  --baseLineHeight: 1.5;
  /* UI */
  --borderRadius: 50px;
  --nav-breakpoint-mobile: 1100px;
}

.default-font {
  font-family: var(--bodyFont), var(--bodyFontType);
}

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

.standaard-content p {
  margin-bottom: 0.65rem;
}
.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 ul {
  list-style: disc;
  margin-bottom: 0.65rem;
  padding-left: 1rem;
}
.standaard-content ul li {
  margin-bottom: 0.35rem;
}
.standaard-content ol {
  list-style: decimal;
  margin-bottom: 0.65rem;
  padding-left: 1rem;
}
.standaard-content ol li {
  margin-bottom: 0.35rem;
}

h1 {
  font-size: 42px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

.h1 {
  font-size: 42px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

h2 {
  font-size: 38px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

.h2 {
  font-size: 38px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

h3 {
  font-size: 34px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

.h3 {
  font-size: 34px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

h4 {
  font-size: 30px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

.h4 {
  font-size: 30px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

h5 {
  font-size: 26px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

.h5 {
  font-size: 26px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

h6 {
  font-size: 22px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

.h6 {
  font-size: 22px;
  font-family: var(--headingFont), var(--headingFontType);
  font-weight: bolder;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h1 {
    font-size: 34px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  h2 {
    font-size: 31.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h2 {
    font-size: 31.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  h3 {
    font-size: 29px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h3 {
    font-size: 29px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  h4 {
    font-size: 26.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h4 {
    font-size: 26.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  h5 {
    font-size: 24px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h5 {
    font-size: 24px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  h6 {
    font-size: 21.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h6 {
    font-size: 21.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h1 {
    font-size: 30px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  h2 {
    font-size: 28.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h2 {
    font-size: 28.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  h3 {
    font-size: 27px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h3 {
    font-size: 27px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  h4 {
    font-size: 25.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h4 {
    font-size: 25.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  h5 {
    font-size: 24px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h5 {
    font-size: 24px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  h6 {
    font-size: 22.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    line-height: 1.2;
  }
  .h6 {
    font-size: 22.5px;
    font-family: var(--headingFont), var(--headingFontType);
    font-weight: bolder;
    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);
}

.btn, .nav-menu > li:last-of-type > a, a[title=knop] {
  font-size: var(--baseFontSize);
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  background-color: var(--secondary);
  color: #fff !important;
  padding: 8px 32px;
  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(--borderRadius);
}
.btn.secondary, .nav-menu > li:last-of-type > a.secondary, a[title=knop].secondary {
  background-color: var(--primary);
}
.btn.secondary:hover, .nav-menu > li:last-of-type > a.secondary:hover, a[title=knop].secondary:hover {
  background-color: var(--primary-dark);
}
.btn.back:before, .nav-menu > li:last-of-type > a.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 5 Pro";
  width: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn.back:after, .nav-menu > li:last-of-type > a.back:after, a[title=knop].back:after {
  display: none;
}
.btn.back:hover, .nav-menu > li:last-of-type > a.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, .nav-menu > li:last-of-type > a.back:hover::before, a[title=knop].back:hover::before {
  width: 5px;
  opacity: 1;
  padding-right: 15px;
}
.btn.large, .nav-menu > li:last-of-type > a.large, a[title=knop].large {
  padding: 15px 30px;
}
.btn:hover, .nav-menu > li:last-of-type > a: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;
  background-color: var(--secondary-dark);
}
.btn:after, .nav-menu > li:last-of-type > a:after, a[title=knop]:after {
  opacity: 0;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  content: "\f054";
  padding-left: 0;
  font-family: "Font Awesome 5 Pro";
  width: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* CORE STYLES */
.navigation {
  width: auto;
  float: right;
  height: auto;
  display: inline-block;
  gap: 32px;
  position: relative;
  font-family: inherit;
  padding: 16px 32px;
  border-radius: 60px;
  background-color: transparent;
}
.navigation::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.4);
}
.navigation > * {
  position: relative;
  z-index: 1;
}
.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 1100px) {
  .navigation {
    padding: 16px 12px;
  }
  .navigation::before {
    content: none;
  }
}

.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 {
  display: none;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.navigation-portrait .nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.nav-toggle > i {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  will-change: transform;
  -webkit-transition: -webkit-transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .nav-toggle > i {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.nav-toggle:hover > i, .nav-toggle:focus-visible > i {
  -webkit-animation: nav-toggle-slide 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
          animation: nav-toggle-slide 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.nav-toggle:hover > i:nth-child(1), .nav-toggle:focus-visible > i:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.nav-toggle:hover > i:nth-child(2), .nav-toggle:focus-visible > i:nth-child(2) {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}
.nav-toggle:hover > i:nth-child(3), .nav-toggle:focus-visible > i:nth-child(3) {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}
.nav-toggle.nav-toggle-bump > i {
  -webkit-animation: nav-toggle-slide 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
          animation: nav-toggle-slide 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.nav-toggle.nav-toggle-bump > i:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.nav-toggle.nav-toggle-bump > i:nth-child(2) {
  -webkit-animation-delay: 35ms;
          animation-delay: 35ms;
}
.nav-toggle.nav-toggle-bump > i:nth-child(3) {
  -webkit-animation-delay: 70ms;
          animation-delay: 70ms;
}

@-webkit-keyframes nav-toggle-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes nav-toggle-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-top-right-radius: 20px;
  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 {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 32px;
}
.navigation-portrait .nav-menu {
  display: block;
  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;
}
.navigation-portrait .nav-menu > li:last-of-type {
  padding: 0.75rem 1rem;
}
.nav-menu > li > a {
  padding: 8px 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: calc(var(--baseFontSize) + 2px);
  font-weight: 500;
  color: var(--text);
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.nav-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--secondary);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.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:hover > a::after, .nav-menu > li.active > a::after, .nav-menu > li.focus > a::after {
  width: 100%;
}
.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: 6px;
  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 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: calc(100% - 320px);
  height: 100%;
  top: 0;
  right: 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;
  top: 140%;
  z-index: 98;
  white-space: nowrap;
  border-radius: 0 0 calc(var(--borderRadius) / 2) calc(var(--borderRadius) / 2);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.4);
}
.nav-dropdown::before {
  content: "";
  display: block;
  height: 25px;
  width: 100%;
  position: absolute;
  top: -25px;
  right: auto;
  z-index: 11;
  background: transparent;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
  border-radius: 0;
  background-color: transparent;
  backdrop-filter: none;
}
.navigation-portrait .nav-dropdown::before {
  content: none;
  display: none;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li:first-of-type > a {
  padding-top: 16px !important;
  padding-bottom: 8px;
}
.nav-dropdown > li:last-of-type > a {
  padding-top: 8px;
  padding-bottom: 16px;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 8px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: var(--baseFontSize);
  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::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 2px;
  background-color: var(--secondary);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a, .nav-dropdown > li.active > a {
  color: var(--primary);
}
.nav-dropdown > li:hover > a::after, .nav-dropdown > li.focus > a::after, .nav-dropdown > li.active > a::after {
  width: 80%;
}
.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);
}

.onscroll {
  /*hier komen css wijzigingen zodra je gaat scrollen. Wanneer dit wordt getriggerd is aan te passen in sitework.js*/
}
.onscroll #slider-main {
  margin-top: 118px;
}

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

#banner {
  position: relative;
  top: calc(-1 * var(--height, 50px));
  -webkit-transform: translateY(var(--height, 50px));
          transform: translateY(var(--height, 50px));
  max-height: 350px;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

#header {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #header {
    padding: 2rem;
  }
  #header > .container {
    position: relative;
    padding: 1rem 2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header > .container::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--borderRadius);
    z-index: 0;
    pointer-events: none;
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (max-width: 480px) {
  #header {
    padding: 1.25rem 1rem;
  }
  #header > .container {
    padding: 0.75rem 1.5rem;
  }
}

/* Enable animation only after JS has set the height */
body.banner-animated #banner {
  -webkit-transition: opacity 0.4s ease, max-height 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, max-height 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, max-height 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, max-height 0.4s ease, -webkit-transform 0.4s ease;
}

body.banner-animated #header {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* When hidden, slide banner up out of view so header is at the very top */
body.banner-hidden #banner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  max-height: 0px;
  opacity: 0;
  pointer-events: none;
}

/* HERO: parallax + subtle zoom-out on scroll (Locomotive Scroll v5) */
.hero {
  overflow: hidden;
}

.hero .hero-parallax {
  overflow: hidden;
}

.hero .hero-parallax .hero-parallax-mover {
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  will-change: transform;
  position: absolute;
  inset: -10% 0;
  -webkit-transform: translate3d(0, calc((var(--progress, 0) - 0.5) * -140px), 0);
          transform: translate3d(0, calc((var(--progress, 0) - 0.5) * -140px), 0);
}

.hero .hero-parallax .hero-parallax-img {
  will-change: transform;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(calc(1.1 - 0.1 * var(--progress, 0)));
          transform: scale(calc(1.1 - 0.1 * var(--progress, 0)));
}

#footer-main .foot-col h3, #footer-main .foot-col h4, #footer-main .foot-col h5, #footer-main .foot-col h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

[data-hover-overlay=text] {
  --hover-overlay-from: #fff;
  --hover-overlay-to: var(--secondary);
  --hover-overlay-duration: 450ms;
  --hover-overlay-ease: ease-in-out;
  display: inline-block;
  text-decoration: inherit;
  -webkit-tap-highlight-color: transparent;
  color: var(--hover-overlay-from);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  [data-hover-overlay=text] {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--hover-overlay-to)), color-stop(50%, var(--hover-overlay-to)), color-stop(50%, var(--hover-overlay-from)), to(var(--hover-overlay-from)));
    background-image: linear-gradient(90deg, var(--hover-overlay-to) 0%, var(--hover-overlay-to) 50%, var(--hover-overlay-from) 50%, var(--hover-overlay-from) 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-transition: background-position var(--hover-overlay-duration) var(--hover-overlay-ease);
    transition: background-position var(--hover-overlay-duration) var(--hover-overlay-ease);
    will-change: background-position;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  [data-hover-overlay=text]:hover, [data-hover-overlay=text]:focus-visible {
    background-position: 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-hover-overlay=text] {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
::-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;
}

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;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

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

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

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

#mobile-cta {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mobile-cta {
    position: fixed;
    display: block;
    background: var(--color-accent);
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    -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;
    text-align: center;
  }
  #mobile-cta ul li a, #mobile-cta ul li span {
    position: relative;
    color: var(--primary);
    padding: 0.5rem 1rem;
    font-size: 25px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #mobile-cta ul li a::after, #mobile-cta ul li span::after {
    content: "";
    height: 50%;
    width: 2px;
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #mobile-cta ul li:last-of-type a::after, #mobile-cta ul li:last-of-type span::after {
    content: none;
    display: none;
  }
}

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