:root {
  --purple100: #5a189a;
  --purple80: #7b2cbf;
  --purple60: #9d4edd;
  --purple40: #c77dff;
  --purple20: #e0aaff;
  --wj-green: #c7fdbb;
  --bessenrood: #8F2E56;
  --diepbruin: #4F2134;
  --diepgroen: #297525;
  --duinzand: #F1ECE5;
  --weidegroen: #3AA935;
  --wolk: #FFFFFF;
  --zachtroze: #E2C6D2;
  --zandsteen: #B6A997;
}

@font-face {
  font-family: "Acumin Pro";
  src: url("../webfonts/acumin_pro_light-webfont.woff2") format("woff2"), url("../webfonts/acumin_pro_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../webfonts/acumin_pro_regular-webfont.woff2") format("woff2"), url("../webfonts/acumin_pro_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../webfonts/acumin_pro_italic-webfont.woff2") format("woff2"), url("../webfonts/acumin_pro_italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../webfonts/acumin_pro_medium-webfont.woff2") format("woff2"), url("../webfonts/acumin_pro_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../webfonts/acumin_pro_semibold-webfont.woff2") format("woff2"), url("../webfonts/acumin_pro_semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../webfonts/acumin_pro_semibold_italic-webfont.woff2") format("woff2"), url("../webfonts/acumin_pro_semibold_italic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../webfonts/acumin_pro_bold-webfont.woff2") format("woff2"), url("../webfonts/acumin_pro_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../webfonts/acumin_pro_bold_italic-webfont.woff2") format("woff2"), url("../webfonts/acumin_pro_bold_italic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../webfonts/acumin_pro_black-webfont.woff2") format("woff2"), url("../webfonts/acumin_pro_black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../webfonts/EBGaramond-SemiBoldItalic.woff2") format("woff2"), url("../webfonts/EBGaramond-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.uk-navbar-nav > li > a {
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  color: var(--bessenrood);
  text-transform: none;
  letter-spacing: normal;
  min-height: 40px;
}
@media (max-width: 59.9375em) {
  .uk-navbar-nav > li > a {
    font-size: clamp(1rem, 0.9545454545rem + 0.2272727273vw, 1.125rem);
    line-height: clamp(1.2rem, 1.1454545455rem + 0.2727272727vw, 1.35rem);
  }
}
.uk-navbar-nav > li > a:hover {
  color: var(--diepbruin);
}

.uk-navbar-nav > li.uk-active > a {
  color: var(--diepbruin);
}

.uk-logo img {
  padding-right: 50px;
}

@media (max-width: 39.9375em) {
  .uk-logo img {
    padding-right: 0;
    max-width: 200px;
  }
}
.uk-navbar-nav .button {
  border: 2px solid var(--bessenrood);
  border-radius: 10px;
  padding: 5px 10px 5px 15px;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
@media (max-width: 59.9375em) {
  .uk-navbar-nav .button {
    font-size: clamp(1rem, 0.9545454545rem + 0.2272727273vw, 1.125rem);
    line-height: clamp(1.2rem, 1.1454545455rem + 0.2727272727vw, 1.35rem);
  }
}
.uk-navbar-nav .button:hover {
  background-color: var(--diepbruin);
  color: var(--wolk);
  border-color: var(--diepbruin);
}
.uk-navbar-nav .button img {
  margin-right: 0px !important;
}

.uk-navbar-container {
  padding: 10px 0;
}

@media (max-width: 39.9375em) {
  .uk-navbar-container {
    padding: 0;
  }
}
.uk-navbar-toggle-icon {
  background-image: url(/images/system/mobile-nav-trigger.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 43px;
  height: 30px;
  display: block;
}
.uk-navbar-toggle-icon svg {
  display: none;
}

[class*=uk-modal-close-] {
  width: 40px;
  height: 40px;
}

#tm-dialog-mobile .uk-icon > * {
  width: 40px;
  height: 40px;
}
#tm-dialog-mobile .button {
  border: 2px solid var(--bessenrood);
  border-radius: 10px;
  padding: 5px 10px 5px 15px;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  justify-content: flex-end;
  max-width: fit-content;
  margin: 20px auto;
}
#tm-dialog-mobile .button:hover {
  background-color: var(--diepbruin);
  color: var(--wolk);
  border-color: var(--diepbruin);
}
#tm-dialog-mobile .button img {
  margin-right: 0px !important;
}
#tm-dialog-mobile .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: var(--diepbruin);
  stroke-width: 3px;
}
#tm-dialog-mobile .uk-nav-default {
  padding-top: 40px;
}
#tm-dialog-mobile .uk-nav-default > li > a {
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  color: var(--bessenrood);
  text-transform: none;
  letter-spacing: normal;
  justify-content: center;
}
#tm-dialog-mobile .uk-nav-default > li > a:hover {
  color: var(--diepbruin);
}

.tekstblok,
.tekstblok p {
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--diepbruin);
}
.tekstblok b,
.tekstblok p b {
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.tekstblok a,
.tekstblok p a {
  font-family: "Acumin Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  color: var(--diepbruin);
}

.uk-button,
.el-link {
  text-transform: none;
  letter-spacing: normal;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
}

.tekstblok h3,
.tekstblok h2,
.tekstblok h3 p {
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
  margin: 30px 0 0 0;
  padding: 0px;
}
.tekstblok h2 {
  font-size: clamp(1.5rem, 1.3636363636rem + 0.6818181818vw, 1.875rem);
  line-height: clamp(1.8rem, 1.6363636364rem + 0.8181818182vw, 2.25rem);
}
.tekstblok h4 {
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
}
.tekstblok h3 + p {
  margin-top: 10px;
}
.tekstblok ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
}
.tekstblok ul li {
  color: var(--diepbruin);
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 10px 40px;
  position: relative;
}
.tekstblok ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--weidegroen);
  left: 0;
  top: 0;
  bottom: 10px;
  margin: auto 0;
}

