:root {
  --cream-color: #fbf7f3;
  --coral-color: #d85a30;
  --ink-color: #2c2c2a;
  --cream-warm: #f5ede4;
  --coral-soft: #f0997b;
  --ink-soft: #5f5e5a;
  --ink-muted: #888780;
  --heart-color: #d85a30;
  --heartbeat-color: #f0997b;
}

/*
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;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/templates/yootheme_custom/webfonts/PlayfairDisplay-Variable.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/PlayfairDisplay-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.hero-heading,
h2.hero-heading {
  font-size: clamp(2.375rem, 1.563rem + 4.33vw, 4.8125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.1;
  color: var(--ink-color);
  font-weight: 400;
  margin-bottom: 18px;
}
@media (max-width: 959px) {
  h1.hero-heading,
  h2.hero-heading {
    margin-top: 20px;
  }
}
h1.hero-heading .red,
h2.hero-heading .red {
  color: var(--coral-color);
}
h1.hero-heading .highlight-text,
h2.hero-heading .highlight-text {
  color: var(--coral-color);
  font-style: italic;
}

.hero-meta p {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
  font-weight: 500;
}
@media (max-width: 959px) {
  .hero-meta p {
    margin-top: 10px;
  }
}

.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-color);
}

.uk-button.button-one {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.0375rem;
  background-color: var(--cream-color);
  color: var(--ink-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: var(--coral-color);
  border: 1px solid #d85a30;
}
.uk-button.button-two {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 1rem;
  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-two:hover {
  background-color: var(--cream-color);
  color: #d85a30;
  border: 1px solid #d85a30;
}

@media (max-width: 959px) {
  .books-img {
    padding-top: 45px;
  }
}

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

.jp-hero-illustration {
  position: relative;
}
.jp-hero-illustration::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, #f5ede4);
  pointer-events: none;
  z-index: 1;
}
.jp-hero-illustration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, transparent, #fbf7f3);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 959px) {
  .hero_section.jp-hero-illustration.uk-section-muted.uk-position-relative.uk-section {
    min-height: 400px !important;
  }
}
@media (max-width: 639px) {
  .hero_section.jp-hero-illustration.uk-section-muted.uk-position-relative.uk-section {
    min-height: unset !important;
  }
}

.tm-header .uk-sticky {
  background-color: var(--cream-color);
}
.tm-header .uk-sticky .uk-navbar-container {
  background-color: var(--cream-color) !important;
  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;
}
.tm-header-mobile .uk-navbar-container {
  background-color: var(--cream-color);
  border-bottom: 1px solid var(--ink-muted);
}

.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 .uk-section-default {
  background: #c7fdbb;
}
footer li a {
  text-transform: none;
}
footer li a:hover {
  text-decoration: underline;
}
@media (max-width: 959px) {
  footer .contact {
    margin-bottom: 30px !important;
  }
}
footer .copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 0px;
  flex-wrap: wrap;
}
footer .copyright .footer-credit {
  display: inline-flex;
  align-items: center;
}
footer .copyright .footer-credit .el-content {
  overflow: visible !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
footer .copyright .footer-credit .el-image {
  overflow: visible !important;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  margin: -4px;
  width: 14px;
  height: 14px;
}
footer .copyright .footer-credit .el-image svg {
  overflow: visible !important;
  transform-origin: center center;
  fill: var(--heart-color);
  transition: fill 0.3s ease;
}
footer .copyright .footer-credit .el-image svg path {
  fill: inherit;
}
footer .copyright .footer-credit .wave-link {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}
footer .copyright .footer-credit .wave-link span {
  display: inline-block;
  transition: color 0.4s ease;
}
footer .copyright .footer-credit:hover .wave-link span {
  animation: smoothwave 0.9s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  color: var(--heart-color);
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(1) {
  animation-delay: 0s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(2) {
  animation-delay: 0.05s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(3) {
  animation-delay: 0.1s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(4) {
  animation-delay: 0.15s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(5) {
  animation-delay: 0.2s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(6) {
  animation-delay: 0.25s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(7) {
  animation-delay: 0.3s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(8) {
  animation-delay: 0.35s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(9) {
  animation-delay: 0.4s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(10) {
  animation-delay: 0.45s;
}
@keyframes smoothwave {
  0% {
    transform: translateY(0px);
  }
  35% {
    transform: translateY(-9px);
  }
  65% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0px);
  }
}
footer .copyright .footer-credit:hover .el-image svg {
  animation: heart-jello 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards, heart-beat 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.6s infinite;
  fill: var(--heartbeat-color);
}
@keyframes heart-jello {
  0% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.3) rotate(-15deg);
  }
  40% {
    transform: scale(1.2) rotate(12deg);
  }
  60% {
    transform: scale(1.25) rotate(-8deg);
  }
  80% {
    transform: scale(1.2) rotate(4deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes heart-beat {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
footer .cc-custom-revoke:hover {
  cursor: pointer;
}

.footer-style {
  background-color: var(--ink-color) !important;
  font-size: clamp(0.75rem, 0.729rem + 0.11vw, 0.8125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 959px) {
  .footer-style .uk-section-medium-top {
    padding-top: 75px !important;
  }
}
.footer-style .footer-lefttext {
  font-size: clamp(1rem, 0.979rem + 0.11vw, 1.0625rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.65;
  font-size: 14px;
  color: var(--cream-warm) !important;
}
.footer-style .footer-lefttext .el-link {
  color: var(--cream-warm) !important;
}
.footer-style .text-email {
  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;
  text-transform: uppercase;
}
.footer-style .text-email p a {
  color: var(--coral-color) !important;
  font-weight: 600;
}
.footer-style .text-email p a:hover {
  color: var(--coral-soft) !important;
}
.footer-style .copyright.uk-text-center {
  font-size: clamp(1rem, 0.979rem + 0.11vw, 1.0625rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.65;
  font-size: 14px;
  color: var(--cream-warm) !important;
}
.footer-style .copyright .el-content span.uk-icon {
  color: var(--coral-soft) !important;
}
.footer-style .copyright .el-content span a.wave-link {
  color: var(--cream-color) !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 .fb-icon svg g,
.footer-style .fb-icon svg path {
  fill: var(--cream-color);
  transition: fill 0.2s ease;
}
.footer-style .fb-icon:hover svg g,
.footer-style .fb-icon:hover svg path {
  fill: var(--coral-color) !important;
}
.footer-style .uk-icon-link svg g,
.footer-style .uk-icon-link svg path {
  fill: var(--cream-color);
  transition: fill 0.2s ease;
}
.footer-style .uk-icon-link:hover svg g,
.footer-style .uk-icon-link:hover svg path {
  fill: var(--coral-color) !important;
}

.book-grid {
  background-color: var(--cream-color);
}
.book-grid .uk-button-text::before {
  border-bottom: none;
}
@media (max-width: 959px) {
  .book-grid {
    padding-top: 40px !important;
  }
}
.book-grid .header-bookgrid {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.2;
  color: var(--ink-color);
  font-weight: 600;
}
@media (max-width: 959px) {
  .book-grid .header-bookgrid {
    margin-bottom: 35px;
  }
}
.book-grid .top-button {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--coral-color);
}
.book-grid h3 {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.2;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  color: var(--ink-color);
  margin-top: 10px;
}
.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 .uk-panel .uk-form-label {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.2;
  color: var(--ink-color);
  text-transform: uppercase;
  margin-bottom: 10px !important;
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-weight: 600;
}
.book-grid .uk-panel .fg5-filter-option,
.book-grid .uk-panel .wj-filter-option {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--ink-color);
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
}
.book-grid .uk-panel .fg5-filter-option .uk-radio,
.book-grid .uk-panel .wj-filter-option .uk-radio {
  margin-right: 7px;
}
.book-grid .uk-text-center .uk-button {
  font-weight: 600;
}
.book-grid .fg5-grid img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 2px;
}
.book-grid .el-link {
  color: var(--coral-color) !important;
  font-size: clamp(1rem, 0.979rem + 0.11vw, 1.0625rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.65;
}
@media (min-width: 960px) {
  .book-grid .button-lower {
    display: none;
  }
}
@media (max-width: 959px) {
  .book-grid .button-upper {
    display: none;
  }
}
.book-grid .uk-button {
  padding-left: 0 !important;
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 1.125rem;
  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;
}
.book-grid .uk-icon.uk-totop {
  color: var(--coral-color);
}
.book-grid .uk-icon.uk-totop svg polyline {
  stroke-width: 4px !important;
}
@media (min-width: 960px) {
  .book-grid.grid-two .uk-flex-column > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center top;
    flex: none;
  }
  .book-grid.grid-two .uk-flex-column > .uk-flex-1 {
    flex: 0 0 auto;
  }
}
@media (max-width: 959px) {
  .book-grid.grid-two .uk-flex-column {
    text-align: center;
  }
  .book-grid.grid-two .uk-flex-column .uk-margin-auto-top {
    margin-bottom: 35px;
  }
  .book-grid.grid-two .uk-flex-column h3 {
    margin-top: 20px !important;
    margin-bottom: 10px;
  }
  .book-grid.grid-two .uk-flex-column > img {
    max-height: 300px;
    object-fit: contain;
  }
}

.reviews-slider {
  background-color: var(--cream-warm);
  padding-bottom: 105px;
}
.reviews-slider.slider-two {
  background-color: var(--cream-color) !important;
}
.reviews-slider hr {
  border-top: 1px solid var(--ink-soft);
}
.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-size: 24px;
}
.reviews-slider .header-recensies {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.2;
  color: var(--ink-color);
  font-weight: 600;
}
.reviews-slider p {
  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);
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 960px) {
  .reviews-slider .button-lower {
    display: none;
  }
}
@media (max-width: 959px) {
  .reviews-slider .button-upper {
    display: none;
  }
}
.reviews-slider .uk-button {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 1.125rem;
  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;
}
@media (max-width: 959px) {
  .reviews-slider .uk-button {
    font-weight: 600;
  }
}
.reviews-slider.spreuk h3 {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.2;
  color: var(--ink-color);
  font-weight: 600;
}

.over-intro {
  background-color: var(--cream-color);
  padding-top: 45px !important;
}
.over-intro hr {
  border-top: 1px solid var(--ink-soft);
}
.over-intro h1,
.over-intro h2 {
  font-size: clamp(2.375rem, 1.563rem + 4.33vw, 4.8125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.1;
  color: var(--ink-color);
  font-weight: 400;
}
.over-intro .hero-meta {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  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.979rem + 0.11vw, 1.0625rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.65;
  color: var(--ink-color);
  font-style: italic !important;
  font-size: clamp(1.125rem, 0.958rem + 0.89vw, 1.625rem) !important;
}
.over-intro .uk-button {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 1rem;
  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;
}
@media (max-width: 959px) {
  .over-intro .uk-container .uk-grid-margin {
    margin-left: 0 !important;
  }
}
.over-intro .jp-wieben-intro__band {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px clamp(20px, 4vw, 44px);
}
.over-intro .jp-wieben-intro__band > div,
.over-intro .jp-wieben-intro__band .uk-margin {
  margin: 0;
  width: 100%;
}
.over-intro .jp-wieben-intro__band img {
  width: 100%;
  display: block;
  mix-blend-mode: multiply;
  filter: grayscale(0.15) contrast(1.04);
}
.over-intro .jp-wieben-intro__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 959px) {
  .over-intro .jp-wieben-intro {
    display: block;
  }
  .over-intro .jp-wieben-intro__band {
    padding: 28px 22px;
  }
  .over-intro .jp-wieben-intro__copy {
    padding: 28px 22px 36px;
    margin-top: 0px;
  }
}

.jp-fotos {
  background-color: var(--cream-warm);
}
.jp-fotos hr {
  border-top: 1px solid var(--ink-soft);
}
.jp-fotos h2 {
  font-size: clamp(1.75rem, 1.625rem + 0.67vw, 2.125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.15;
  color: var(--ink-color);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 40px;
}
.jp-fotos .foto-kicker p {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
  text-transform: uppercase;
}
.jp-fotos .uk-panel .el-link {
  color: var(--cream-color);
  background-color: var(--ink-color);
}
.jp-fotos .jp-fotos__hint p {
  margin: 0;
  font-size: 11.5px;
  color: #888780;
}
.jp-fotos .jp-fotos__galerij .el-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.jp-fotos .jp-fotos__galerij .el-item img {
  display: block;
  width: 100%;
  transition: transform 0.25s ease;
}
.jp-fotos .jp-fotos__galerij .uk-grid > div:hover .el-item img {
  transform: scale(1.04);
}
.jp-fotos .jp-fotos__galerij .uk-grid > div:nth-child(n+7) {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.jp-fotos .jp-fotos__galerij .uk-grid > div:nth-child(6) .el-item::after {
  content: "+ 8";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(44, 44, 42, 0.62);
  color: #fbf7f3;
  font-family: "Fraunces", Georgia, serif;
  font-size: 24px;
  pointer-events: none;
}

.faq {
  background-color: var(--cream-color);
}
.faq h2 {
  font-size: clamp(1.75rem, 1.625rem + 0.67vw, 2.125rem);
  font-family: "PlayfairDisplay-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: "PlayfairDisplay-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);
}
@media (max-width: 639px) {
  .faq .uk-accordion {
    padding-inline: 20px;
  }
}

.book-bundel-template {
  background-color: var(--cream-color);
}
.book-bundel-template hr {
  border-top: 1px solid var(--ink-soft);
}
.book-bundel-template h1 {
  font-size: clamp(1.625rem, 1.375rem + 1.33vw, 2.375rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.15;
  color: var(--ink-color);
  margin-top: 15px !important;
}
.book-bundel-template p {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.book-bundel-template .uk-button {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 1rem;
  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;
}
.book-bundel-template .uk-button:hover {
  background-color: var(--cream-color);
  color: #d85a30;
  border: 1px solid #d85a30;
}
@media (max-width: 959px) {
  .book-bundel-template .el-image img {
    max-width: 500px;
    height: auto;
    border-radius: 2px;
  }
}

.jp-spreuk {
  background-color: var(--cream-warm);
}
.jp-spreuk hr.jp-sep-fade,
.jp-spreuk .jp-sep-fade {
  display: block;
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(216, 90, 48, 0.35) 30%, rgba(216, 90, 48, 0.35) 70%, transparent);
  margin: 0;
}
@media (max-width: 959px) {
  .jp-spreuk .uk-container .uk-grid-margin.uk-grid.tm-grid-expand.uk-grid-stack {
    margin-left: 0px !important;
  }
}
@media (max-width: 959px) {
  .jp-spreuk .top-row {
    display: inline-flex;
  }
  .jp-spreuk .top-row .uk-text-right {
    text-align: left !important;
  }
}
.jp-spreuk__title {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.2;
  color: var(--ink-color);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0px !important;
  padding-bottom: 45px;
}
.jp-spreuk__right {
  text-align: center;
  padding-left: 48px;
}
.jp-spreuk__quote {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1.55;
  color: #d85a30;
  margin-bottom: 22px;
}
.jp-spreuk__source {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888780;
}
@media (max-width: 959px) {
  .jp-spreuk__left {
    border-right: none;
    border-bottom: none;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .jp-spreuk__right {
    padding-left: 0;
  }
  .jp-spreuk__quote {
    font-size: 24px;
  }
}

.contact {
  background-color: var(--cream-color);
  padding-bottom: 0px;
}
.contact hr {
  border-top: 1px solid var(--ink-soft);
}
.contact .p-kicker p {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
  text-transform: uppercase;
}
.contact .p-subtext {
  margin-bottom: 30px;
}
.contact .p-subtext 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);
}
.contact h1 {
  font-size: clamp(2.375rem, 1.563rem + 4.33vw, 4.8125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.1;
  color: var(--ink-color);
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 20px;
  font-size: clamp(2.375rem, 2rem + 2vw, 3.5rem);
}
.contact .convertforms {
  background-color: var(--cream-color);
  font-family: "Source Sans 3 Variable", sans-serif !important;
}
.contact .convertforms.cf-input::placeholder {
  color: var(--ink-soft) !important;
}
.contact .cf-fields .cf-control-input .cf-input {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  border-radius: 4px;
}
.contact .cf-fields .cf-label {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--ink-color);
}
.contact .cf-form-wrap.cf-col-16 {
  padding-inline: 0px;
}
.contact .panel-one {
  padding: 25px;
  background-color: var(--cream-warm);
  border: transparent;
  border-radius: 6px;
}
.contact .panel-one .el-meta {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
}
.contact .panel-one h3 {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.3;
  color: var(--ink-color);
}
.contact .panel-one .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-color);
  line-height: 1.5;
}
.contact .panel-one .uk-button {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 1rem;
  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;
}
.contact .panel-one .uk-button:hover {
  background-color: #d85a30;
  color: var(--cream-color);
}
.contact .panel-two {
  padding: 25px;
  background-color: white;
  border-radius: 6px;
}
.contact .panel-two .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);
  line-height: 1.5;
}
.contact .panel-two .el-content p .fb a {
  color: var(--coral-color) !important;
}
.contact .panel-two .el-content p:first-child {
  margin-bottom: 0;
}
.contact .panel-two .el-content p:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 15px;
}
.contact .panel-two .el-content p:nth-child(3) {
  margin-bottom: 0px;
}
.contact .panel-two .el-content p:nth-child(4) {
  margin-top: 5px;
}
.contact .panel-two h3 {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--ink-soft);
  text-transform: uppercase;
}

.mijn-vrienden {
  background-color: var(--cream-warm);
}
@media (max-width: 959px) {
  .mijn-vrienden {
    padding-top: 55px !important;
  }
}
.mijn-vrienden hr {
  border-top: 1px solid var(--ink-soft);
}
.mijn-vrienden .vriend-kicker p {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
  text-transform: uppercase;
}
.mijn-vrienden h2 {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.2;
  color: var(--ink-color);
  margin-top: 15px !important;
}
.mijn-vrienden .jp-vrienden {
  border-top: 1px solid rgba(44, 44, 42, 0.18);
}
.mijn-vrienden .jp-vrienden .uk-flex-1 {
  display: contents;
}
.mijn-vrienden .jp-vrienden .el-item {
  display: grid;
  grid-template-columns: 280px 1fr 24px;
  gap: 32px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.mijn-vrienden .jp-vrienden > div:last-child .el-item,
.mijn-vrienden .jp-vrienden .uk-grid > div:last-child .el-item {
  border-bottom: none;
}
.mijn-vrienden .jp-vrienden .el-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  grid-column: 1;
}
.mijn-vrienden .jp-vrienden .el-title a {
  color: #2c2c2a;
  text-decoration: none;
  transition: color 0.15s ease;
}
.mijn-vrienden .jp-vrienden .el-title a:hover, .mijn-vrienden .jp-vrienden .el-title a:focus-visible {
  color: #d85a30;
}
.mijn-vrienden .jp-vrienden .el-content {
  grid-column: 2;
  font-size: 13.5px;
  line-height: 1.6;
  color: #5f5e5a;
  margin-inline-start: 20px;
  margin-inline-end: 60px;
}
.mijn-vrienden .jp-vrienden .el-content p {
  margin: 0;
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
}
.mijn-vrienden .jp-vrienden .el-content p em strong img {
  max-width: 200px;
}
.mijn-vrienden .jp-vrienden .el-item::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  justify-self: end;
  background-color: var(--coral-color, #d85a30);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17L17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17L17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: transform 0.15s ease;
}
.mijn-vrienden .jp-vrienden .el-item:hover::after {
  transform: translate(3px, -3px);
}
@media (max-width: 959px) {
  .mijn-vrienden .jp-vrienden .el-item {
    grid-template-columns: 1fr 24px;
    gap: 8px 16px;
    padding: 18px 0;
  }
  .mijn-vrienden .jp-vrienden .el-title {
    grid-column: 1;
    grid-row: 1;
    font-size: 17px;
  }
  .mijn-vrienden .jp-vrienden .el-item::after {
    grid-column: 2;
    grid-row: 1;
    align-self: baseline;
  }
  .mijn-vrienden .jp-vrienden .el-content {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.mijn-vrienden .vrienden-twee .uk-flex-1 {
  display: contents;
}

.wie-ben-ik-template {
  background-color: var(--cream-color);
}
.wie-ben-ik-template hr {
  border-top: 1px solid var(--ink-soft);
}
.wie-ben-ik-template .jp-foto {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(44, 44, 42, 0.1);
  filter: grayscale(1) contrast(1.02);
}
.wie-ben-ik-template h2 {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.2;
  color: var(--ink-color);
  margin-top: 15px !important;
}
.wie-ben-ik-template p {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.wie-ben-ik-template .uk-button {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 1rem;
  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;
}
.wie-ben-ik-template .uk-button:hover {
  background-color: var(--cream-color);
  color: #d85a30;
  border: 1px solid #d85a30;
}

.wie-ben-ik-header {
  background-color: var(--cream-warm);
  padding-bottom: 60px;
}
.wie-ben-ik-header .col-right {
  display: flex;
  justify-content: center;
}
.wie-ben-ik-header .polaroid {
  width: fit-content;
  max-width: 480px;
  padding-inline: 15px;
  padding-top: 15px;
  padding-bottom: 30px;
  transform: rotate(-1.6deg);
  box-shadow: 0 3px 14px rgba(44, 44, 42, 0.13);
}
.wie-ben-ik-header .polaroid .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);
  position: relative;
  text-align: center;
}
.wie-ben-ik-header .wie-kicker p {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
  text-transform: uppercase;
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
}
.wie-ben-ik-header .p-subtext {
  margin-bottom: 30px;
}
.wie-ben-ik-header .p-subtext p {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.5;
  color: var(--ink-soft) !important;
  font-size: clamp(1.125rem, 0.958rem + 0.89vw, 1.625rem);
  font-style: italic;
}
.wie-ben-ik-header h1 {
  font-size: clamp(2.375rem, 1.563rem + 4.33vw, 4.8125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.1;
  font-size: clamp(2.375rem, 1.75rem + 3.33vw, 4.25rem);
  color: var(--ink-color);
  font-weight: 400;
  margin-top: 20px;
}

.jp-knipsels {
  background-color: var(--cream-warm);
}
.jp-knipsels .knipsel-kicker {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
  text-transform: uppercase;
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
}
.jp-knipsels .subtext {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.5;
  color: var(--ink-soft) !important;
  font-size: clamp(1.125rem, 0.958rem + 0.89vw, 1.625rem);
  font-style: italic;
}
.jp-knipsels h1 {
  font-size: clamp(2.375rem, 1.563rem + 4.33vw, 4.8125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.1;
  font-size: clamp(2.375rem, 1.75rem + 3.33vw, 4.25rem);
  color: var(--ink-color);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}
.jp-knipsels .el-item h3.el-title {
  display: none;
}
.jp-knipsels .uk-button {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 1rem;
  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;
}
.jp-knipsels .uk-button:hover {
  background-color: var(--cream-color);
  color: #d85a30;
  border: 1px solid #d85a30;
}
.jp-knipsels .jp-stapel .uk-grid,
.jp-knipsels .jp-stapel [class*=uk-grid] {
  display: block;
  position: relative;
  height: 260px;
  margin: 0;
}
.jp-knipsels .jp-stapel .uk-grid > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  margin: 0;
  padding: 0;
}
.jp-knipsels .jp-stapel .el-item {
  display: block;
  background: #fdfcf9;
  padding: 9px;
  box-shadow: 0 2px 10px rgba(44, 44, 42, 0.14);
  transition: transform 0.2s ease;
}
.jp-knipsels .jp-stapel .el-item img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top center;
}
.jp-knipsels .jp-stapel .uk-grid > div:nth-child(1) {
  z-index: 3;
}
.jp-knipsels .jp-stapel .uk-grid > div:nth-child(1) .el-item {
  transform: rotate(0.6deg);
}
.jp-knipsels .jp-stapel .uk-grid > div:nth-child(2) {
  z-index: 2;
}
.jp-knipsels .jp-stapel .uk-grid > div:nth-child(2) .el-item {
  transform: rotate(-2.4deg) translate(4px, 3px);
}
.jp-knipsels .jp-stapel .uk-grid > div:nth-child(3) {
  z-index: 1;
}
.jp-knipsels .jp-stapel .uk-grid > div:nth-child(3) .el-item {
  transform: rotate(3deg) translate(12px, 7px);
}
.jp-knipsels .jp-stapel .uk-grid > div:nth-child(n+4) {
  visibility: hidden;
  pointer-events: none;
}
.jp-knipsels .jp-stapel:hover .uk-grid > div:nth-child(1) .el-item {
  transform: rotate(0deg);
}
.jp-knipsels .jp-stapel:hover .uk-grid > div:nth-child(2) .el-item {
  transform: rotate(-4deg) translate(-2px, 4px);
}
.jp-knipsels .jp-stapel:hover .uk-grid > div:nth-child(3) .el-item {
  transform: rotate(5.5deg) translate(18px, 9px);
}
.jp-knipsels .jp-stapel__cap {
  text-align: center;
  margin-top: 14px;
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--ink-color);
}
.jp-knipsels .jp-stapel__cap p {
  margin: 0;
}
.jp-knipsels .jp-stapel__cap small,
.jp-knipsels .jp-stapel__cap em {
  display: block;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-style: normal;
  font-size: 10.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #888780;
  margin-top: 3px;
}
.jp-knipsels .uk-lightbox {
  background: rgba(28, 28, 26, 0.94);
}
.jp-knipsels .uk-lightbox-items > * > img {
  border: 14px solid #fdfcf9;
  background: #fdfcf9;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
}
.jp-knipsels .uk-lightbox-toolbar {
  background: transparent;
  color: rgba(251, 247, 243, 0.85);
}
.jp-knipsels .uk-lightbox-toolbar.uk-lightbox-caption {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  padding-bottom: 22px;
}
.jp-knipsels .uk-lightbox-button,
.jp-knipsels .uk-lightbox-toolbar-icon {
  color: rgba(251, 247, 243, 0.6);
  background: transparent;
}
.jp-knipsels .uk-lightbox-button:hover,
.jp-knipsels .uk-lightbox-toolbar-icon:hover {
  color: #fbf7f3;
}

.header-boek {
  background-color: var(--cream-warm);
}
.header-boek hr.jp-sep-fade,
.header-boek .jp-sep-fade {
  display: block;
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(216, 90, 48, 0.35) 30%, rgba(216, 90, 48, 0.35) 70%, transparent);
  margin: 0;
}
.header-boek .boeken-kicker p {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
  text-transform: uppercase;
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
}
.header-boek hr {
  border-top: 1px solid var(--ink-soft);
}
.header-boek h1 {
  font-size: clamp(2.375rem, 1.563rem + 4.33vw, 4.8125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.1;
  color: var(--ink-color);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}
.header-boek .subtext p {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "Fraunces-Variable", sans-serif;
  line-height: 1.5;
  color: var(--ink-soft) !important;
  font-size: clamp(1rem, 0.958rem + 0.89vw, 1.125rem);
  font-style: italic;
}

.uk-modal-dialog svg line {
  stroke-width: 5px;
  color: var(--coral-color);
}
.uk-modal-dialog .uk-modal-body {
  width: 100% !important;
  max-width: none !important;
  background-color: var(--cream-color);
}
@media (max-width: 959px) {
  .uk-modal-dialog .uk-modal-body .uk-margin-auto-vertical {
    margin-top: 180px !important;
  }
}
.uk-modal-dialog .uk-modal-body .uk-panel ul li a {
  font-size: clamp(1.375rem, 1.292rem + 0.44vw, 1.625rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.2;
  color: var(--ink-color);
  font-weight: 600;
}

.projecten {
  background-color: var(--cream-color);
}
@media (max-width: 959px) {
  .projecten .html-insert {
    justify-content: center;
    display: flex;
  }
}
.projecten.project-one {
  background-color: var(--cream-warm);
}
.projecten.project-one .el-image {
  position: relative;
  vertical-align: center;
}
.projecten.project-two .el-image {
  max-height: 480px;
}
.projecten.project-two h2 {
  margin-bottom: -30px !important;
}
@media (max-width: 959px) {
  .projecten.project-two h2 {
    margin-bottom: 20px !important;
  }
}
.projecten h1 {
  font-size: clamp(2.375rem, 1.563rem + 4.33vw, 4.8125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.1;
  color: var(--ink-color);
  font-weight: 400;
}
.projecten h2 {
  font-size: clamp(1.625rem, 1.375rem + 1.33vw, 2.375rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.15;
}
.projecten .subtext {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 20px !important;
}
.projecten .body-text {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--ink-color);
  margin-bottom: 20px !important;
}
.projecten hr {
  border-top: 1px solid var(--coral-color);
}
.projecten .project-panel {
  max-width: 500px;
  background-color: var(--cream-color);
  padding: 45px;
  border: transparent;
  border-radius: 4px;
}
@media (max-width: 639px) {
  .projecten .project-panel.uk-card {
    max-width: 300px;
  }
}
.projecten .project-panel h3.el-title {
  font-size: clamp(1rem, 0.958rem + 0.22vw, 1.125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.3;
}
.projecten .project-panel .el-content {
  font-size: clamp(1rem, 0.979rem + 0.11vw, 1.0625rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.65;
}

.hero-two {
  background: linear-gradient(to right, #e08560 0%, #b84020 100%);
}
@media (max-width: 959px) {
  .hero-two {
    padding-top: 75px;
  }
}

h1 {
  font-size: clamp(2.375rem, 1.563rem + 4.33vw, 4.8125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.1;
  color: var(--cream-color);
  font-weight: 400;
}
h1 em {
  font-size: clamp(2.375rem, 1.563rem + 4.33vw, 4.8125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.1;
  color: var(--cream-color);
  font-weight: 400;
}

.viernulvier {
  background-color: var(--cream-color);
}
.viernulvier .fof-kicker {
  font-size: clamp(0.8125rem, 0.708rem + 0.56vw, 1.125rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--coral-color);
  text-transform: uppercase;
}
.viernulvier h1 {
  font-size: clamp(2.375rem, 1.563rem + 4.33vw, 4.8125rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.1;
  font-family: "Fraunces-Variable", sans-serif;
  color: var(--ink-color);
}
.viernulvier h1 .red {
  color: var(--coral-color);
}
.viernulvier .fof-text {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
  color: var(--ink-color);
}
.viernulvier .uk-button {
  font-family: "SourceSans3-Variable", sans-serif;
  font-size: 1rem;
  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;
}
.viernulvier .uk-button:hover {
  background-color: var(--cream-color);
  color: #d85a30;
  border: 1px solid #d85a30;
}

.privacy {
  background-color: var(--cream-color);
}
.privacy h1 {
  font-size: clamp(1.625rem, 1.375rem + 1.33vw, 2.375rem);
  font-family: "PlayfairDisplay-Variable", sans-serif;
  line-height: 1.15;
  color: var(--ink-color);
}
.privacy p {
  font-size: clamp(1rem, 0.979rem + 0.11vw, 1.0625rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.65;
}
.privacy p li {
  font-size: clamp(0.875rem, 0.833rem + 0.22vw, 1rem);
  font-family: "SourceSans3-Variable", sans-serif;
  line-height: 1.8;
}