:root {
  --black: #000000;
  --white: #FFFFFF;
  --chocolateBrown: #754200;
  --deepOceanBlue: #005792;
  --dustyGreen: #A9B29A;
  --offWhite: #E6E6DC;
  --lightOffWhite: #FDFBF5;
  --beige: #F4F1E9;
  --pumpkinOrange: #EE6A35;
  --rustOrange: #C9633A;
  --smokyLavender: #755A78;
  --dashboard-green-dark: #CDD1C2;
  --dashboard-green-light: #F2F2ED;
}

/*
Mixins for font sizes and line heights using clamp()
Er zijn twee varianten van de clampCalc functie
- clampCalc - Deze geeft terug wat je erin stop, px/rem/em
- clampCalcRem - Deze zet input waarden px/rem/em automatisch om naar rem
*/
@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("/templates/yootheme_custom/webfonts/HelveticaNeue.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ouders";
  src: url("/templates/yootheme_custom/webfonts/OudersStencil.woff") format("woff");
  src: url("/templates/yootheme_custom/webfonts/OudersStencil.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/templates/yootheme_custom/webfonts/Nunito.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p,
.tekstblok {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
}

body.s .wj-copyright-row > div {
  flex-direction: column;
  align-content: center;
}

.wj-copyright .wj-copyright-row > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 59.9375em) {
  .wj-copyright .wj-copyright-row > div {
    justify-content: center;
  }
}
.wj-copyright .wj-copyright-row > div ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  justify-content: center;
}
.wj-copyright .wj-copyright-row > div ul li {
  line-height: 1;
  padding: 0px;
}
.wj-copyright .wj-copyright-row > div ul li a {
  line-height: 1;
  padding: 0px;
  padding-block-start: 5px;
}
.wj-copyright .wj-copyright-row > div .wj-owner {
  font-size: 0.8125rem;
  color: var(--grey);
}
@media (max-width: 363px) {
  .wj-copyright .wj-copyright-row > div .wj-owner {
    text-align: center;
  }
}
@media (min-width: 1141px) {
  .wj-copyright .wj-copyright-row > div .wj-copyright {
    margin-left: auto;
  }
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter {
  width: 100%;
  box-sizing: border-box;
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter span,
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter a {
  font-size: 0.8125rem;
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter span {
  color: var(--grey);
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter a {
  color: var(--grey);
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter a:hover {
  color: var(--light);
  cursor: pointer;
  text-decoration: none;
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter .website-section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0px;
  text-align: center;
  gap: 10px;
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter .website-section .wj-heart {
  flex-wrap: nowrap !important;
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter .website-section .heart-icon {
  position: relative;
  margin: 0 0 0 2px;
  fill: var(--pumpkinOrange);
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter .website-section .typewriter-container {
  display: inline-block;
  min-width: 10ch;
  text-align: left;
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter .website-section .typewriter-text {
  display: inline-block;
  white-space: nowrap;
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter .website-section .cursor {
  animation: blink 0.7s infinite;
  display: inline-block;
  color: var(--pumpkinOrange);
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.wj-copyright .wj-copyright-row > div .wj-cookies .uk-icon {
  color: var(--pumpkinOrange);
  fill: var(--pumpkinOrange);
}
.wj-copyright .wj-copyright-row > div .wj-cookies .el-content {
  font-size: 0.8125rem;
  color: var(--grey);
}
.wj-copyright .wj-copyright-row > div .wj-cookies:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*COOKIE CONSENT*/
.cc-revoke {
  background-color: transparent !important;
  background-size: cover;
  width: 32px;
  height: 32px;
}

.cc-btn,
div.cc-checkboxes-container a.cc-btn.cc-allow {
  border: none;
  padding: 15px 30px 15px 30px;
  border-radius: 100px !important;
  margin-top: 10px;
}
.cc-btn:hover,
div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
  text-decoration: none !important;
}

div.cc-checkbox-container {
  width: 100%;
}

span.cc-cookie-settings-toggler {
  display: none;
}

div.cc-checkbox-container input:checked + span {
  background-color: #19a319 !important;
}

div.cc-checkbox-container input + span {
  background-color: #f7148b !important;
}

div.cc-settings-label {
  font-size: 0.9375rem !important;
  font-weight: normal !important;
  margin: 15px 0 !important;
  color: #000 !important;
  opacity: 1 !important;
}

div.cc-checkboxes-container div.cc-checkbox-container a {
  pointer-events: none !important;
}

.cc-message-text {
  line-height: 150%;
}

.cc-link {
  opacity: 1 !important;
  color: #2e1352 !important;
  text-decoration: none !important;
  line-height: 30px;
  margin-bottom: 0 !important;
}

a.cc-link.cc-cookie::before,
a.cc-link.cc-privacy::before {
  content: "";
  float: left;
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background-image: url(/images/system/icons/arrow.svg);
  background-size: cover;
}

.cc-link:hover {
  color: #000 !important;
}

.cc-highlight {
  margin-top: 50px;
}

.cc-header {
  font-size: 120%;
  color: #000;
  margin: 0;
}
.cc-header p {
  margin: 0;
}

div.cc-gdpr-component-view a.cc-btn.cc-allow {
  background-color: white;
}

div.cc-gdpr-component-view a.cc-btn.cc-allowall {
  background-color: #c7fdbb;
}

.home-hero_section {
  background-color: var(--deepOceanBlue);
  z-index: 1;
  padding: 0px;
}
.home-hero_section img {
  width: clamp(14.0625rem, 0.333rem + 73.22vw, 55.25rem);
}
@media (max-width: 59.9375em) {
  .home-hero_section {
    min-height: 50vh !important;
  }
}
@media (max-width: 59.9375em) {
  .home-hero_section {
    min-height: 40vh !important;
  }
}
.home-hero_section .uk-width-1-1 {
  min-height: 75vh;
}
@media (max-width: 59.9375em) {
  .home-hero_section .uk-width-1-1 {
    min-height: 50vh !important;
  }
}
@media (max-width: 59.9375em) {
  .home-hero_section .uk-width-1-1 {
    min-height: 40vh !important;
  }
}
.home-hero_section .uk-width-1-1 .awardcta {
  position: absolute;
  top: 0px;
}
@media (min-width: 75em) {
  .home-hero_section .uk-width-1-1 .awardcta {
    padding-inline-start: 25px;
  }
}
@media (max-width: 59.9375em) {
  .home-hero_section .uk-width-1-1 .awardcta {
    top: 20px;
  }
}
@media (max-width: 39.9375em) {
  .home-hero_section .uk-width-1-1 .awardcta {
    top: 30px;
  }
}
.home-hero_section .uk-width-1-1 .awardcta .uk-first-column {
  padding: 0px;
}
.home-hero_section .uk-width-1-1 .awardcta .uk-flex-middle {
  padding: 0px;
}
.home-hero_section .uk-width-1-1 .awardcta img {
  width: 54px;
}
.home-hero_section .uk-width-1-1 .awardcta p {
  transition: all 0.3s ease-in-out;
}
.home-hero_section .uk-width-1-1 .awardcta a {
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: var(--offWhite);
  text-wrap: nowrap;
  transition: text-decoration 0.3s ease-in-out;
  line-height: 1.1;
  z-index: 10;
  position: relative;
}
@media (max-width: 39.9375em) {
  .home-hero_section .uk-width-1-1 .awardcta a {
    text-wrap: wrap;
    max-width: 200px;
    display: inline-block;
  }
}
.home-hero_section .uk-width-1-1 .awardcta a:hover {
  text-decoration: none !important;
}
.home-hero_section .uk-width-1-1 .awardcta a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 8px;
  background: url("/images/YooTheme/arrow_white.svg") no-repeat center center;
  background-size: contain;
  position: relative;
  top: 1px;
}
.home-hero_section .uk-width-1-1 .awardcta a .underline {
  text-decoration: underline !important;
}
.home-hero_section .uk-width-1-1 .puurlogobig {
  margin-top: 0px;
}
.home-hero_section .uk-width-1-1 .puurlogobig .uk-width-1-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-hero_section .uk-width-1-1 .uk-button {
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 50px;
  padding-inline: 30px;
  padding-block: 13px;
  color: var(--chocolateBrown);
  border: 1px solid var(--beige);
  background-color: var(--beige);
  transition: all 0.3s ease-in-out;
  outline: 1px solid;
  outline-color: var(--offWhite);
  outline-offset: 0;
  text-shadow: none;
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
}
.home-hero_section .uk-width-1-1 .uk-button svg {
  max-width: none;
}
@media (max-width: 39.9375em) {
  .home-hero_section .uk-width-1-1 .uk-button {
    padding-inline: 15px;
    padding-block: 10px;
  }
  .home-hero_section .uk-width-1-1 .uk-button svg {
    max-width: 20px;
  }
}
.home-hero_section .uk-width-1-1 .uk-button:hover {
  background-color: var(--offWhite);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  background-color: rgba(240, 248, 255, 0.54);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  filter: brightness(1.2);
}
.home-hero_section .uk-width-1-1 .uk-button {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-block-end: 60px;
  text-wrap: balance;
  pointer-events: auto;
}
@media (max-width: 74.9375em) {
  .home-hero_section .uk-width-1-1 .uk-button {
    margin-block-end: 40px;
  }
}
@media (max-width: 59.9375em) {
  .home-hero_section .uk-width-1-1 .uk-button {
    margin-block-end: 30px;
  }
}
@media (max-width: 39.9375em) {
  .home-hero_section .uk-width-1-1 .uk-button {
    width: 90%;
  }
}

.tm-toolbar {
  background-color: transparent;
  height: 80px;
  padding-block: 0px;
  z-index: 91;
  pointer-events: none;
}
.tm-toolbar .uk-container {
  height: 100%;
  max-width: 1400px;
}
.tm-toolbar .uk-container #module-128 {
  pointer-events: all;
}
.tm-toolbar .uk-container #module-128 .lang-inline {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.tm-toolbar .uk-container #module-128 img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  object-fit: cover;
}

.tm-header {
  margin-top: -80px;
  z-index: 90 !important;
  margin-inline-end: -10px;
}
.tm-header .uk-navbar-container {
  height: 80px;
}
.tm-header .uk-navbar-container .uk-navbar-center .uk-logo {
  position: relative;
  top: 10px;
  display: inline-block;
  display: inline-block;
}
.tm-header .uk-navbar-container .uk-navbar-center .uk-logo img {
  max-width: 120px;
  display: block;
}
.tm-header .uk-navbar-container .uk-navbar-center .uk-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background-size: 300% 100%;
  background-position: 150% 0;
  -webkit-mask-image: url("/images/YooTheme/puurlogo.svg");
  mask-image: url("/images/YooTheme/puurlogo.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
  transition: background-position 0s;
}
.tm-header .uk-navbar-container .uk-navbar-center .uk-logo:hover::after {
  background-position: -50% 0;
  transition: background-position 0.8s ease-in-out;
}
.tm-header .uk-navbar-container .uk-navbar-center .uk-navbar-center-left {
  padding-inline-start: 100px;
  right: calc(100% + clamp(1.25rem, -21.071rem + 23.81vw, 7.5rem));
}
.tm-header .uk-navbar-container .uk-navbar-center .uk-navbar-center-left .uk-navbar-nav {
  display: flex;
  align-items: center;
}
.tm-header .uk-navbar-container .uk-navbar-center .uk-navbar-center-left .uk-navbar-nav li a {
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3125rem;
  color: var(--chocolateBrown);
  text-wrap: nowrap;
  line-height: 1.1;
  transition: color 0.3s ease-in-out;
}
.tm-header .uk-navbar-container .uk-navbar-center .uk-navbar-center-left .uk-navbar-nav li a:hover {
  color: #0F78C7;
}
.tm-header .uk-navbar-container .uk-navbar-center .uk-navbar-center-left .uk-navbar-nav .nav-sep {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/images/YooTheme/puur-horseshoe.svg");
  pointer-events: none;
}
.tm-header .uk-navbar-container .uk-navbar-center-right {
  left: calc(100% + clamp(1.25rem, -21.071rem + 23.81vw, 7.5rem));
}
.tm-header .uk-navbar-container .uk-navbar-center-right .uk-navbar-nav {
  position: relative;
  top: -8px;
  gap: 25px;
}
.tm-header .uk-navbar-container .uk-navbar-center-right .uk-navbar-nav li a {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  color: var(--chocolateBrown);
  text-wrap: nowrap;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 1.2px;
  transition: color 0.3s ease-in-out;
}
.tm-header .uk-navbar-container .uk-navbar-center-right .uk-navbar-nav li a:hover {
  color: #0F78C7;
}
.tm-header .uk-navbar-container .uk-navbar-center-right #module-129 {
  position: absolute;
  right: 30px;
  bottom: -40px;
}
.tm-header .uk-navbar-container .uk-navbar-center-right #module-129 .uk-button {
  background-color: transparent;
  border: none;
  background: var(--pumpkinOrange);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.tm-header .uk-navbar-container .uk-navbar-center-right #module-129 .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftpumpkin.svg");
}
.tm-header .uk-navbar-container .uk-navbar-center-right #module-129 .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightpumpkin.svg");
}
.tm-header .uk-navbar-container .uk-navbar-center-right #module-129 .uk-button:hover {
  scale: 1.1;
}

.tm-header-mobile .uk-logo {
  position: relative;
  top: 20px;
  display: inline-block;
  display: inline-block;
}
.tm-header-mobile .uk-logo img {
  max-width: 120px;
  display: block;
}
.tm-header-mobile svg {
  fill: var(--deepOceanBlue);
}
@media (max-width: 39.9375em) {
  .tm-header-mobile #module-130 {
    display: none;
  }
}
.tm-header-mobile #module-130 .uk-button {
  background-color: transparent;
  border: none;
  background: var(--pumpkinOrange);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.tm-header-mobile #module-130 .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftpumpkin.svg");
}
.tm-header-mobile #module-130 .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightpumpkin.svg");
}
.tm-header-mobile #module-130 .uk-button:hover {
  scale: 1.1;
}
.tm-header-mobile #module-130 .uk-button {
  margin-inline-start: 30px;
}