.actueel-grid {
  background-color: var(--duinzand);
}
.actueel-grid .uk-container > div > div > div > .uk-grid {
  row-gap: 20px;
}
.actueel-grid .uk-container > div > div > div > .uk-grid .uk-card-default .uk-card-title {
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
}
.actueel-grid .uk-container > div > div > div > .uk-grid .uk-card {
  background-color: transparent;
  border: 0px;
}
.actueel-grid .uk-container > div > div > div > .uk-grid .uk-card h3 {
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.25rem);
  line-height: clamp(1.2rem, 1.0909090909rem + 0.5454545455vw, 1.5rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--diepbruin);
}
.actueel-grid .uk-container > div > div > div > .uk-grid .uk-card p {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--diepbruin);
}
.actueel-grid .uk-container > div > div > div > .uk-grid .uk-card .uk-button {
  background-color: var(--weidegroen);
  color: var(--wolk);
  border: 0px;
  border-radius: 10px;
  text-transform: none;
  font-size: clamp(1rem, 0.9545454545rem + 0.2272727273vw, 1.125rem);
  line-height: clamp(1.2rem, 1.1454545455rem + 0.2727272727vw, 1.35rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  padding: 7px 10px;
}
.actueel-grid .uk-container > div > div > div > .uk-grid .uk-card .uk-button:hover {
  background-color: var(--diepbruin);
  color: var(--wolk);
}
.actueel-grid .uk-container > div > div > div > .uk-grid .uk-card img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 430/300;
  object-fit: cover;
}

.actueel-slider {
  background-image: url(/images/system/shape-beige.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 95%;
}
.actueel-slider h2 {
  color: var(--weidegroen);
  font-size: clamp(2.75rem, 2.5rem + 1.25vw, 3.4375rem);
  line-height: clamp(3.3rem, 3rem + 1.5vw, 4.125rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 30px;
}
.actueel-slider .uk-button-default {
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid rgba(79, 33, 52, 0.4392156863);
  color: rgba(79, 33, 52, 0.4392156863);
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px 13px 15px;
}
.actueel-slider .uk-card {
  border: 0px;
  border-radius: 20px;
}
.actueel-slider .uk-card .el-content {
  color: var(--wolk);
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.actueel-slider .uk-card .el-meta {
  color: var(--duinzand);
  font-size: 0.875rem;
  line-height: 1.05rem;
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  border: 2px solid var(--wolk);
  border-radius: 5px;
  max-width: fit-content;
  padding: 2px 5px;
}
.actueel-slider .uk-card .el-link {
  font-size: 0px;
  background-color: transparent;
  border: 0px;
  background-image: url(/images/system/arrow-right-circle\ copy.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-top: 40px;
  box-shadow: none;
}
.actueel-slider .uk-card-default .uk-card-title {
  color: var(--wolk);
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.actueel-slider .uk-slidenav-previous {
  background-image: url(/images/system/arrow-right-circle\ copy\ 4.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.actueel-slider .uk-slidenav-previous svg {
  display: none;
}
.actueel-slider .uk-slidenav-next {
  background-image: url(/images/system/arrow-right-circle\ copy\ 3.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.actueel-slider .uk-slidenav-next svg {
  display: none;
}
.actueel-slider .uk-slider-items > div:nth-child(3n+1) .uk-card-default {
  background-image: url(/images/system/pat-roze-100.jpg);
  background-size: cover;
}
.actueel-slider .uk-slider-items > div:nth-child(3n+2) .uk-card-default {
  background-image: url(/images/system/pat-paars-100.jpg);
  background-size: cover;
}
.actueel-slider .uk-slider-items > div:nth-child(3n+3) .uk-card-default {
  background-image: url(/images/system/pat-groen-100.jpg);
  background-size: cover;
}
@media (max-width: 99.9375em) {
  .actueel-slider .uk-slidenav-next,
  .actueel-slider .uk-slidenav-previous {
    padding: 0px;
  }
  .actueel-slider .uk-position-medium {
    bottom: -90px;
    margin: 0px;
    position: absolute;
    top: auto;
  }
}
@media (max-width: 59.9375em) {
  .actueel-slider .uk-slidenav-next,
  .actueel-slider .uk-slidenav-previous {
    padding: 0px;
  }
  .actueel-slider .uk-position-medium {
    bottom: -90px;
    margin: 0px;
    position: absolute;
    top: auto;
  }
}
@media (max-width: 39.9375em) {
  .actueel-slider .uk-slidenav-next,
  .actueel-slider .uk-slidenav-previous {
    padding: 0px;
  }
  .actueel-slider .uk-position-medium {
    bottom: -90px;
    margin: 0px;
    position: absolute;
    top: auto;
  }
}

.ambassadeurs {
  background-color: var(--diepgroen);
}
.ambassadeurs .tekstblok {
  color: var(--wolk);
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ambassadeurs h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--wolk);
}
.ambassadeurs ul li {
  color: var(--wolk);
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--zandsteen);
}
.anbi img {
  min-width: 100%;
}
@media (max-width: 39.9375em) {
  .anbi img {
    max-width: 70%;
    margin: 0 auto 0 0;
    min-width: 0px;
  }
}
.anbi h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--bessenrood);
}
.artikel-detail h1 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
}
.bestuur-en-raad-van-advies {
  background-color: var(--duinzand);
}
.bestuur-en-raad-van-advies h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--bessenrood);
}
.bestuur-en-raad-van-advies h3 {
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
  padding: 0px;
  margin-top: 20px;
}
.bestuur-en-raad-van-advies img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}
.bestuur-en-raad-van-advies .el-title,
.bestuur-en-raad-van-advies .el-content,
.bestuur-en-raad-van-advies .el-content a {
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--diepbruin);
}
.bewonersinitiatief {
  background-color: var(--duinzand);
}
.bewonersinitiatief h2 {
  color: var(--weidegroen);
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.bewonersinitiatief h3 {
  color: var(--bessenrood);
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.bewonersinitiatief .tekstblok p,
.bewonersinitiatief .tekstblok,
.bewonersinitiatief .el-content {
  color: var(--diepbruin);
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bewonersinitiatief .uk-card {
  background-color: var(--wolk);
  border-radius: 10px;
  border: 1px solid var(--weidegroen);
}
.bewonersinitiatief .uk-card .el-link {
  background-color: var(--weidegroen);
  border-radius: 10px;
  border: 0px;
  color: var(--wolk);
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px 13px 15px;
}
.bewonersinitiatief .uk-card .el-link:hover {
  background-color: var(--bessenrood);
  color: var(--wolk);
}
.bewonersinitiatief .uk-card-default .uk-card-title {
  color: var(--weidegroen);
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.broodkruimel {
  background-color: var(--wolk);
  padding: 30px 0;
}
.broodkruimel .uk-breadcrumb > :last-child > span,
.broodkruimel .uk-breadcrumb > * > * {
  color: var(--bessenrood);
  text-transform: none;
  letter-spacing: normal;
  font-family: "Acumin Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-decoration: underline;
}
.broodkruimel .uk-breadcrumb > :last-child > span {
  font-family: "Acumin Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: var(--diepbruin);
}
.broodkruimel .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  display: inline-block;
  margin: 0 20px -5px 20px;
  font-size: 11px;
  color: #b4b5ba;
  background-image: url(/images/system/rechts-groen.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
}
.contact h2 {
  color: var(--weidegroen);
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.contact .tekstblok,
.contact .tekstblok p {
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--bessenrood);
}
.contact .tekstblok a,
.contact .tekstblok p a {
  text-decoration: none;
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--bessenrood);
}
.contact .tekstblok a:hover,
.contact .tekstblok p a:hover {
  text-decoration: underline;
}
.contact ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
}
.contact ul li {
  color: var(--diepbruin);
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0 0 10px 0;
}
.contact ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--weidegroen);
  margin-right: 20px;
  top: -4px;
  position: relative;
}
.contact picture {
  position: relative;
  height: 100%;
  display: block;
}
.contact picture img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.contact .uk-container-expand {
  padding-left: 0px;
}
@media (max-width: 39.9375em) {
  .contact .uk-container-expand {
    padding-left: 30px;
  }
  .contact .uk-container-expand picture::before {
    left: -30px;
  }
  .contact .uk-container-expand img {
    margin-left: -30px;
  }
}
@media (max-width: 39.9375em) {
  .contact .tekstblok,
  .contact .tekstblok p,
  .contact .tekstblok p a {
    font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
    line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  }
}

