:root {
  --brown: #4A3E31;
  --lighterbrown: #65532F;
  --offorange: #935F15;
  --blue: #6DA4AA;
  --lightblue: #ADEBF2;
  --lighterblue: #CAF0F4;
  --beige: #FFECB9;
  --offbeige: #EBD5BF;
  --darkteal: #354344;
  --pastageel: #E2AF48;
  --lightpastageel: #FED15E;
  --light: #FFFFFF;
  --lightyellow: #FFFBF0;
}

/*
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: "JetBrainsMono";
  src: url("/templates/yootheme_custom/webfonts/JetBrainsMono.woff") format("woff");
  src: url("/templates/yootheme_custom/webfonts/JetBrainsMono.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("/templates/yootheme_custom/webfonts/NotoSans.woff") format("woff");
  src: url("/templates/yootheme_custom/webfonts/NotoSans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p,
.tekstblok {
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
}

.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: flex-start;
  }
}
.wj-copyright .wj-copyright-row > div ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  justify-content: center;
}
@media (max-width: 59.9375em) {
  .wj-copyright .wj-copyright-row > div ul {
    justify-content: flex-start !important;
  }
}
.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(--pastageel);
}
@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(--pastageel);
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter a {
  color: var(--pastageel);
}
.wj-copyright .wj-copyright-row > div .wj-copyright .wj-typewriter a:hover {
  color: var(--blauw);
  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(--pastageel);
}
.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(--pastageel);
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.wj-copyright .wj-copyright-row > div .wj-cookies .uk-icon {
  color: var(--pastageel);
  fill: var(--pastageel);
}
.wj-copyright .wj-copyright-row > div .wj-cookies .el-content {
  font-size: 0.8125rem;
  color: var(--pastageel);
}
.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-intro-blauw_section {
  background-color: var(--lighterblue);
}
.home-intro-blauw_section h2 {
  font-size: clamp(1.6875rem, 1.313rem + 2vw, 2.8125rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.24;
  color: var(--blue);
  text-transform: uppercase;
  width: 100%;
  max-width: 1000px;
  z-index: 2;
  position: relative;
}
.home-intro-blauw_section p {
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.14;
  color: var(--offorange);
  z-index: 2;
  position: relative;
}
.home-intro-blauw_section .uk-container {
  position: relative;
  padding-block-end: clamp(8.125rem, 6.042rem + 11.11vw, 14.375rem);
}
.home-intro-blauw_section .uk-container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 237px;
  height: 354px;
  background: url(/images/YooTheme/pasta1.svg);
  opacity: 1;
  z-index: 1;
  overflow: visible;
}
@media (max-width: 59.9375em) {
  .home-intro-blauw_section .uk-container::before {
    opacity: 0.6;
  }
}

.header-video-blok_section {
  position: relative;
  background: black !important;
}
.header-video-blok_section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: url(/images/YooTheme/dividerheader.svg);
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-video-blok_section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(to bottom, #CAF0F4 0%, #CAF0F4 50%, transparent 100%);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.header-video-blok_section h1 {
  font-size: clamp(1.75rem, 1.417rem + 1.78vw, 2.75rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.36;
  color: var(--light);
  text-transform: uppercase;
  z-index: 3;
  position: relative;
  padding-block-end: 170px;
}
.header-video-blok_section .logo {
  width: 100%;
  max-width: 1200px;
}

.foto-selector_section .uk-background-norepeat {
  padding-bottom: 100px;
}
@media (max-width: 59.9375em) {
  .foto-selector_section .uk-background-norepeat {
    background-size: auto;
    padding-bottom: 50px;
  }
}
.foto-selector_section .uk-background-norepeat .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.foto-selector_section .uk-background-norepeat .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.foto-selector_section .uk-background-norepeat .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}

.image-links-tekst-rechts-blauw_section {
  background-color: var(--lighterblue);
  position: relative;
  padding-block-end: 10px;
}
.image-links-tekst-rechts-blauw_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -76px;
  width: 110%;
  height: 77px;
  background: url(/images/YooTheme/schuinerandblauw.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-links-tekst-rechts-blauw_section h2 {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.image-links-tekst-rechts-blauw_section h3 {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  position: relative;
  z-index: 2;
}
.image-links-tekst-rechts-blauw_section p {
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
  color: var(--offorange);
  position: relative;
  z-index: 2;
}
.image-links-tekst-rechts-blauw_section blockquote {
  background-color: var(--beige);
  border-radius: 8px;
  padding: 10px;
}
.image-links-tekst-rechts-blauw_section blockquote p {
  font-size: clamp(1.25rem, 1.146rem + 0.56vw, 1.5625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.19;
  color: var(--offorange);
  text-align: center;
  margin-inline: 10px;
}
.image-links-tekst-rechts-blauw_section .usps {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 74.9375em) {
  .image-links-tekst-rechts-blauw_section .usps {
    justify-content: space-around;
  }
}
@media (max-width: 39.9375em) {
  .image-links-tekst-rechts-blauw_section .usps {
    justify-content: flex-start !important;
    flex-direction: column;
  }
}
.image-links-tekst-rechts-blauw_section .usps .el-item {
  background: var(--beige);
  border-radius: 8px;
  padding: 10px;
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: var(--offorange);
  transform: rotate(-1deg);
}
@media (max-width: 39.9375em) {
  .image-links-tekst-rechts-blauw_section .usps .el-item {
    font-size: 0.75rem;
    padding: 8px;
    width: fit-content;
  }
}
.image-links-tekst-rechts-blauw_section .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.image-links-tekst-rechts-blauw_section .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.image-links-tekst-rechts-blauw_section .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}
.image-links-tekst-rechts-blauw_section .uk-button {
  position: relative;
  z-index: 2;
}
.image-links-tekst-rechts-blauw_section .leftcol {
  position: relative;
  padding-block-end: 100px;
}
.image-links-tekst-rechts-blauw_section .leftcol::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 604px;
  height: 202px;
  background: url(/images/YooTheme/pasta2.svg);
  opacity: 1;
  z-index: 1;
  overflow: visible;
  background-repeat: no-repeat;
}
.image-links-tekst-rechts-blauw_section .leftcol img {
  -webkit-mask-image: url("/images/YooTheme/maskleft.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center right;
  -webkit-mask-size: cover;
  mask-image: url("/images/YooTheme/maskleft.svg");
  mask-repeat: no-repeat;
  mask-position: center right;
  mask-size: cover;
  mask-mode: alpha;
}
@media (min-width: 60em) {
  .image-links-tekst-rechts-blauw_section .leftcol img {
    aspect-ratio: 1/1 !important;
  }
}
@media (max-width: 59.9375em) {
  .image-links-tekst-rechts-blauw_section .leftcol img {
    -webkit-mask: none;
    mask: none;
    aspect-ratio: 1/1 !important;
    max-height: 500px;
    border-radius: 0 150px 50px 0;
  }
}

.rightcol {
  margin-block: 80px;
}
@media (max-width: 74.9375em) {
  .rightcol {
    margin-block: 0px;
  }
}

.tekst-links-image-rechts-blauw_section {
  background-color: var(--lighterblue);
  position: relative;
  padding-block-end: 20px;
}
.tekst-links-image-rechts-blauw_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -76px;
  width: 110%;
  height: 77px;
  background: url(/images/YooTheme/schuinerandblauw.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.tekst-links-image-rechts-blauw_section h2 {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  position: relative;
  z-index: 4;
}
.tekst-links-image-rechts-blauw_section h3 {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  position: relative;
  z-index: 4;
}
.tekst-links-image-rechts-blauw_section p {
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
  color: var(--offorange);
  position: relative;
  z-index: 4;
}
.tekst-links-image-rechts-blauw_section blockquote {
  background-color: var(--beige);
  border-radius: 8px;
  padding: 10px;
}
.tekst-links-image-rechts-blauw_section blockquote p {
  font-size: clamp(1.25rem, 1.146rem + 0.56vw, 1.5625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.19;
  color: var(--offorange);
  text-align: center;
  margin-inline: 10px;
}
.tekst-links-image-rechts-blauw_section .usps {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 74.9375em) {
  .tekst-links-image-rechts-blauw_section .usps {
    justify-content: space-around;
  }
}
@media (max-width: 39.9375em) {
  .tekst-links-image-rechts-blauw_section .usps {
    justify-content: flex-start !important;
    flex-direction: column;
  }
}
.tekst-links-image-rechts-blauw_section .usps .el-item {
  background: var(--beige);
  border-radius: 8px;
  padding: 10px;
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: var(--offorange);
  transform: rotate(-1deg);
}
@media (max-width: 39.9375em) {
  .tekst-links-image-rechts-blauw_section .usps .el-item {
    font-size: 0.75rem;
    padding: 8px;
    width: fit-content;
  }
}
.tekst-links-image-rechts-blauw_section .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.tekst-links-image-rechts-blauw_section .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.tekst-links-image-rechts-blauw_section .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}
.tekst-links-image-rechts-blauw_section .uk-button {
  position: relative;
  z-index: 2;
}
.tekst-links-image-rechts-blauw_section .leftcol {
  margin-block: 0px;
}
@media (max-width: 74.9375em) {
  .tekst-links-image-rechts-blauw_section .leftcol {
    margin-block: 0px;
    margin-block-start: 20px;
  }
}
.tekst-links-image-rechts-blauw_section .rightcol {
  position: relative;
  margin-block: 0px;
}
@media (max-width: 59.9375em) {
  .tekst-links-image-rechts-blauw_section .rightcol {
    padding-block-end: 100px;
  }
}
.tekst-links-image-rechts-blauw_section .rightcol::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 488px;
  height: 232px;
  transform: translateY(50%);
  background: url(/images/YooTheme/pastageel1.svg);
  opacity: 1;
  z-index: 3;
  overflow: visible;
  background-repeat: no-repeat;
}
@media (max-width: 59.9375em) {
  .tekst-links-image-rechts-blauw_section .rightcol::before {
    left: unset;
    right: 0;
    transform: translateY(0);
  }
}
.tekst-links-image-rechts-blauw_section .rightcol img {
  -webkit-mask-image: url("/images/YooTheme/maskright.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center left;
  -webkit-mask-size: cover;
  mask-image: url("/images/YooTheme/maskright.svg");
  mask-repeat: no-repeat;
  mask-position: center left;
  mask-size: cover;
  mask-mode: alpha;
}
@media (min-width: 60em) {
  .tekst-links-image-rechts-blauw_section .rightcol img {
    aspect-ratio: 1/1 !important;
  }
}
@media (max-width: 59.9375em) {
  .tekst-links-image-rechts-blauw_section .rightcol img {
    -webkit-mask: none;
    mask: none;
    aspect-ratio: 1/1 !important;
    max-height: 500px;
    border-radius: 150px 0 0 50px;
  }
}

.image-links-tekst-rechts-geel_section {
  background-color: var(--lightyellow);
}
.image-links-tekst-rechts-geel_section.extrapadding {
  padding-block-start: 100px;
}
.image-links-tekst-rechts-geel_section {
  position: relative;
}
.image-links-tekst-rechts-geel_section h2 {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.image-links-tekst-rechts-geel_section h3 {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  position: relative;
  z-index: 2;
}
.image-links-tekst-rechts-geel_section p {
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
  color: var(--offorange);
  position: relative;
  z-index: 2;
}
.image-links-tekst-rechts-geel_section blockquote {
  background-color: var(--beige);
  border-radius: 8px;
  padding: 10px;
}
.image-links-tekst-rechts-geel_section blockquote p {
  font-size: clamp(1.25rem, 1.146rem + 0.56vw, 1.5625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.19;
  color: var(--offorange);
  text-align: center;
  margin-inline: 10px;
}
.image-links-tekst-rechts-geel_section .usps {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 74.9375em) {
  .image-links-tekst-rechts-geel_section .usps {
    justify-content: space-around;
  }
}
@media (max-width: 39.9375em) {
  .image-links-tekst-rechts-geel_section .usps {
    justify-content: flex-start !important;
    flex-direction: column;
  }
}
.image-links-tekst-rechts-geel_section .usps .el-item {
  background: var(--beige);
  border-radius: 8px;
  padding: 10px;
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: var(--offorange);
  transform: rotate(-1deg);
}
@media (max-width: 39.9375em) {
  .image-links-tekst-rechts-geel_section .usps .el-item {
    font-size: 0.75rem;
    padding: 8px;
    width: fit-content;
  }
}
.image-links-tekst-rechts-geel_section .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.image-links-tekst-rechts-geel_section .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.image-links-tekst-rechts-geel_section .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}
.image-links-tekst-rechts-geel_section .uk-button {
  position: relative;
  z-index: 2;
}
.image-links-tekst-rechts-geel_section .leftcol {
  position: relative;
  padding-block-end: 100px;
}
.image-links-tekst-rechts-geel_section .leftcol::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 604px;
  height: 202px;
  background: url(/images/YooTheme/pastageel2.svg);
  opacity: 1;
  z-index: 1;
  overflow: visible;
  background-repeat: no-repeat;
}
.image-links-tekst-rechts-geel_section .leftcol img {
  -webkit-mask-image: url("/images/YooTheme/maskleft.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center right;
  -webkit-mask-size: cover;
  mask-image: url("/images/YooTheme/maskleft.svg");
  mask-repeat: no-repeat;
  mask-position: center right;
  mask-size: cover;
  mask-mode: alpha;
}
@media (min-width: 60em) {
  .image-links-tekst-rechts-geel_section .leftcol img {
    aspect-ratio: 1/1 !important;
  }
}
@media (max-width: 59.9375em) {
  .image-links-tekst-rechts-geel_section .leftcol img {
    -webkit-mask: none;
    mask: none;
    aspect-ratio: 1/1 !important;
    max-height: 500px;
    border-radius: 0 150px 50px 0;
  }
}

.rightcol {
  margin-block: 80px;
}
@media (max-width: 74.9375em) {
  .rightcol {
    margin-block: 0px;
  }
}

.tekst-links-image-rechts-geel_section {
  background-color: var(--lightyellow);
  position: relative;
  padding-block-end: 10px;
}
.tekst-links-image-rechts-geel_section.extrapadding {
  padding-block-start: 100px;
}
.tekst-links-image-rechts-geel_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -93px;
  width: 110%;
  height: 123px;
  background: url(/images/YooTheme/cutoffdivider.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.tekst-links-image-rechts-geel_section.geengrunge::after {
  display: none;
}
.tekst-links-image-rechts-geel_section h2 {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.tekst-links-image-rechts-geel_section h3 {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  position: relative;
  z-index: 2;
}
.tekst-links-image-rechts-geel_section p {
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
  color: var(--offorange);
  position: relative;
  z-index: 2;
}
.tekst-links-image-rechts-geel_section .uk-card-default {
  background: white;
  border-radius: 8px;
  border: none;
  z-index: 3;
}
.tekst-links-image-rechts-geel_section .uk-card-default .tekstblok {
  font-family: "JetBrainsMono", sans-serif;
}
.tekst-links-image-rechts-geel_section .uk-card-default h3 {
  font-size: clamp(1.375rem, 1.167rem + 1.11vw, 2rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.41;
  color: var(--lighterbrown);
  text-transform: uppercase;
  color: var(--offorange);
  font-weight: 600;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  margin-bottom: 5px !important;
  margin-bottom: 5px !important;
}
.tekst-links-image-rechts-geel_section .uk-card-default .tekstblok,
.tekst-links-image-rechts-geel_section .uk-card-default p {
  margin: 0px !important;
  color: var(--darkteal);
}
.tekst-links-image-rechts-geel_section blockquote {
  background-color: var(--beige);
  border-radius: 8px;
  padding: 10px;
}
.tekst-links-image-rechts-geel_section blockquote p {
  font-size: clamp(1.25rem, 1.146rem + 0.56vw, 1.5625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.19;
  color: var(--offorange);
  text-align: center;
  margin-inline: 10px;
}
.tekst-links-image-rechts-geel_section .usps {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 74.9375em) {
  .tekst-links-image-rechts-geel_section .usps {
    justify-content: space-around;
  }
}
@media (max-width: 39.9375em) {
  .tekst-links-image-rechts-geel_section .usps {
    justify-content: flex-start !important;
    flex-direction: column;
  }
}
.tekst-links-image-rechts-geel_section .usps .el-item {
  background: var(--beige);
  border-radius: 8px;
  padding: 10px;
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: var(--offorange);
  transform: rotate(-1deg);
}
@media (max-width: 39.9375em) {
  .tekst-links-image-rechts-geel_section .usps .el-item {
    font-size: 0.75rem;
    padding: 8px;
    width: fit-content;
  }
}
.tekst-links-image-rechts-geel_section .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.tekst-links-image-rechts-geel_section .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.tekst-links-image-rechts-geel_section .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}
.tekst-links-image-rechts-geel_section .uk-button {
  position: relative;
  z-index: 2;
}
@media (max-width: 74.9375em) {
  .tekst-links-image-rechts-geel_section .leftcol {
    margin-block: 0px;
    margin-block-start: 20px;
  }
}
.tekst-links-image-rechts-geel_section .rightcol {
  position: relative;
  padding-block-end: 100px;
}
@media (min-width: 75em) {
  .tekst-links-image-rechts-geel_section .rightcol {
    margin-block-start: 0px;
  }
}
@media (min-width: 60em) {
  .tekst-links-image-rechts-geel_section .rightcol {
    padding-block-end: 0px;
    margin-block-end: 0px;
  }
}
.tekst-links-image-rechts-geel_section .rightcol::before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -120px;
  width: 488px;
  height: 232px;
  background: url(/images/YooTheme/pastageel1.svg);
  opacity: 1;
  z-index: 3;
  overflow: visible;
  background-repeat: no-repeat;
}
@media (max-width: 59.9375em) {
  .tekst-links-image-rechts-geel_section .rightcol::before {
    left: unset;
    right: 0;
    bottom: 0;
  }
}
.tekst-links-image-rechts-geel_section .rightcol img {
  -webkit-mask-image: url("/images/YooTheme/maskright.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center left;
  -webkit-mask-size: cover;
  mask-image: url("/images/YooTheme/maskright.svg");
  mask-repeat: no-repeat;
  mask-position: center left;
  mask-size: cover;
  mask-mode: alpha;
  z-index: 2;
}
@media (min-width: 60em) {
  .tekst-links-image-rechts-geel_section .rightcol img {
    aspect-ratio: 1/1 !important;
  }
}
@media (max-width: 59.9375em) {
  .tekst-links-image-rechts-geel_section .rightcol img {
    -webkit-mask: none;
    mask: none;
    aspect-ratio: 1/1 !important;
    max-height: 500px;
    border-radius: 150px 0 0 50px;
  }
}

.header-image-full-width_section {
  position: relative;
}
@media (max-width: 59.9375em) {
  .header-image-full-width_section .uk-background-norepeat {
    min-height: 400px !important;
  }
}
.header-image-full-width_section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 110%;
  background: url(/images/YooTheme/dividerheaderyellow.svg);
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.header-image-full-width_section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  background: linear-gradient(to bottom, #FFFBF0 0%, #FFFBF0 20%, transparent 100%);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.header-image-full-width_section h1 {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.875rem, 0.625rem + 6.67vw, 5.625rem);
  line-height: 1.25;
  color: var(--blue);
  text-transform: uppercase;
}
@media (max-width: 59.9375em) {
  .header-image-full-width_section h1 {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  }
}
.header-image-full-width_section h1 {
  color: var(--light);
  z-index: 3;
}

.intro-geel_section {
  background-color: var(--lightyellow);
  position: relative;
  padding-block-end: 240px;
}
@media (max-width: 59.9375em) {
  .intro-geel_section {
    padding-block-end: 150px;
  }
}
.intro-geel_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110%;
  height: 80px;
  background: url(/images/YooTheme/tafelkleed.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 59.9375em) {
  .intro-geel_section::after {
    background-size: auto;
  }
}
.intro-geel_section h2 {
  font-size: clamp(1.6875rem, 1.313rem + 2vw, 2.8125rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.24;
  color: var(--blue);
  text-transform: uppercase;
  width: 100%;
  max-width: 1000px;
}
.intro-geel_section .tekstblok,
.intro-geel_section p {
  color: var(--offorange) !important;
  width: 100%;
  max-width: 1000px;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.14;
  color: var(--offorange);
  z-index: 2;
  position: relative;
}
.intro-geel_section .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.intro-geel_section .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.intro-geel_section .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}

.continuous-slider_section {
  background-color: var(--lightyellow);
  position: relative;
  padding-block-end: 100px;
}
@media (max-width: 59.9375em) {
  .continuous-slider_section {
    padding-block-end: 30px;
  }
}
.continuous-slider_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -76px;
  width: 110%;
  height: 77px;
  background: url(/images/YooTheme/schuinerandgeel.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.continuous-slider_section .uk-container {
  padding-inline: 0px;
  margin-inline: 0px;
  width: 100%;
  max-width: 100%;
}
.continuous-slider_section h2 {
  font-size: clamp(1.625rem, 1.271rem + 1.89vw, 2.6875rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.51;
  color: var(--blue);
  text-transform: uppercase;
  color: var(--blue);
  padding-inline: 30px;
}
.continuous-slider_section .fs-marquee {
  margin-top: 40px !important;
}
.continuous-slider_section .fs-marquee .fs-marquee-item .el-title {
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
  color: var(--offorange);
  text-wrap: nowrap;
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3125rem;
  color: var(--offorange);
}
.continuous-slider_section .fs-marquee .fs-marquee-item::before {
  content: "*";
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: var(--offorange);
  border: none;
  left: 15px;
}

.contact-intro_section {
  background-color: var(--lightyellow);
  position: relative;
  padding-block-end: 240px;
}
@media (max-width: 59.9375em) {
  .contact-intro_section {
    padding-block-end: 150px;
  }
}
.contact-intro_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110%;
  height: 80px;
  background: url(/images/YooTheme/tafelkleed.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 59.9375em) {
  .contact-intro_section::after {
    background-size: auto;
  }
}
.contact-intro_section h2 {
  font-size: clamp(1.6875rem, 1.313rem + 2vw, 2.8125rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.24;
  color: var(--blue);
  text-transform: uppercase;
  width: 100%;
  max-width: 1000px;
}
.contact-intro_section .tekstblok {
  color: var(--darkteal) !important;
  width: 100%;
  max-width: 1000px;
}
.contact-intro_section .usps {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 74.9375em) {
  .contact-intro_section .usps {
    justify-content: space-around;
  }
}
@media (max-width: 39.9375em) {
  .contact-intro_section .usps {
    justify-content: flex-start !important;
    flex-direction: column;
  }
}
.contact-intro_section .usps .el-item {
  background: var(--beige);
  border-radius: 8px;
  padding: 10px;
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: var(--offorange);
  transform: rotate(-1deg);
}
@media (max-width: 39.9375em) {
  .contact-intro_section .usps .el-item {
    font-size: 0.75rem;
    padding: 8px;
    width: fit-content;
  }
}
.contact-intro_section .usps {
  justify-content: space-around;
}
.contact-intro_section .contactcol p {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--darkteal);
}
.contact-intro_section .contactcol p strong {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.contact-intro_section .contactcol a {
  text-decoration: underline;
}

.instafeed_section {
  background-color: var(--lighterblue);
}
.instafeed_section .uk-container {
  padding-inline: 0px;
}
.instafeed_section .eapps-instagram-feed-posts-grid-load-more-container {
  display: none !important;
}

.reviews_section.extrapadding {
  padding-top: 150px;
}
.reviews_section h2 {
  font-size: clamp(1.625rem, 1.271rem + 1.89vw, 2.6875rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.51;
  color: var(--blue);
  text-transform: uppercase;
  margin-block-end: 40px;
}
.reviews_section .es-google-review {
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--darkteal);
}
.reviews_section .es-carousel-arrow-control-left {
  transform: translateX(-50px);
}
@media (max-width: 59.9375em) {
  .reviews_section .es-carousel-arrow-control-left {
    display: none;
  }
}
.reviews_section .es-carousel-arrow-control-right {
  transform: translateX(50px);
}
@media (max-width: 59.9375em) {
  .reviews_section .es-carousel-arrow-control-right {
    display: none;
  }
}

.viernulvier_section {
  background: var(--lightyellow);
}
.viernulvier_section .uk-background-norepeat {
  padding-block-end: 80px;
}
.viernulvier_section .toprow {
  justify-content: center;
  gap: 30px;
}
.viernulvier_section .toprow > * {
  width: fit-content;
  flex: unset;
}
.viernulvier_section .toprow .leftcol,
.viernulvier_section .toprow .rightcol {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.viernulvier_section .toprow .leftcol img {
  margin-block-end: -40px;
}
@media (max-width: 59.9375em) {
  .viernulvier_section .toprow .leftcol img {
    margin-block-end: -60px;
  }
}
@media (max-width: 39.9375em) {
  .viernulvier_section .toprow .leftcol img {
    margin-block-end: -80px;
  }
}
.viernulvier_section .toprow .rightcol {
  margin-top: 0px;
}
.viernulvier_section .toprow h1 {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 7.9375rem;
  color: var(--blue);
  margin-top: 50px;
  margin-block-end: 0px;
  line-height: 1;
}
@media (max-width: 39.9375em) {
  .viernulvier_section .toprow h1 {
    margin-top: 0px;
  }
}
.viernulvier_section .toprow .tekstblok {
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  color: var(--blue);
  margin-top: 0px !important;
  line-height: 1;
}
.viernulvier_section .pretext {
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.14;
  color: var(--offorange);
  color: var(--offorange);
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 59.9375em) {
  .viernulvier_section .pretext {
    margin-top: 40px;
  }
}
.viernulvier_section .text {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.23;
  color: var(--lighterbrown);
  color: var(--offorange);
  width: 100%;
  max-width: 1000px;
}
.viernulvier_section .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.viernulvier_section .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.viernulvier_section .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}

.speciale_wensen_section {
  background-color: var(--lighterblue);
}
.speciale_wensen_section.extrapadding {
  padding-block-start: 200px;
}
@media (max-width: 59.9375em) {
  .speciale_wensen_section.extrapadding {
    padding-block-start: 150px;
  }
}
@media (max-width: 39.9375em) {
  .speciale_wensen_section.extrapadding {
    padding-block-start: 120px;
  }
}
.speciale_wensen_section .uk-card-default {
  background: url("/images/YooTheme/bgcontainer.svg") no-repeat center center;
  background-size: contain;
  border: none;
  margin-inline-start: 0;
}
@media (max-width: 74.9375em) {
  .speciale_wensen_section .uk-card-default {
    background: var(--lightyellow);
    border-radius: 30px;
  }
}
@media (max-width: 59.9375em) {
  .speciale_wensen_section .uk-card-default .leftcol .uk-margin {
    padding-right: 20px;
  }
}
.speciale_wensen_section .uk-card-default .leftcol img {
  border-radius: 30px;
  top: -20px;
  position: relative;
}
@media (min-width: 75em) {
  .speciale_wensen_section .uk-card-default .leftcol img {
    left: 40px;
    top: -30px;
  }
}
@media (max-width: 74.9375em) {
  .speciale_wensen_section .uk-card-default .leftcol img {
    top: -25px;
  }
}
.speciale_wensen_section .uk-card-default .rightcol {
  padding-inline: 60px;
}
@media (min-width: 75em) {
  .speciale_wensen_section .uk-card-default .rightcol {
    padding-inline-start: 100px;
  }
}
@media (max-width: 59.9375em) {
  .speciale_wensen_section .uk-card-default .rightcol {
    padding-inline: 20px;
    padding-block-end: 30px;
  }
}
.speciale_wensen_section .uk-card-default .rightcol h2 {
  font-size: clamp(1.625rem, 1.271rem + 1.89vw, 2.6875rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.51;
  color: var(--blue);
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 0px;
}
.speciale_wensen_section .uk-card-default .rightcol h3 {
  font-size: clamp(1.375rem, 1.167rem + 1.11vw, 2rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.41;
  color: var(--lighterbrown);
  text-transform: uppercase;
  color: var(--offorange);
  margin-top: 0px;
}
.speciale_wensen_section .uk-card-default .rightcol p,
.speciale_wensen_section .uk-card-default .rightcol .tekstblok {
  color: var(--lighterbrown);
}
.speciale_wensen_section .uk-card-default .rightcol .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.speciale_wensen_section .uk-card-default .rightcol .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.speciale_wensen_section .uk-card-default .rightcol .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}

.slider-sfeer-geel_section {
  background: var(--lightyellow);
  position: relative;
  padding-block-end: 0px;
}
.slider-sfeer-geel_section.extrapadding {
  padding-block-start: 150px;
}
@media (max-width: 59.9375em) {
  .slider-sfeer-geel_section.extrapadding {
    padding-block-start: 100px;
  }
}
.slider-sfeer-geel_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -93px;
  width: 110%;
  height: 123px;
  background: url(/images/YooTheme/cutoffdivider.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-sfeer-geel_section.geengrunge::after {
  display: none;
}
.slider-sfeer-geel_section .uk-container {
  padding-inline: 0px !important;
}
.slider-sfeer-geel_section .sliderrow {
  min-height: 55vh;
  z-index: 5;
  position: relative;
}
@media (min-width: 60em) {
  .slider-sfeer-geel_section .sliderrow .uk-dotnav {
    display: none;
  }
}
@media (max-width: 59.9375em) {
  .slider-sfeer-geel_section .sliderrow > * {
    min-height: 300px;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeer-geel_section .sliderrow > * {
    min-height: 200px;
  }
}
.slider-sfeer-geel_section .sliderrow .slideshow1 .uk-slideshow-items {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 39.9375em) {
  .slider-sfeer-geel_section .sliderrow .slideshow1 .uk-slideshow-items {
    border-radius: 0;
  }
}
.slider-sfeer-geel_section .sliderrow .panelslider .el-item {
  border: none;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 59.9375em) {
  .slider-sfeer-geel_section .sliderrow .panelslider .el-item {
    gap: 40px;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeer-geel_section .sliderrow .panelslider .el-item {
    gap: 50px;
  }
}
.slider-sfeer-geel_section .sliderrow .panelslider .el-item .el-title {
  font-size: clamp(1.625rem, 1.271rem + 1.89vw, 2.6875rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.51;
  color: var(--blue);
  text-transform: uppercase;
  text-align: center;
  padding-inline: 40px;
  line-height: 1.32;
}
@media (min-width: 75em) {
  .slider-sfeer-geel_section .sliderrow .panelslider .el-item .el-title {
    padding-inline: 60px;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeer-geel_section .sliderrow .panelslider .el-item .el-title {
    max-width: 300px;
  }
}
.slider-sfeer-geel_section .sliderrow .panelslider .el-item .el-content {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.23;
  color: var(--lighterbrown);
  color: var(--offorange);
  text-align: center;
  padding-inline: 40px;
}
@media (min-width: 75em) {
  .slider-sfeer-geel_section .sliderrow .panelslider .el-item .el-content {
    padding-inline: 60px;
  }
}
@media (max-width: 59.9375em) {
  .slider-sfeer-geel_section .sliderrow .panelslider .el-item .el-content {
    margin-top: 0px !important;
  }
}
.slider-sfeer-geel_section .sliderrow .panelslider .uk-slidenav-previous {
  position: relative;
}
.slider-sfeer-geel_section .sliderrow .panelslider .uk-slidenav-previous svg {
  display: none;
}
.slider-sfeer-geel_section .sliderrow .panelslider .uk-slidenav-previous:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("/images/YooTheme/buttonl.svg");
  transform: translateY(-50%);
  background-size: cover;
}
@media (max-width: 59.9375em) {
  .slider-sfeer-geel_section .sliderrow .panelslider .uk-slidenav-previous {
    display: none;
  }
}
.slider-sfeer-geel_section .sliderrow .panelslider .uk-slidenav-next {
  position: relative;
}
.slider-sfeer-geel_section .sliderrow .panelslider .uk-slidenav-next svg {
  display: none;
}
.slider-sfeer-geel_section .sliderrow .panelslider .uk-slidenav-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: url("/images/YooTheme/buttonr.svg");
  transform: translateY(-50%);
  background-size: cover;
}
@media (max-width: 59.9375em) {
  .slider-sfeer-geel_section .sliderrow .panelslider .uk-slidenav-next {
    display: none;
  }
}
.slider-sfeer-geel_section .sliderrow .slideshow2 .uk-slideshow-items {
  border-radius: 30px;
}
@media (max-width: 59.9375em) {
  .slider-sfeer-geel_section .sliderrow .slideshow2 .uk-slideshow-items {
    border-radius: 0 30px 30px 0;
  }
}
.slider-sfeer-geel_section .sliderrow .slideshow3 .uk-slideshow-items {
  border-radius: 30px 0 0 30px;
}

.slider-sfeer-blauw_section {
  background: var(--lighterblue);
  position: relative;
  padding-block-end: 20px;
}
.slider-sfeer-blauw_section .uk-container .uk-grid.tm-grid-expand.uk-child-width-1-1.uk-margin-large {
  margin-inline: auto;
}
.slider-sfeer-blauw_section h2 {
  font-size: clamp(1.6875rem, 1.313rem + 2vw, 2.8125rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.24;
  color: var(--blue);
  text-transform: uppercase;
  color: var(--blue);
}
.slider-sfeer-blauw_section h3 {
  font-size: clamp(1.375rem, 1.167rem + 1.11vw, 2rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.41;
  color: var(--lighterbrown);
  text-transform: uppercase;
  color: var(--offorange);
}
.slider-sfeer-blauw_section .usps {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 74.9375em) {
  .slider-sfeer-blauw_section .usps {
    justify-content: space-around;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeer-blauw_section .usps {
    justify-content: flex-start !important;
    flex-direction: column;
  }
}
.slider-sfeer-blauw_section .usps .el-item {
  background: var(--beige);
  border-radius: 8px;
  padding: 10px;
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: var(--offorange);
  transform: rotate(-1deg);
}
@media (max-width: 39.9375em) {
  .slider-sfeer-blauw_section .usps .el-item {
    font-size: 0.75rem;
    padding: 8px;
    width: fit-content;
  }
}
@media (min-width: 60em) {
  .slider-sfeer-blauw_section .usps {
    justify-content: center !important;
  }
}
.slider-sfeer-blauw_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -76px;
  width: 110%;
  height: 77px;
  background: url(/images/YooTheme/schuinerandblauw.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-sfeer-blauw_section .uk-container {
  padding-inline: 0px !important;
}
.slider-sfeer-blauw_section .sliderrow {
  min-height: 55vh;
  z-index: 5;
  position: relative;
}
@media (min-width: 60em) {
  .slider-sfeer-blauw_section .sliderrow .uk-dotnav {
    display: none;
  }
}
@media (max-width: 59.9375em) {
  .slider-sfeer-blauw_section .sliderrow > * {
    min-height: 300px;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeer-blauw_section .sliderrow > * {
    min-height: 200px;
  }
}
.slider-sfeer-blauw_section .sliderrow .slideshow1 .uk-slideshow-items {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 39.9375em) {
  .slider-sfeer-blauw_section .sliderrow .slideshow1 .uk-slideshow-items {
    border-radius: 0;
  }
}
.slider-sfeer-blauw_section .sliderrow .panelslider .el-item {
  border: none;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 59.9375em) {
  .slider-sfeer-blauw_section .sliderrow .panelslider .el-item {
    gap: 40px;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeer-blauw_section .sliderrow .panelslider .el-item {
    gap: 50px;
  }
}
.slider-sfeer-blauw_section .sliderrow .panelslider .el-item .el-title {
  font-size: clamp(1.625rem, 1.271rem + 1.89vw, 2.6875rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.51;
  color: var(--blue);
  text-transform: uppercase;
  text-align: center;
  padding-inline: 40px;
  line-height: 1.32;
}
@media (min-width: 75em) {
  .slider-sfeer-blauw_section .sliderrow .panelslider .el-item .el-title {
    padding-inline: 60px;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeer-blauw_section .sliderrow .panelslider .el-item .el-title {
    max-width: 300px;
  }
}
.slider-sfeer-blauw_section .sliderrow .panelslider .el-item .el-content {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.23;
  color: var(--lighterbrown);
  color: var(--offorange);
  text-align: center;
  padding-inline: 40px;
}
@media (min-width: 75em) {
  .slider-sfeer-blauw_section .sliderrow .panelslider .el-item .el-content {
    padding-inline: 60px;
  }
}
@media (max-width: 59.9375em) {
  .slider-sfeer-blauw_section .sliderrow .panelslider .el-item .el-content {
    margin-top: 0px !important;
  }
}
.slider-sfeer-blauw_section .sliderrow .panelslider .uk-slidenav-previous {
  position: relative;
}
.slider-sfeer-blauw_section .sliderrow .panelslider .uk-slidenav-previous svg {
  display: none;
}
.slider-sfeer-blauw_section .sliderrow .panelslider .uk-slidenav-previous:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("/images/YooTheme/buttonl.svg");
  transform: translateY(-50%);
  background-size: cover;
}
@media (max-width: 59.9375em) {
  .slider-sfeer-blauw_section .sliderrow .panelslider .uk-slidenav-previous {
    display: none;
  }
}
.slider-sfeer-blauw_section .sliderrow .panelslider .uk-slidenav-next {
  position: relative;
}
.slider-sfeer-blauw_section .sliderrow .panelslider .uk-slidenav-next svg {
  display: none;
}
.slider-sfeer-blauw_section .sliderrow .panelslider .uk-slidenav-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: url("/images/YooTheme/buttonr.svg");
  transform: translateY(-50%);
  background-size: cover;
}
@media (max-width: 59.9375em) {
  .slider-sfeer-blauw_section .sliderrow .panelslider .uk-slidenav-next {
    display: none;
  }
}
.slider-sfeer-blauw_section .sliderrow .slideshow2 .uk-slideshow-items {
  border-radius: 30px;
}
@media (max-width: 59.9375em) {
  .slider-sfeer-blauw_section .sliderrow .slideshow2 .uk-slideshow-items {
    border-radius: 0 30px 30px 0;
  }
}
.slider-sfeer-blauw_section .sliderrow .slideshow3 .uk-slideshow-items {
  border-radius: 30px 0 0 30px;
}

.slider-sfeerbeelden_section {
  background: var(--lightyellow);
  position: relative;
}
@media (min-width: 100em) {
  .slider-sfeerbeelden_section {
    padding-block-end: 160px;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeerbeelden_section {
    padding-block-start: 10px;
  }
}
.slider-sfeerbeelden_section::after {
  content: "";
  position: absolute;
  left: 0;
  top: -93px;
  width: 105%;
  height: 123px;
  background: url(/images/YooTheme/dividercutofftop.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.slider-sfeerbeelden_section .uk-container {
  padding-inline: 0px !important;
}
.slider-sfeerbeelden_section .sliderrow {
  min-height: 55vh;
  z-index: 5;
  position: relative;
}
@media (min-width: 60em) {
  .slider-sfeerbeelden_section .sliderrow .uk-dotnav {
    display: none;
  }
}
@media (max-width: 59.9375em) {
  .slider-sfeerbeelden_section .sliderrow > * {
    min-height: 300px;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeerbeelden_section .sliderrow > * {
    min-height: 200px;
  }
}
.slider-sfeerbeelden_section .sliderrow .slideshow1 .uk-slideshow-items {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 39.9375em) {
  .slider-sfeerbeelden_section .sliderrow .slideshow1 .uk-slideshow-items {
    border-radius: 0;
  }
}
.slider-sfeerbeelden_section .sliderrow .panelslider .el-item {
  border: none;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 59.9375em) {
  .slider-sfeerbeelden_section .sliderrow .panelslider .el-item {
    gap: 40px;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeerbeelden_section .sliderrow .panelslider .el-item {
    gap: 50px;
  }
}
.slider-sfeerbeelden_section .sliderrow .panelslider .el-item .el-title {
  font-size: clamp(1.625rem, 1.271rem + 1.89vw, 2.6875rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.51;
  color: var(--blue);
  text-transform: uppercase;
  text-align: center;
  padding-inline: 40px;
  line-height: 1.32;
}
@media (min-width: 75em) {
  .slider-sfeerbeelden_section .sliderrow .panelslider .el-item .el-title {
    padding-inline: 60px;
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeerbeelden_section .sliderrow .panelslider .el-item .el-title {
    max-width: 300px;
  }
}
.slider-sfeerbeelden_section .sliderrow .panelslider .el-item .el-content {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.23;
  color: var(--lighterbrown);
  color: var(--offorange);
  text-align: center;
  padding-inline: 40px;
}
@media (min-width: 75em) {
  .slider-sfeerbeelden_section .sliderrow .panelslider .el-item .el-content {
    padding-inline: 60px;
  }
}
@media (max-width: 59.9375em) {
  .slider-sfeerbeelden_section .sliderrow .panelslider .el-item .el-content {
    margin-top: 0px !important;
  }
}
.slider-sfeerbeelden_section .sliderrow .panelslider .uk-slidenav-previous {
  position: relative;
}
.slider-sfeerbeelden_section .sliderrow .panelslider .uk-slidenav-previous svg {
  display: none;
}
.slider-sfeerbeelden_section .sliderrow .panelslider .uk-slidenav-previous:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("/images/YooTheme/buttonl.svg");
  transform: translateY(-50%);
  background-size: cover;
}
@media (max-width: 59.9375em) {
  .slider-sfeerbeelden_section .sliderrow .panelslider .uk-slidenav-previous {
    display: none;
  }
}
.slider-sfeerbeelden_section .sliderrow .panelslider .uk-slidenav-next {
  position: relative;
}
.slider-sfeerbeelden_section .sliderrow .panelslider .uk-slidenav-next svg {
  display: none;
}
.slider-sfeerbeelden_section .sliderrow .panelslider .uk-slidenav-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: url("/images/YooTheme/buttonr.svg");
  transform: translateY(-50%);
  background-size: cover;
}
@media (max-width: 59.9375em) {
  .slider-sfeerbeelden_section .sliderrow .panelslider .uk-slidenav-next {
    display: none;
  }
}
.slider-sfeerbeelden_section .sliderrow .slideshow2 .uk-slideshow-items {
  border-radius: 30px;
}
@media (max-width: 59.9375em) {
  .slider-sfeerbeelden_section .sliderrow .slideshow2 .uk-slideshow-items {
    border-radius: 0 30px 30px 0;
  }
}
.slider-sfeerbeelden_section .sliderrow .slideshow3 .uk-slideshow-items {
  border-radius: 30px 0 0 30px;
}
.slider-sfeerbeelden_section .slideshow2 {
  position: relative;
}
.slider-sfeerbeelden_section .slideshow2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 561px;
  height: 469px;
  background: url(/images/YooTheme/deko1.svg);
  z-index: -11;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-25%, 25%);
  overflow: visible;
}
@media (max-width: 59.9375em) {
  .slider-sfeerbeelden_section .slideshow2::after {
    transform: translate(50%, 0%);
  }
}
@media (max-width: 39.9375em) {
  .slider-sfeerbeelden_section .slideshow2::after {
    transform: translate(51%, 12%);
  }
}
.slider-sfeerbeelden_section .slideshow3 {
  position: relative;
}
.slider-sfeerbeelden_section .slideshow3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 460px;
  height: 468px;
  background: url(/images/YooTheme/deko2.svg);
  z-index: -11;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(30%, -45%);
  overflow: visible;
}
@media (max-width: 59.9375em) {
  .slider-sfeerbeelden_section .slideshow3::after {
    display: none;
  }
}

header {
  pointer-events: none;
}
header .uk-navbar-container {
  background-image: url(/images/YooTheme/dividerheadertop.svg) !important;
  background-size: cover !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  z-index: 1;
}
header .uk-navbar-container .uk-container {
  max-height: 200px;
}
header .uk-navbar-container .uk-container .uk-navbar-left .uk-logo {
  position: relative;
  top: 30px;
}
header .uk-navbar-container .uk-container .uk-navbar-left .uk-logo img {
  display: inline-block;
}
header .uk-navbar-container .uk-container .uk-navbar-right {
  align-items: center;
  height: 100px;
  pointer-events: all;
}
header .uk-navbar-container .uk-container .uk-navbar-right .uk-navbar-nav li {
  will-change: scale;
  transition: all ease-in-out 0.1s;
}
header .uk-navbar-container .uk-container .uk-navbar-right .uk-navbar-nav li a {
  min-height: fit-content;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.23;
  color: var(--lighterbrown);
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: white;
}
header .uk-navbar-container .uk-container .uk-navbar-right .uk-navbar-nav li:hover {
  scale: 1.1;
}
header .uk-navbar-container .uk-container .uk-navbar-right .uk-navbar-nav li:hover a {
  color: #558286;
}
header .uk-navbar-container .uk-container .uk-navbar-right .uk-navbar-nav li.uk-active a {
  font-weight: 600;
}
@media (max-width: 1300px) {
  header .uk-navbar-container .uk-container .uk-navbar-right .pastatimebutton {
    display: none;
  }
}
header .uk-navbar-container .uk-container .uk-navbar-right .pastatimebutton .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding-block: 10px;
  padding-inline: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #558286;
  box-shadow: 4px 7px 0 0 var(--lightpastageel);
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
header .uk-navbar-container .uk-container .uk-navbar-right .pastatimebutton .uk-button::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/images/YooTheme/pastatime.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
header .uk-navbar-container .uk-container .uk-navbar-right .pastatimebutton .uk-button::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/images/YooTheme/pastatime.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
header .uk-navbar-container .uk-container .uk-navbar-right .pastatimebutton .uk-button:hover {
  margin-left: 2px;
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}
header.tm-header-mobile svg {
  fill: white;
  width: 25px;
  height: 25px;
}
header.tm-header-mobile .uk-container {
  max-height: 100px;
}
header.tm-header-mobile .uk-container .uk-navbar-left .uk-logo {
  position: relative;
  top: 20px;
}
header.tm-header-mobile .uk-container .uk-navbar-left .uk-logo img {
  max-height: 135px;
  width: fit-content;
}
header.tm-header-mobile .uk-container .uk-navbar-right {
  align-items: center;
  height: 60px;
}

#tm-dialog-mobile {
  z-index: 0 !important;
  background: var(--pastageel);
  pointer-events: all !important;
}
#tm-dialog-mobile .uk-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 80px;
}
#tm-dialog-mobile .uk-nav li a {
  min-height: fit-content;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.14;
  color: var(--offorange);
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: white;
}
#tm-dialog-mobile .uk-nav li.uk-active a {
  font-weight: 600;
}
#tm-dialog-mobile .pastatimebutton .uk-button {
  margin-top: 30px;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding-block: 10px;
  padding-inline: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #558286;
  box-shadow: 4px 7px 0 0 var(--lightpastageel);
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
#tm-dialog-mobile .pastatimebutton .uk-button::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/images/YooTheme/pastatime.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
#tm-dialog-mobile .pastatimebutton .uk-button::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/images/YooTheme/pastatime.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
#tm-dialog-mobile .pastatimebutton .uk-button:hover {
  margin-left: 2px;
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}

footer .prefooter_section {
  background: var(--lighterblue);
}
footer .footer_section {
  position: relative;
}
footer .footer_section::after {
  content: "";
  position: absolute;
  left: 0;
  top: -77px;
  width: 105%;
  height: 78px;
  background: url(/images/YooTheme/footerdivider.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
footer .footer_section .logorow {
  margin-top: -150px;
  position: relative;
  z-index: 3;
}
footer .footer_section .logorow img {
  display: inline-block;
}
@media (max-width: 59.9375em) {
  footer .footer_section .logorow {
    text-align: center;
  }
}
footer .footer_section .footernavrow .uk-width-1-1 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
footer .footer_section .footernavrow .uk-width-1-1 .footernav {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: baseline;
  margin-bottom: 0px !important;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 59.9375em) {
  footer .footer_section .footernavrow .uk-width-1-1 .footernav {
    flex-direction: column;
    width: 100%;
  }
}
footer .footer_section .footernavrow .uk-width-1-1 .footernav li {
  margin-top: 0px !important;
}
footer .footer_section .footernavrow .uk-width-1-1 .footernav li a {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  color: var(--blue);
  line-height: 1;
  letter-spacing: normal;
}
footer .footer_section .footernavrow .uk-width-1-1 .footernav li a:hover {
  color: var(--pastageel);
  text-decoration: none !important;
}
footer .footer_section .footernavrow .uk-width-1-1 .socials {
  margin-top: 0px !important;
  align-self: flex-start;
}
@media (min-width: 75em) {
  footer .footer_section .footernavrow .uk-width-1-1 .socials {
    padding-inline-start: 40px;
  }
}
footer .footer_section .textfooter p,
footer .footer_section .textfooter .tekstblok {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--darkteal);
}
footer .footer_section .textfooter p a,
footer .footer_section .textfooter .tekstblok a {
  text-decoration: underline !important;
}
footer .subfooter {
  margin-top: 20px;
}
footer .subfooter a,
footer .subfooter li,
footer .subfooter span,
footer .subfooter wj-copyright {
  font-family: "NonoSans", sans-serif !important;
  font-size: 1rem !important;
  color: var(--pastageel);
}
@media (max-width: 59.9375em) {
  footer .subfooter .website-section {
    justify-content: flex-start !important;
  }
}
footer .subfooter li,
footer .subfooter a {
  letter-spacing: normal;
}
footer .subfooter .cc-custom-revoke:hover {
  cursor: pointer;
}

.agenda-met-filter-en-loader_section {
  background: var(--light);
}
@media (max-width: 59.9375em) {
  .agenda-met-filter-en-loader_section {
    padding-block-end: 150px;
  }
}
@media (max-width: 39.9375em) {
  .agenda-met-filter-en-loader_section {
    padding-block-end: 100px;
  }
}
.agenda-met-filter-en-loader_section h2 {
  font-size: clamp(1.6875rem, 1.313rem + 2vw, 2.8125rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.24;
  color: var(--blue);
  text-transform: uppercase;
}
.agenda-met-filter-en-loader_section .subtitle {
  font-size: clamp(1.375rem, 1.167rem + 1.11vw, 2rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.41;
  color: var(--lighterbrown);
  text-transform: uppercase;
  color: var(--offorange);
  position: relative;
  z-index: 5;
}
.agenda-met-filter-en-loader_section .agendaimage {
  position: relative;
}
.agenda-met-filter-en-loader_section .agendaimage::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -60px;
  width: 250px;
  height: 150px;
  background: url(/images/YooTheme/deko1.svg);
  z-index: -11;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: visible;
}
.agenda-met-filter-en-loader_section .agendaimage::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -60px;
  width: 250px;
  height: 150px;
  background: url(/images/YooTheme/deko1.svg);
  z-index: -11;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: visible;
}
.agenda-met-filter-en-loader_section .fs-grid {
  margin-top: 0px !important;
}
.agenda-met-filter-en-loader_section .fs-grid .fs-grid-pro-filter-sticky {
  position: relative;
}
.agenda-met-filter-en-loader_section .fs-grid .fs-grid-pro-filter-sticky::before {
  content: "FILTER";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 1.0625rem;
  color: var(--blue);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.agenda-met-filter-en-loader_section .fs-grid .el-nav {
  gap: 20px;
  row-gap: 10px;
}
@media (max-width: 74.9375em) {
  .agenda-met-filter-en-loader_section .fs-grid .el-nav {
    margin-top: 20px !important;
  }
}
.agenda-met-filter-en-loader_section .fs-grid .el-nav li a {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--darkteal);
  text-decoration: underline;
  font-size: 1.0625rem;
  padding-inline-start: 0px;
  border: none;
}
.agenda-met-filter-en-loader_section .fs-grid .el-nav li.uk-active a {
  font-weight: 600;
  border: none;
}
.agenda-met-filter-en-loader_section .fs-grid .uk-card-default {
  border: none;
  border-bottom: 2px dotted var(--blue);
  padding: 0px;
}
.agenda-met-filter-en-loader_section .fs-grid .fs-toggle a:hover {
  text-decoration: none;
}
.agenda-met-filter-en-loader_section .fs-grid .fs-toggle .fs-toggle__link-text {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--darkteal);
  text-decoration: underline;
  font-size: 1.0625rem;
  padding-inline-start: 0px;
  border: none;
}
.agenda-met-filter-en-loader_section .fs-grid .fs-toggle svg polyline {
  stroke-width: 2px;
  stroke: var(--darkteal);
  stroke-linecap: round;
}
.agenda-met-filter-en-loader_section .fs-grid .fs-toggle__container {
  margin-top: 5px !important;
}
.agenda-met-filter-en-loader_section .fs-grid .el-title {
  background: var(--beige);
  border-radius: 8px;
  padding: 10px;
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  color: var(--offorange);
  transform: rotate(-1deg);
  width: fit-content;
}
.agenda-met-filter-en-loader_section .fs-grid .el-meta {
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.14;
  color: var(--offorange);
  color: var(--darkteal);
}
.agenda-met-filter-en-loader_section .fs-grid .el-sublayout {
  margin-top: 5px !important;
}
.agenda-met-filter-en-loader_section .fs-grid .el-sublayout .time {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.23;
  color: var(--lighterbrown);
  color: var(--blue);
  margin-top: 5px !important;
}
.agenda-met-filter-en-loader_section .fs-grid .el-sublayout .infotext {
  margin-top: 5px !important;
}
.agenda-met-filter-en-loader_section .fs-grid .el-sublayout .infotext p {
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
}

.agenda-homepage-wit_section {
  background: var(--light);
}
@media (max-width: 59.9375em) {
  .agenda-homepage-wit_section {
    padding-block-start: 120px;
    padding-block-end: 150px;
  }
}
.agenda-homepage-wit_section h2 {
  font-size: clamp(1.6875rem, 1.313rem + 2vw, 2.8125rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.24;
  color: var(--blue);
  text-transform: uppercase;
}
.agenda-homepage-wit_section .subtitle {
  font-size: clamp(1.375rem, 1.167rem + 1.11vw, 2rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.41;
  color: var(--lighterbrown);
  text-transform: uppercase;
  color: var(--lighterbrown);
  position: relative;
  z-index: 5;
}
.agenda-homepage-wit_section p,
.agenda-homepage-wit_section .tekstblok {
  color: var(--lighterbrown);
  margin-top: 0px !important;
}
.agenda-homepage-wit_section .agendaimage {
  position: relative;
}
.agenda-homepage-wit_section .agendaimage::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -60px;
  width: 250px;
  height: 150px;
  background: url(/images/YooTheme/deko1.svg);
  z-index: -11;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: visible;
}
.agenda-homepage-wit_section .agendaimage::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -60px;
  width: 250px;
  height: 150px;
  background: url(/images/YooTheme/deko1.svg);
  z-index: -11;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: visible;
}
.agenda-homepage-wit_section .fs-grid {
  margin-top: 0px !important;
}
.agenda-homepage-wit_section .fs-grid .fs-grid-pro-filter-sticky {
  position: relative;
}
.agenda-homepage-wit_section .fs-grid .fs-grid-pro-filter-sticky::before {
  content: "FILTER";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 1.0625rem;
  color: var(--blue);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.agenda-homepage-wit_section .fs-grid .el-nav {
  gap: 20px;
  row-gap: 10px;
}
@media (max-width: 74.9375em) {
  .agenda-homepage-wit_section .fs-grid .el-nav {
    margin-top: 20px !important;
  }
}
.agenda-homepage-wit_section .fs-grid .el-nav li a {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--darkteal);
  text-decoration: underline;
  font-size: 1.0625rem;
  padding-inline-start: 0px;
  border: none;
}
.agenda-homepage-wit_section .fs-grid .el-nav li.uk-active a {
  font-weight: 600;
  border: none;
}
.agenda-homepage-wit_section .fs-grid .uk-card-default {
  border: none;
  border-bottom: 2px dotted var(--blue);
  padding: 0px;
}
.agenda-homepage-wit_section .fs-grid .fs-toggle a:hover {
  text-decoration: none;
}
.agenda-homepage-wit_section .fs-grid .fs-toggle .fs-toggle__link-text {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--darkteal);
  text-decoration: underline;
  font-size: 1.0625rem;
  padding-inline-start: 0px;
  border: none;
}
.agenda-homepage-wit_section .fs-grid .fs-toggle svg polyline {
  stroke-width: 2px;
  stroke: var(--darkteal);
  stroke-linecap: round;
}
.agenda-homepage-wit_section .fs-grid .fs-toggle__container {
  margin-top: 5px !important;
}
.agenda-homepage-wit_section .fs-grid .el-title {
  background: var(--beige);
  border-radius: 8px;
  padding: 10px;
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  color: var(--offorange);
  transform: rotate(-1deg);
  width: fit-content;
}
.agenda-homepage-wit_section .fs-grid .el-meta {
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.14;
  color: var(--offorange);
  color: var(--darkteal);
}
.agenda-homepage-wit_section .fs-grid .el-sublayout {
  margin-top: 5px !important;
}
.agenda-homepage-wit_section .fs-grid .el-sublayout .time {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.23;
  color: var(--lighterbrown);
  color: var(--blue);
  margin-top: 5px !important;
}
.agenda-homepage-wit_section .fs-grid .el-sublayout .infotext {
  margin-top: 5px !important;
}
.agenda-homepage-wit_section .fs-grid .el-sublayout .infotext p {
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
}
.agenda-homepage-wit_section .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.agenda-homepage-wit_section .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.agenda-homepage-wit_section .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}
.agenda-homepage-wit_section .uk-button {
  margin-top: 20px !important;
  border: none;
}

.contact-form_section {
  background: var(--lighterblue);
  padding-block-start: 120px;
}
@media (max-width: 59.9375em) {
  .contact-form_section {
    padding-block-start: 100px;
  }
}
@media (max-width: 39.9375em) {
  .contact-form_section {
    padding-block-start: 80px;
  }
}
.contact-form_section h3 {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  color: var(--blue);
}
.contact-form_section p,
.contact-form_section .tekstblok {
  color: var(--offorange);
}
.contact-form_section .convertforms .cf-form-wrap {
  padding: 0px !important;
}
.contact-form_section .convertforms input,
.contact-form_section .convertforms textarea {
  background-color: var(--beige);
  border: none;
  border-radius: none;
  color: var(--darkteal) !important;
}
.contact-form_section .convertforms input:focus,
.contact-form_section .convertforms textarea:focus {
  outline: none !important;
  border: none !important;
  color: var(--darkteal) !important;
}
.contact-form_section .convertforms button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.contact-form_section .convertforms button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.contact-form_section .convertforms button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}
.contact-form_section .convertforms button {
  margin-top: 0px !important;
  border: none;
}
.contact-form_section .convertforms label {
  color: var(--darkteal);
}
.contact-form_section img {
  border-radius: 20px;
}
@media (max-width: 59.9375em) {
  .contact-form_section img {
    max-height: 30vh;
  }
}

.tekst-links-inamge-rechts_section {
  background: #FFFBF0;
}
.tekst-links-inamge-rechts_section h2 {
  font-size: clamp(1.625rem, 1.271rem + 1.89vw, 2.6875rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.51;
  color: var(--blue);
  text-transform: uppercase;
}
.tekst-links-inamge-rechts_section .subtitle {
  font-size: clamp(1.375rem, 1.167rem + 1.11vw, 2rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.41;
  color: var(--lighterbrown);
  text-transform: uppercase;
  color: var(--offorange) !important;
  position: relative;
  z-index: 5;
  line-height: 1.2;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
}
.tekst-links-inamge-rechts_section p,
.tekst-links-inamge-rechts_section .tekstblok {
  color: var(--lighterbrown);
  margin-top: 0px !important;
}
.tekst-links-inamge-rechts_section .uk-card-default {
  background: white;
  border-radius: 8px;
  border: none;
}
.tekst-links-inamge-rechts_section .uk-card-default .tekstblok {
  font-family: "JetBrainsMono", sans-serif;
}
.tekst-links-inamge-rechts_section .uk-card-default .el-title {
  font-size: clamp(1.375rem, 1.167rem + 1.11vw, 2rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.41;
  color: var(--lighterbrown);
  text-transform: uppercase;
  color: var(--offorange);
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
}
.tekst-links-inamge-rechts_section .uk-card-default .el-title .uk-leader-fill {
  color: var(--offorange);
  font-weight: 600;
}
.tekst-links-inamge-rechts_section .uk-card-default .el-title .uk-leader-fill::after {
  color: var(--offorange) !important;
}
.tekst-links-inamge-rechts_section .uk-card-default .uk-text-primary {
  font-size: clamp(1.375rem, 1.167rem + 1.11vw, 2rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.41;
  color: var(--lighterbrown);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--offorange) !important;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
}
.tekst-links-inamge-rechts_section .uk-card-default .el-content {
  margin-top: 10px !important;
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
  text-transform: none;
  letter-spacing: normal;
  color: var(--darkteal) !important;
}
.tekst-links-inamge-rechts_section .uk-button {
  margin-top: 10px !important;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.tekst-links-inamge-rechts_section .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.tekst-links-inamge-rechts_section .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}
.tekst-links-inamge-rechts_section .uk-button {
  border: none;
}
@media (max-width: 59.9375em) {
  .tekst-links-inamge-rechts_section img {
    max-height: 30vh;
    object-fit: contain;
    text-align: left;
    width: auto;
    min-width: auto;
  }
}

.tekst-links-image-rechts-kaz_section {
  background-color: var(--beige);
  position: relative;
}
.tekst-links-image-rechts-kaz_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -76px;
  width: 110%;
  height: 77px;
  background: url(/images/YooTheme/schuineranddonkergeel.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.tekst-links-image-rechts-kaz_section h2,
.tekst-links-image-rechts-kaz_section h3 {
  font-size: clamp(1.5rem, 1.313rem + 1vw, 2.0625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.28;
  color: var(--blue);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.tekst-links-image-rechts-kaz_section p {
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
  color: var(--offorange);
  position: relative;
  z-index: 2;
}
.tekst-links-image-rechts-kaz_section blockquote {
  background-color: var(--beige);
  border-radius: 8px;
  padding: 10px;
}
.tekst-links-image-rechts-kaz_section blockquote p {
  font-size: clamp(1.25rem, 1.146rem + 0.56vw, 1.5625rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.19;
  color: var(--offorange);
  text-align: center;
  margin-inline: 10px;
}
.tekst-links-image-rechts-kaz_section .usps {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 74.9375em) {
  .tekst-links-image-rechts-kaz_section .usps {
    justify-content: space-around;
  }
}
@media (max-width: 39.9375em) {
  .tekst-links-image-rechts-kaz_section .usps {
    justify-content: flex-start !important;
    flex-direction: column;
  }
}
.tekst-links-image-rechts-kaz_section .usps .el-item {
  background: var(--beige);
  border-radius: 8px;
  padding: 10px;
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: var(--offorange);
  transform: rotate(-1deg);
}
@media (max-width: 39.9375em) {
  .tekst-links-image-rechts-kaz_section .usps .el-item {
    font-size: 0.75rem;
    padding: 8px;
    width: fit-content;
  }
}
.tekst-links-image-rechts-kaz_section .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.tekst-links-image-rechts-kaz_section .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.tekst-links-image-rechts-kaz_section .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}
.tekst-links-image-rechts-kaz_section .uk-button {
  position: relative;
  z-index: 2;
}
@media (max-width: 74.9375em) {
  .tekst-links-image-rechts-kaz_section .leftcol {
    margin-block: 0px;
    margin-block-start: 40px;
  }
}
.tekst-links-image-rechts-kaz_section .rightcol {
  position: relative;
  margin-block: 0px !important;
}
.tekst-links-image-rechts-kaz_section .rightcol img {
  -webkit-mask-image: url("/images/YooTheme/maskright.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center left;
  -webkit-mask-size: cover;
  mask-image: url("/images/YooTheme/maskright.svg");
  mask-repeat: no-repeat;
  mask-position: center left;
  mask-size: cover;
  mask-mode: alpha;
}
@media (min-width: 60em) {
  .tekst-links-image-rechts-kaz_section .rightcol img {
    aspect-ratio: 1/1 !important;
  }
}
@media (max-width: 59.9375em) {
  .tekst-links-image-rechts-kaz_section .rightcol img {
    -webkit-mask: none;
    mask: none;
    aspect-ratio: 1/1 !important;
    max-height: 500px;
    border-radius: 150px 0 0 50px;
  }
}
.tekst-links-image-rechts-kaz_section .bottomimg img {
  border-radius: 0 1077px 0 0;
}
@media (max-width: 74.9375em) {
  .tekst-links-image-rechts-kaz_section .bottomimg {
    margin-top: 40px;
  }
}

.eb-dialog {
  border-radius: 20px !important;
  box-shadow: 0px 4px 16px rgba(17, 17, 26, 0.1), 0px 8px 24px rgba(17, 17, 26, 0.1), 0px 16px 56px rgba(17, 17, 26, 0.1) !important;
}
.eb-dialog .eb-close {
  background: white !important;
  border-radius: 100% !important;
  color: var(--blue) !important;
  top: 10px !important;
  right: 10px !important;
  width: 30px;
  height: 30px;
}
.eb-dialog .uk-card-default {
  background: #fffbef;
  border: none;
  border-radius: 20px;
}
@media (max-width: 59.9375em) {
  .eb-dialog .uk-card-default {
    display: flex;
    justify-content: center;
  }
  .eb-dialog .uk-card-default .uk-panel {
    width: auto;
  }
}
.eb-dialog h1 {
  font-size: clamp(1.625rem, 1.271rem + 1.89vw, 2.6875rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.51;
  color: var(--blue);
  text-transform: uppercase;
}
.eb-dialog h2 {
  font-size: clamp(1.375rem, 1.167rem + 1.11vw, 2rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.41;
  color: var(--lighterbrown);
  text-transform: uppercase;
  color: var(--offorange) !important;
  position: relative;
  z-index: 5;
  line-height: 1.2;
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
}
@media (max-width: 59.9375em) {
  .eb-dialog img {
    max-height: 20vh;
    object-fit: contain;
  }
}
.eb-dialog p {
  font-size: 1.125rem;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: var(--darkteal);
  color: var(--lighterbrown);
  margin-top: 0px !important;
}
.eb-dialog .uk-button {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  color: white;
  overflow: hidden;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E2AF48;
  box-shadow: 4px 7px 0 0 #FED15E;
  border-radius: 500px;
  width: fit-content;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transform: translateY(0);
}
.eb-dialog .uk-button::before {
  position: absolute;
  content: "";
  width: 11px;
  height: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  background: url("/images/YooTheme/arrow-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  border: none;
  will-change: box-shadow, transform, margin-top;
}
.eb-dialog .uk-button:hover {
  margin-top: 2px;
  transform: translate(3px, 6px);
  box-shadow: 0px 0px 0 0 #FED15E;
  border: none;
}
.eb-dialog .uk-button {
  border: none;
  margin-block-end: 10px;
}
.eb-dialog .uk-button:hover {
  margin-top: 0px !important;
}

.ticketpartners_section {
  padding-block-start: 150px;
  background: var(--lightyellow);
}
@media (max-width: 59.9375em) {
  .ticketpartners_section {
    padding-block-start: 100px;
  }
}
@media (max-width: 39.9375em) {
  .ticketpartners_section {
    padding-block-start: 80px;
  }
}
.ticketpartners_section .wjevent-wrapper {
  background: white;
  border-radius: 20px;
  border: none;
  z-index: 3;
  padding: 20px;
  font-family: "JetBrainsMono", sans-serif;
}
.ticketpartners_section .wjevent-wrapper h1,
.ticketpartners_section .wjevent-wrapper h2,
.ticketpartners_section .wjevent-wrapper h3,
.ticketpartners_section .wjevent-wrapper h4 {
  font-family: "NotoSans", sans-serif;
}
.ticketpartners_section .wjevent-wrapper h4 {
  color: var(--blue);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600 !important;
}
.ticketpartners_section .wjevent-wrapper .wje-activedate .cal-day-box {
  background: var(--pastageel);
}
.ticketpartners_section .wjevent-wrapper .uk-badge {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600 !important;
  font-size: 1rem;
}
.ticketpartners_section .wjevent-wrapper .uk-badge.wje-active {
  background: var(--pastageel);
  border: var(--pastageel);
  color: white !important;
}
.ticketpartners_section .wjevent-wrapper .wje-cartsummary .uk-card-footer .uk-clearfix {
  background: var(--lighterblue);
}
.ticketpartners_section .wjevent-wrapper .wje-icon-button:not(.wje-inactive):not(.wje-active):hover {
  background-color: var(--pastageel);
  color: var(--pastageel);
  border: 2px solid var(--pastageel) !important;
}
.ticketpartners_section .wjevent-wrapper .day.has-event {
  color: var(--offorange);
}
.ticketpartners_section .wjevent-wrapper .uk-button {
  background: var(--pastageel);
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 600 !important;
  font-size: 1rem;
  color: white;
}
.ticketpartners_section .wjevent-wrapper .uk-button:hover {
  background: var(--offorange);
  border: var(--offorange);
}