#tm-dialog-mobile {
  z-index: 800;
  background-color: var(--deepOceanBlue);
  background-image: url("/images/YooTheme/footer_rough.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
#tm-dialog-mobile .uk-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#tm-dialog-mobile .uk-nav li:nth-of-type(1) a, #tm-dialog-mobile .uk-nav li:nth-of-type(2) a, #tm-dialog-mobile .uk-nav li:nth-of-type(3) a {
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3125rem;
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  color: white;
  text-wrap: nowrap;
  line-height: 1.1;
}
#tm-dialog-mobile .uk-nav li a {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3125rem;
  color: white;
  text-wrap: nowrap;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 1.2px;
  transition: color 0.3s ease-in-out;
}
#tm-dialog-mobile #module-131 .uk-button {
  background-color: transparent;
  border: none;
  background: var(--pumpkinOrange);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
#tm-dialog-mobile #module-131 .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftpumpkin.svg");
}
#tm-dialog-mobile #module-131 .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightpumpkin.svg");
}
#tm-dialog-mobile #module-131 .uk-button:hover {
  scale: 1.1;
}
#tm-dialog-mobile #module-132 img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-inline: 10px;
  border: 2px solid white;
}

.introtekst_video_section {
  background-color: var(--lightOffWhite);
}
.introtekst_video_section h1,
.introtekst_video_section h2 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.introtekst_video_section .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.introtekst_video_section .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.introtekst_video_section .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.introtekst_video_section .uk-button:hover {
  scale: 1.1;
}
.introtekst_video_section .orange .uk-button {
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 50px;
  padding-inline: 30px;
  padding-block: 13px;
  color: var(--chocolateBrown);
  border: 1px solid var(--beige);
  background-color: var(--beige);
  transition: all 0.3s ease-in-out;
  outline: 1px solid;
  outline-color: var(--offWhite);
  outline-offset: 0;
  text-shadow: none;
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
}
.introtekst_video_section .orange .uk-button svg {
  max-width: none;
}
@media (max-width: 39.9375em) {
  .introtekst_video_section .orange .uk-button {
    padding-inline: 15px;
    padding-block: 10px;
  }
  .introtekst_video_section .orange .uk-button svg {
    max-width: 20px;
  }
}
.introtekst_video_section .orange .uk-button:hover {
  background-color: var(--offWhite);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  background-color: rgba(240, 248, 255, 0.54);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  filter: brightness(1.2);
}
.introtekst_video_section .orange .uk-button:before, .introtekst_video_section .orange .uk-button:after {
  display: none;
}
.introtekst_video_section .videocontainer {
  position: relative;
  display: inline-block;
  margin-block-end: 0px;
}
.introtekst_video_section .videocontainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--poster-url, url("/images/YooTheme/posteroverlay.jpg"));
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
  border-radius: 20px;
  scale: 1.005;
}
.introtekst_video_section .videocontainer video {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.introtekst_video_section .videocontainer.playing::before, .introtekst_video_section .videocontainer.playing::after {
  opacity: 0 !important;
  pointer-events: none !important;
}
.introtekst_video_section .videocontainer .el-image {
  width: 100%;
  height: auto;
  display: block;
}
.introtekst_video_section.video-playing .uspgrid {
  transition: all 0.3s ease-in-out;
}
.introtekst_video_section.video-playing .uspgrid .uk-grid {
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
}
.introtekst_video_section .uspgrid.desktop .uk-grid {
  margin-top: 30px;
}
.introtekst_video_section .uspgrid .uk-grid {
  position: relative;
  margin-top: -47px;
  z-index: 20;
  pointer-events: all !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 39.9375em) {
  .introtekst_video_section .uspgrid .uk-grid {
    margin-top: 40px;
  }
}
.introtekst_video_section .uspgrid .uk-grid .el-item .el-title {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  margin-top: 5px !important;
}
.introtekst_video_section .photoinsteadofvideo .el-image {
  border-radius: 20px;
}

.tekst-links-cards-rechts_section {
  background-color: var(--lightOffWhite);
}
.tekst-links-cards-rechts_section .meta p {
  text-transform: uppercase;
}
.tekst-links-cards-rechts_section .linkbutton a {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.tekst-links-cards-rechts_section .linkbutton a a {
  text-decoration: underline;
}
.tekst-links-cards-rechts_section .linkbutton a svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
.tekst-links-cards-rechts_section h1,
.tekst-links-cards-rechts_section h2 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
@media (min-width: 60em) {
  .tekst-links-cards-rechts_section .uk-background-norepeat {
    padding-block: 0px;
  }
}
@media (max-width: 59.9375em) {
  .tekst-links-cards-rechts_section .uk-background-norepeat {
    background-size: cover;
    background-position: bottom left;
  }
}
.tekst-links-cards-rechts_section .uk-background-norepeat .uk-container .uk-grid .uk-first-column {
  padding-block: 100px;
}
@media (max-width: 59.9375em) {
  .tekst-links-cards-rechts_section .uk-background-norepeat .uk-container .uk-grid .uk-first-column {
    padding-block: 0px;
  }
}
.tekst-links-cards-rechts_section .uk-background-norepeat .uk-container .uk-grid .uk-first-column .uk-panel.uk-width-1-1 {
  margin-block-end: 100px;
}
@media (max-width: 59.9375em) {
  .tekst-links-cards-rechts_section .uk-background-norepeat .uk-container .uk-grid .uk-first-column .uk-panel.uk-width-1-1 {
    margin-block-end: 40px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .tekst-links-cards-rechts_section .mobilesliderow {
    margin-inline: -30px;
  }
  .tekst-links-cards-rechts_section .mobilesliderow .uk-width-1-1.uk-hidden\@m {
    padding-inline-start: 0px;
  }
}
.tekst-links-cards-rechts_section .mobilesliderow .uk-slider-container .el-item img {
  border-radius: 20px;
  transition: opacity 0.3s ease-in-out;
}
.tekst-links-cards-rechts_section .mobilesliderow .uk-slider-container .el-item .uk-button {
  background-color: transparent;
  border: none;
  background: white;
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: var(--deepOceanBlue);
  text-wrap: nowrap;
  height: 40px;
  padding-inline: 0px;
}
.tekst-links-cards-rechts_section .mobilesliderow .uk-slider-container .el-item .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftwhite.svg");
}
.tekst-links-cards-rechts_section .mobilesliderow .uk-slider-container .el-item .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightwhite.svg");
}
.tekst-links-cards-rechts_section .mobilesliderow .uk-slider-container .el-item .uk-button {
  position: absolute;
  bottom: 40px;
  left: 50px;
  text-wrap: balance;
  margin-inline-end: 50px;
  min-height: 40px;
  height: auto;
  display: flex;
  line-height: 1.1;
  justify-content: center;
  align-items: center;
}
@media (max-width: 39.9375em) {
  .tekst-links-cards-rechts_section .mobilesliderow .uk-slider-container .el-item .uk-button::before {
    display: none;
  }
  .tekst-links-cards-rechts_section .mobilesliderow .uk-slider-container .el-item .uk-button::after {
    display: none;
  }
  .tekst-links-cards-rechts_section .mobilesliderow .uk-slider-container .el-item .uk-button {
    bottom: 20px;
    left: 0px;
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
}
.tekst-links-cards-rechts_section .middlecol {
  position: relative;
  top: -30px;
  z-index: 10;
}
.tekst-links-cards-rechts_section .middlecol > :not(:last-child) {
  margin-block-end: 40px;
}
.tekst-links-cards-rechts_section .middlecol img {
  width: 450px;
  height: 300px;
  aspect-ratio: auto 450/330;
  object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.3s ease-in-out;
}
.tekst-links-cards-rechts_section .middlecol .uk-button {
  background-color: transparent;
  border: none;
  background: white;
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: var(--deepOceanBlue);
  text-wrap: nowrap;
  height: 40px;
  padding-inline: 0px;
}
.tekst-links-cards-rechts_section .middlecol .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftwhite.svg");
}
.tekst-links-cards-rechts_section .middlecol .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightwhite.svg");
}
.tekst-links-cards-rechts_section .middlecol .uk-button {
  text-wrap: balance;
  margin-inline-end: 50px;
  min-height: 40px;
  height: auto;
  display: flex;
  line-height: 1.1;
  justify-content: center;
  align-items: center;
}
.tekst-links-cards-rechts_section .middlecol .uk-button::before {
  content: "";
  background-size: cover;
  background-position: left;
}
.tekst-links-cards-rechts_section .middlecol .uk-button::after {
  content: "";
  background-size: cover;
  background-position: right;
}
.tekst-links-cards-rechts_section .middlecol .uk-panel {
  background-color: var(--deepOceanBlue);
  border-radius: 20px;
}
.tekst-links-cards-rechts_section .middlecol .uk-panel .uk-margin-top {
  margin-top: 0px !important;
}
.tekst-links-cards-rechts_section .middlecol .uk-panel .uk-margin-top .uk-button {
  position: absolute;
  bottom: 20px;
  left: 50px;
}
.tekst-links-cards-rechts_section .middlecol .uk-panel:hover img {
  opacity: 0.5;
}
.tekst-links-cards-rechts_section .rightcol {
  position: relative;
  top: 0px;
  z-index: 10;
}
.tekst-links-cards-rechts_section .rightcol > :not(:last-child) {
  margin-block-end: 40px;
}
.tekst-links-cards-rechts_section .rightcol img {
  width: 450px;
  height: 300px;
  aspect-ratio: auto 450/330;
  object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.3s ease-in-out;
}
.tekst-links-cards-rechts_section .rightcol .uk-button {
  background-color: transparent;
  border: none;
  background: white;
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: var(--deepOceanBlue);
  text-wrap: nowrap;
  height: 40px;
  padding-inline: 0px;
}
.tekst-links-cards-rechts_section .rightcol .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftwhite.svg");
}
.tekst-links-cards-rechts_section .rightcol .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightwhite.svg");
}
.tekst-links-cards-rechts_section .rightcol .uk-button {
  text-wrap: balance;
  margin-inline-end: 50px;
  min-height: 40px;
  height: auto;
  display: flex;
  line-height: 1.1;
  justify-content: flex-start;
  align-items: center;
}
.tekst-links-cards-rechts_section .rightcol .uk-button::before {
  content: "";
  background-size: cover;
  background-position: left;
}
.tekst-links-cards-rechts_section .rightcol .uk-button::after {
  content: "";
  background-size: cover;
  background-position: right;
}
.tekst-links-cards-rechts_section .rightcol .uk-panel {
  border-radius: 20px;
  background-color: var(--deepOceanBlue);
}
.tekst-links-cards-rechts_section .rightcol .uk-panel .uk-margin-top {
  margin-top: 0px !important;
}
.tekst-links-cards-rechts_section .rightcol .uk-panel .uk-margin-top .uk-button {
  position: absolute;
  bottom: 20px;
  left: 50px;
}
.tekst-links-cards-rechts_section .rightcol .uk-panel {
  will-change: scale;
  transition: scale 0.3s ease-in-out;
}
.tekst-links-cards-rechts_section .rightcol .uk-panel:hover img {
  opacity: 0.5;
}