.nieuwsbrief .convertforms .cf-content-wrap,
.nieuwsbrief .convertforms .cf-form-wrap {
  padding: 0;
}
.nieuwsbrief .convertforms .cf-input {
  background-color: transparent;
  border: 1px solid white;
  padding: 8px 10px;
}
.nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
  color: white;
  opacity: 0.7;
}
.nieuwsbrief .convertforms .cf-btn {
  background-color: black !important;
  color: white !important;
}
.nieuwsbrief .convertforms .cf-btn:hover {
  background-color: white !important;
  color: black !important;
}
.nieuwsbrief .convertforms .cf-two-thirds {
  display: flex;
  align-items: center;
}
.nieuwsbrief .convertforms .cf-checkbox-group {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::before {
  background-image: linear-gradient(#b9e9b3, #a8e4a0);
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::after {
  display: block;
}
.nieuwsbrief .convertforms .cf-checkbox-group .convertforms .cf-checkbox-group {
  padding: 0px;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label {
  padding-left: 1.8em;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5607843137);
  padding-left: 30px;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
  color: rgba(255, 255, 255, 0.5607843137);
  text-decoration: underline;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
  color: white;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: white;
  border-radius: 0px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label::after {
  content: "";
  position: absolute;
  display: none;
  left: 11px;
  top: 14px;
  width: 0.35em;
  height: 0.7em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}

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

.wj-copyright.uk-section-default {
  background-image: url(/images/system/footer-img.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 40%;
  padding: 140px 0 30px 0;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 39.9375em) {
  .wj-copyright.uk-section-default {
    padding-top: 30px;
  }
}
@media (max-width: 59.9375em) {
  .wj-copyright.uk-section-default {
    padding-top: 30px;
  }
}
.wj-copyright.uk-section-default .wj-copyright-row > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
  column-gap: 20px;
  opacity: 0.6;
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-owner {
  font-size: 1rem;
  color: var(--diepbruin);
}
@media (max-width: 363px) {
  .wj-copyright.uk-section-default .wj-copyright-row > div .wj-owner {
    text-align: center;
  }
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter {
  width: 100%;
  box-sizing: border-box;
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter span,
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter a {
  font-size: 1rem;
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter span {
  color: var(--diepbruin);
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter a {
  color: var(--diepbruin);
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter a:hover {
  color: var(--diepbruin);
  cursor: pointer;
  text-decoration: none;
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter .website-section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  padding: 0px;
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter .website-section .wj-heart {
  align-items: flex-end !important;
}
@media (max-width: 363px) {
  .wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter .website-section {
    flex-direction: column;
    align-items: center !important;
  }
  .wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter .website-section .wj-heart {
    flex-wrap: nowrap !important;
  }
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter .website-section .heart-icon {
  position: relative;
  margin: 0 0 0 2px;
  fill: var(--diepbruin);
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter .website-section .typewriter-container {
  display: inline-block;
  min-width: 10ch;
  text-align: left;
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter .website-section .typewriter-text {
  display: inline-block;
  white-space: nowrap;
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-typewriter .website-section .cursor {
  animation: blink 0.7s infinite;
  display: inline-block;
  color: var(--diepbruin);
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-cookies .uk-icon {
  color: var(--diepbruin);
  fill: var(--diepbruin);
}
.wj-copyright.uk-section-default .wj-copyright-row > div .wj-cookies .el-content {
  font-size: 1rem;
  color: var(--diepbruin);
}
.wj-copyright.uk-section-default .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: 15px !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;
}

.donatieform .convertforms h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--weidegroen);
}
.donatieform .convertforms h3 {
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
  padding: 0px;
  margin-top: 20px;
}
.donatieform .convertforms p,
.donatieform .convertforms ul,
.donatieform .convertforms a {
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--diepbruin);
}
.donatieform .convertforms p a:hover,
.donatieform .convertforms ul a:hover,
.donatieform .convertforms a a:hover {
  color: var(--bessenrood);
}
.donatieform .convertforms .cf-control-group {
  border-color: var(--zachtroze);
}
.donatieform .convertforms .cf-control-input ul {
  padding-left: 15px;
}
.donatieform .convertforms .cf-label {
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--diepbruin);
}
.donatieform .convertforms .cf-label .cf-required-label {
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--bessenrood);
}
.donatieform .convertforms .cf-input {
  color: var(--diepbruin);
  border: solid 1px var(--zachtroze);
}
.donatieform .convertforms button {
  background-color: var(--weidegroen);
  border-radius: 10px;
  border: 2px solid var(--weidegroen);
  color: var(--wolk);
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 7px 10px;
}
.donatieform .convertforms button:hover {
  background-color: var(--diepbruin);
  border-color: var(--diepbruin);
  color: var(--wolk);
}

.flatpickr-calendar {
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--diepbruin);
}
.flatpickr-calendar .flatpickr-current-month input.cur-year {
  color: var(--diepbruin);
  fill: var(--diepbruin);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  color: var(--diepbruin);
  fill: var(--diepbruin);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--weidegroen);
}
.flatpickr-calendar span.flatpickr-weekday {
  color: var(--bessenrood);
  fill: var(--bessenrood);
}
.flatpickr-calendar .flatpickr-day {
  color: var(--diepbruin);
  fill: var(--diepbruin);
}
.flatpickr-calendar .flatpickr-day.today {
  background-color: transparent;
  border-color: transparent;
}
.flatpickr-calendar .flatpickr-day.today.selected {
  background: var(--weidegroen);
  border-color: var(--weidegroen);
  display: flex;
  align-items: center;
}
.flatpickr-calendar .flatpickr-day.today.selected:hover {
  background: var(--bessenrood);
  border-color: var(--bessenrood);
  color: var(--diepbruin);
}
.flatpickr-calendar .flatpickr-day.today:hover {
  background: var(--zachtroze);
  border-color: var(--zachtroze);
  display: flex;
  align-items: center;
  color: var(--diepbruin);
}
.flatpickr-calendar .flatpickr-day:hover {
  background: var(--zachtroze);
  border-color: var(--zachtroze);
  display: flex;
  align-items: center;
}
.flatpickr-calendar .flatpickr-day.selected {
  background: var(--weidegroen);
  border-color: var(--weidegroen);
  display: flex;
  align-items: center;
}
.flatpickr-calendar .flatpickr-day.selected:hover {
  background: var(--bessenrood);
  border-color: var(--bessenrood);
}

.downloads {
  background-color: var(--diepgroen);
}
.downloads h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--wolk);
  padding-bottom: 20px;
}
.downloads .tekstblok {
  color: var(--wolk);
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.downloads a:hover,
.downloads .uk-link-toggle:hover {
  text-decoration: none !important;
  color: var(--zandsteen);
}
.downloads .uk-button {
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid var(--weidegroen);
  color: var(--wolk);
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px 13px 15px;
}
.downloads .uk-button:hover {
  background-color: var(--weidegroen);
  color: var(--wolk);
}
.downloads .el-item {
  color: var(--wolk);
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--zandsteen);
}
.downloads .el-item .uk-link,
.downloads .el-item a {
  color: var(--wolk);
}
.downloads .el-item .uk-link:hover,
.downloads .el-item a:hover {
  text-decoration: none;
  color: var(--zandsteen);
}
.downloads .el-item .uk-flex-nowrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.faq {
  background-color: var(--duinzand);
}
.faq h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--weidegroen);
  padding-bottom: 30px;
}
.faq .uk-accordion-title {
  color: var(--bessenrood);
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.faq .el-content {
  color: var(--bessenrood);
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20px;
}
.faq .uk-accordion-content {
  padding-right: 50px;
}
.faq .uk-accordion-title::before {
  background-image: url(/images/system/plus.svg);
  background-size: contain;
}
.faq .uk-open > .uk-accordion-title::before {
  background-image: url(/images/system/min.svg);
  background-size: contain;
}
.faq .uk-accordion > :nth-child(n+2) {
  border-color: #A36543;
  margin-top: 10px;
  padding-top: 10px;
}
.footer {
  padding-bottom: 0px;
}
.footer .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: revert-layer;
}
.footer .uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: revert-layer;
}
.footer .uk-flex-center {
  justify-content: space-between;
}
.footer .tekstblok,
.footer .tekstblok p,
.footer .tekstblok a {
  color: var(--diepbruin);
}
.footer .uk-button {
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid var(--bessenrood);
  color: var(--bessenrood);
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px;
}
.footer .uk-button:hover {
  background-color: var(--diepbruin);
  color: var(--wolk);
  border-color: var(--diepbruin);
}
.footer .uk-button .uk-icon svg {
  max-height: 20px;
}
.footer .anbi img {
  max-height: 128px;
}
.foto-links-tekst-en-icons-rechts picture img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  min-width: 100%;
}
.foto-links-tekst-en-icons-rechts h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--weidegroen);
}
.foto-links-tekst-en-icons-rechts .tekstblok p b {
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.foto-links-tekst-en-icons-rechts .el-item img {
  max-height: 60px;
  min-height: 60px;
  filter: drop-shadow(0px 4px 11px rgba(29, 28, 28, 0.24));
}
.foto-links-tekst-en-icons-rechts .el-item h3 {
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
}
.foto-links-tekst-en-icons-rechts .icongrid .uk-grid {
  margin-left: -70px;
  padding-top: 30px;
}
@media (max-width: 59.9375em) {
  .foto-links-tekst-en-icons-rechts .icongrid .uk-grid {
    margin-left: 0px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 70%;
    margin: 0 auto;
  }
}
.foto-links-tekst-en-icons-rechts .uk-container-expand {
  padding-left: 0px;
}
@media (max-width: 59.9375em) {
  .foto-links-tekst-en-icons-rechts .uk-container-expand {
    padding-left: 30px;
  }
  .foto-links-tekst-en-icons-rechts .uk-container-expand picture::before {
    left: -30px;
  }
  .foto-links-tekst-en-icons-rechts .uk-container-expand img {
    margin-left: -30px;
  }
}
@media (max-width: 39.9375em) {
  .foto-links-tekst-en-icons-rechts .uk-container-expand {
    padding-left: 30px;
  }
  .foto-links-tekst-en-icons-rechts .uk-container-expand picture::before {
    left: -30px;
  }
  .foto-links-tekst-en-icons-rechts .uk-container-expand img {
    margin-left: 0px;
  }
}
@media (max-width: 39.9375em) {
  .foto-links-tekst-en-icons-rechts .icongrid .uk-grid {
    margin-left: 0;
    margin-left: 0px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
  }
  .foto-links-tekst-en-icons-rechts .icongrid .uk-grid > * {
    padding-left: 0;
  }
}

.foto-links-tekst-rechts h2 {
  color: var(--weidegroen);
  font-size: clamp(2.75rem, 2.5rem + 1.25vw, 3.4375rem);
  line-height: clamp(3.3rem, 3rem + 1.5vw, 4.125rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.foto-links-tekst-rechts h3 {
  color: var(--bessenrood);
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.foto-links-tekst-rechts .tekstblok,
.foto-links-tekst-rechts .tekstblok p {
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
}
.foto-links-tekst-rechts .uk-container-expand {
  padding-left: 0px;
}
@media (max-width: 59.9375em) {
  .foto-links-tekst-rechts .uk-container-expand {
    padding-left: 30px;
  }
  .foto-links-tekst-rechts .uk-container-expand picture::before {
    left: -30px;
  }
  .foto-links-tekst-rechts .uk-container-expand img {
    margin-left: -30px;
  }
}
@media (max-width: 39.9375em) {
  .foto-links-tekst-rechts .uk-container-expand {
    padding-left: 30px;
  }
  .foto-links-tekst-rechts .uk-container-expand picture::before {
    left: -30px;
  }
  .foto-links-tekst-rechts .uk-container-expand img {
    margin-left: -30px;
  }
}
.foto-links-tekst-rechts ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
}
.foto-links-tekst-rechts ul li {
  color: var(--diepbruin);
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0 0 10px 0;
  display: flex;
}
.foto-links-tekst-rechts ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--weidegroen);
  margin-right: 20px;
  top: 0px;
  position: relative;
}
.foto-links-tekst-rechts picture {
  position: relative;
  height: 100%;
  display: block;
}
.foto-links-tekst-rechts picture::before {
  content: "";
  background-image: url(/images/system/shape-paars.svg);
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  aspect-ratio: var(--after-header-ratio, 0.44);
  width: auto;
  z-index: 999;
}
.foto-links-tekst-rechts picture img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  min-width: 100%;
}
.foto-links-tekst-rechts.alt h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.foto-links-tekst-rechts.alt .tekstblok,
.foto-links-tekst-rechts.alt .tekstblok p {
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--diepbruin);
}
.foto-tekst-quote-foto blockquote {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--bessenrood);
}
@media (max-width: 39.9375em) {
  .foto-tekst-quote-foto blockquote {
    font-size: clamp(1.5rem, 1.3636363636rem + 0.6818181818vw, 1.875rem);
    line-height: clamp(1.8rem, 1.6363636364rem + 0.8181818182vw, 2.25rem);
  }
}
.foto-tekst-quote-foto .paa p {
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--weidegroen);
}
.foto-tekst-quote-foto img,
.foto-tekst-quote-foto video {
  border-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}
