:root {
  --purple100: blue;
  --purple80: #7b2cbf;
  --purple60: #9d4edd;
  --purple40: #c77dff;
  --purple20: #e0aaff;
  --wj-green: #c7fdbb;
  --green: hsl(75, 38%, 31%);
  --Lgreen: hsl(75, 49%, 65%);
  --Dgreen: hsl(176, 100%, 13%);
  --XLgreen: hsl(120, 19%, 92%);
  --Dpink: hsl(331, 74%, 22%);
  --pink: hsl(330, 44%, 57%);
  --beige: hsl(34, 29%, 61%);
  --white: hsl(0, 0%, 100%);
  --brown: hsl(34, 35%, 13%);
}

/*
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: "Unbounded";
  src: url("/templates/yootheme_custom/webfonts/Unbounded-VariableFont_wght.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Unbounded-VariableFont_wght.woff") format("woff");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pumpkin Cheesecake";
  src: url("/templates/yootheme_custom/webfonts/PumpkinCheesecake.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/PumpkinCheesecake.woff") format("woff");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
.uk-heading-2xlarge {
  font-size: clamp(6.5625rem, 5.083rem + 7.89vw, 11rem);
}

.uk-heading-xlarge {
  font-size: clamp(4.8125rem, 3.75rem + 5.67vw, 8rem);
}

.uk-heading-large {
  font-size: clamp(3.625rem, 2.833rem + 4.22vw, 6rem);
}

.uk-heading-medium {
  font-size: clamp(2.375rem, 1.833rem + 2.89vw, 4rem);
}

.uk-heading-small {
  font-size: clamp(1.75rem, 1.333rem + 2.22vw, 3rem);
}

h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: clamp(1.875rem, -1.491rem + 8.43vw, 6.9375rem);
  line-height: 1;
  color: var(--white);
}

h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: clamp(1.375rem, 0.004rem + 3.43vw, 3.4375rem);
  line-height: 1;
  color: var(--white);
}

h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: clamp(1.0625rem, 0.314rem + 1.87vw, 2.1875rem);
  line-height: 1;
  color: var(--Dgreen);
}

h4 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

h5 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

h6 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

.tekstblok,
p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: clamp(0.9375rem, 0.813rem + 0.31vw, 1.125rem);
  color: var(--white);
}

.list-style .el-item .el-content {
  font-family: "Pumpkin Cheesecake", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: clamp(1.5625rem, 1.23rem + 0.83vw, 2.0625rem);
  color: var(--white);
  line-height: 1;
}

.uk-button-primary {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: clamp(0.9375rem, 0.813rem + 0.31vw, 1.125rem);
  align-content: center;
  text-transform: none;
  color: var(--white);
  background-color: var(--pink);
  border-radius: 146px;
  padding: 0 43px 0 16px;
  height: 47px;
  border: none;
  box-shadow: 0 4px 8px hsla(0, 0%, 0%, 0.25);
  transition: all 0.3s ease-in-out;
}
.uk-button-primary::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  margin-top: 11px;
  margin-left: 6px;
  margin-right: 20px;
  background: url("../../../../content/icons/arrow-right-white.svg") no-repeat center;
}
.uk-button-primary:hover {
  background-color: var(--Dpink);
  color: var(--white);
}

.drie-koloms-foto-tekst {
  background: var(--green);
}
.drie-koloms-foto-tekst .uk-grid {
  border-radius: 60px;
  overflow: hidden;
}
.drie-koloms-foto-tekst .uk-grid .el-item {
  background: var(--Lgreen);
  border: none;
}
.drie-koloms-foto-tekst .uk-grid .el-item h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: clamp(1.0625rem, 0.314rem + 1.87vw, 2.1875rem);
  color: var(--Dgreen);
}
.drie-koloms-foto-tekst .uk-grid .el-item p {
  font-family: "Pumpkin Cheesecake", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: clamp(1.5625rem, 1.23rem + 0.83vw, 2.0625rem);
  color: var(--Dpink);
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer .el-content {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: clamp(0.9375rem, 0.813rem + 0.31vw, 1.125rem);
  color: var(--brown);
}
footer .footer-menu,
footer .wj-copyright {
  background: hsl(0, 0%, 85%);
}
footer .footer-image a {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: clamp(1.0625rem, 0.605rem + 1.14vw, 1.75rem);
  color: var(--white);
}
footer .footer-ig {
  height: 0;
}
footer .footer-ig .ig-background-img .uk-background-norepeat {
  transform: translateY(-50%);
}
footer .footer-menu .logo-column p {
  font-family: "Pumpkin Cheesecake", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: clamp(1.5625rem, 1.23rem + 0.83vw, 2.0625rem);
  color: var(--Dgreen);
}

.tm-toolbar .uk-subnav a,
.uk-navbar-nav > li > a {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.tm-toolbar {
  background: var(--green);
  height: 35px;
  align-content: center;
}
.tm-toolbar .uk-subnav > * > :first-child {
  font-size: clamp(0.8125rem, 0.771rem + 0.1vw, 0.875rem);
  color: var(--white);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: left bottom;
  transition: background-size 0.3s ease;
}
.tm-toolbar .uk-subnav > * > :first-child:hover {
  background-size: 100% 1px;
}

.tm-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  background: url("../../../../content/decorative/header-devider.svg") no-repeat center;
  z-index: 1;
}
.tm-header .uk-container {
  padding-right: 0;
  margin-right: 0;
}
.tm-header .uk-logo {
  margin-top: -17px;
  margin-bottom: -39px;
  filter: drop-shadow(4px 7px 31px rgba(0, 0, 0, 0.25));
}
.tm-header .uk-navbar-right .uk-navbar-nav {
  gap: 20px;
}
.tm-header .uk-navbar-right .uk-navbar-nav li:not(:last-child) {
  align-content: center;
}
.tm-header .uk-navbar-right .uk-navbar-nav li:not(:last-child) a {
  font-size: clamp(0.9375rem, 0.813rem + 0.31vw, 1.125rem);
  color: var(--pink);
  height: fit-content;
  min-height: unset;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: left bottom;
  transition: background-size 0.3s ease;
}
.tm-header .uk-navbar-right .uk-navbar-nav li:not(:last-child) a:hover {
  background-size: 100% 2px;
}
.tm-header .uk-navbar-right li:nth-last-child(2) {
  margin-right: 87px;
}
.tm-header .uk-navbar-right li:last-child {
  padding-right: 42px;
  align-content: center;
}
.tm-header .uk-navbar-right li:last-child::after {
  content: "";
  position: absolute;
  width: 401px;
  height: 151px;
  background: url("../../../../content/decorative/header-cookie.svg") no-repeat center;
  top: -1px;
  right: 0;
}
.tm-header .uk-navbar-right li:last-child .boek-knop {
  font-size: clamp(0.9375rem, 0.813rem + 0.31vw, 1.125rem);
  position: relative;
  color: var(--white);
  min-height: unset;
  height: 58px;
  padding-left: 29px;
  padding-right: 63px;
  border: 2px solid var(--white);
  border-radius: 50px;
  z-index: 2;
  background-color: transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.tm-header .uk-navbar-right li:last-child .boek-knop:hover {
  background-color: var(--pink);
  border-color: transparent;
}
.tm-header .uk-navbar-right li:last-child .boek-knop::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 25px;
  background: url("../../../../content/icons/calendar-boeken.svg") no-repeat center;
  right: 29px;
}
.tm-header .uk-sticky-fixed .uk-logo {
  margin-top: 0px;
  background: linear-gradient(180deg, var(--white) 0%, transparent 100%);
}

.hero_section {
  background: var(--purple100);
}
@media (max-width: 1599px) {
  .hero_section {
    background: var(--purple80);
  }
}
@media (max-width: 1199px) {
  .hero_section {
    background: var(--purple60);
  }
}
@media (max-width: 959px) {
  .hero_section {
    background: var(--purple40);
  }
}
@media (max-width: 639px) {
  .hero_section {
    background: var(--purple20);
  }
}
.hero_section h1 {
  letter-spacing: 2.3px;
  color: white;
}
@media (max-width: 1599px) {
  .hero_section h1 {
    color: white;
  }
}
@media (max-width: 1199px) {
  .hero_section h1 {
    color: black;
  }
}
@media (max-width: 959px) {
  .hero_section h1 {
    color: black;
  }
}
@media (max-width: 639px) {
  .hero_section h1 {
    color: black;
  }
}
.hero_section p {
  color: white;
}
@media (max-width: 1599px) {
  .hero_section p {
    color: white;
  }
}
@media (max-width: 1199px) {
  .hero_section p {
    color: black;
  }
}
@media (max-width: 959px) {
  .hero_section p {
    color: black;
  }
}
@media (max-width: 639px) {
  .hero_section p {
    color: black;
  }
}
.hero_section .uk-button {
  font-size: 15px;
  letter-spacing: 1.5px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.hero_section .uk-button:hover {
  background-color: var(--wj-green);
}

.intro-blok {
  background: var(--green);
}
.intro-blok h3,
.intro-blok .tekstblok,
.intro-blok p {
  color: var(--Lgreen);
}
.intro-blok .list-style {
  display: grid;
  grid-auto-flow: column;
}
.intro-blok .list-style .el-item .el-content {
  display: grid;
  text-align: center;
  justify-items: center;
}
.intro-blok .list-style .el-item .el-content img {
  width: 140px;
  height: 138px;
}
.intro-blok .img-slider {
  margin-right: -91px;
}
.intro-blok .img-slider .slideshow-style {
  position: relative;
  z-index: 1;
}
.intro-blok .img-slider .slideshow-style::after {
  content: "";
  position: absolute;
  width: 516px;
  height: 310px;
  background: url("../../../../content/decorative/cookie-bg-intro.svg") no-repeat center;
  bottom: -39px;
  right: -33px;
  z-index: -1;
}
.intro-blok .img-slider .slideshow-style .uk-slideshow-items {
  aspect-ratio: 796/458 !important;
}
.intro-blok .img-slider .slideshow-style .uk-slideshow-items .el-item {
  border-radius: 60px;
}
.intro-blok .img-slider .panel-btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  transform: translateY(-100%);
  padding-bottom: 30px;
  z-index: 2;
}
.intro-blok .img-slider .panel-btn a {
  border-radius: 50px;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 4px 8px hsla(0, 0%, 0%, 0.25);
  max-width: 473px;
  width: 100%;
  margin-right: 22px;
}
.intro-blok .img-slider .panel-btn a img {
  border-radius: 50px;
}
.intro-blok .img-slider .panel-btn a .uk-width-expand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-blok .img-slider .panel-btn a .uk-width-expand .el-content {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: clamp(0.9375rem, 0.813rem + 0.31vw, 1.125rem);
  color: var(--Dpink);
}
.intro-blok .img-slider .panel-btn a .uk-width-expand .el-content::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  margin-left: 23px;
  background: url("../../../../content/icons/arrow-right-pink.svg") no-repeat center;
}

.tm-header-mobile {
  z-index: 1020;
}

.uk-modal-dialog {
  background: darkviolet;
}
.uk-modal-dialog #module-menu-dialog-mobile .uk-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.uk-modal-dialog #module-menu-dialog-mobile .uk-nav li {
  line-height: 1;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.uk-modal-dialog #module-menu-dialog-mobile .uk-nav li a {
  padding: 0px;
  display: block;
}

.uk-navbar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.uk-navbar-toggle svg {
  overflow: visible;
}
.uk-navbar-toggle svg [class*=line-] {
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6), opacity 0.5s ease, y 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.uk-navbar-toggle[aria-expanded=true] {
  transform: rotate(90deg);
}
.uk-navbar-toggle[aria-expanded=true] .line-1 {
  transform: translateY(6px) scaleX(0);
  opacity: 0;
}
.uk-navbar-toggle[aria-expanded=true] .line-4 {
  transform: translateY(-6px) scaleX(0);
  opacity: 0;
}
.uk-navbar-toggle[aria-expanded=true] .line-2 {
  transform: rotate(45deg) scale(1.2);
}
.uk-navbar-toggle[aria-expanded=true] .line-3 {
  opacity: 1 !important;
  transform: rotate(-45deg) scale(1.2);
}

.slider-met-foto-links-tekst-rechts {
  background: var(--beige);
}