.fotoslider_section {
  background-color: var(--lightOffWhite);
}
@media (min-width: 60em) {
  .fotoslider_section {
    margin-top: -56px;
  }
}
.fotoslider_section .uk-overlay-default {
  background: linear-gradient(180deg, rgba(0, 43, 92, 0.8196078431) 0%, rgba(0, 43, 92, 0.8196078431) 5%, rgba(255, 255, 255, 0) 60%);
}
.fotoslider_section .uk-position-center {
  z-index: 10 !important;
}
.fotoslider_section .el-meta {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: white;
  letter-spacing: normal;
  position: relative;
  z-index: 20;
}
.fotoslider_section .el-title {
  font-size: clamp(2.0625rem, 1.604rem + 2.44vw, 3.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.95;
  color: var(--chocolateBrown);
  color: white;
  max-width: 650px;
}
@media (max-width: 39.9375em) {
  .fotoslider_section .el-title {
    font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
    font-family: "Ouders", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: var(--chocolateBrown);
    color: white;
    line-height: 1;
  }
}
.fotoslider_section .uk-button {
  background-color: transparent;
  border: none;
  background: var(--pumpkinOrange);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.fotoslider_section .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftpumpkin.svg");
}
.fotoslider_section .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightpumpkin.svg");
}
.fotoslider_section .uk-button:hover {
  scale: 1.1;
}
@media (max-width: 74.9375em) {
  .fotoslider_section .uk-button {
    margin-bottom: 5em;
  }
}
@media (max-width: 59.9375em) {
  .fotoslider_section .uk-button {
    margin-bottom: 8em;
  }
}
@media (max-width: 39.9375em) {
  .fotoslider_section .uk-button {
    margin-bottom: 5em;
  }
}
@media (min-width: 60em) {
  .fotoslider_section .uk-dotnav {
    display: none;
  }
}
@media (max-width: 59.9375em) {
  .fotoslider_section .uk-dotnav li a {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .fotoslider_section .uk-dotnav li.uk-active a,
  .fotoslider_section .uk-dotnav li a:hover {
    background-color: white;
  }
}
.fotoslider_section .uk-slidenav-next {
  position: relative;
}
.fotoslider_section .uk-slidenav-next svg {
  display: none;
}
.fotoslider_section .uk-slidenav-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  background-image: url("/images/YooTheme/rightbutton.svg");
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .fotoslider_section .uk-slidenav-next:after {
    left: -30px;
  }
}
.fotoslider_section .uk-slidenav-previous {
  position: relative;
}
.fotoslider_section .uk-slidenav-previous svg {
  display: none;
}
.fotoslider_section .uk-slidenav-previous:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  background-image: url("/images/YooTheme/leftbutton.svg");
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .fotoslider_section .uk-slidenav-previous:after {
    left: 45px;
  }
}

.tekst-links-fotoslider-rechts_section {
  background-color: var(--offWhite);
}
.tekst-links-fotoslider-rechts_section.lightoffwhite {
  background-color: var(--lightOffWhite);
}
.tekst-links-fotoslider-rechts_section h2 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.tekst-links-fotoslider-rechts_section h3 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.tekst-links-fotoslider-rechts_section .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.tekst-links-fotoslider-rechts_section .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.tekst-links-fotoslider-rechts_section .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.tekst-links-fotoslider-rechts_section .uk-button:hover {
  scale: 1.1;
}
.tekst-links-fotoslider-rechts_section .uk-button {
  margin-inline-start: 30px;
}
.tekst-links-fotoslider-rechts_section .fotoslider .uk-slideshow {
  position: relative;
}
.tekst-links-fotoslider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-previous {
  position: relative;
}
.tekst-links-fotoslider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-previous svg {
  display: none;
}
.tekst-links-fotoslider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-previous:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  background-image: url("/images/YooTheme/leftbuttonbrown.svg");
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media (max-width: 639px) {
  .tekst-links-fotoslider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-previous:after {
    left: 0;
  }
}
.tekst-links-fotoslider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-next {
  position: relative;
}
.tekst-links-fotoslider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-next svg {
  display: none;
}
.tekst-links-fotoslider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 55px;
  height: 55px;
  background-image: url("/images/YooTheme/rightbuttonbrown.svg");
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media (max-width: 639px) {
  .tekst-links-fotoslider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-next:after {
    display: none;
  }
}
.tekst-links-fotoslider-rechts_section .fotoslider .uk-slideshow .uk-slideshow-items {
  -webkit-mask-image: url("/images/YooTheme/roundedmask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center right;
  -webkit-mask-size: contain;
  mask-image: url("/images/YooTheme/roundedmask.svg");
  mask-repeat: no-repeat;
  mask-position: center right;
  mask-size: contain;
  mask-mode: alpha;
}

.ronde-foto-links-tekst-rechts_section {
  background-color: var(--lightOffWhite);
}
.ronde-foto-links-tekst-rechts_section h2 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.ronde-foto-links-tekst-rechts_section h3 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.ronde-foto-links-tekst-rechts_section .linkbutton a {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.ronde-foto-links-tekst-rechts_section .linkbutton a a {
  text-decoration: underline;
}
.ronde-foto-links-tekst-rechts_section .linkbutton a svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
@media (max-width: 59.9375em) {
  .ronde-foto-links-tekst-rechts_section .leftcol {
    display: flex;
    justify-content: center;
  }
}
.ronde-foto-links-tekst-rechts_section .leftcol .el-image {
  width: 100%;
  height: 100%;
  max-width: 500px;
  object-fit: cover;
  display: block;
  -webkit-mask-image: url("/images/YooTheme/circlemask.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("/images/YooTheme/circlemask.svg");
  mask-position: center right;
  mask-size: contain;
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.waardebon_section {
  background-color: var(--lightOffWhite);
}
.waardebon_section .wbrow {
  background-image: url("/images/YooTheme/wbbg.jpg");
  background-color: var(--offWhite);
  background-size: cover;
  padding: 70px;
  border-radius: 20px;
}
@media (max-width: 59.9375em) {
  .waardebon_section .wbrow {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 30px;
    padding-top: 40%;
  }
}
@media (max-width: 59.9375em) {
  .waardebon_section .wbrow {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 20px;
    padding-top: 40%;
  }
}
.waardebon_section .wbrow .uk-card-default {
  border: none;
  border-radius: 20px;
  background-color: var(--lightOffWhite);
  max-width: 550px;
  padding: 60px;
}
@media (max-width: 59.9375em) {
  .waardebon_section .wbrow .uk-card-default {
    max-width: none;
    padding: 40px;
  }
}
@media (max-width: 39.9375em) {
  .waardebon_section .wbrow .uk-card-default {
    max-width: none;
    padding: 30px;
  }
}
.waardebon_section .wbrow .uk-card-default h3 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.waardebon_section .wbrow .uk-card-default .linkbutton a {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.waardebon_section .wbrow .uk-card-default .linkbutton a a {
  text-decoration: underline;
}
.waardebon_section .wbrow .uk-card-default .linkbutton a svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}

.review_section {
  background-color: var(--lightOffWhite);
  font-family: "Nunito", sans-serif;
}
.review_section button {
  background-color: var(--offWhite);
}
.review_section button span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--offWhite);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: var(--deepOceanBlue);
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding: 0px !important;
}
.review_section button span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftoffwhite.svg");
}
.review_section button span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightoffwhite.svg");
}

.divider_section {
  position: relative;
  overflow: hidden;
  pointer-events: all;
  background-color: transparent !important;
}
.divider_section.offwhitebg {
  background-color: var(--offWhite) !important;
}
.divider_section.lightoffwhitebg {
  background-color: var(--lightOffWhite) !important;
}
.divider_section.blauw.overlay {
  margin-top: -139px;
  margin-bottom: 0px;
}
@media (max-width: 59.9375em) {
  .divider_section.blauw.overlay {
    margin-top: -79px;
  }
}
@media screen and (min-width: 1920px) {
  .divider_section.blauw:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: 25px;
    background-image: url("/images/YooTheme/dunesblue.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    background-position: top center;
    z-index: 1;
    pointer-events: all;
  }
}
.divider_section.blauw:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 105vw;
  height: 117px;
  max-height: 117px;
  background-image: url("/images/YooTheme/dividerwideblauw.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom center;
  z-index: 2;
  pointer-events: all;
}
@media (max-width: 39.9375em) {
  .divider_section.blauw:before {
    width: 200%;
  }
}
.divider_section.offwhite {
  background-color: var(--lightOffWhite) !important;
}
@media screen and (min-width: 1920px) {
  .divider_section.offwhite:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: 25px;
    background-image: url("/images/YooTheme/dunesoffwhite.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    background-position: top center;
    z-index: 1;
    pointer-events: all;
  }
}
.divider_section.offwhite:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 105vw;
  height: 117px;
  max-height: 117px;
  background-image: url("/images/YooTheme/dividerwideoffwhite.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom center;
  z-index: 2;
  pointer-events: all;
}
@media (max-width: 39.9375em) {
  .divider_section.offwhite:before {
    width: 200%;
  }
}