.foto-tekst-quote-foto h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--weidegroen);
}
.foto-tekst-quote-foto ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.foto-tekst-quote-foto ul li {
  color: var(--diepbruin);
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0 0 10px 0;
}
.foto-tekst-quote-foto ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--weidegroen);
  margin-right: 20px;
  top: -4px;
  position: relative;
}
.home-header {
  --after-header-ratio: 0.44;
  padding: 0px;
  background-color: var(--bessenrood);
}
.home-header .uk-margin.uk-scrollspy-inview {
  height: 100%;
}
.home-header .uk-margin.uk-scrollspy-inview picture {
  height: 100%;
}
.home-header .uk-margin.uk-scrollspy-inview picture img {
  height: 100%;
  object-fit: cover;
  max-height: 333px;
}
.home-header h1 {
  font-size: clamp(1.875rem, 1.146rem + 3.89vw, 4.0625rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--wolk);
  margin: 0px;
  padding: 0px;
}
@media (max-width: 39.9375em) {
  .home-header h1 {
    font-size: clamp(1.25rem, 1.1363636364rem + 0.5681818182vw, 1.5625rem);
    line-height: clamp(1.5rem, 1.3636363636rem + 0.6818181818vw, 1.875rem);
  }
}
.home-header h2 {
  font-size: clamp(1.85rem, 1.6818181818rem + 0.8409090909vw, 2.3125rem);
  line-height: clamp(2.22rem, 2.0181818182rem + 1.0090909091vw, 2.775rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--wolk);
  margin: 0px;
  padding: 0px;
}
@media (max-width: 39.9375em) {
  .home-header h2 {
    font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
    line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  }
}
.home-header .uk-button {
  min-width: 180px;
}
@media (max-width: 59.9375em) {
  .home-header .uk-button {
    min-width: 0px;
  }
}
.home-header .uk-button-primary {
  background-color: var(--wolk);
  color: var(--bessenrood);
  border: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-transform: none;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  padding: 7px 10px;
}
@media (max-width: 59.9375em) {
  .home-header .uk-button-primary {
    font-size: clamp(1rem, 0.9545454545rem + 0.2272727273vw, 1.125rem);
    line-height: clamp(1.2rem, 1.1454545455rem + 0.2727272727vw, 1.35rem);
  }
}
.home-header .uk-button-primary:hover {
  background-color: var(--diepbruin);
  color: var(--wolk);
}
.home-header .uk-button-secondary {
  background-color: var(--weidegroen);
  color: var(--wolk);
  border: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: none;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  padding: 7px 10px;
}
@media (max-width: 59.9375em) {
  .home-header .uk-button-secondary {
    font-size: clamp(1rem, 0.9545454545rem + 0.2272727273vw, 1.125rem);
    line-height: clamp(1.2rem, 1.1454545455rem + 0.2727272727vw, 1.35rem);
  }
}
.home-header .uk-button-secondary:hover {
  background-color: var(--diepbruin);
  color: var(--wolk);
}
.home-header .col1 {
  position: relative;
  width: calc(50% - var(--header-height, 400px) * var(--after-header-ratio, 0.44));
}
.home-header .col1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  height: 100%;
  background-image: url(/images/system/after-header.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  aspect-ratio: var(--after-header-ratio, 0.44);
  width: auto;
  z-index: 10;
  transform: translateX(100%);
}
.home-header img {
  border-bottom: 70px solid var(--wolk);
  background-color: var(--bessenrood);
  position: relative;
}
.home-header img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  /* Don't overlay the border */
  background: rgba(255, 255, 255, 0.2);
  /* White overlay for opacity effect */
  pointer-events: none;
}
@media (max-width: 59.9375em) {
  .home-header.detail-header h1 {
    font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
    line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  }
}
@media (max-width: 59.9375em) {
  .home-header.detail-header h2 {
    font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.25rem);
    line-height: clamp(1.2rem, 1.0909090909rem + 0.5454545455vw, 1.5rem);
  }
}
.home-header.detail-header img {
  border-bottom: 30px solid var(--wolk);
}
.home-header.detail-header img::after {
  bottom: 30px;
}
@media (max-width: 39.9375em) {
  .home-header img {
    border-bottom: 10px solid var(--wolk);
  }
}
@media (max-width: 39.9375em) {
  .home-header .uk-container-expand {
    padding-right: 0px;
  }
}
.home-header .uk-container-expand {
  padding-right: 0px;
}
@media (max-width: 39.9375em) {
  .home-header .col1 {
    width: 50%;
    padding: 20px 0;
  }
  .home-header .uk-button-primary,
  .home-header .uk-button-secondary {
    padding: 5px 10px;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    max-width: fit-content;
    min-width: 0px;
  }
  .home-header * + .uk-margin-medium {
    margin-top: 10px !important;
  }
  .home-header.detail-header img {
    border-bottom: 10px solid var(--wolk);
    min-height: 150px;
    object-fit: cover;
  }
}

