:root {
  --background-yellow: #f8f3e9;
  --background-darker: #f0e9da;
  --brown-text: #6e4919;
  --logo-red: #732825;
  --white-color: #ffffff;
}

/*
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: "Montserrat Regular";
  src: url("/templates/yootheme_custom/webfonts/2Montserrat-Variable.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/2Montserrat-Variable.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Italic";
  src: url("/templates/yootheme_custom/webfonts/1Montserrat-Variable.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/1Montserrat-Variable.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.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;
}

@media (max-width: 59.9375em) {
  .main-hero h1 {
    font-size: 2.125rem !important;
  }
}

footer a,
footer p,
footer .tekstblok,
footer .el-content {
  color: var(--brown-text) !important;
}
footer a .uk-link,
footer p .uk-link,
footer .tekstblok .uk-link,
footer .el-content .uk-link {
  color: var(--brown-text) !important;
}
footer .contactgegevens {
  display: grid;
}
footer .contactgegevens li {
  margin: auto;
}
footer .contactgegevens li .el-content {
  width: fit-content;
}
footer .contactgegevens li .uk-link {
  display: flex;
  align-items: center;
}
footer .contactgegevens li .uk-link svg {
  color: var(--brown-text);
}
footer .wj-cookies div {
  color: var(--brown-text) !important;
}
footer .wj-cookies div:hover {
  cursor: pointer;
  text-decoration: underline;
}

.main-intro {
  background-color: var(--background-yellow) !important;
}
.main-intro .uk-background-no-repeat {
  padding-block: 150px;
}
.main-intro h2 {
  color: var(--brown-text) !important;
  text-transform: uppercase;
  font-size: clamp(2.625rem, 2.5rem + 0.67vw, 3rem);
  font-family: "Montserrat Regular", sans-serif;
  letter-spacing: 2.3px;
}
.main-intro p,
.main-intro .tekstblok {
  color: var(--brown-text) !important;
  font-family: "Roboto Mono", monospace;
}
@media (max-width: 39.9375em) {
  .main-intro p,
  .main-intro .tekstblok {
    font-size: 16px !important;
  }
}
.main-intro {
  padding-inline: 20px;
}

.main-menu-preview {
  background-color: var(--background-yellow) !important;
}
.main-menu-preview h2 {
  color: var(--brown-text) !important;
  text-transform: uppercase;
  font-size: clamp(2.625rem, 2.5rem + 0.67vw, 3rem);
  font-family: "Montserrat Regular", sans-serif;
  letter-spacing: 2.3px;
}
.main-menu-preview p {
  color: var(--brown-text) !important;
  font-family: "Roboto Mono", monospace;
}

.main-over-ons h2 {
  color: var(--brown-text) !important;
  text-transform: uppercase;
  font-size: clamp(2.625rem, 2.5rem + 0.67vw, 3rem);
  font-family: "Montserrat Regular", sans-serif;
  letter-spacing: 2.3px;
}
.main-over-ons h3 {
  color: var(--brown-text) !important;
  text-transform: uppercase;
  font-size: clamp(2.25rem, 2.125rem + 0.67vw, 2.625rem);
  font-family: "Montserrat Regular", sans-serif;
  letter-spacing: 2.3px;
}
.main-over-ons p,
.main-over-ons .tekstblok {
  color: var(--brown-text) !important;
  font-family: "Roboto Mono", monospace;
  line-height: 25px !important;
  font-weight: lighter !important;
}
.main-over-ons .uk-button {
  border-color: 1px solid var(--brown-text) !important;
  color: var(--brown-text) !important;
}
.main-over-ons .uk-button:hover {
  background-color: #1C4C9C !important;
  color: white !important;
  border: 1px solid #1C4C9C !important;
}
@media (max-width: 59.9375em) {
  .main-over-ons .overlay1,
  .main-over-ons .overlay2,
  .main-over-ons .overlay3,
  .main-over-ons .overlay4 {
    min-height: 400px;
  }
}
@media (max-width: 59.9375em) {
  .main-over-ons .uk-overlay-default {
    min-height: 400px;
  }
}
.main-over-ons .uk-overlay h3 {
  color: var(--background-yellow) !important;
}
@media (max-width: 639px) {
  .main-over-ons .uk-overlay h3 {
    font-size: 24px !important;
    line-height: 20px !important;
  }
}
.main-over-ons .uk-overlay .uk-button {
  border: 1px solid white;
  color: white !important;
}
.main-over-ons .uk-overlay .uk-button:hover {
  background-color: white !important;
  color: #1C4C9C !important;
}
.main-over-ons .uk-overlay .el-content {
  color: var(--background-yellow) !important;
}
@media (max-width: 639px) {
  .main-over-ons .uk-overlay .el-content {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

.home-contact h2 {
  color: var(--brown-text) !important;
  text-transform: uppercase;
  font-size: clamp(2.625rem, 2.5rem + 0.67vw, 3rem);
  font-family: "Montserrat Regular", sans-serif;
  letter-spacing: 2.3px;
}
.home-contact h3,
.home-contact a {
  color: var(--brown-text) !important;
}
.home-contact p,
.home-contact .tekstblok {
  color: var(--brown-text) !important;
  font-family: "Roboto Mono", monospace;
}

.uk-sticky {
  background: transparent;
}
.uk-sticky .uk-navbar-container {
  position: relative;
  z-index: 1;
  height: 80px;
}
.uk-sticky .uk-navbar-container .uk-container .uk-navbar {
  height: 80px;
}
.uk-sticky .uk-navbar-container .uk-container .uk-navbar .uk-navbar-left a.uk-logo {
  position: relative;
  top: 0px;
}
.uk-sticky .uk-navbar-container .uk-container .uk-navbar .uk-navbar-nav {
  height: 80px;
}
.uk-sticky .uk-navbar-container .uk-container .uk-navbar #module-tm-3 {
  height: 80px;
}

.tm-header-mobile {
  z-index: 1020;
}
.tm-header-mobile .uk-logo {
  max-width: 150px;
}

#module-menu-dialog-mobile .uk-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#module-menu-dialog-mobile .uk-nav li a {
  font-size: 1.25rem !important;
}