.divider-beige-tekst-links-tekst-rechts_section {
  background: var(--offWhite);
}
.divider-beige-tekst-links-tekst-rechts_section h2 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.divider-beige-tekst-links-tekst-rechts_section h3 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}

.subfooter_section {
  background-color: var(--offWhite);
}
.subfooter_section .el-item {
  filter: sepia(100%) brightness(1) saturate(0%) opacity(0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.subfooter_section .el-item img {
  min-height: 130px;
  max-height: 130px;
  object-fit: contain;
  display: inline;
}
@media (max-width: 74.9375em) {
  .subfooter_section .el-item img {
    min-height: 100px;
    max-height: 100px;
  }
}

footer {
  background: var(--deepOceanBlue);
}
footer .prefooter {
  background: var(--deepOceanBlue);
}
footer .prefooter .headline {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  color: var(--offWhite);
  margin-block-end: 5px;
}
footer .prefooter .tekstblok {
  margin-top: 10px !important;
  color: var(--offWhite);
}
footer .prefooter .contactlist .uk-text-muted {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--offWhite) !important;
}
footer .prefooter .contactlist .el-content {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--offWhite) !important;
  text-wrap: nowrap;
}
footer .prefooter .contactlist .el-content a {
  color: var(--offWhite) !important;
}
footer .prefooter .contactlist .el-content a:hover {
  color: var(--offWhite) !important;
}
footer .prefooter .contactlist svg {
  color: var(--offWhite) !important;
}
footer .prefooter .uk-nav {
  margin-top: 0px;
}
footer .prefooter .uk-nav li {
  margin-block: 10px;
}
footer .prefooter .uk-nav li a {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  text-transform: none;
  letter-spacing: normal;
  color: white;
  padding: 5px;
  line-height: 1;
  transition: color 0.1s ease-in-out;
}
footer .prefooter .uk-nav li a:hover {
  color: var(--pumpkinOrange) !important;
}
@media (min-width: 100em) {
  footer .prefooter .uk-nav li a {
    text-wrap: nowrap;
  }
}
@media (max-width: 39.9375em) {
  footer .prefooter .socialicons {
    margin-top: 20px;
  }
}
@media (min-width: 40em) {
  footer .prefooter .socialicons svg {
    width: 30px;
  }
}
@media (min-width: 75em) {
  footer .prefooter .awardcta {
    padding-inline-start: 25px;
  }
}
@media (max-width: 59.9375em) {
  footer .prefooter .awardcta {
    top: 20px;
  }
}
@media (max-width: 39.9375em) {
  footer .prefooter .awardcta {
    top: 30px;
  }
}
footer .prefooter .awardcta .uk-first-column {
  padding: 0px;
}
footer .prefooter .awardcta .uk-flex-middle {
  padding: 0px;
}
footer .prefooter .awardcta img {
  width: 54px;
}
footer .prefooter .awardcta p {
  transition: all 0.3s ease-in-out;
}
footer .prefooter .awardcta a {
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: var(--offWhite) !important;
  text-wrap: nowrap;
  transition: text-decoration 0.3s ease-in-out;
  line-height: 1.1;
  z-index: 10;
  position: relative;
}
@media (max-width: 74.9375em) {
  footer .prefooter .awardcta a {
    text-wrap: wrap;
    max-width: 200px;
    display: inline-block;
  }
}
@media (max-width: 39.9375em) {
  footer .prefooter .awardcta a {
    text-wrap: wrap;
    max-width: 200px;
    display: inline-block;
  }
}
footer .prefooter .awardcta a:hover {
  text-decoration: none !important;
}
footer .prefooter .awardcta a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 8px;
  background: url("/images/YooTheme/arrow_white.svg") no-repeat center center;
  background-size: contain;
  position: relative;
  top: 1px;
}
footer .prefooter .awardcta a .underline {
  text-decoration: underline !important;
}
footer .prefooter .tripadvisor {
  font-family: "Nunito", sans-serif;
}
footer .prefooter .tripadvisor .es-badge-container {
  background: white;
  padding: 15px;
  width: 190px;
}
footer .prefooter .google {
  font-family: "Nunito", sans-serif;
}
@media (max-width: 59.9375em) {
  footer .prefooter .hidemobile {
    display: none;
  }
}
footer .subfooter {
  background: #002B5C;
}
footer .subfooter .subfooternav ul li a {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--offWhite) !important;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: normal;
}
footer .subfooter .subfooternav.cc-custom-revoke ul li {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--offWhite) !important;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: normal;
}
footer .subfooter .subfooternav.cc-custom-revoke ul li:hover {
  cursor: pointer !important;
}
footer .subfooter .wj-copyright,
footer .subfooter a,
footer .subfooter .typewriter-text {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--offWhite) !important;
  font-size: 0.875rem;
}
footer .subfooter .wj-copyright .wj-heart a,
footer .subfooter a .wj-heart a,
footer .subfooter .typewriter-text .wj-heart a {
  color: var(--deepOceanBlue) !important;
  font-size: 0.75rem;
}

.detailpagina-hero_section .uk-background-norepeat {
  min-height: clamp(12.5rem, 8.333rem + 22.22vw, 25rem);
}

.detailpagina-intro_section {
  background: var(--lightOffWhite);
}
.detailpagina-intro_section img {
  border-radius: 20px;
}
.detailpagina-intro_section .uk-container {
  max-width: 930px;
}
.detailpagina-intro_section h1,
.detailpagina-intro_section h2 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  margin-block-end: 20px;
}
.detailpagina-intro_section .uk-grid .uk-flex-center {
  gap: 30px;
  flex-wrap: wrap;
  row-gap: 0px;
}
.detailpagina-intro_section .uk-width-1-2\@m {
  width: fit-content;
}
.detailpagina-intro_section .bluebutton {
  width: fit-content;
  margin-right: 30px !important;
}
@media (max-width: 39.9375em) {
  .detailpagina-intro_section .bluebutton {
    margin-right: 0px !important;
  }
}
.detailpagina-intro_section .bluebutton .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.detailpagina-intro_section .bluebutton .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.detailpagina-intro_section .bluebutton .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.detailpagina-intro_section .bluebutton .uk-button:hover {
  scale: 1.1;
}
.detailpagina-intro_section .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.detailpagina-intro_section .linkbutton a {
  text-decoration: underline;
}
.detailpagina-intro_section .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
@media (max-width: 59.9375em) {
  .detailpagina-intro_section .linkbutton {
    padding-inline-start: 15px;
  }
}
.detailpagina-intro_section .linkbutton a {
  color: var(--deepOceanBlue);
}