.nb {
  background-color: var(--duinzand);
  padding: 0px;
  position: relative;
  --nb-shape-ratio: 0.724;
}
.nb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 54.4%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url(/images/system/nieuwsbrief-texel-shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 1;
  aspect-ratio: var(--nb-shape-ratio, 1);
}
.nb .uk-dotnav > .uk-active > * {
  background-color: var(--bessenrood);
}
.nb .col1 .uk-card {
  background-color: var(--duinzand);
  border: 0px;
  padding: 200px 150px 200px 100px;
  transform: skew(-25deg, 0deg);
}
@media (max-width: 74.9375em) {
  .nb .col1 .uk-card {
    padding: 200px 200px 200px 100px;
  }
}
.nb .col1 .uk-slidenav-previous {
  background-image: url(/images/system/links-groen.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.nb .col1 .uk-slidenav-previous svg {
  display: none;
}
.nb .col1 .uk-slidenav-next {
  background-image: url(/images/system/rechts-groen.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.nb .col1 .uk-slidenav-next svg {
  display: none;
}
.nb .col1 .uk-slider {
  transform: skew(25deg, 0deg);
}
.nb .col1 .uk-slider .el-content {
  font-size: clamp(1.5rem, 1.3636363636rem + 0.6818181818vw, 1.875rem);
  line-height: clamp(1.8rem, 1.6363636364rem + 0.8181818182vw, 2.25rem);
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
  color: var(--bessenrood);
}
@media (max-width: 39.9375em) {
  .nb .col1 .uk-slider .el-content {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}
.nb .col2 {
  background-color: var(--zachtroze);
  background-image: url(/images/system/nieuwsbrief-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 50px 200px 250px;
  text-align: center;
}
@media (max-width: 74.9375em) {
  .nb .col2 {
    padding: 200px 50px 200px 90px;
  }
}
.nb .col2 h2 {
  text-align: right;
}
@media (max-width: 74.9375em) {
  .nb .col2 .convertforms {
    z-index: 999999;
    position: relative;
  }
}
.nb #cf_1 {
  --control-gap: 0;
  --label-color: #132958;
  --label-size: 16px;
  --label-weight: 400;
  --input-color: #132958;
  --input-placeholder-color: var(--diepbruin);
  --input-text-align: center;
  --input-background-color: #ffffff;
  --input-border-color: transparent;
  --input-border-radius: 10px;
  --input-size: 17px;
  --input-padding: 12px 12px;
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 300px;
  margin-left: auto;
}
.nb .convertforms .cf-btn {
  background-color: var(--weidegroen);
  color: var(--wolk);
  border: 0px;
  border-radius: 10px;
  text-transform: none;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  padding: 7px 10px;
  margin-right: 10px;
}
.nb .convertforms .cf-btn:hover {
  background-color: var(--diepbruin);
  color: var(--wolk);
}
.nb .convertforms .cf-content-wrap,
.nb .convertforms .cf-form-wrap {
  padding: 0px;
}
.nb h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--wolk);
}
.nb .convertforms .cf-fields {
  align-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 5px 10px;
  min-height: 60px;
}
@media (min-width: 100em) {
  .nb .convertforms .cf-fields {
    padding: 0px 10px;
  }
}
.nb .convertforms .cf-input {
  min-height: 60px;
}
.nb .convertforms .cf-fields > div:nth-child(1) {
  border-right: 0px solid var(--diepbruin);
  border-bottom: 1px solid var(--diepbruin);
}
@media (min-width: 100em) {
  .nb #cf_1 {
    max-width: none;
  }
  .nb .col2 h2 {
    padding-right: 30px;
  }
  .nb .convertforms .cf-btn {
    font-size: clamp(1rem, 0.9545454545rem + 0.2272727273vw, 1.125rem);
    line-height: clamp(1.2rem, 1.1454545455rem + 0.2727272727vw, 1.35rem);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 10px;
    min-height: 45px;
  }
  .nb .convertforms .cf-fields > div:nth-child(1) {
    border-right: 1px solid var(--diepbruin);
    border-bottom: 0px solid var(--diepbruin);
  }
  .nb .convertforms .cf-fields > div:nth-child(2) {
    border-right: 1px solid var(--diepbruin);
    border-bottom: 0px solid var(--diepbruin);
  }
  .nb #cf1 > div.cf-form-wrap.cf-col-16 > div.cf-fields > div:nth-child(3) > div {
    margin-right: 10px;
  }
  .nb .convertforms .cf-fields {
    flex-wrap: nowrap;
  }
}
@media (max-width: 74.9375em) {
  .nb .col1 .uk-slider .el-content {
    font-size: clamp(1.25rem, 1.1363636364rem + 0.5681818182vw, 1.5625rem);
    line-height: clamp(1.5rem, 1.3636363636rem + 0.6818181818vw, 1.875rem);
  }
}
@media (max-width: 59.9375em) {
  .nb #cf_1 {
    max-width: 80%;
    margin: 0 auto;
  }
  .nb::after {
    display: none;
  }
  .nb .col1 .uk-card {
    transform: none;
    padding: 30px;
  }
  .nb .col1 .uk-slider .el-content,
  .nb .col1 .uk-slider {
    transform: none;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .nb .col2 {
    padding: 30px 20px 30px 40px;
  }
  .nb .uk-slidenav-next {
    position: absolute;
    right: 0px;
  }
  .nb .col2 {
    padding: 100px 20px 100px 40px;
  }
  .nb .col2 h2 {
    text-align: center;
  }
}
@media (max-width: 39.9375em) {
  .nb::after {
    display: none;
  }
  .nb .col1 .uk-card {
    transform: none;
    padding: 30px;
  }
  .nb .col1 .uk-slider .el-content,
  .nb .col1 .uk-slider {
    transform: none;
  }
  .nb .col2 {
    padding: 30px 20px 30px 40px;
  }
  .nb .convertforms .cf-fields > div:nth-child(1) {
    border-right: 0px solid var(--diepbruin);
    border-bottom: 1px solid var(--diepbruin);
  }
  .nb .uk-slidenav-next,
  .nb .uk-slidenav-previous {
    padding: 0px;
  }
  .nb .el-content {
    text-align: center;
  }
  .nb .uk-position-medium {
    bottom: -65px;
    margin: 0px;
    position: absolute;
    top: auto;
  }
}

.teks-links-tekst-rechts h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--weidegroen);
}
.teks-links-tekst-rechts .uk-button {
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid var(--weidegroen);
  color: var(--weidegroen);
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px 13px 15px;
}
.teks-links-tekst-rechts .uk-button:hover {
  background-color: var(--weidegroen);
  color: var(--wolk);
}
.tekst-en-cta-links-foto-rechts h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--weidegroen);
}
.tekst-en-cta-links-foto-rechts h3 {
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
}
.tekst-en-cta-links-foto-rechts img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
}
.tekst-en-cta-links-foto-rechts .uk-button {
  background-color: var(--weidegroen);
  border-radius: 5px;
  border: 2px solid var(--weidegroen);
  color: var(--wolk);
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px 13px 15px;
}
.tekst-en-cta-links-foto-rechts .uk-button:hover {
  background-color: transparent;
  color: var(--weidegroen);
}
.tekst-links-foto-rechts .tekstblok,
.tekst-links-foto-rechts .tekstblok p {
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
}
.tekst-links-foto-rechts .uk-button {
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid var(--weidegroen);
  color: var(--weidegroen);
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px 13px 15px;
}
.tekst-links-foto-rechts .uk-button:hover {
  background-color: var(--weidegroen);
  color: var(--wolk);
}
.tekst-links-foto-rechts h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--weidegroen);
}
.tekst-links-foto-rechts ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
}
.tekst-links-foto-rechts ul li {
  color: var(--diepbruin);
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0 0 10px 0;
  display: flex;
}
.tekst-links-foto-rechts ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--weidegroen);
  margin-right: 20px;
  top: 0px;
  position: relative;
}
.tekst-links-foto-rechts .tekstblok p b {
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
}
.tekst-links-foto-rechts picture {
  position: relative;
  height: 100%;
  display: block;
}
.tekst-links-foto-rechts picture::before {
  content: "";
  background-image: url(/images/system/shape-wit.svg);
  position: absolute;
  top: 0;
  left: -2px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  aspect-ratio: var(--after-header-ratio, 0.44);
  width: auto;
  z-index: 999;
}
.tekst-links-foto-rechts picture img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-bottom-left-radius: 20px;
  min-width: 100%;
}
.tekst-links-foto-rechts .uk-container-expand {
  padding-right: 0px;
}
@media (max-width: 39.9375em) {
  .tekst-links-foto-rechts .uk-container-expand {
    padding-left: 30px;
  }
  .tekst-links-foto-rechts .uk-container-expand picture::before {
    right: -30px;
  }
  .tekst-links-foto-rechts .uk-container-expand img {
    margin-right: -30px;
  }
}
.titel-groot-links-img-rechts h2 {
  font-size: clamp(1.75rem, 1.5909090909rem + 0.7954545455vw, 2.1875rem);
  line-height: clamp(2.1rem, 1.9090909091rem + 0.9545454545vw, 2.625rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--bessenrood);
}
@media (max-width: 39.9375em) {
  .titel-groot-links-img-rechts h2 {
    font-size: clamp(1.5rem, 1.3636363636rem + 0.6818181818vw, 1.875rem);
    line-height: clamp(1.8rem, 1.6363636364rem + 0.8181818182vw, 2.25rem);
  }
}
.titel-groot-links-img-rechts img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
}
.titel-groot-links-img-rechts .uk-button {
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid var(--weidegroen);
  color: var(--weidegroen);
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px 13px 15px;
}
.titel-groot-links-img-rechts .uk-button:hover {
  background-color: var(--weidegroen);
  color: var(--wolk);
}
.verschillende-schenkingen {
  background-color: var(--duinzand);
}
.verschillende-schenkingen h2 {
  font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
  line-height: clamp(2.4rem, 2.1818181818rem + 1.0909090909vw, 3rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: var(--weidegroen);
  padding: 0px;
}
.verschillende-schenkingen h3 {
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
  padding: 0 0 30px 0;
  margin: 0px;
}
.verschillende-schenkingen h2,
.verschillende-schenkingen h3 {
  text-align: center;
}
.verschillende-schenkingen .uk-card {
  border-radius: 10px;
  border-color: var(--weidegroen);
}
.verschillende-schenkingen .uk-card .uk-card-title {
  font-size: clamp(1.15rem, 1.0454545455rem + 0.5227272727vw, 1.4375rem);
  line-height: clamp(1.38rem, 1.2545454545rem + 0.6272727273vw, 1.725rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--bessenrood);
  padding: 0px;
  text-align: left;
}
.verschillende-schenkingen .uk-card .el-content {
  font-size: clamp(1rem, 0.9772727273rem + 0.1136363636vw, 1.0625rem);
  line-height: clamp(1.2rem, 1.1727272727rem + 0.1363636364vw, 1.275rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--diepbruin);
}
.verschillende-schenkingen .uk-card .uk-button {
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid var(--weidegroen);
  color: var(--weidegroen);
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(1.05rem, 0.9545454545rem + 0.4772727273vw, 1.3125rem);
  line-height: clamp(1.26rem, 1.1454545455rem + 0.5727272727vw, 1.575rem);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px 13px 15px;
}
.verschillende-schenkingen .uk-card .uk-button:hover {
  background-color: var(--weidegroen);
  color: var(--wolk);
}
.viernulvier {
  background: var(--bessenrood);
}
.viernulvier h1 {
  color: var(--wolk);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 65px;
}
.viernulvier p {
  color: var(--wolk);
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 26px;
}
.viernulvier .uk-panel > :last-child {
  margin-bottom: 32px;
}
.viernulvier .uk-button {
  background: var(--weidegroen);
  color: var(--wolk);
  border: 2px solid var(--weidegroen);
  border-radius: 12px;
  font-family: "Acumin Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}