:root {
  --cream-color: #FBF7F3;
  --coral-color: #D85A30;
  --ink-color: #2C2C2A;
  --cream-warm: #F5EDE4;
  --coral-soft: #F0997B;
  --ink-soft: #5F5E5A;
  --ink-muted: #888780;
  --heart-color: #8438df;
  --heartbeat-color: #f7148b;
}

/*
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: "Fraunces-Black";
  src: url("/templates/yootheme_custom/webfonts/Fraunces-Black.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Fraunces-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces-BlackItalic";
  src: url("/templates/yootheme_custom/webfonts/Fraunces-BlackItalic.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Fraunces-BlackItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3-Italic";
  src: url("/templates/yootheme_custom/webfonts/SourceSans3-Italic.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/SourceSans3-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3-Roman";
  src: url("/templates/yootheme_custom/webfonts/SourceSans3-Roman.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/SourceSans3-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces-Variable";
  src: url("/templates/yootheme_custom/webfonts/Fraunces-Variable.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Fraunces-Variable.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3-Variable";
  src: url("/templates/yootheme_custom/webfonts/SourceSans3-Variable.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/SourceSans3-Variable.woff") format("woff");
  font-weight: normal;
  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-size: clamp(1.5625rem, 1.208rem + 1.89vw, 2.625rem);
}

h2 {
  font-size: clamp(1.375rem, 1.083rem + 1.56vw, 2.25rem);
}

h3 {
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
}

h4 {
  font-size: clamp(1.125rem, 1.083rem + 0.22vw, 1.25rem);
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.6875rem;
}

p {
  font-size: 1rem;
}

.hero_section {
  background-color: var(--cream-color);
}
.hero_section hr {
  border-top: 1px solid var(--ink-soft);
}

h1 {
  font-size: clamp(2.375rem, 2rem + 2vw, 3.5rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.1;
  color: var(--ink-color);
  font-weight: 400;
  margin-bottom: 18px;
}
h1 .highlight-text {
  color: var(--coral-color);
  font-style: italic;
}

.hero-meta p {
  font-size: clamp(0.6875rem, 0.646rem + 0.22vw, 0.8125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
}

.text-hero p {
  font-size: clamp(1rem, 0.979rem + 0.11vw, 1.0625rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.65;
  color: var(--ink-soft);
}

.uk-button.button-one {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.0375rem;
  background-color: #D85A30;
  color: var(--cream-color);
  padding: 0.625rem 1.125rem;
  border-radius: 0.25rem;
  border: none;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}
.uk-button.button-one:hover {
  background-color: var(--cream-color);
  color: #D85A30;
  border: 1px solid #D85A30;
}
.uk-button.button-two {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.0375rem;
  background-color: transparent;
  color: #D85A30;
  padding: 0.625rem 1.125rem;
  border-radius: 0.25rem;
  border: 1px solid #D85A30;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-transform: none;
}
.uk-button.button-two:hover {
  background-color: #D85A30;
  color: var(--cream-color);
}

.el-image img {
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

.tm-header .uk-sticky {
  background-color: var(--cream-color);
}
.tm-header .uk-sticky .uk-navbar-container {
  background-color: var(--cream-color);
  border-bottom: 1px solid var(--ink-soft);
}
.tm-header .uk-sticky .uk-navbar-nav li a:hover {
  color: var(--coral-color) !important;
  text-decoration: underline;
  font-size: clamp(0.9375rem, 0.917rem + 0.11vw, 1rem);
}
.tm-header .uk-sticky .uk-navbar-nav li.uk-active a {
  color: var(--coral-color) !important;
  font-size: clamp(0.9375rem, 0.917rem + 0.11vw, 1rem);
}
.tm-header .uk-sticky .uk-navbar-nav li a {
  color: var(--ink-soft);
  text-transform: none;
  font-size: clamp(0.75rem, 0.729rem + 0.11vw, 0.8125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  font-size: clamp(0.9375rem, 0.917rem + 0.11vw, 1rem);
}

.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 {
  font-size: clamp(1.25rem, 1.157rem + 0.49vw, 1.75rem);
  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);
}

/*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/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-style {
  background-color: var(--ink-color) !important;
}
.footer-style .copyright {
  justify-content: center !important;
}
.footer-style .uk-text-right {
  font-size: clamp(1rem, 0.979rem + 0.11vw, 1.0625rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.65;
  color: var(--coral-color) !important;
  font-weight: 600;
  margin-top: 5px !important;
}
.footer-style .uk-width-1-1 {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--cream-color) !important;
}
.footer-style .uk-nav .el-item a {
  font-size: clamp(1rem, 0.979rem + 0.11vw, 1.0625rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.65;
  color: var(--cream-color) !important;
}
.footer-style .uk-icon-link {
  color: var(--coral-color) !important;
}

.book-grid {
  background-color: var(--cream-color);
}
.book-grid .header-bookgrid {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.2;
  color: var(--ink-color);
}
.book-grid h3 {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.3;
  color: var(--ink-color);
}
.book-grid .el-meta {
  font-size: clamp(0.75rem, 0.729rem + 0.11vw, 0.8125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  color: var(--ink-soft);
  margin-top: 4px !important;
}
.book-grid .el-image img {
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}
.book-grid .uk-button {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.0375rem;
  background-color: transparent;
  color: var(--coral-color);
  border: none;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-transform: none;
}
.book-grid .uk-button:hover {
  background-color: transparent;
  color: #D85A30;
  text-decoration: underline;
}

.reviews-slider {
  background-color: var(--cream-warm);
}
.reviews-slider h3 {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.5;
  color: var(--ink-color);
  font-style: italic !important;
}
.reviews-slider .header-recensies {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.2;
  color: var(--ink-color);
}
.reviews-slider .el-meta {
  font-size: clamp(0.75rem, 0.729rem + 0.11vw, 0.8125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  color: var(--ink-soft);
}
.reviews-slider .uk-button {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.0375rem;
  background-color: transparent;
  color: var(--coral-color);
  border: none;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-transform: none;
}
.reviews-slider .uk-button:hover {
  background-color: transparent;
  color: #D85A30;
  text-decoration: underline;
}

.over-intro {
  background-color: var(--cream-color);
}
.over-intro h1 {
  font-size: clamp(2.375rem, 2rem + 2vw, 3.5rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.1;
  color: var(--ink-color);
  font-weight: 400;
}
.over-intro .hero-meta {
  font-size: clamp(0.6875rem, 0.646rem + 0.22vw, 0.8125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
}
.over-intro .body-text p {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--ink-color);
}
.over-intro .subheader {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.5;
  color: var(--ink-color);
  font-style: italic !important;
}
.over-intro .el-image {
  max-height: 450px !important;
}
.over-intro .el-image img {
  border-radius: 2px;
  max-width: 100%;
}
.over-intro .uk-button {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.0375rem;
  background-color: #D85A30;
  color: var(--cream-color);
  padding: 0.625rem 1.125rem;
  border-radius: 0.25rem;
  border: none;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}
.over-intro .uk-button:hover {
  background-color: var(--cream-color);
  color: #D85A30;
  border: 1px solid #D85A30;
}

.foto-grid {
  background-color: var(--cream-warm);
}
.foto-grid h2 {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.3;
}

.faq {
  background-color: var(--cream-color);
}
.faq h2 {
  font-size: clamp(1.75rem, 1.625rem + 0.67vw, 2.125rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.15;
  color: var(--ink-color);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 40px;
}
.faq .el-title {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.3;
  color: var(--ink-color);
}
.faq .el-content {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--ink-soft);
}
.faq .uk-open .uk-accordion-icon {
  color: var(--coral-color);
}