.activiteiten-hoofdcategorien_section {
  background: var(--offWhite);
}
.activiteiten-hoofdcategorien_section .uk-grid .el-item,
.activiteiten-hoofdcategorien_section .uk-grid .uk-card-default {
  background-color: var(--lightOffWhite);
  border: none;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.activiteiten-hoofdcategorien_section .uk-grid .el-item .el-title,
.activiteiten-hoofdcategorien_section .uk-grid .uk-card-default .el-title {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
.activiteiten-hoofdcategorien_section .uk-grid .el-item .el-content,
.activiteiten-hoofdcategorien_section .uk-grid .uk-card-default .el-content {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
}
.activiteiten-hoofdcategorien_section .uk-grid .el-item svg,
.activiteiten-hoofdcategorien_section .uk-grid .uk-card-default svg {
  color: var(--dustyGreen);
}
.activiteiten-hoofdcategorien_section .uk-grid .el-item:hover,
.activiteiten-hoofdcategorien_section .uk-grid .uk-card-default:hover {
  background-color: color-mix(in srgb, var(--lightOffWhite) 100%, transparent 80%);
}
.activiteiten-hoofdcategorien_section .bluebutton .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.activiteiten-hoofdcategorien_section .bluebutton .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.activiteiten-hoofdcategorien_section .bluebutton .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.activiteiten-hoofdcategorien_section .bluebutton .uk-button:hover {
  scale: 1.1;
}
.activiteiten-hoofdcategorien_section .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.activiteiten-hoofdcategorien_section .linkbutton a {
  text-decoration: underline;
}
.activiteiten-hoofdcategorien_section .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
@media (max-width: 59.9375em) {
  .activiteiten-hoofdcategorien_section .linkbutton {
    padding-inline-start: 15px;
  }
}
.activiteiten-hoofdcategorien_section .linkbutton a {
  color: var(--deepOceanBlue);
}

.faq-slider-rechts_section {
  background: var(--lightOffWhite);
}
.faq-slider-rechts_section.grey {
  background: var(--offWhite);
}
.faq-slider-rechts_section h2 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.faq-slider-rechts_section .uk-accordion {
  border: none;
}
.faq-slider-rechts_section .uk-accordion .el-item {
  margin-top: 10px;
  padding-top: 10px;
  border: none;
}
.faq-slider-rechts_section .uk-accordion .uk-accordion-title {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.faq-slider-rechts_section .uk-accordion .uk-accordion-title::before {
  display: none;
}
.faq-slider-rechts_section .uk-accordion .uk-accordion-content {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
}
.faq-slider-rechts_section .fotoslider .uk-slideshow {
  position: relative;
}
.faq-slider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-previous {
  position: relative;
}
.faq-slider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-previous svg {
  display: none;
}
.faq-slider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-previous:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  background-image: url("/images/YooTheme/leftbuttonbrown.svg");
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media (max-width: 639px) {
  .faq-slider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-previous:after {
    left: 0;
  }
}
.faq-slider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-next {
  position: relative;
}
.faq-slider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-next svg {
  display: none;
}
.faq-slider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 55px;
  height: 55px;
  background-image: url("/images/YooTheme/rightbuttonbrown.svg");
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media (max-width: 639px) {
  .faq-slider-rechts_section .fotoslider .uk-slideshow .uk-slidenav-next:after {
    display: none;
  }
}
.faq-slider-rechts_section .fotoslider .uk-slideshow .uk-slideshow-items {
  -webkit-mask-image: url("/images/YooTheme/roundedmask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center right;
  -webkit-mask-size: contain;
  mask-image: url("/images/YooTheme/roundedmask.svg");
  mask-repeat: no-repeat;
  mask-position: center right;
  mask-size: contain;
  mask-mode: alpha;
}

.img-links-tekst-rechts_section {
  background: var(--lightOffWhite);
}
.img-links-tekst-rechts_section h2,
.img-links-tekst-rechts_section h3 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.img-links-tekst-rechts_section .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.img-links-tekst-rechts_section .linkbutton a {
  text-decoration: underline;
}
.img-links-tekst-rechts_section .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
@media (max-width: 59.9375em) {
  .img-links-tekst-rechts_section .slideshow {
    margin-bottom: 30px;
  }
}
.img-links-tekst-rechts_section .slideshow .el-nav {
  transform: translateY(50px);
}
@media (min-width: 75em) {
  .img-links-tekst-rechts_section .slideshow {
    min-height: 400px;
  }
}
.img-links-tekst-rechts_section .slideshow .uk-slideshow-items {
  border-radius: 20px;
}

.tekst-links-img-rechts_section {
  background: var(--lightOffWhite);
}
.tekst-links-img-rechts_section h2,
.tekst-links-img-rechts_section h3 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.tekst-links-img-rechts_section .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.tekst-links-img-rechts_section .linkbutton a {
  text-decoration: underline;
}
.tekst-links-img-rechts_section .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
@media (max-width: 59.9375em) {
  .tekst-links-img-rechts_section .slideshow {
    margin-bottom: 30px;
  }
}
.tekst-links-img-rechts_section .slideshow .el-nav {
  transform: translateY(50px);
}
@media (min-width: 75em) {
  .tekst-links-img-rechts_section .slideshow {
    min-height: 400px;
  }
}
.tekst-links-img-rechts_section .slideshow .uk-slideshow-items {
  border-radius: 20px;
}

.detail-pagina_section {
  background-color: var(--offWhite);
}
.detail-pagina_section .toprow {
  background-color: white;
  padding: 60px;
  border-radius: 20px;
  margin-inline-start: 0px;
}
@media (max-width: 74.9375em) {
  .detail-pagina_section .toprow {
    padding: 40px;
  }
}
@media (max-width: 59.9375em) {
  .detail-pagina_section .toprow {
    padding: 30px;
  }
}
@media (max-width: 39.9375em) {
  .detail-pagina_section .toprow {
    padding: 20px;
  }
}
.detail-pagina_section .toprow .uk-width-1-1 {
  padding: 0px;
}
.detail-pagina_section .toprow h1 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.detail-pagina_section .toprow h2 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.detail-pagina_section .toprow h3 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.detail-pagina_section .toprow ul li {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
.detail-pagina_section .toprow .uk-list li {
  margin-top: 0px;
}
.detail-pagina_section .toprow a {
  font-weight: 600;
  color: var(--chocolateBrown);
  text-decoration: underline;
}
.detail-pagina_section .toprow .uk-card-default {
  border: none;
  border-radius: 12px;
  background: var(--offWhite);
  padding: 30px;
}
.detail-pagina_section .toprow .uk-card-default .el-content {
  text-wrap: balance;
  line-height: 1.3;
}
@media (max-width: 59.9375em) {
  .detail-pagina_section .toprow .uk-card-default {
    padding: 20px;
  }
}
@media (max-width: 39.9375em) {
  .detail-pagina_section .toprow .uk-card-default {
    padding: 15px;
  }
}
.detail-pagina_section .toprow .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.detail-pagina_section .toprow .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.detail-pagina_section .toprow .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.detail-pagina_section .toprow .uk-button:hover {
  scale: 1.1;
}
.detail-pagina_section .toprow .uk-button {
  margin-inline-start: 30px;
  text-decoration: none !important;
}
.detail-pagina_section .toprow .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.detail-pagina_section .toprow .linkbutton a {
  text-decoration: underline;
}
.detail-pagina_section .toprow .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
.detail-pagina_section .toprow .linkbutton a {
  color: var(--deepOceanBlue);
}
.detail-pagina_section .toprow .tablecard {
  background: var(--offWhite);
  padding-inline: 30px;
  padding-block: 14px;
  border-radius: 12px;
}
.detail-pagina_section .toprow .tablecard.prijzen .el-title {
  font-weight: 400 !important;
}
@media (min-width: 60em) {
  .detail-pagina_section .toprow .tablecard.prijzen tr:first-child td {
    padding-block-start: 0px !important;
  }
  .detail-pagina_section .toprow .tablecard.prijzen tr:last-child td {
    padding-block-end: 0px !important;
  }
}
@media (max-width: 74.9375em) {
  .detail-pagina_section .toprow .tablecard {
    padding-inline: 20px;
    padding-block: 20px;
  }
}
.detail-pagina_section .toprow .tablecard th {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  font-weight: 600;
  text-transform: none;
  padding-inline-start: 30px;
}
.detail-pagina_section .toprow .tablecard .el-meta {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
}
.detail-pagina_section .toprow .tablecard td {
  padding-block: 0px;
}
@media (min-width: 60em) {
  .detail-pagina_section .toprow .tablecard td {
    padding-inline: 30px;
  }
}
@media (min-width: 60em) {
  .detail-pagina_section .toprow .tablecard tbody tr:first-child td {
    padding-block-start: 14px;
  }
  .detail-pagina_section .toprow .tablecard tbody tr:last-child td {
    padding-block-end: 14px;
  }
}
.detail-pagina_section .toprow .tablecard .el-title {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  font-weight: 600;
}
.detail-pagina_section .toprow .tablecard .el-content {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
}
.detail-pagina_section img {
  border-radius: 20px;
}
@media (max-width: 59.9375em) {
  .detail-pagina_section .slideshow {
    margin-bottom: 30px;
  }
}
.detail-pagina_section .slideshow .el-nav {
  transform: translateY(50px);
}
@media (min-width: 75em) {
  .detail-pagina_section .slideshow {
    min-height: 400px;
  }
}
.detail-pagina_section .slideshow .uk-slideshow-items {
  border-radius: 20px;
}
.detail-pagina_section .bottomrow {
  background-color: white;
  padding-block: 30px;
  padding-inline: 60px;
  border-radius: 20px;
  margin-inline-start: 0px;
}
@media (max-width: 74.9375em) {
  .detail-pagina_section .bottomrow {
    padding-inline: 40px;
  }
}
@media (max-width: 59.9375em) {
  .detail-pagina_section .bottomrow {
    padding: 30px;
  }
}
@media (max-width: 39.9375em) {
  .detail-pagina_section .bottomrow {
    padding: 20px;
  }
}
.detail-pagina_section .bottomrow .uk-first-column {
  padding: 0px;
}
.detail-pagina_section .bottomrow .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.detail-pagina_section .bottomrow .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.detail-pagina_section .bottomrow .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.detail-pagina_section .bottomrow .uk-button:hover {
  scale: 1.1;
}
.detail-pagina_section .bottomrow .uk-button {
  text-wrap: balance;
  min-height: 40px;
  height: auto;
  display: flex;
  line-height: 1.1;
  justify-content: center;
  align-items: center;
  margin-inline-start: 30px;
}
@media (max-width: 39.9375em) {
  .detail-pagina_section .bottomrow .uk-button {
    margin-inline-end: 30px;
  }
}
.detail-pagina_section .bottomrow .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.detail-pagina_section .bottomrow .linkbutton a {
  text-decoration: underline;
}
.detail-pagina_section .bottomrow .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
.detail-pagina_section .bottomrow .linkbutton svg {
  transform: rotate(-180deg);
}
.detail-pagina_section .bottomrow .linkbutton a {
  color: var(--deepOceanBlue);
}
.detail-pagina_section .map img {
  border-radius: 20px;
}
.detail-pagina_section .sidegallery .el-item {
  border-radius: 20px;
}

.slapen-keuze-map_section {
  background: var(--lightOffWhite);
}
.slapen-keuze-map_section .uk-background-norepeat {
  position: relative;
}
.slapen-keuze-map_section .uk-background-norepeat::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 80%;
  background-color: var(--offWhite);
  background-image: url("https://puur-terschelling.webjongens.dev/images/YooTheme/roughbg.svg");
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 59.9375em) {
  .slapen-keuze-map_section .uk-background-norepeat::before {
    height: 100%;
  }
}
.slapen-keuze-map_section .slapengrid {
  max-width: 900px;
  width: auto;
}
.slapen-keuze-map_section .slapengrid .uk-card {
  background-color: var(--lightOffWhite);
  border-radius: 20px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.25);
  position: relative;
}
.slapen-keuze-map_section .slapengrid .uk-card .uk-card-media-top img {
  border-radius: 20px;
  min-height: 330px;
  object-fit: cover;
}
@media (max-width: 59.9375em) {
  .slapen-keuze-map_section .slapengrid .uk-card .uk-card-media-top img {
    min-height: 200px;
    max-height: 200px;
  }
}
.slapen-keuze-map_section .slapengrid .uk-card .el-title {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
.slapen-keuze-map_section .slapengrid .uk-card .el-content {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
}
.slapen-keuze-map_section .slapengrid .uk-card .el-link {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.slapen-keuze-map_section .slapengrid .uk-card .el-link a {
  text-decoration: underline;
}
.slapen-keuze-map_section .slapengrid .uk-card .el-link svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
.slapen-keuze-map_section .slapengrid .uk-card .el-link {
  color: #005792;
  position: relative;
  margin-inline-end: 16px;
}
.slapen-keuze-map_section .slapengrid .uk-card .el-link::before {
  content: "";
  position: absolute;
  top: 15px;
  right: -30px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  /* inline SVG uses currentColor, stroke-width = 3, linecap rounded */
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23005792' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='7 4 13 10 7 16'/%3E%3C/svg%3E");
}
.slapen-keuze-map_section .slapengrid .uk-card .el-meta {
  background-color: transparent;
  border: none;
  background: white;
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: var(--deepOceanBlue);
  text-wrap: nowrap;
  height: 40px;
  padding-inline: 0px;
}
.slapen-keuze-map_section .slapengrid .uk-card .el-meta:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftwhite.svg");
}
.slapen-keuze-map_section .slapengrid .uk-card .el-meta:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightwhite.svg");
}
.slapen-keuze-map_section .slapengrid .uk-card .el-meta {
  position: absolute;
  top: 270px;
  left: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 59.9375em) {
  .slapen-keuze-map_section .slapengrid .uk-card .el-meta {
    top: 145px;
    left: 45px;
  }
}
.slapen-keuze-map_section .map img {
  border-radius: 40px;
}

.its-the-horseride-switcher_section {
  background: var(--lightOffWhite);
}
.its-the-horseride-switcher_section .uk-background-norepeat {
  border-radius: 20px;
  padding: 60px;
  background-size: cover !important;
}
@media (max-width: 74.9375em) {
  .its-the-horseride-switcher_section .uk-background-norepeat {
    padding: 40px;
  }
}
@media (max-width: 59.9375em) {
  .its-the-horseride-switcher_section .uk-background-norepeat {
    padding: 30px;
  }
}
@media (max-width: 39.9375em) {
  .its-the-horseride-switcher_section .uk-background-norepeat {
    padding: 20px;
  }
}
.its-the-horseride-switcher_section .fs-switcher {
  position: relative;
  background: rgba(253, 251, 245, 0.9);
  border-radius: 20px;
  padding: 60px;
  margin: 0px !important;
  transition: backdrop-filter 0.3s ease-in-out;
}
.its-the-horseride-switcher_section .fs-switcher:hover {
  backdrop-filter: blur(5px);
}
@media (max-width: 74.9375em) {
  .its-the-horseride-switcher_section .fs-switcher {
    padding: 40px;
    padding-block-end: 200px;
  }
}
@media (max-width: 59.9375em) {
  .its-the-horseride-switcher_section .fs-switcher {
    padding: 30px;
    padding-block-end: 180px;
  }
}
@media (max-width: 39.9375em) {
  .its-the-horseride-switcher_section .fs-switcher {
    padding: 20px;
    padding-block-end: 160px;
  }
}
.its-the-horseride-switcher_section .fs-switcher .uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1.5px solid var(--dustyGreen);
}
.its-the-horseride-switcher_section .fs-switcher .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top: 1.5px solid var(--dustyGreen);
}
.its-the-horseride-switcher_section .niveautitle {
  position: absolute;
  top: 120px;
  left: 120px;
  width: fit-content;
  z-index: 3;
}
@media (max-width: 74.9375em) {
  .its-the-horseride-switcher_section .niveautitle {
    top: 80px;
    left: 80px;
  }
}
@media (max-width: 59.9375em) {
  .its-the-horseride-switcher_section .niveautitle {
    top: 60px;
    left: 60px;
  }
}
@media (max-width: 39.9375em) {
  .its-the-horseride-switcher_section .niveautitle {
    top: 40px;
    left: 40px;
  }
}
.its-the-horseride-switcher_section .niveautitle p {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.its-the-horseride-switcher_section .fs-switcher__nav {
  margin-top: 40px;
}
.its-the-horseride-switcher_section .fs-switcher__nav li a {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  text-decoration: underline;
  text-transform: none;
  border: none;
  padding-inline-start: 0px;
}
.its-the-horseride-switcher_section .fs-switcher__nav li a[aria-selected=true] {
  color: var(--deepOceanBlue);
  border: none;
}
.its-the-horseride-switcher_section .el-item h3 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  color: var(--chocolateBrown);
  margin-top: 0px !important;
}
.its-the-horseride-switcher_section .el-item .el-image {
  position: absolute;
  right: 0;
}
@media (max-width: 39.9375em) {
  .its-the-horseride-switcher_section .el-item .el-image {
    position: unset;
    margin-block-end: 10px;
  }
}
.its-the-horseride-switcher_section .el-item .tablesection {
  margin-block-start: 20px;
}
.its-the-horseride-switcher_section .el-item .tablesection .uk-table td {
  padding-block: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.its-the-horseride-switcher_section .el-item .tablesection .uk-table .el-title {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  font-weight: 600;
}
.its-the-horseride-switcher_section .el-item .tablesection .uk-table .el-content {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
}
.its-the-horseride-switcher_section .switchercta {
  position: absolute;
  bottom: 120px;
  left: 120px;
  width: fit-content;
  z-index: 3;
}
@media (max-width: 74.9375em) {
  .its-the-horseride-switcher_section .switchercta {
    bottom: 80px;
    left: 80px;
  }
}
@media (max-width: 59.9375em) {
  .its-the-horseride-switcher_section .switchercta {
    bottom: 60px;
    left: 60px;
  }
}
@media (max-width: 39.9375em) {
  .its-the-horseride-switcher_section .switchercta {
    bottom: 40px;
    left: 40px;
  }
}
.its-the-horseride-switcher_section .switchercta .uk-button {
  background-color: transparent;
  border: none;
  background: white;
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: var(--deepOceanBlue);
  text-wrap: nowrap;
  height: 40px;
  padding-inline: 0px;
}
.its-the-horseride-switcher_section .switchercta .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftwhite.svg");
}
.its-the-horseride-switcher_section .switchercta .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightwhite.svg");
}
.its-the-horseride-switcher_section .switchercta .uk-button {
  position: relative;
  margin-inline-start: 30px;
  transition: all 0.3s ease-in-out;
  will-change: scale;
}
.its-the-horseride-switcher_section .switchercta .uk-button:hover {
  scale: 1.1;
}
.its-the-horseride-switcher_section .bluebutton .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.its-the-horseride-switcher_section .bluebutton .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.its-the-horseride-switcher_section .bluebutton .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.its-the-horseride-switcher_section .bluebutton .uk-button:hover {
  scale: 1.1;
}
.its-the-horseride-switcher_section .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.its-the-horseride-switcher_section .linkbutton a {
  text-decoration: underline;
}
.its-the-horseride-switcher_section .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
@media (max-width: 59.9375em) {
  .its-the-horseride-switcher_section .linkbutton {
    padding-inline-start: 15px;
  }
}
.its-the-horseride-switcher_section .linkbutton a {
  color: var(--deepOceanBlue);
}

.opsomming_section {
  background-color: var(--offWhite);
}
.opsomming_section.lightoffwhitebg {
  background-color: var(--lightOffWhite);
}
.opsomming_section hr {
  border-top: 1.5px solid var(--dustyGreen);
  margin-block-end: 30px;
}
@media (max-width: 59.9375em) {
  .opsomming_section hr {
    margin-block-end: 20px;
  }
}
.opsomming_section h2,
.opsomming_section h3 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.opsomming_section ul li {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}

.partner-logos_section h2,
.partner-logos_section h3 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.partner-logos_section .uk-grid .el-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid var(--offWhite);
}
.partner-logos_section .uk-grid .el-item img {
  min-height: 130px;
  max-height: 130px;
  object-fit: contain;
  display: inline;
}
@media (max-width: 74.9375em) {
  .partner-logos_section .uk-grid .el-item img {
    min-height: 100px;
    max-height: 100px;
  }
}

.arrangementen-harmonica_section {
  background-color: var(--lightOffWhite);
}
.arrangementen-harmonica_section h1,
.arrangementen-harmonica_section h2,
.arrangementen-harmonica_section h3 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.arrangementen-harmonica_section .usps .el-content {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
.arrangementen-harmonica_section .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.arrangementen-harmonica_section .linkbutton a {
  text-decoration: underline;
}
.arrangementen-harmonica_section .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
.arrangementen-harmonica_section .linkbutton {
  margin-top: 30px !important;
}
.arrangementen-harmonica_section .linkbutton a {
  color: var(--deepOceanBlue);
}
.arrangementen-harmonica_section .rightcol {
  position: relative;
}
.arrangementen-harmonica_section .rightcol .badge {
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  background: var(--pumpkinOrange);
}
.arrangementen-harmonica_section .rightcol .badge p {
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
}
.arrangementen-harmonica_section .rightcol .badge {
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.arrangementen-harmonica_section .rightcol .badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftpumpkin.svg");
}
.arrangementen-harmonica_section .rightcol .badge:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightpumpkin.svg");
}
.arrangementen-harmonica_section .rightcol .slideshow {
  margin-top: 0px !important;
}
@media (max-width: 59.9375em) {
  .arrangementen-harmonica_section .rightcol .slideshow {
    margin-bottom: 30px;
  }
}
.arrangementen-harmonica_section .rightcol .slideshow .el-nav {
  transform: translateY(50px);
}
@media (min-width: 75em) {
  .arrangementen-harmonica_section .rightcol .slideshow {
    min-height: 400px;
  }
}
.arrangementen-harmonica_section .rightcol .slideshow .uk-slideshow-items {
  border-radius: 20px;
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-title {
  transition: all 0.3s ease-in-out;
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-title::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 8px;
  width: 13px;
  height: 13px;
  background-image: url("/images/YooTheme/arrowdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-title[aria-expanded=true] {
  color: var(--chocolateBrown) !important;
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-title[aria-expanded=true]::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 8px;
  width: 13px;
  height: 13px;
  background-image: url("/images/YooTheme/arrowup.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.arrangementen-harmonica_section .uk-accordion .el-item {
  border: 1px solid var(--dustyGreen);
  border-radius: 25px;
  padding: 30px;
  padding-inline: 60px;
}
@media (max-width: 74.9375em) {
  .arrangementen-harmonica_section .uk-accordion .el-item {
    padding-inline: 40px;
  }
}
@media (max-width: 59.9375em) {
  .arrangementen-harmonica_section .uk-accordion .el-item {
    padding: 30px;
  }
}
@media (max-width: 39.9375em) {
  .arrangementen-harmonica_section .uk-accordion .el-item {
    padding: 20px;
  }
}
.arrangementen-harmonica_section .uk-accordion .el-item .uk-accordion-title {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  color: var(--deepOceanBlue);
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content {
  padding: 0px;
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard {
  background: var(--offWhite);
  padding-inline: 30px;
  border-radius: 12px;
}
@media (max-width: 74.9375em) {
  .arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard {
    padding-inline: 20px;
    padding-block: 20px;
  }
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard td {
  padding-block: 0px;
}
@media (min-width: 60em) {
  .arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard td {
    padding-inline: 30px;
  }
}
@media (max-width: 59.9375em) {
  .arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 60em) {
  .arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard tbody tr:first-child td {
    padding-block-start: 14px;
  }
  .arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard tbody tr:last-child td {
    padding-block-end: 14px;
  }
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard tbody tr:nth-child(4) td {
  padding-block-start: 20px;
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard .el-title {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  font-weight: 600;
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard .el-content {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard .el-item {
  border: none;
}
@media (max-width: 59.9375em) {
  .arrangementen-harmonica_section .uk-accordion .uk-accordion-content .tablecard .el-item {
    padding: 0px;
  }
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content hr {
  border-top: 1.5px solid var(--dustyGreen);
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .uk-button:hover {
  scale: 1.1;
}
.arrangementen-harmonica_section .uk-accordion .uk-accordion-content .uk-button {
  margin-top: 10px;
  margin-inline-start: 30px;
}

.dashboard_section {
  background-color: var(--offWhite);
}
.dashboard_section.head .uk-container {
  background: #CDD1C2;
  border-radius: 20px 20px 0px 0px;
  padding-block-start: 20px;
}
.dashboard_section.head .uk-container h1 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  margin: 0px;
}
.dashboard_section.head .uk-container .tekstblok {
  margin: 0px !important;
}
@media (max-width: 39.9375em) {
  .dashboard_section.head .uk-container .tekstblok {
    padding-inline: 0px !important;
  }
}
.dashboard_section.head .uk-container .tekstblok p {
  line-height: 1.4 !important;
}
.dashboard_section.head .uk-container .progress,
.dashboard_section.head .uk-container progress {
  margin-block: 5px !important;
}
.dashboard_section.head .uk-container .piggylevel {
  padding-block-end: 20px;
}
.dashboard_section.head .uk-container .piggyhead {
  max-width: 210px;
  margin-inline-start: 20px;
  align-items: flex-end;
}
@media (max-width: 74.9375em) {
  .dashboard_section.head .uk-container .piggyhead {
    padding-inline-start: 0px;
  }
}
@media (min-width: 60em) {
  .dashboard_section.head .uk-container .piggyhead img {
    max-width: 110px;
  }
}
@media (max-width: 59.9375em) {
  .dashboard_section.head .uk-container .piggyhead {
    width: 100%;
    padding-inline: 0px;
    max-width: 100%;
    justify-content: center;
  }
}
.dashboard_section.head .uk-container .piggyhead .uk-width-1-1 {
  background-color: var(--dashboard-green-light);
  border-radius: 200px 200px 0px 0px;
  min-height: 165px;
  max-width: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 59.9375em) {
  .dashboard_section.head .uk-container .piggyhead .uk-width-1-1 {
    max-width: 210px;
    min-height: fit-content;
    background-color: transparent;
    margin-bottom: 20px;
  }
}
@media (max-width: 59.9375em) {
  .dashboard_section.head .uk-container .uk-flex-bottom.uk-width-2-3\@s {
    margin-top: 0px !important;
  }
  .dashboard_section.head .uk-container .uk-flex-bottom.uk-width-2-3\@s .uk-panel {
    background-color: var(--dashboard-green-light);
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
  }
}
.dashboard_section.impact .uk-container {
  background-color: var(--dashboard-green-light);
  padding-block-start: 60px;
  padding-block-end: 30px;
}
@media (max-width: 74.9375em) {
  .dashboard_section.impact .uk-container {
    padding-block-start: 40px;
  }
}
.dashboard_section.impact .uk-container h2,
.dashboard_section.impact .uk-container h3 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  line-height: 1.36;
  color: var(--chocolateBrown);
}
.dashboard_section.impact .uk-container .uk-card {
  background: white;
  border-radius: 20px;
  width: 210px;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}
.dashboard_section.impact .uk-container .uk-card .el-title {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.27;
  color: var(--chocolateBrown);
}
.dashboard_section.impact .uk-container .uk-card .el-meta {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  font-size: 0.875rem;
  color: var(--chocolateBrown);
  margin-top: 0px !important;
}
.dashboard_section.voedselketen .uk-container {
  background-color: var(--dashboard-green-light);
  padding-block-start: 30px;
  padding-block-end: 30px;
}
.dashboard_section.voedselketen .uk-container h2,
.dashboard_section.voedselketen .uk-container h3 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  line-height: 1.36;
  color: var(--chocolateBrown);
}
.dashboard_section.voedselketen .uk-container .chaingrid {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  padding-inline: 20px;
  padding-block: 40px;
}
.dashboard_section.voedselketen .uk-container .chaingrid > *:last-child {
  flex-grow: unset !important;
}
@media (max-width: 59.9375em) {
  .dashboard_section.voedselketen .uk-container .chaingrid {
    padding: 20px;
  }
}
.dashboard_section.voedselketen .uk-container .chaingrid .firstcol {
  padding-inline-start: 0px;
}
.dashboard_section.voedselketen .uk-container .chaingrid .lastcol {
  width: fit-content;
  padding-inline-end: 40px;
}
.dashboard_section.voedselketen .uk-container .chaingrid p {
  font-weight: 600;
  line-height: 1.3;
}
.dashboard_section.voedselketen .sliderrow {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  padding-inline: 20px;
  padding-block: 40px;
}
@media (max-width: 39.9375em) {
  .dashboard_section.voedselketen .sliderrow {
    padding: 20px;
  }
}
.dashboard_section.voedselketen .sliderrow .uk-slider > * {
  margin-inline-start: -50px;
}
@media (max-width: 39.9375em) {
  .dashboard_section.voedselketen .sliderrow .uk-slider > * {
    margin-inline-start: auto;
  }
}
.dashboard_section.voedselketen .sliderrow .uk-slider .el-title {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.27;
  color: var(--chocolateBrown);
}
@media (max-width: 39.9375em) {
  .dashboard_section.voedselketen .sliderrow .uk-slider .el-title {
    font-size: 1.125rem;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    color: var(--chocolateBrown);
    margin-top: 10px !important;
  }
}
.dashboard_section.voedselketen .sliderrow .uk-slider .uk-slidenav-next {
  position: relative;
}
.dashboard_section.voedselketen .sliderrow .uk-slider .uk-slidenav-next svg {
  display: none;
}
.dashboard_section.voedselketen .sliderrow .uk-slider .uk-slidenav-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  background-image: url("/images/YooTheme/dashboard/dashboardarrows.svg");
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media (max-width: 639px) {
  .dashboard_section.voedselketen .sliderrow .uk-slider .uk-slidenav-next:after {
    width: 50px;
    height: 50px;
  }
}
.dashboard_section.voedselketen .sliderrow .uk-slider .uk-slidenav-previous {
  display: none;
}
.dashboard_section.varkens .uk-container {
  background-color: var(--dashboard-green-light);
  padding-block-start: 30px;
  padding-block-end: 30px;
}
.dashboard_section.varkens .uk-container h2,
.dashboard_section.varkens .uk-container h3 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  line-height: 1.36;
  color: var(--chocolateBrown);
}
.dashboard_section.varkens .uk-container .uk-card {
  background: white;
  border-radius: 20px;
  width: 210px;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}
.dashboard_section.varkens .uk-container .uk-card .varkenheading .el-content {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.27;
  color: var(--chocolateBrown);
}
.dashboard_section.varkens .uk-container .uk-card .progresslabel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  font-size: 0.875rem;
  color: var(--chocolateBrown);
}
.dashboard_section.varkens .uk-container .uk-card .progresslabel.doel > * {
  color: #53c679;
}
.dashboard_section.varkens .uk-container .uk-card .uk-progress,
.dashboard_section.varkens .uk-container .uk-card .progressbar {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.dashboard_section.bijdragers .uk-container {
  background-color: var(--dashboard-green-light);
  padding-block-start: 30px;
  padding-block-end: 30px;
}
.dashboard_section.bijdragers .uk-container h2,
.dashboard_section.bijdragers .uk-container h3 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  line-height: 1.36;
  color: var(--chocolateBrown);
}
.dashboard_section.bijdragers .uk-container .uk-card {
  margin-inline-start: 0px;
  background: white;
  border-radius: 20px;
  padding: 30px;
  padding-inline-start: 0px;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 59.9375em) {
  .dashboard_section.bijdragers .uk-container .uk-card {
    padding: 20px;
  }
}
@media (max-width: 39.9375em) {
  .dashboard_section.bijdragers .uk-container .uk-card > * {
    padding-inline: 0px;
  }
}
.dashboard_section.bijdragers .uk-container .uk-card h3 {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.27;
  color: var(--chocolateBrown);
  margin: 0px;
}
.dashboard_section.bijdragers .uk-container .uk-card .tekstblok {
  margin-top: 5px !important;
  color: var(--deepOceanBlue);
  line-height: 1.4 !important;
}
.dashboard_section.bijdragers .uk-container .uk-card .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.dashboard_section.bijdragers .uk-container .uk-card .linkbutton a {
  text-decoration: underline;
}
.dashboard_section.bijdragers .uk-container .uk-card .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
.dashboard_section.bijdragers .uk-container .uk-card .linkbutton a {
  color: var(--deepOceanBlue);
}

.harmonica-full-width_section {
  background-color: var(--offWhite);
}
.harmonica-full-width_section h2,
.harmonica-full-width_section h3 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.harmonica-full-width_section .uk-accordion {
  border: none;
}
.harmonica-full-width_section .uk-accordion .el-item {
  margin-top: 10px;
  padding-top: 10px;
  border: none;
}
.harmonica-full-width_section .uk-accordion .uk-accordion-title {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  text-decoration: underline;
}
.harmonica-full-width_section .uk-accordion .uk-accordion-title::before {
  display: none;
}
.harmonica-full-width_section .uk-accordion .uk-accordion-content {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
}

.tekst-full-width_section {
  background: var(--offWhite);
}
.tekst-full-width_section h1 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.tekst-full-width_section h2 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.tekst-full-width_section h3 {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: var(--chocolateBrown);
}
.tekst-full-width_section ul li {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
.tekst-full-width_section a {
  font-weight: 600;
  color: var(--chocolateBrown);
  text-decoration: underline;
}

.breadcrumbs_section {
  background: var(--lightOffWhite);
  padding-block-start: 5px;
  padding-block-end: 0px;
}
.breadcrumbs_section.dark {
  background: var(--offWhite);
  padding-block-start: 5px;
  padding-block-end: 5px;
}
.breadcrumbs_section .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "|";
  color: var(--deepOceanBlue) !important;
  margin: 0 15px;
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  font-size: 1rem;
  font-weight: 400;
}
.breadcrumbs_section nav ul {
  margin-top: 30px;
}
.breadcrumbs_section nav ul li a span {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--deepOceanBlue) !important;
  font-size: 1rem;
  text-decoration: underline;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}
.breadcrumbs_section nav ul li span {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown) !important;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}

.greycard_section {
  background-color: var(--lightOffWhite);
}
.greycard_section .uk-card {
  background-color: var(--offWhite);
  border-radius: 20px;
}
.greycard_section .uk-card h2,
.greycard_section .uk-card h3 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.greycard_section .uk-card p {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}

.faq_switcher_section {
  background-color: var(--lightOffWhite);
}
.faq_switcher_section h1 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
@media (max-width: 59.9375em) {
  .faq_switcher_section .fs-grid-pro-filter-sticky .el-nav.uk-tab {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .faq_switcher_section .fs-grid-pro-filter-sticky .el-nav.uk-tab a {
    justify-content: flex-start;
  }
}
@media (max-width: 39.9375em) {
  .faq_switcher_section .fs-grid-pro-filter-sticky .el-nav.uk-tab {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .faq_switcher_section .fs-grid-pro-filter-sticky .el-nav.uk-tab a {
    justify-content: flex-start;
  }
}
.faq_switcher_section .fs-grid-pro-filter-sticky li a {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  text-decoration: underline;
  text-transform: none;
  border: none;
  padding-inline-start: 0px;
}
.faq_switcher_section .fs-grid-pro-filter-sticky li.uk-active a {
  color: var(--deepOceanBlue);
  border: none;
}
.faq_switcher_section .uk-accordion .el-item {
  padding-block-end: 20px;
  border-bottom: 1px solid var(--dashboard-green-dark);
}
.faq_switcher_section .uk-accordion .uk-accordion-title {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
}
.faq_switcher_section .uk-accordion .uk-accordion-title::before {
  background-color: var(--deepOceanBlue);
  border-radius: 100%;
  margin-top: 4px;
}
.faq_switcher_section .uk-accordion .uk-accordion-content {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
}

.filtergrid_section {
  background-color: var(--lightOffWhite);
}
.filtergrid_section .fg-grid .uk-first-column .uk-panel .uk-margin.uk-width-1-1 {
  margin: 0px !important;
}
.filtergrid_section .fg-grid .uk-first-column .uk-panel > :not(:first-child) .uk-form-label {
  margin-top: 20px !important;
}
.filtergrid_section .fg-grid .uk-form-label {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
  letter-spacing: normal;
}
.filtergrid_section .fg-grid .uk-form-controls label {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  text-wrap: wrap !important;
  hyphens: auto !important;
  line-height: 1;
}
.filtergrid_section .fg-grid .uk-form-controls label:has(> input[name=cat-activiteiten][value="27"]) {
  display: none !important;
}
.filtergrid_section .fg-grid .uk-form-controls label:has(> input[name=cat-activiteiten][value="27"]) + br {
  display: none !important;
}
.filtergrid_section .fg-grid .uk-form-controls label input {
  border: 1px solid var(--chocolateBrown);
  margin-inline-end: 5px;
}
.filtergrid_section .fg-grid .uk-form-controls label input:checked {
  background-color: var(--chocolateBrown);
}
.filtergrid_section .fg-grid .uk-card {
  background: transparent;
  border: none;
}
.filtergrid_section .fg-grid .uk-card a {
  height: fit-content;
  display: block;
  background-color: var(--deepOceanBlue);
  border-radius: 12px;
}
.filtergrid_section .fg-grid .uk-card .el-image {
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.filtergrid_section .fg-grid .uk-card .el-image:hover {
  opacity: 0.5;
}
.filtergrid_section .fg-grid .uk-card .el-title {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
  margin-top: 10px !important;
}
.filtergrid_section .fg-grid .uk-card .uk-button {
  display: none;
}
.filtergrid_section .fg-grid .uk-button-primary {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.filtergrid_section .fg-grid .uk-button-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.filtergrid_section .fg-grid .uk-button-primary:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.filtergrid_section .fg-grid .uk-button-primary:hover {
  scale: 1.1;
}
.filtergrid_section.dieren {
  background-color: var(--offWhite);
}
.filtergrid_section.dieren h2 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
.filtergrid_section.dieren .fg-grid .uk-card {
  background: white;
  border: none;
  border-radius: 12px;
}
.filtergrid_section.dieren .fg-grid .uk-card > :nth-child(3) {
  display: none;
}
.filtergrid_section.dieren .fg-grid .uk-card a {
  height: fit-content;
  width: fit-content;
  display: block;
  background-color: var(--deepOceanBlue);
  border-radius: 12px;
}
.filtergrid_section.dieren .fg-grid .uk-card .el-image {
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.filtergrid_section.dieren .fg-grid .uk-card .el-image:hover {
  opacity: 0.5;
}
.filtergrid_section.dieren .fg-grid .uk-card .el-title {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
  margin-top: 10px !important;
}
.filtergrid_section.dieren .fg-grid .uk-card .uk-button {
  display: none;
}
.filtergrid_section.dieren .fg-grid .uk-button-primary {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.filtergrid_section.dieren .fg-grid .uk-button-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.filtergrid_section.dieren .fg-grid .uk-button-primary:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.filtergrid_section.dieren .fg-grid .uk-button-primary:hover {
  scale: 1.1;
}
.filtergrid_section .gridcta .uk-card {
  background-color: var(--offWhite);
  padding: 30px;
  padding-top: 60px;
  border-radius: 12px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 25px;
}
@media (max-width: 59.9375em) {
  .filtergrid_section .gridcta .uk-card {
    margin-top: 50px;
  }
}
.filtergrid_section .gridcta .uk-card::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 50%;
  background-image: url("/images/YooTheme/todoicongrid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.filtergrid_section .gridcta .uk-card p {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  line-height: 1.2;
  text-align: center;
}
.filtergrid_section .gridcta .uk-card .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.filtergrid_section .gridcta .uk-card .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.filtergrid_section .gridcta .uk-card .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.filtergrid_section .gridcta .uk-card .uk-button:hover {
  scale: 1.1;
}
.filtergrid_section .gridcta .uk-card .uk-button {
  margin-inline-start: 0px;
}
@media (max-width: 59.9375em) {
  .filtergrid_section .gridcta .emptycol {
    display: none;
  }
}

.landingspagina_grid_section {
  background-color: var(--lightOffWhite);
}
.landingspagina_grid_section .ctacol .uk-card {
  background-color: var(--offWhite);
  padding: 30px;
  padding-top: 60px;
  border-radius: 12px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0px;
  height: fit-content;
}
@media (max-width: 59.9375em) {
  .landingspagina_grid_section .ctacol .uk-card {
    margin-top: 50px;
  }
}
.landingspagina_grid_section .ctacol .uk-card::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 50%;
  background-image: url("/images/YooTheme/todoicongrid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.landingspagina_grid_section .ctacol .uk-card p {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  line-height: 1.2;
  text-align: center;
}
.landingspagina_grid_section .ctacol .uk-card .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.landingspagina_grid_section .ctacol .uk-card .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.landingspagina_grid_section .ctacol .uk-card .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.landingspagina_grid_section .ctacol .uk-card .uk-button:hover {
  scale: 1.1;
}
.landingspagina_grid_section .ctacol .uk-card .uk-button {
  margin-inline-start: 0px;
}
.landingspagina_grid_section .acitiviteiten_grid .uk-card {
  background: transparent;
  border: none;
}
.landingspagina_grid_section .acitiviteiten_grid .uk-card a {
  height: fit-content;
  display: block;
  background-color: var(--deepOceanBlue);
  border-radius: 12px;
}
.landingspagina_grid_section .acitiviteiten_grid .uk-card .el-image {
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.landingspagina_grid_section .acitiviteiten_grid .uk-card .el-image:hover {
  opacity: 0.5;
}
.landingspagina_grid_section .acitiviteiten_grid .uk-card .el-title {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
  margin-top: 10px !important;
}
.landingspagina_grid_section .acitiviteiten_grid .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.landingspagina_grid_section .acitiviteiten_grid .linkbutton a {
  text-decoration: underline;
}
.landingspagina_grid_section .acitiviteiten_grid .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
.landingspagina_grid_section .acitiviteiten_grid .linkbutton a {
  color: var(--deepOceanBlue) !important;
}

.landingspagina_grid_dieren_section {
  background-color: var(--lightOffWhite);
}
.landingspagina_grid_dieren_section .dieren_grid .uk-card {
  background: white;
  border: none;
  border-radius: 12px;
}
.landingspagina_grid_dieren_section .dieren_grid .uk-card a {
  height: fit-content;
  display: block;
  background-color: var(--deepOceanBlue);
  border-radius: 12px;
}
.landingspagina_grid_dieren_section .dieren_grid .uk-card .el-image {
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.landingspagina_grid_dieren_section .dieren_grid .uk-card .el-image:hover {
  opacity: 0.5;
}
.landingspagina_grid_dieren_section .dieren_grid .uk-card .el-title {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
  margin-top: 10px !important;
}
.landingspagina_grid_dieren_section .dieren_grid .linkbutton {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--deepOceanBlue);
  text-decoration: underline;
}
.landingspagina_grid_dieren_section .dieren_grid .linkbutton a {
  text-decoration: underline;
}
.landingspagina_grid_dieren_section .dieren_grid .linkbutton svg polyline {
  stroke-width: 3px;
  line-clamp: round;
}
.landingspagina_grid_dieren_section .dieren_grid .linkbutton a {
  color: var(--deepOceanBlue) !important;
}

.contact_section {
  background: var(--offWhite);
}
.contact_section img {
  border-radius: 20px;
}
.contact_section .uk-card-secondary {
  background-color: var(--lightOffWhite);
  border-radius: 20px;
  border: none;
}
.contact_section .uk-card-secondary h1 {
  font-size: clamp(1.4375rem, 1.229rem + 1.11vw, 2.0625rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
}
.contact_section .uk-card-secondary p {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
.contact_section .uk-card-secondary .uk-card {
  background: var(--offWhite);
  border-radius: 20px;
}
.contact_section .uk-card-secondary .uk-card .el-title {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
.contact_section .uk-card-secondary li,
.contact_section .uk-card-secondary span,
.contact_section .uk-card-secondary a {
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: var(--chocolateBrown);
  color: var(--deepOceanBlue) !important;
  text-decoration: underline !important;
}
.contact_section .uk-card-secondary li svg,
.contact_section .uk-card-secondary span svg,
.contact_section .uk-card-secondary a svg {
  fill: var(--deepOceanBlue);
}
.contact_section .uk-card-default.sublayout {
  background: white;
  border: none;
  border-radius: 20px;
  padding: 40px;
}
.contact_section .uk-card-default.sublayout h2 {
  font-size: clamp(1.125rem, 1.021rem + 0.56vw, 1.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
.contact_section .uk-card-default.sublayout a {
  color: var(--deepOceanBlue) !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
}
.contact_section .uk-card-default.sublayout a span {
  color: var(--deepOceanBlue) !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
}

.ew-chatbotpro-widget .ew-chatbotpro-toggle {
  right: 30px;
  bottom: 30px;
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 50px;
  padding-inline: 30px;
  padding-block: 13px;
  color: var(--chocolateBrown);
  border: 1px solid var(--beige);
  background-color: var(--beige);
  transition: all 0.3s ease-in-out;
  outline: 1px solid;
  outline-color: var(--offWhite);
  outline-offset: 0;
  text-shadow: none;
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
}
.ew-chatbotpro-widget .ew-chatbotpro-toggle svg {
  max-width: none;
}
@media (max-width: 39.9375em) {
  .ew-chatbotpro-widget .ew-chatbotpro-toggle {
    padding-inline: 15px;
    padding-block: 10px;
  }
  .ew-chatbotpro-widget .ew-chatbotpro-toggle svg {
    max-width: 20px;
  }
}
.ew-chatbotpro-widget .ew-chatbotpro-toggle:hover {
  background-color: var(--offWhite);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  background-color: rgba(240, 248, 255, 0.54);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  filter: brightness(1.2);
}
.ew-chatbotpro-widget .ew-chatbotpro-toggle {
  background: rgba(253, 251, 245, 0.6745098039);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
  width: 180px;
  border-radius: 50px;
}
.ew-chatbotpro-widget .ew-chatbotpro-toggle:hover {
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  background: rgba(240, 248, 255, 0.54) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  filter: brightness(1.1);
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.ew-chatbotpro-widget .ew-chatbotpro-toggle svg path {
  display: none;
}
.ew-chatbotpro-widget .ew-chatbotpro-toggle::before {
  content: "Puur vragen?";
  display: inline-block;
  width: auto;
  height: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-70%, -50%);
  text-align: right;
  text-wrap: nowrap;
}
.ew-chatbotpro-widget .ew-chatbotpro-toggle::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("/images/system/icons/questionmarkorange.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}
.ew-chatbotpro-widget .ew-chatbotpro-window {
  bottom: 100px;
  right: 30px;
  background-color: rgba(165, 172, 177, 0.54);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.ew-chatbotpro-widget .ew-chatbotpro-window .ew-chatbotpro-header {
  background-color: rgba(165, 172, 177, 0.54);
}
.ew-chatbotpro-widget .ew-chatbotpro-window .ew-chatbotpro-messages {
  background: transparent;
}
.ew-chatbotpro-widget .ew-chatbotpro-window .ew-chatbotpro-messages h3 {
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  color: var(--chocolateBrown);
}
.ew-chatbotpro-widget .ew-chatbotpro-window .ew-chatbotpro-suggested {
  border-top: 1px solid #b2b8ba;
  background: transparent;
}
.ew-chatbotpro-widget .ew-chatbotpro-window .ew-chatbotpro-input-area {
  background-color: rgba(165, 172, 177, 0.54);
  border-top: none;
}

.viernulvier {
  background: var(--lightOffWhite);
}
.viernulvier h1 {
  font-size: clamp(3.25rem, 2.521rem + 3.89vw, 5.4375rem);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.92;
  color: var(--chocolateBrown);
  color: var(--chocolateBrown);
}
.viernulvier .uk-button {
  background-color: transparent;
  border: none;
  background: var(--deepOceanBlue);
  font-family: "Ouders", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  text-wrap: nowrap;
  height: 40px;
  transition: scale 0.3s ease-in-out;
  will-change: scale;
  padding-inline: 0px;
}
.viernulvier .uk-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgeleftblue.svg");
}
.viernulvier .uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-image: url("/images/YooTheme/roughedgerightblue.svg");
}
.viernulvier .uk-button:hover {
  scale: 1.1;
}