@charset "UTF-8";
:root {
  --white: #FFFFFF;
  --offWhite: #FCF6EA;
  --grey: #F1EFEF;
  --greyvar: #ECEAE8;
  --mint: #caffc9;
  --mintHov: #6ee56c;
  --earth: #614E25;
  --peach: #EEC392;
  --orange: #CC7612;
}

@font-face {
  font-family: "Museo Moderno Bold";
  src: url("/templates/yootheme_custom/webfonts/MuseoModerno-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/MuseoModerno-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Moderno Medium";
  src: url("/templates/yootheme_custom/webfonts/MuseoModerno-Medium.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/MuseoModerno-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Moderno Regular Italic";
  src: url("/templates/yootheme_custom/webfonts/MuseoModerno-Italic.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/MuseoModerno-Italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Museo Moderno Light";
  src: url("/templates/yootheme_custom/webfonts/MuseoModerno-Light.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/MuseoModerno-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fustat Regular";
  src: url("/templates/yootheme_custom/webfonts/Fustat-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Fustat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  color: var(--earth);
  font-family: "Fustat Regular", sans-serif;
  line-height: 1.4;
}

h1,
h2,
h4 {
  color: var(--earth);
}

h3,
.uk-card .uk-card-title {
  color: var(--orange);
  line-height: 1.02;
}

h1,
h1 p {
  font-size: clamp(2.125rem, 1.708rem + 2.22vw, 4.375rem);
  font-family: "Museo Moderno Medium", sans-serif;
  letter-spacing: 0.1px;
}

h2 {
  font-size: clamp(1.875rem, 1.667rem + 1.11vw, 3rem);
  font-family: "Museo Moderno Medium", sans-serif;
  letter-spacing: 0.1px;
  line-height: 1;
}

h3,
.uk-card-title {
  font-size: clamp(1.1875rem, 1.118rem + 0.37vw, 1.5625rem);
  font-family: "Museo Moderno Medium", sans-serif;
}

h4 {
  font-size: clamp(1rem, 0.977rem + 0.12vw, 1.125rem);
  font-family: "Museo Moderno Medium", sans-serif;
  line-height: 1.5;
}

h4 .bold {
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  font-family: "Museo Moderno Bold", sans-serif;
  line-height: 1.5;
}

.uk-button-default {
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  letter-spacing: 1px;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid var(--earth) !important;
  text-transform: none;
  padding: 0px 13px;
  color: var(--earth) !important;
}
.uk-button-default:hover {
  background-color: var(--earth);
  color: var(--white) !important;
}

.tekstblok a,
.el-content a,
.uk-panel a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--earth);
}
.tekstblok a:hover,
.el-content a:hover,
.uk-panel a:hover {
  color: var(--orange);
}

.uk-card {
  position: relative;
  background-color: var(--white);
  padding: 20px 20px clamp(1.875rem, 1.587rem + 1.54vw, 3.125rem) 20px;
  border-radius: 20px;
  box-shadow: 0 4px 34px -5px rgba(137, 111, 111, 0.25);
}
.uk-card .el-content {
  color: var(--earth);
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
}
.uk-card.uk-card-default::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 58px;
  height: 70px;
  transform: translate(-50%, -50%) rotate(-3deg);
  background-color: rgba(252, 246, 234, 0.81);
  clip-path: polygon(0 7%, 5% 0, 10% 7%, 15% 0, 20% 7%, 25% 0, 30% 7%, 35% 0, 40% 7%, 45% 0, 50% 7%, 55% 0, 60% 7%, 65% 0, 70% 7%, 75% 0, 80% 7%, 85% 0, 90% 7%, 95% 0, 100% 7%, 100% 93%, 95% 100%, 90% 93%, 85% 100%, 80% 93%, 75% 100%, 70% 93%, 65% 100%, 60% 93%, 55% 100%, 50% 93%, 45% 100%, 40% 93%, 35% 100%, 30% 93%, 25% 100%, 20% 93%, 15% 100%, 10% 93%, 5% 100%, 0 93%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  mix-blend-mode: multiply;
  backdrop-filter: blur(1px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.uk-card .el-content .uk-button {
  margin-top: clamp(1.25rem, 0.208rem + 1.39vw, 1.875rem);
}

.mod-languages {
  position: relative;
}
.mod-languages::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 1.2rem;
  width: 7px;
  height: 7px;
  border-right: 2px solid rgb(97, 78, 37);
  border-bottom: 2px solid rgb(97, 78, 37);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.mod-languages select {
  background-color: transparent;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  font-family: "Museo Moderno Medium", sans-serif;
}

.uk-offcanvas-bar {
  background-color: var(--white);
  padding: clamp(1.25rem, -1.25rem + 6.25vw, 5rem) 1.25rem 2.5rem 1.25rem;
  color: var(--earth);
  padding-top: 40px;
}
@media (min-width: 40em) {
  .uk-offcanvas-bar {
    min-width: 400px;
  }
}
@media (max-width: 39.9375em) {
  .uk-offcanvas-bar {
    width: 100%;
  }
}
.uk-offcanvas-bar .uk-logo {
  display: flex;
  justify-content: center;
  margin: 0 10px;
}
.uk-offcanvas-bar .uk-nav {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
}
.uk-offcanvas-bar .uk-nav a {
  font-size: clamp(1.5rem, 1.431rem + 0.37vw, 1.875rem);
  font-family: "Museo Moderno Bold", sans-serif;
  text-transform: capitalize !important;
  color: var(--earth) !important;
  justify-content: center;
}
.uk-offcanvas-bar .uk-nav a:hover {
  color: var(--orange);
}
.uk-offcanvas-bar .uk-nav .boeknu {
  border: none;
  background: var(--mint);
  border-radius: 50px;
  padding: 10px 47px 10px 40px;
  min-height: fit-content;
  width: fit-content;
  height: fit-content;
  position: relative;
  margin: 20px auto 0;
}
.uk-offcanvas-bar .uk-nav .boeknu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 15px;
  transform: translateY(-50%);
  background: url("/images/system/boekNuArrow.svg") no-repeat center/contain;
}
.uk-offcanvas-bar .uk-close {
  padding: 0;
  right: 20px;
  top: 30px;
}
.uk-offcanvas-bar .uk-close svg {
  width: 20px;
  height: 20px;
}
.uk-offcanvas-bar .uk-close svg line {
  stroke: var(--earth) !important;
  stroke-width: 2px;
}
.uk-offcanvas-bar .mod-languages {
  width: fit-content;
  margin: 10px auto 0;
}
.uk-offcanvas-bar .mod-languages select {
  height: 55px;
  border: 2px solid var(--earth);
  color: var(--earth);
  padding: 0 2rem 0 20px;
  font-size: clamp(1.5rem, 1.431rem + 0.37vw, 1.875rem);
}

.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 {
  background-color: var(--earth);
}
.wj-copyright svg {
  fill: var(--orange) !important;
}
.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(--white);
}
@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(--white);
}
.wj-copyright .wj-copyright-row > div .wj-typewriter a {
  color: var(--white);
}
.wj-copyright .wj-copyright-row > div .wj-typewriter a:hover {
  color: var(--orange);
  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(--orange);
}
.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(--orange);
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.wj-copyright .wj-copyright-row > div .wj-cookies .uk-icon {
  color: var(--orange);
  fill: var(--orange);
}
.wj-copyright .wj-copyright-row > div .wj-cookies .el-content {
  font-size: 1rem;
  color: var(--white);
}
.wj-copyright .wj-copyright-row > div .wj-cookies .el-content:hover {
  color: var(--orange);
}
.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;
}

.tm-toolbar {
  background-color: var(--grey);
}
.tm-toolbar .uk-container {
  max-width: 1600px;
  padding: 0 clamp(1.25rem, -0.357rem + 2.86vw, 2.5rem);
}
.tm-toolbar .uk-container .toolContact > div {
  display: flex;
  column-gap: 35px;
}
.tm-toolbar .uk-container .toolContact > div .tekstblok {
  margin: 0 !important;
}
.tm-toolbar .uk-container .toolContact > div .tekstblok a {
  color: var(--earth);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.9375rem, 0.914rem + 0.12vw, 1.0625rem);
}

header .uk-container {
  padding: 0 clamp(1.25rem, -0.357rem + 2.86vw, 2.5rem);
}
header .uk-container .uk-navbar .uk-logo img {
  padding: 24px 0px;
  width: clamp(16.25rem, 2.938rem + 23.67vw, 20.6875rem);
}
@media (max-width: 59.9375em) {
  header .uk-container .uk-navbar .uk-logo img {
    width: clamp(12.5rem, 10.313rem + 11.67vw, 16.875rem);
    padding: 15px 0px;
  }
}
header .uk-container .uk-navbar ul {
  gap: clamp(1rem, -2.5rem + 5.83vw, 1.875rem);
}
header .uk-container .uk-navbar ul li {
  display: flex;
  align-items: center;
}
header .uk-container .uk-navbar ul li > a {
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(0.9375rem, 0.914rem + 0.12vw, 1.0625rem);
  text-transform: none;
  color: var(--earth);
}
header .uk-container .uk-navbar ul li.uk-active > a, header .uk-container .uk-navbar ul li:hover > a {
  color: var(--orange);
}
header .uk-container .uk-navbar ul li.uk-active > a.boeknu::after, header .uk-container .uk-navbar ul li:hover > a.boeknu::after {
  background: url("/images/system/boekNuArrowActive.svg") no-repeat center/contain;
}
header .uk-container .uk-navbar ul li .boeknu {
  border: none;
  background: var(--mint);
  border-radius: 50px;
  padding: 10px 37px 10px 20px;
  min-height: fit-content;
  height: fit-content;
  position: relative;
}
header .uk-container .uk-navbar ul li .boeknu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 17px;
  height: 15px;
  transform: translateY(-50%);
  background: url("/images/system/boekNuArrow.svg") no-repeat center/contain;
}
header .uk-container .uk-navbar .mod-languages select {
  height: 43px;
  border: 2px solid var(--earth);
  color: var(--earth);
  padding: 5px 2rem 5px 20px;
  font-size: clamp(0.9375rem, 0.914rem + 0.12vw, 1.0625rem);
}

.header {
  position: relative;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  width: 57vh;
  aspect-ratio: 632/538;
  background: url("/images/system/icoonLijn.svg") no-repeat center bottom;
  background-size: contain;
  z-index: 2;
}
.header.home::before {
  bottom: -5vh;
  left: -12vh;
}
.header.detail::before {
  top: clamp(1.25rem, 0.898rem + 1.88vw, 3.125rem);
  left: -9vh;
  max-width: clamp(12.5rem, 10.12rem + 12.69vw, 22.8125rem);
}
.header.geenZoek .uk-container {
  margin-bottom: 60px;
}
.header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 30px;
  background: url("/images/system/divider-peach-boven.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.header h1,
.header h1 p {
  color: white;
}
.header p {
  color: white;
}

.zoekBoek .bookzo-search form {
  position: relative;
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white);
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
@media (min-width: 60em) {
  .zoekBoek .bookzo-search form {
    padding: 13px 13px 13px 40px;
    border-radius: 50px;
  }
}
@media (max-width: 59.9375em) {
  .zoekBoek .bookzo-search form {
    padding: 29px clamp(2.1875rem, 1.193rem + 5.3vw, 4.375rem);
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 20px;
    margin-bottom: -60px;
    border-radius: 20px;
  }
  .zoekBoek .bookzo-search form .form-group-inline {
    width: 100%;
  }
}
@media (max-width: 39.9375em) {
  .zoekBoek .bookzo-search form {
    margin-left: -30px;
    width: 100%;
    border-radius: 0;
    max-width: calc(100% - clamp(0.625rem, -1.029rem + 8.82vw, 2.5rem));
  }
}
.zoekBoek .bookzo-search form .form-control {
  background-color: transparent;
  border: none;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  min-width: unset !important;
  margin-bottom: 0 !important;
}
.zoekBoek .bookzo-search form .form-control.form-control-active {
  border: none !important;
  box-shadow: none !important;
}
.zoekBoek .bookzo-search form .btn {
  font-family: "Museo Moderno Bold", sans-serif;
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
}
@media (max-width: 59.9375em) {
  .zoekBoek .bookzo-search form .btn {
    border-radius: 20px !important;
    width: 100%;
  }
}
.zoekBoek .bookzo-search form .bookzo-search-persons {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.zoekBoek .bookzo-search form .bookzo-search-persons input {
  padding-left: 35px;
}
@media (max-width: 59.9375em) {
  .zoekBoek .bookzo-search form .bookzo-search-persons input {
    text-align: center;
  }
}
@media (min-width: 60em) {
  .zoekBoek .bookzo-search form .bookzo-search-persons::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 250%;
    width: 1px;
    background: var(--earth);
    opacity: 20%;
  }
}
.zoekBoek .bookzo-search form .bookzo-search-persons::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 24px;
  transform: translateY(-50%);
  background: url("/images/system/calendar.svg") no-repeat center/contain;
}
@media (max-width: 59.9375em) {
  .zoekBoek .bookzo-search form .bookzo-search-persons::before {
    left: 6px;
  }
}
.zoekBoek .bookzo-search form .bookzo-search-arrival-departure {
  position: relative;
}
@media (min-width: 60em) {
  .zoekBoek .bookzo-search form .bookzo-search-arrival-departure {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.zoekBoek .bookzo-search form .bookzo-search-arrival-departure .form-control {
  padding-left: 35px;
}
@media (max-width: 59.9375em) {
  .zoekBoek .bookzo-search form .bookzo-search-arrival-departure .form-control {
    justify-content: center;
  }
}
.zoekBoek .bookzo-search form .bookzo-search-arrival-departure::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 26px;
  height: 25px;
  transform: translateY(-50%);
  background: url("/images/system/avatar.svg") no-repeat center/contain;
}
.zoekBoek .bookzo-search form .bookzo-search-submit {
  border: none;
  background: var(--mint);
  color: var(--earth);
  height: 65px;
  border-radius: 50px;
  padding: 0px 80px;
  cursor: pointer;
}
.zoekBoek .bookzo-search form .bookzo-search-submit:hover {
  background: var(--mintHov);
}
.zoekBoek .bookzo-search .form-inline .form-group-inline .form-control.form-control-active {
  border: none !important;
  box-shadow: none !important;
}
.zoekBoek .bookzo-search .form-inline .form-group-inline .form-control.form-control-active:focus-visible {
  outline: none;
}

.objects-to-book-wrapper.floating {
  z-index: 10;
}

.uk-slider .uk-position-center-right-out {
  left: calc(100% - 40px);
}
.uk-slider .uk-position-center-left-out {
  right: calc(100% - 40px);
}
.uk-slider .uk-slider-container {
  position: relative;
  z-index: 3;
}
.uk-slider .uk-slider-container .uk-slider-items > div:nth-child(1) .uk-card::after {
  transform: translate(-50%, -50%) rotate(-3deg);
  left: 49%;
  top: 5px;
}
.uk-slider .uk-slider-container .uk-slider-items > div:nth-child(2) .uk-card::after {
  transform: translate(-50%, -50%) rotate(3deg);
  left: 53%;
  top: 0px;
}
.uk-slider .uk-slider-container .uk-slider-items > div:nth-child(3) .uk-card::after {
  transform: translate(-50%, -50%) rotate(-2deg);
  left: 51%;
  top: 3px;
}
.uk-slider .uk-slider-container .uk-slider-items .el-item img {
  width: 100%;
  aspect-ratio: 432/335;
  object-fit: cover;
}
.uk-slider .uk-slider-container .uk-slider-items .el-item h3 {
  text-align: center;
  color: var(--earth);
}
.uk-slider .uk-slider-container .uk-slider-items .el-item .el-content {
  text-align: center;
  padding: 0 clamp(0rem, -4.688rem + 7.81vw, 3.125rem);
  color: var(--earth);
}
.uk-slider .uk-icon svg {
  overflow: visible;
  width: clamp(1.125rem, 1.038rem + 0.46vw, 1.5rem);
}
.uk-slider .uk-icon svg polyline {
  stroke: var(--white) !important;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.uk-slider .uk-dotnav > .uk-active > * {
  background-color: var(--earth);
}
.uk-slider .uk-dotnav > li > * {
  width: 13px;
  height: 13px;
  border: solid 1px var(--earth);
}
.uk-slider > div > .uk-position-center-left, .uk-slider > div > .uk-position-center-right {
  z-index: 3;
}

@media (max-width: 59.9375em) {
  .header:has(.zoekBoek) + .introblok {
    padding-top: 100px;
  }
}
.hondenMn .introblok::before {
  display: none !important;
}

.mnWoningen .introblok,
.mnLastMinutes .introblok,
.tipsMn .introblok {
  position: relative;
}
.mnWoningen .introblok::before,
.mnLastMinutes .introblok::before,
.tipsMn .introblok::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: var(--white);
  z-index: 1;
}
@media (min-width: 60em) {
  .mnWoningen .introblok::before,
  .mnLastMinutes .introblok::before,
  .tipsMn .introblok::before {
    border-radius: 100% 100% 0 0;
  }
}
@media (max-width: 59.9375em) {
  .mnWoningen .introblok::before,
  .mnLastMinutes .introblok::before,
  .tipsMn .introblok::before {
    border-radius: 100% 100% 0 0/50% 50% 0 0;
  }
}

.introblok {
  position: relative;
}
.introblok h2 {
  font-size: clamp(2rem, 1.792rem + 1.11vw, 3.125rem);
}
@media (min-width: 75em) {
  .introblok {
    background: linear-gradient(to top, var(--white) 310px, var(--peach) 310px);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .introblok {
    background: linear-gradient(to top, var(--white) clamp(16.875rem, 9.375rem + 12.5vw, 18.75rem), var(--peach) clamp(16.875rem, 9.375rem + 12.5vw, 18.75rem));
  }
}
@media (max-width: 59.9375em) {
  .introblok {
    background: linear-gradient(to top, var(--white) clamp(15.625rem, 13.068rem + 13.64vw, 21.25rem), var(--peach) clamp(15.625rem, 13.068rem + 13.64vw, 21.25rem));
  }
}
.introblok::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 33vh;
  width: clamp(14.375rem, 11.995rem + 12.69vw, 24.6875rem);
  height: clamp(21.875rem, 18.298rem + 19.08vw, 37.375rem);
  background: url("/images/system/iconLineMirror.svg") no-repeat center bottom;
  background-size: contain;
  z-index: 2;
}
.introblok > .uk-container {
  position: relative;
  z-index: 3;
}
.introblok .subTitel {
  color: var(--white);
  font-size: clamp(1.1875rem, 1.118rem + 0.37vw, 1.5625rem);
}
.introblok .tekstblok {
  font-size: clamp(1.1875rem, 1.118rem + 0.37vw, 1.5625rem);
  font-family: "Museo Moderno Medium", sans-serif;
}
.introblok .iconList {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5vw;
  margin-top: clamp(2.8125rem, 1.676rem + 6.06vw, 5.3125rem);
  margin-bottom: clamp(4.6875rem, 4.119rem + 3.03vw, 5.9375rem);
}
.introblok .iconList .el-item .el-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1rem, 0.977rem + 0.12vw, 1.125rem);
}
.introblok .uk-slider .uk-slider-container {
  overflow: visible;
}
.introblok .uk-slider .uk-slider-container .uk-slider-items .el-item {
  position: relative;
}
.introblok .uk-slider .uk-slider-container .uk-slider-items .el-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 39px;
  height: 56px;
  background: url("/images/system/arrow-r-with-bg.svg") no-repeat center top;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 60em) {
  .introblok .uk-slider .uk-slider-container .uk-slider-items .el-item::after {
    top: clamp(5.625rem, -2.531rem + 13.59vw, 11.0625rem);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .introblok .uk-slider .uk-slider-container .uk-slider-items .el-item::after {
    top: 32vw;
  }
}
@media (max-width: 639px) {
  .introblok .uk-slider .uk-slider-container .uk-slider-items .el-item::after {
    top: 31vw;
  }
}
.introblok.alt {
  background: var(--peach) !important;
  padding-bottom: clamp(6.25rem, 5.208rem + 5.56vw, 9.375rem);
}
.introblok.alt::after {
  bottom: -200px;
}
.introblok.alt .tekstblok {
  font-size: clamp(1rem, 0.977rem + 0.12vw, 1.125rem);
}
.introblok.alt .tekstblok.subTitel {
  font-size: clamp(1.1875rem, 1.118rem + 0.37vw, 1.5625rem);
}
.introblok.voorwaarden, .introblok.privacy {
  padding-top: 100px;
  padding-bottom: 80px;
}
.introblok.voorwaarden::before, .introblok.voorwaarden::after, .introblok.privacy::before, .introblok.privacy::after {
  display: none;
}
.introblok.voorwaarden h2, .introblok.privacy h2 {
  font-size: clamp(1.25rem, 1.25rem + 0.74vw, 2rem);
  color: var(--orange);
}
@media (max-width: 39.9375em) {
  .introblok.voorwaarden ol,
  .introblok.voorwaarden ul, .introblok.privacy ol,
  .introblok.privacy ul {
    padding-left: 1rem;
  }
}

.tips {
  position: relative;
}
.tips .uk-slider .uk-position-center-right-out {
  left: calc(100% - 40px);
}
.tips .uk-slider .uk-position-center-left-out {
  right: calc(100% - 40px);
}
.tips .uk-slider .uk-slider-container {
  position: relative;
  z-index: 3;
}
.tips .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(1) .uk-card::after {
  transform: translate(-50%, -50%) rotate(-3deg);
  left: 49%;
  top: 5px;
}
.tips .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(2) .uk-card::after {
  transform: translate(-50%, -50%) rotate(3deg);
  left: 53%;
  top: 0px;
}
.tips .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(3) .uk-card::after {
  transform: translate(-50%, -50%) rotate(-2deg);
  left: 51%;
  top: 3px;
}
.tips .uk-slider .uk-slider-container .uk-slider-items .el-item img {
  width: 100%;
  aspect-ratio: 432/335;
  object-fit: cover;
}
.tips .uk-slider .uk-slider-container .uk-slider-items .el-item h3 {
  text-align: center;
  color: var(--earth);
}
.tips .uk-slider .uk-slider-container .uk-slider-items .el-item .el-content {
  text-align: center;
  padding: 0 clamp(0rem, -4.688rem + 7.81vw, 3.125rem);
  color: var(--earth);
}
.tips .uk-slider .uk-icon svg {
  overflow: visible;
  width: clamp(1.125rem, 1.038rem + 0.46vw, 1.5rem);
}
.tips .uk-slider .uk-icon svg polyline {
  stroke: var(--white) !important;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.tips .uk-slider .uk-dotnav > .uk-active > * {
  background-color: var(--earth);
}
.tips .uk-slider .uk-dotnav > li > * {
  width: 13px;
  height: 13px;
  border: solid 1px var(--earth);
}
.tips .uk-slider > div > .uk-position-center-left, .tips .uk-slider > div > .uk-position-center-right {
  z-index: 3;
}
.tips::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background-color: var(--white);
  z-index: 1;
}
@media (min-width: 60em) {
  .tips::before {
    border-radius: 0 0 100% 100%;
  }
}
@media (max-width: 59.9375em) {
  .tips::before {
    border-radius: 0 0 100% 100%/0 0 50% 50%;
  }
}
@media (min-width: 40em) {
  .tips .uk-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 39.9375em) {
  .tips .uk-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.tips .uk-container h2 {
  color: var(--white);
}
.tips .uk-container .uk-slider .uk-card {
  padding: 60px clamp(1.25rem, 0.529rem + 3.85vw, 4.375rem);
  margin: clamp(1.5625rem, 1.447rem + 0.62vw, 2.1875rem);
}
.tips .uk-container .uk-slider .uk-card .el-title {
  color: var(--orange) !important;
}
.tips .uk-container .uk-slider .uk-card .el-title, .tips .uk-container .uk-slider .uk-card > div {
  text-align: left !important;
}
@media (max-width: 39.9375em) {
  .tips .uk-container .uk-slider .uk-card .el-title, .tips .uk-container .uk-slider .uk-card > div {
    text-align: center;
  }
}
.tips .uk-container .uk-slider .uk-card .el-content {
  padding: 0 !important;
}
.tips .uk-container .uk-slider .uk-position-center-left-out {
  right: 100%;
}
.tips .uk-container .uk-slider .uk-position-center-right-out {
  left: 100%;
}
@media (min-width: 60em) {
  .tips .uk-container .uk-slider div:has(.uk-dotnav) {
    display: none;
  }
}

.mnHome .sliderSec .sliderPanel {
  max-width: 550px;
}

.sliderSec {
  position: relative;
  min-height: unset !important;
}
@media (min-width: 60em) {
  .sliderSec {
    margin-bottom: 100px;
  }
}
@media (max-width: 59.9375em) {
  .sliderSec {
    margin-bottom: 140px;
  }
}
.sliderSec .uk-slider .uk-position-center-right-out {
  left: calc(100% - 40px);
}
.sliderSec .uk-slider .uk-position-center-left-out {
  right: calc(100% - 40px);
}
.sliderSec .uk-slider .uk-slider-container {
  position: relative;
  z-index: 3;
}
.sliderSec .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(1) .uk-card::after {
  transform: translate(-50%, -50%) rotate(-3deg);
  left: 49%;
  top: 5px;
}
.sliderSec .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(2) .uk-card::after {
  transform: translate(-50%, -50%) rotate(3deg);
  left: 53%;
  top: 0px;
}
.sliderSec .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(3) .uk-card::after {
  transform: translate(-50%, -50%) rotate(-2deg);
  left: 51%;
  top: 3px;
}
.sliderSec .uk-slider .uk-slider-container .uk-slider-items .el-item img {
  width: 100%;
  aspect-ratio: 432/335;
  object-fit: cover;
}
.sliderSec .uk-slider .uk-slider-container .uk-slider-items .el-item h3 {
  text-align: center;
  color: var(--earth);
}
.sliderSec .uk-slider .uk-slider-container .uk-slider-items .el-item .el-content {
  text-align: center;
  padding: 0 clamp(0rem, -4.688rem + 7.81vw, 3.125rem);
  color: var(--earth);
}
.sliderSec .uk-slider .uk-icon svg {
  overflow: visible;
  width: clamp(1.125rem, 1.038rem + 0.46vw, 1.5rem);
}
.sliderSec .uk-slider .uk-icon svg polyline {
  stroke: var(--white) !important;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.sliderSec .uk-slider .uk-dotnav > .uk-active > * {
  background-color: var(--earth);
}
.sliderSec .uk-slider .uk-dotnav > li > * {
  width: 13px;
  height: 13px;
  border: solid 1px var(--earth);
}
.sliderSec .uk-slider > div > .uk-position-center-left, .sliderSec .uk-slider > div > .uk-position-center-right {
  z-index: 3;
}
.sliderSec::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(21.875rem, 16.051rem + 15.53vw, 34.6875rem);
  height: 700px;
  background: url("/images/system/shape4-beige.svg") no-repeat right top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .sliderSec::after {
    opacity: 0.75;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .sliderSec::after {
    opacity: 0.5;
  }
}
@media (max-width: 39.9375em) {
  .sliderSec::after {
    opacity: 0.2;
  }
}
.sliderSec > div,
.sliderSec .uk-slider,
.sliderSec .uk-slider-items {
  height: clamp(21.875rem, 16.667rem + 27.78vw, 37.5rem);
}
.sliderSec .uk-slider .uk-position-center-left,
.sliderSec .uk-slider .uk-position-center-right {
  margin: clamp(0.1875rem, -0.167rem + 1.89vw, 1.25rem);
}
.sliderSec .uk-slider .uk-slider-items .el-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sliderSec .uk-slider .uk-slider-items > .uk-flex::before {
  display: none;
}
.sliderSec .sliderPanel {
  position: relative;
  margin-right: clamp(2.5rem, -15.729rem + 24.31vw, 13.4375rem);
  top: calc(clamp(8.125rem, 5.875rem + 6vw, 11.875rem) * -1) !important;
}
@media (max-width: 59.9375em) {
  .sliderSec .sliderPanel {
    margin-right: auto;
    width: 90vw;
  }
}
.sliderSec .sliderPanel .uk-card {
  padding: clamp(1.25rem, -0.625rem + 2.5vw, 1.875rem) clamp(1.5625rem, 0rem + 2.08vw, 2.5rem);
  z-index: 2;
}
.sliderSec .sliderPanel .uk-card .el-item {
  height: 605px;
}
.sliderSec .sliderPanel .uk-card .uk-button:hover {
  background-color: var(--earth);
}

#tm-main .slider + div > .uk-container {
  margin-top: 50px;
  margin-top: calc(120px - clamp(0rem, -2.292rem + 12.22vw, 6.875rem));
}

.plattegrond {
  background: linear-gradient(to top, var(--white) 0, var(--white) clamp(6.25rem, 1.705rem + 24.24vw, 16.25rem), var(--offWhite) clamp(6.25rem, 1.705rem + 24.24vw, 16.25rem), var(--offWhite) 100%);
}
.plattegrond h2 {
  color: var(--orange);
  margin-bottom: 80px;
  margin-top: 30px;
}
.plattegrond .kaart .uk-inline > picture img {
  border-radius: 25px;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card {
  padding: 25px;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card::after {
  display: none;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body {
  padding: 0px;
  margin-top: 10px;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content {
  margin-top: 10px !important;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content .aantallen,
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content .eigenschappen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px 20px;
  margin: 0;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content .eigenschappen {
  margin-top: 10px;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span {
  padding-left: 25px;
  position: relative;
  display: none;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoPers, .plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoHuis, .plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoVrijstaand, .plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoGeschakeld, .plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoRookvrij {
  display: block;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoPers::before, .plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoHuis::before, .plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoVrijstaand::before, .plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoGeschakeld::before, .plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoRookvrij::before {
  display: inline-block;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: none;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoPers::before {
  width: 22px;
  height: 22px;
  background-image: url(/images/system/avatar.svg);
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoHuis::before {
  width: 22px;
  height: 17px;
  background-image: url(/images/system/huisdieren-orange.svg);
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoVrijstaand::before {
  width: 22px;
  height: 22px;
  background-image: url(/images/system/iconHuis.svg);
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoGeschakeld::before {
  width: 22px;
  height: 22px;
  background-image: url(/images/system/iconHuis.svg);
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-card-body .el-content span.icoRookvrij::before {
  width: 22px;
  height: 22px;
  background-image: url(/images/system/iconRookvrij.svg);
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-button {
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  letter-spacing: 1px;
  background-color: var(--orange);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid var(--peach) !important;
  text-transform: none;
  padding: 0px 13px;
  color: var(--white) !important;
}
.plattegrond .kaart .uk-inline .uk-drop .uk-card .uk-button:hover {
  background-color: var(--white);
  color: var(--orange) !important;
  border-color: var(--orange) !important;
}
.plattegrond .kaart .uk-inline .uk-marker {
  background: var(--white);
  opacity: 0.8;
  color: var(--earth);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.plattegrond .kaart .uk-inline .uk-marker:hover {
  opacity: 1;
  color: var(--earth);
  transform: translate(-50%, -50%) rotate(-45deg) scale(1.1);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.plattegrond .kaart .uk-inline .uk-marker svg rect:first-child {
  height: 14px;
  width: 2px;
  x: 9;
  y: 3;
}
.plattegrond .kaart .uk-inline .uk-marker svg rect:last-child {
  width: 14px;
  height: 2px;
  x: 3;
}
.plattegrond .kaart .uk-inline .uk-card .el-title {
  color: var(--earth);
}

.foto-tekst-foto h2 {
  font-size: clamp(2rem, 1.792rem + 1.11vw, 3.125rem);
  color: var(--orange);
}
@media (min-width: 75em) {
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(1),
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(3) {
    width: 35%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(1),
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(3) {
    width: 30%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(1),
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(3) {
    width: 20%;
  }
}
@media (max-width: 39.9375em) {
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(1),
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(3) {
    width: 30%;
  }
}
.foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(1) .el-item img,
.foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(3) .el-item img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (max-width: 39.9375em) {
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(3) {
    display: none;
  }
}
.foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(1) .el-item img {
  border-radius: 0 25px 25px 0;
}
.foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(3) .el-item img {
  border-radius: 25px 0 0 25px;
}
.foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(2) {
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 75em) {
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(2) {
    width: 30%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(2) {
    width: 40%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(2) {
    width: 60%;
  }
}
@media (max-width: 39.9375em) {
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(2) {
    width: 70%;
  }
}
.foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(2) .el-item {
  margin: 30px 0px;
  height: fit-content;
}
@media (max-width: 39.9375em) {
  .foto-tekst-foto .drieWeg > .uk-grid > div:nth-of-type(2) .el-item {
    margin-right: 30px;
  }
}

.tipsMn .keuze-blok {
  position: relative;
}
.tipsMn .keuze-blok::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background-color: var(--white);
  z-index: 1;
}
@media (min-width: 60em) {
  .tipsMn .keuze-blok::before {
    border-radius: 0 0 100% 100%;
  }
}
@media (max-width: 59.9375em) {
  .tipsMn .keuze-blok::before {
    border-radius: 0 0 100% 100%/0 0 50% 50%;
  }
}

.keuze-blok > div {
  padding-top: 250px;
}
.keuze-blok > div .uk-slider .uk-slider-container {
  overflow: visible;
}
.keuze-blok > div .uk-slider .uk-slider-container .el-item {
  position: relative;
}
.keuze-blok > div .uk-slider .uk-slider-container .el-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 39px;
  height: 56px;
  background: url("/images/system/arrow-r-with-bg.svg") no-repeat center top;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 60em) {
  .keuze-blok > div .uk-slider .uk-slider-container .el-item::after {
    top: clamp(5.625rem, -0.783rem + 10.68vw, 9.0625rem);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .keuze-blok > div .uk-slider .uk-slider-container .el-item::after {
    top: 32vw;
  }
}
@media (max-width: 639px) {
  .keuze-blok > div .uk-slider .uk-slider-container .el-item::after {
    display: none;
  }
}
.keuze-blok > div .uk-slider .uk-slider-container .el-item picture img {
  aspect-ratio: 200/160;
  object-fit: cover;
  width: 100%;
}

.quoteSec h2 {
  color: var(--orange);
}
.quoteSec .intro {
  width: 750px;
  font-size: clamp(1.5rem, 1.431rem + 0.37vw, 1.875rem);
  font-family: "Museo Moderno Regular Italic", sans-serif;
}

.quote-slider {
  padding-bottom: 0;
  overflow: visible;
}
.quote-slider .uk-slider .uk-position-center-right-out {
  left: calc(100% - 40px);
}
.quote-slider .uk-slider .uk-position-center-left-out {
  right: calc(100% - 40px);
}
.quote-slider .uk-slider .uk-slider-container {
  position: relative;
  z-index: 3;
}
.quote-slider .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(1) .uk-card::after {
  transform: translate(-50%, -50%) rotate(-3deg);
  left: 49%;
  top: 5px;
}
.quote-slider .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(2) .uk-card::after {
  transform: translate(-50%, -50%) rotate(3deg);
  left: 53%;
  top: 0px;
}
.quote-slider .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(3) .uk-card::after {
  transform: translate(-50%, -50%) rotate(-2deg);
  left: 51%;
  top: 3px;
}
.quote-slider .uk-slider .uk-slider-container .uk-slider-items .el-item img {
  width: 100%;
  aspect-ratio: 432/335;
  object-fit: cover;
}
.quote-slider .uk-slider .uk-slider-container .uk-slider-items .el-item h3 {
  text-align: center;
  color: var(--earth);
}
.quote-slider .uk-slider .uk-slider-container .uk-slider-items .el-item .el-content {
  text-align: center;
  padding: 0 clamp(0rem, -4.688rem + 7.81vw, 3.125rem);
  color: var(--earth);
}
.quote-slider .uk-slider .uk-icon svg {
  overflow: visible;
  width: clamp(1.125rem, 1.038rem + 0.46vw, 1.5rem);
}
.quote-slider .uk-slider .uk-icon svg polyline {
  stroke: var(--white) !important;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.quote-slider .uk-slider .uk-dotnav > .uk-active > * {
  background-color: var(--earth);
}
.quote-slider .uk-slider .uk-dotnav > li > * {
  width: 13px;
  height: 13px;
  border: solid 1px var(--earth);
}
.quote-slider .uk-slider > div > .uk-position-center-left, .quote-slider .uk-slider > div > .uk-position-center-right {
  z-index: 3;
}
.quote-slider h3 {
  font-size: clamp(1.875rem, 1.667rem + 1.11vw, 3rem);
}
@media (max-width: 39.9375em) {
  .quote-slider h3 {
    font-size: 30px;
  }
}
.quote-slider .uk-panel {
  font-size: clamp(1rem, 0.977rem + 0.12vw, 1.125rem);
}
@media (max-width: 39.9375em) {
  .quote-slider .uk-panel {
    font-size: 16px;
  }
}
.quote-slider .quote-grid {
  border-radius: 20px;
  position: relative;
  margin-bottom: -150px !important;
  z-index: 3;
}
@media (max-width: 59.9375em) {
  .quote-slider .quote-grid {
    margin-left: -30px !important;
    margin-right: -30px !important;
    border-radius: 0px;
  }
}
@media (max-width: 39.9375em) {
  .quote-slider .quote-grid .uk-slider-items > div > div {
    align-content: flex-end;
  }
}
.quote-slider .quote-grid .uk-slider-items > div > div > div {
  padding-top: clamp(4.375rem, 0.208rem + 10.42vw, 10.625rem);
  padding-bottom: clamp(4.375rem, 0.208rem + 10.42vw, 10.625rem);
  padding-right: 45px;
}
@media (max-width: 39.9375em) {
  .quote-slider .quote-grid .uk-slider-items > div > div > div {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 25px;
    margin: 0;
  }
}
.quote-slider .quote-grid .uk-slider-items > div > div > div:nth-child(odd) {
  background-color: var(--earth);
  padding-left: clamp(3.75rem, 1.667rem + 5.21vw, 6.875rem);
}
.quote-slider .quote-grid .uk-slider-items > div > div > div:nth-child(odd) h3,
.quote-slider .quote-grid .uk-slider-items > div > div > div:nth-child(odd) .uk-panel {
  color: var(--white) !important;
}
.quote-slider .quote-grid .uk-slider-items > div > div > div:nth-child(even) {
  background-color: var(--offWhite);
  padding-left: 35px;
}
.quote-slider .quote-grid .uk-slider-items > div > div > div:nth-child(even) h3,
.quote-slider .quote-grid .uk-slider-items > div > div > div:nth-child(even) .uk-panel {
  color: var(--earth);
}
.quote-slider .quote-grid .uk-slider-items > div > div > div:nth-child(even) .uk-panel {
  font-family: "Museo Moderno Medium", sans-serif;
}
@media (max-width: 39.9375em) {
  .quote-slider .quote-grid .uk-slider-items > div > div > div:nth-child(even) {
    padding-bottom: 70px;
    height: 280px;
  }
}
@media (min-width: 60em) {
  .quote-slider .quote-grid .uk-slidenav {
    width: 39px;
    height: 56px;
  }
}
@media (max-width: 59.9375em) {
  .quote-slider .quote-grid .uk-slidenav {
    width: 30px;
    height: 43px;
  }
}
@media (max-width: 39.9375em) {
  .quote-slider .quote-grid .uk-slidenav {
    top: unset;
    bottom: 260px;
    transform: unset;
  }
}
.quote-slider .quote-grid .uk-slidenav.uk-slidenav-previous {
  background: url("/images/system/arrow-l-with-bg-or.svg") center center/contain no-repeat;
}
.quote-slider .quote-grid .uk-slidenav.uk-slidenav-next {
  background: url("/images/system/arrow-r-with-bg-or.svg") center center/contain no-repeat;
}
.quote-slider .quote-grid .uk-slidenav svg {
  display: none;
}

.keuze-blok-icons .uk-slider .uk-position-center-right-out {
  left: calc(100% - 40px);
}
.keuze-blok-icons .uk-slider .uk-position-center-left-out {
  right: calc(100% - 40px);
}
.keuze-blok-icons .uk-slider .uk-slider-container {
  position: relative;
  z-index: 3;
}
.keuze-blok-icons .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(1) .uk-card::after {
  transform: translate(-50%, -50%) rotate(-3deg);
  left: 49%;
  top: 5px;
}
.keuze-blok-icons .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(2) .uk-card::after {
  transform: translate(-50%, -50%) rotate(3deg);
  left: 53%;
  top: 0px;
}
.keuze-blok-icons .uk-slider .uk-slider-container .uk-slider-items > div:nth-child(3) .uk-card::after {
  transform: translate(-50%, -50%) rotate(-2deg);
  left: 51%;
  top: 3px;
}
.keuze-blok-icons .uk-slider .uk-slider-container .uk-slider-items .el-item img {
  width: 100%;
  aspect-ratio: 432/335;
  object-fit: cover;
}
.keuze-blok-icons .uk-slider .uk-slider-container .uk-slider-items .el-item h3 {
  text-align: center;
  color: var(--earth);
}
.keuze-blok-icons .uk-slider .uk-slider-container .uk-slider-items .el-item .el-content {
  text-align: center;
  padding: 0 clamp(0rem, -4.688rem + 7.81vw, 3.125rem);
  color: var(--earth);
}
.keuze-blok-icons .uk-slider .uk-icon svg {
  overflow: visible;
  width: clamp(1.125rem, 1.038rem + 0.46vw, 1.5rem);
}
.keuze-blok-icons .uk-slider .uk-icon svg polyline {
  stroke: var(--white) !important;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.keuze-blok-icons .uk-slider .uk-dotnav > .uk-active > * {
  background-color: var(--earth);
}
.keuze-blok-icons .uk-slider .uk-dotnav > li > * {
  width: 13px;
  height: 13px;
  border: solid 1px var(--earth);
}
.keuze-blok-icons .uk-slider > div > .uk-position-center-left, .keuze-blok-icons .uk-slider > div > .uk-position-center-right {
  z-index: 3;
}
.keuze-blok-icons .uk-background-cover {
  padding-top: 100px;
}
.keuze-blok-icons h2 {
  color: var(--white);
  margin-bottom: 80px;
}
.keuze-blok-icons .uk-slider .uk-slider-container {
  overflow: visible;
}
.keuze-blok-icons .uk-slider .uk-slider-container .uk-slider-items .uk-card {
  padding: 60px 30px 30px;
}
.keuze-blok-icons .uk-slider .uk-slider-container .uk-slider-items .uk-card .el-content {
  padding: 0;
}
.keuze-blok-icons .uk-slider .uk-slider-container .uk-slider-items .uk-card img {
  height: 50px;
  width: auto;
  aspect-ratio: unset;
}
.keuze-blok-icons .uk-slider .uk-slider-container .uk-slider-items .uk-card .el-meta {
  order: 5;
  display: flex;
  gap: 10px;
}

.kaart-blok {
  background-color: var(--white);
  position: relative;
}
@media (max-width: 59.9375em) {
  .kaart-blok {
    padding-bottom: 0;
  }
}
.kaart-blok::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(clamp(1.5rem, 0.094rem + 2.34vw, 2.4375rem) * -1);
  width: 100%;
  height: clamp(1.5625rem, 0.156rem + 2.34vw, 2.5rem);
  background: #ffffff;
  border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
}
@media (max-width: 59.9375em) {
  .kaart-blok::before {
    display: none;
  }
}
.kaart-blok .uk-container {
  margin-top: -300px;
}
@media (max-width: 59.9375em) {
  .kaart-blok .uk-container {
    margin-top: -200px;
    padding: 0;
    max-width: 100%;
    margin-top: 0;
  }
}
.kaart-blok .uk-container .row1 {
  position: relative;
}
.kaart-blok .uk-container .row1 .uk-card {
  padding: 20px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 59.9375em) {
  .kaart-blok .uk-container .row1 .uk-card {
    padding: 0px;
    box-shadow: none;
    border-radius: 0;
  }
  .kaart-blok .uk-container .row1 .uk-card img {
    height: 250px;
    object-fit: cover;
    object-position: left center;
    width: 100%;
  }
}
.kaart-blok .uk-container .row1 > div > .uk-text-right {
  position: relative;
  margin: 0 !important;
}
.kaart-blok .uk-container .row1 > div > .uk-text-right .uk-button {
  position: absolute;
  bottom: 45px;
  right: 45px;
  z-index: 5;
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  letter-spacing: 1px;
  background-color: var(--orange);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid var(--peach) !important;
  text-transform: none;
  padding: 0px 13px;
  color: var(--white) !important;
}
.kaart-blok .uk-container .row1 > div > .uk-text-right .uk-button:hover {
  background-color: var(--white);
  color: var(--orange) !important;
  border-color: var(--orange) !important;
}

.contact-blok {
  background-color: var(--peach);
  position: relative;
  padding-bottom: 350px;
}
@media (max-width: 59.9375em) {
  .contact-blok {
    padding-bottom: 50px;
  }
}
.contact-blok::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 5vh;
  width: clamp(14.375rem, 11.995rem + 12.69vw, 24.6875rem);
  height: clamp(21.875rem, 18.298rem + 19.08vw, 37.375rem);
  background: url("/images/system/iconLineMirror.svg") no-repeat center bottom;
  background-size: contain;
  z-index: 2;
}
@media (min-width: 640px) and (max-width: 959px) {
  .contact-blok::after {
    bottom: -65%;
  }
}
@media (max-width: 39.9375em) {
  .contact-blok::after {
    bottom: -80px;
    opacity: 0.5;
  }
}
.contact-blok .row2 > div {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.contact-blok .row2 > div .uk-panel .el-content {
  margin-top: 25px !important;
}

.footer {
  background-color: var(--earth);
  color: var(--white);
  position: relative;
  margin-top: 14px;
}
@media (min-width: 60em) {
  .footer {
    padding-top: 40px;
  }
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -29px;
  width: 100%;
  height: 30px;
  background-color: var(--earth);
  z-index: 1;
}
@media (min-width: 60em) {
  .footer::before {
    border-radius: 100% 100% 0 0;
  }
}
@media (max-width: 59.9375em) {
  .footer::before {
    border-radius: 100% 100% 0 0/50% 50% 0 0;
  }
}
.footer .row1,
.footer .row2,
.footer .row3 {
  margin-left: 0;
}
.footer h3 {
  color: var(--white);
  font-size: clamp(1rem, 0.977rem + 0.12vw, 1.125rem);
  margin: 0;
}
.footer .uk-nav li > a,
.footer .tekstblok {
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  font-family: "Fustat Regular", sans-serif;
  letter-spacing: 0;
}
.footer .uk-nav li > a {
  color: var(--white);
  text-transform: none;
}
.footer .uk-nav li > a:hover {
  color: var(--orange);
}
.footer .tekstblok,
.footer .col1,
.footer .col2,
.footer .col3,
.footer h3,
.footer .row1 > div,
.footer ul,
.footer li {
  width: fit-content;
  padding: 0;
}
.footer .row2 {
  column-gap: 60px;
  row-gap: 40px;
}
.footer .row2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--peach);
  margin-top: 20px;
}
.footer .row2 .col3 .uk-grid {
  column-gap: 50px;
}
.footer .row2 .col3 .uk-grid > div {
  margin: 0;
}
.footer .row2 .col3 .uk-grid > div > :not(.uk-first-column) {
  padding: 0;
}
.footer .row3 {
  margin-top: 50px;
}
.footer .row3 .col1,
.footer .row3 .col2 {
  display: flex;
  column-gap: 17px;
  align-items: center;
}
.footer .row3 .col1 {
  justify-content: flex-start;
}
.footer .row3 .col1 .mod-languages::after {
  border-color: var(--white);
}
.footer .row3 .col1 .mod-languages select {
  height: 43px;
  border: 2px solid var(--white);
  color: var(--white);
  padding: 5px 2rem 5px 20px;
  font-size: clamp(0.9375rem, 0.914rem + 0.12vw, 1.0625rem);
}
.footer .row3 .col2 {
  justify-content: flex-end;
}
.footer .row3 .col2 .tekstblok {
  padding-top: 3px;
}

.faq .el-item .el-title {
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  font-family: "Museo Moderno Bold", sans-serif;
}
.faq .el-item .el-content {
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  font-family: "Fustat Regular", sans-serif;
  line-height: 1.5;
  max-width: 800px;
}
.faq .el-item .uk-accordion-title::before {
  background-image: url(/images/system/plus.svg);
  width: 30px;
  height: 30px;
}
.faq .el-item.uk-open > .uk-accordion-title::before {
  background-image: url(/images/system/minus.svg);
}

.hondenWelkom .frame {
  padding-top: clamp(4.375rem, 3.221rem + 6.15vw, 9.375rem);
}

@media (max-width: 59.9375em) {
  .frame .uk-container {
    padding: 0 clamp(5px, -6.3636px + 3.7879vw, 30px);
  }
}
.frame .uk-container .row1 .col1 img,
.frame .uk-container .row2 .col2 img {
  border-radius: 20px;
  aspect-ratio: 630/540;
  object-fit: cover;
  width: 100%;
}
.frame .uk-container .row1 .col2 {
  padding: 0;
}
.frame .uk-container .row1 .col2 .uk-card {
  padding: clamp(2.1875rem, -2.813rem + 8.33vw, 3.4375rem);
}
@media (min-width: 60em) {
  .frame .uk-container .row1 .col2 .uk-card {
    position: absolute;
    max-width: clamp(33.75rem, 30.625rem + 5.21vw, 36.875rem);
    margin-top: clamp(2.5rem, 0.938rem + 2.6vw, 4.0625rem);
    margin-left: -135px;
    min-height: clamp(25rem, 6.25rem + 31.25vw, 31.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 59.9375em) {
  .frame .uk-container .row1 .col2 .uk-card {
    margin-left: clamp(35px, 23.6364px + 3.7879vw, 60px);
    margin-right: clamp(15px, 3.6364px + 3.7879vw, 40px);
    margin-top: calc(clamp(100px, 31.8182px + 22.7273vw, 250px) * -1);
  }
}
.frame .uk-container .row1 .col2 .uk-card h3 {
  font-size: clamp(1.875rem, 1.667rem + 1.11vw, 3rem);
  max-width: 440px;
}
@media (min-width: 60em) {
  .frame .uk-container .row2 {
    margin-top: calc(25px - clamp(0px, -100px + 10.4167vw, 25px));
  }
}
@media (max-width: 59.9375em) {
  .frame .uk-container .row2 {
    margin-top: 50px;
  }
}
@media (max-width: 39.9375em) {
  .frame .uk-container .row2 {
    margin-top: -30px;
  }
}
.frame .uk-container .row2 .col1 .uk-panel.card {
  margin: auto 0;
}
@media (min-width: 60em) {
  .frame .uk-container .row2 .col1 .uk-panel.card {
    padding: 20px clamp(2.8125rem, 2.188rem + 1.04vw, 3.4375rem) 0px;
  }
}
@media (max-width: 39.9375em) {
  .frame .uk-container .row2 .col1 .uk-panel.card {
    padding: 20px;
  }
}
.frame .uk-container .row2 .col1 .uk-panel.card h3 {
  font-size: clamp(1.875rem, 1.667rem + 1.11vw, 3rem);
  max-width: 380px;
}
@media (min-width: 640px) and (max-width: 959px) {
  .frame .uk-container .row2 .col2 > div {
    height: 100%;
    padding-left: 30px;
  }
  .frame .uk-container .row2 .col2 > div img {
    height: 100%;
  }
}

/*
Opties voor fonts:
@include font.paragraph;
@include font.HeadingItalic;
@include font.headingMedium;
@include font.headingBold;
*/
@font-face {
  font-family: "Fustat Regular";
  src: url("/templates/yootheme_custom/webfonts/Fustat-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Fustat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Moderno Regular Italic";
  src: url("/templates/yootheme_custom/webfonts/MuseoModerno-Italic.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/MuseoModerno-Italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Museo Moderno Medium";
  src: url("/templates/yootheme_custom/webfonts/MuseoModerno-Medium.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/MuseoModerno-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Moderno Bold";
  src: url("/templates/yootheme_custom/webfonts/MuseoModerno-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/MuseoModerno-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --attention-color: var(--orange);
  --contrast-color: #3c3c3b;
  --contrast-color-soft: #cfc8bf;
  --primary-color: var(--white);
  --secondary-color: var(--peach);
  --third-color: #adadad;
  --fourth-color: #f3ede6;
  --background-color-A: var(--mint);
  --background-color-B: #ECEAE8;
  --button-color: var(--earth);
  --button-hover-color: var(--mint);
  --calendar-available-color: #CAFFC9;
  --calendar-unavailable-color: #CD7613;
  --calendar-unavailable-text: #945924;
  --text-color-A: var(--earth);
  --text-color-B: var(--white);
  --text-link-color: var(--earth);
  --text-link-hover-color: var(--attention-color);
  --border-radius-card: 15px;
  --border-radius-button: 50px;
  --border-radius-pricetags: 0px;
  --border-radius-input: 0px;
}

.bookzo .persons .icon-wrapper {
  align-items: flex-end;
  font-size: 16px;
}
.bookzo .persons .icon-wrapper .bookzo-icon-wrapper {
  background-image: url("/images/system/avatar.svg");
  width: 23px;
  height: 22px;
  background-size: cover;
  display: block;
}
.bookzo .persons .icon-wrapper .bookzo-icon-wrapper svg {
  display: none;
}
.bookzo .pets .icon-wrapper {
  align-items: flex-end;
  font-size: 16px;
}
.bookzo .pets .icon-wrapper .bookzo-icon-wrapper {
  background-image: url("/images/system/iconDog.svg");
  background-size: cover;
  display: block;
  width: 20px;
  height: 20px;
}
.bookzo .pets .icon-wrapper .bookzo-icon-wrapper svg {
  display: none;
}

.bookzoRow .slider::after {
  display: none;
}
@media (max-width: 74.9375em) {
  .bookzoRow > .uk-container > .uk-grid:nth-child(1) > div:first-child {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .bookzoRow > .uk-container > .uk-grid:nth-child(1) > div:last-child {
    margin-left: 20px;
  }
}
@media (min-width: 75em) {
  .bookzoRow > .uk-container > .uk-grid:nth-child(1) > div:last-child {
    padding-left: calc(clamp(1.875rem, -5.625rem + 10vw, 4.375rem) + 20px);
  }
}
.bookzoRow > .uk-container > .uk-grid:nth-child(2) {
  margin-left: 0;
}
.bookzoRow .col1 {
  background-color: var(--grey);
  border-radius: 15px;
  padding: clamp(2.1875rem, -1.563rem + 5vw, 3.4375rem) clamp(1.5625rem, -1.25rem + 3.75vw, 2.5rem);
}
@media (max-width: 74.9375em) {
  .bookzoRow .col1 {
    display: none;
  }
}
.bookzoRow .col1 h3 {
  color: var(--earth);
}
.bookzoRow .col1 .filters-wrapper.inline .filters {
  padding: 0;
  margin: 0 !important;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .form-group-filters-search {
  margin-bottom: 35px;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .form-group-filters-search .input-group {
  flex-direction: row-reverse;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .form-group-filters-search .input-group input {
  border-radius: 10px 0 0 10px;
  padding: 20px;
  border: none;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .form-group-filters-search .input-group .input-group-text {
  border-radius: 0 10px 10px 0;
  background-color: var(--white);
  border: none;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .form-group-filters-type {
  margin-bottom: 35px;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .form-group-filters-type select {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  border: none;
  background-color: var(--white);
  appearance: none;
  /* Verwijdert standaard pijl voor consistentie */
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  color: var(--earth);
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  cursor: pointer;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .form-group-filters-type select:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--accent-color, #c7a66a);
}
.bookzoRow .col1 .filters-wrapper.inline .filters .features .feature {
  padding-left: 0 !important;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .features .feature .feature-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .features .feature .feature-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  user-select: none;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .features .feature .feature-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #adadad;
  border-radius: 50%;
  transition: all 0.2s ease;
  cursor: default;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .features .feature.ng-valid .feature-label::before {
  border-color: var(--earth) !important;
  cursor: pointer;
}
.bookzoRow .col1 .filters-wrapper.inline .filters .features .feature .feature-input:checked + .feature-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background-color: var(--earth);
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (min-width: 75em) {
  .bookzoRow .col2 {
    padding-left: clamp(1.875rem, -5.625rem + 10vw, 4.375rem);
  }
}
.bookzoRow .col2 .badge {
  border-radius: var(--border-radius-button) !important;
  padding: 5px 14px;
  gap: 5px;
}
.bookzoRow .col2 .badge .badge-text,
.bookzoRow .col2 .badge .badge-close {
  color: var(--white) !important;
  padding: 0 !important;
  font-weight: normal !important;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
}
.bookzoRow .col2 .btn {
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  letter-spacing: 1px;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid var(--earth) !important;
  text-transform: none;
  padding: 0px 13px;
  color: var(--earth) !important;
}
.bookzoRow .col2 .btn:hover {
  background-color: var(--earth);
  color: var(--white) !important;
}
.bookzoRow .col2 .card-img-top {
  height: auto;
  aspect-ratio: 45/30;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.bookzoRow .pagination .page-item:first-child .page-link,
.bookzoRow .pagination .page-item:last-child .page-link {
  padding: 0px 10px 2px;
  font-size: 27px;
}
@media (max-width: 39.9375em) {
  .bookzoRow .pagination .page-item:first-child .page-link,
  .bookzoRow .pagination .page-item:last-child .page-link {
    font-size: 18px;
  }
}
.bookzoRow .pagination .page-item:first-child .page-link {
  border-top-left-radius: var(--border-radius-button) !important;
  border-bottom-left-radius: var(--border-radius-button) !important;
}
.bookzoRow .pagination .page-item:last-child .page-link {
  border-top-right-radius: var(--border-radius-button) !important;
  border-bottom-right-radius: var(--border-radius-button) !important;
}

.bs-datepicker-container,
.bs-datepicker-head {
  font-family: "Museo Moderno Medium", sans-serif;
}

.bookzo-bootstrap .badge-secondary,
.bookzo-bootstrap .badge-primary {
  border-radius: 99px !important;
  font-family: "Fustat Regular", sans-serif;
}

.invalid-feedback {
  font-family: "Fustat Regular", sans-serif;
}

.boekzozoeken {
  z-index: 4;
  background: transparent;
}
@media (max-width: 39.9375em) {
  .boekzozoeken {
    margin-block: -20px;
    background-color: var(--clay);
  }
}
@media (min-width: 40em) {
  .boekzozoeken {
    margin-top: -51px;
  }
}
.boekzozoeken .uk-container {
  max-width: 650px;
}
.boekzozoeken .uk-container .uk-width-1-1 .uk-panel {
  background-color: white;
}
.boekzozoeken .uk-width-1-1\@m {
  padding-inline-start: 0px;
}
.boekzozoeken .uk-grid.tm-grid-expand.uk-child-width-1-1.uk-grid-margin .uk-grid.tm-grid-expand.uk-child-width-1-1.uk-grid-margin {
  margin-left: 0px;
  padding-inline: 0px;
}
.boekzozoeken .uk-grid.tm-grid-expand.uk-child-width-1-1.uk-grid-margin .uk-grid.tm-grid-expand.uk-child-width-1-1.uk-grid-margin .uk-width-1-1 {
  padding-inline-start: 0;
  box-shadow: 0 2px 19px rgba(0, 0, 0, 0.5);
}
.boekzozoeken h2 {
  color: var(--text-color-A);
  font-family: "Museo Moderno Bold", sans-serif;
  font-size: clamp(1.5625rem, 3.5vw, 2.1875rem);
  line-height: clamp(1.6875rem, 1.2vw, 2.3125rem);
  padding: 0 0 30px 0;
  margin: 0px;
}
.boekzozoeken bookzo-search {
  position: relative;
  z-index: 10;
}
.boekzozoeken .bookzo-search .form-inline .form-group-inline .form-control {
  min-width: 0px;
}
.boekzozoeken .bookzo-search .form-inline .form-group-inline .form-control.form-control-active {
  border: 0px solid black !important;
  box-shadow: none !important;
}
.boekzozoeken .form-group-inline.mr-2.bookzo-search-persons {
  position: relative;
}
@media (min-width: 40em) {
  .boekzozoeken .form-group-inline.mr-2.bookzo-search-persons input {
    height: 100px;
  }
}
.boekzozoeken .form-group-inline.mr-2.bookzo-search-persons::after {
  content: "";
  position: absolute;
  top: 0%;
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 50px;
  z-index: 0;
}
.boekzozoeken .form-group-inline.mr-2.bookzo-search-arrival-departure {
  position: relative;
}
@media (min-width: 40em) {
  .boekzozoeken .form-group-inline.mr-2.bookzo-search-arrival-departure input {
    height: 100px;
  }
  .boekzozoeken .form-group-inline.mr-2.bookzo-search-arrival-departure::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 2px;
    height: 75%;
    z-index: 2;
    background-color: var(--clay-light);
  }
  .boekzozoeken .form-group-inline.mr-2.bookzo-search-arrival-departure::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 75%;
    z-index: 2;
    background-color: var(--clay-light);
  }
}
.boekzozoeken label {
  display: none !important;
}
.boekzozoeken form {
  justify-content: space-between;
}
.boekzozoeken input {
  font-size: 16px !important;
  letter-spacing: 2.2px;
}
.boekzozoeken ::placeholder {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
}
.boekzozoeken .form-control {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
}
.boekzozoeken .bookzo-search-arrival-departure {
  order: 2;
  flex-basis: calc((100% - 90px) / 2);
  min-width: calc((100% - 90px) / 2);
}
.boekzozoeken .bookzo-search-arrival-departure .input-group {
  flex-wrap: nowrap !important;
}
.boekzozoeken .bookzo-search-arrival-departure .input-group:focus-visible {
  outline: none;
}
.boekzozoeken .bookzo-search-arrival-departure .input-group-text {
  border-radius: 0px;
  background-color: var(--fourth-color);
  border: 0px;
  box-shadow: none;
  display: none;
}
.boekzozoeken .bookzo-bootstrap .mr-2,
.boekzozoeken .bookzo-bootstrap .mx-2 {
  margin-right: 0 !important;
}
.boekzozoeken .bookzo-search-arrival {
  text-align: center;
  width: 100% !important;
}
.boekzozoeken .bookzo-search-departure {
  text-align: center;
  width: 100% !important;
}
.boekzozoeken .bookzo-search-persons {
  flex-basis: calc((100% - 220px) / 2);
}
.boekzozoeken .bookzo-search-persons .input-group {
  order: 1;
}
.boekzozoeken .bookzo-search-persons .input-group-text {
  border-radius: 99px;
  background-color: var(--fourth-color);
  border: 0px;
  box-shadow: none;
  height: 50px;
}
.boekzozoeken .bookzo-search .form-inline {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.boekzozoeken .bookzo-search-submit {
  order: 3;
  background-color: var(--mint);
  border: 0px;
  padding: 0px;
  min-width: 150px;
  height: 50px;
  color: var(--text-color-A);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
@media (min-width: 40em) {
  .boekzozoeken .bookzo-search-submit {
    height: 100px;
  }
  .boekzozoeken .bookzo-search-submit button {
    padding: 20px;
  }
}
.boekzozoeken .bookzo-search-submit:hover {
  background-color: var(--mintHov);
  color: var(--text-color-B);
  cursor: pointer;
}
.boekzozoeken .form-group-inline.mr-2.bookzo-search-persons {
  position: relative;
}
.boekzozoeken .form-group-inline.mr-2.bookzo-search-persons::before {
  content: "";
  background-image: url("/images/designimages/personen_green.svg");
  background-size: cover;
  display: block;
  width: 22px;
  height: 25px;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-25%);
}
.boekzozoeken input {
  border: 0px;
  height: 50px;
  margin: 0px;
  text-align: center;
}
.boekzozoeken input:focus-visible {
  outline: none;
}
.boekzozoeken .input-group,
.boekzozoeken .input-group-prepend {
  height: 40px;
  border: 0px;
  max-height: 40px;
  margin: 0px;
  line-height: 40px;
}
@media (min-width: 40em) {
  .boekzozoeken .input-group,
  .boekzozoeken .input-group-prepend {
    height: 100px;
    max-height: 100px !important;
  }
}
.boekzozoeken .uk-accordion-title::before {
  display: none;
}
.boekzozoeken.accordion {
  margin-block: 20px;
}
.boekzozoeken.accordion .el-item {
  padding-block: 20px;
}
.boekzozoeken.accordion .el-item a {
  background-color: var(--dark);
  border-radius: var(--border-radius-button);
  padding: 20px 20px;
  font-family: "Fustat Regular", sans-serif;
  font-weight: normal !important;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
  color: var(--text-color-B);
  text-decoration: none;
  letter-spacing: 1.5px;
}
.boekzozoeken.accordion .uk-open a {
  background-color: rgba(60, 60, 59, 0.5529411765);
}
.boekzozoeken.accordion .uk-open bookzo-search .bookzo-search {
  background: var(--clay);
}
.boekzozoeken.accordion form {
  background: none;
  border: none;
}
.boekzozoeken.accordion svg path {
  fill: var(--attention-color);
}
.boekzozoeken.accordion .form-group-inline.mr-2.bookzo-search-persons {
  padding-left: 0px;
}
.boekzozoeken.accordion .form-group-inline.mr-2.bookzo-search-persons::after {
  display: none;
}
.boekzozoeken.accordion .bookzo-search-persons .input-group-text {
  border-radius: 0px;
}
.boekzozoeken.accordion .form-control-composition {
  background-color: var(--fourth-color);
  border-radius: 0 var(--border-radius-button) var(--border-radius-button) 0;
}
.boekzozoeken.accordion input {
  background-color: var(--fourth-color);
  padding: 0 !important;
}
.boekzozoeken.accordion input.bookzo-search-arrival {
  border-radius: var(--border-radius-button) 0 0 var(--border-radius-button) !important;
  text-align: center;
}
.boekzozoeken.accordion input.bookzo-search-departure {
  border-radius: 0 var(--border-radius-button) var(--border-radius-button) 0 !important;
  border-left: 1px solid var(--third-color);
  text-align: center;
}
.boekzozoeken.accordion .form-inline {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.boekzozoeken.accordion .form-inline .form-group-inline {
  width: 100%;
}
.boekzozoeken.accordion .form-inline .btn {
  align-self: stretch;
  border-radius: var(--border-radius-button);
  font-size: 17px;
}

.section-with-sticky-column {
  background-color: var(--secondary-color);
  padding-top: clamp(6.875rem, 6.01rem + 4.62vw, 10.625rem);
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .uk-container:has(.introRow) {
    margin-bottom: -60px;
  }
}
.section-with-sticky-column .introRow .col1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.section-with-sticky-column .introRow .col1 nav {
  margin-bottom: 30px;
  width: 100%;
}
.section-with-sticky-column .introRow .col1 h2, .section-with-sticky-column .introRow .col1 > div:not(:first-of-type):not(.alleenicons) {
  width: 100%;
}
@media (min-width: 60em) {
  .section-with-sticky-column .introRow .col1 > div:first-of-type {
    flex: 1;
  }
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .introRow .col1 > div:first-of-type {
    margin-bottom: 20px;
    width: 100%;
  }
}
.section-with-sticky-column .introRow .col1 .alleenicons {
  display: flex;
  gap: 8px;
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .introRow .col1 .alleenicons {
    margin-left: auto;
  }
}
.section-with-sticky-column .introRow .col1 .bookzo-read-more::after {
  background: linear-gradient(transparent, var(--secondary-color) 65%) !important;
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .introRow .col2 {
    margin-top: 60px !important;
  }
}
.section-with-sticky-column .introRow .col2 .uk-card {
  display: flex;
  flex-flow: wrap;
  max-width: 440px;
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .introRow .col2 .uk-card {
    margin: 0 auto;
  }
}
.section-with-sticky-column .introRow .col2 .uk-card .title {
  width: calc(100% - 60px);
}
.section-with-sticky-column .introRow .col2 .uk-card .rating {
  width: 60px;
}
.section-with-sticky-column .introRow .col2 .uk-card .usp bookzo-object-usp {
  font-family: "Museo Moderno Light", sans-serif;
  color: var(--earth);
}
.section-with-sticky-column .introRow .col2 .uk-card hr {
  width: 100%;
}
.section-with-sticky-column .introRow .col2 .uk-card .price-arrival-departure {
  font-family: "Museo Moderno Medium", sans-serif;
}
.section-with-sticky-column .introRow .col2 .uk-card .total-price-wrapper {
  font-family: "Museo Moderno Bold", sans-serif;
}
.section-with-sticky-column .introRow .col2 .uk-card .total-wrapper .bookzo-currency {
  color: var(--text-color-A);
}
.section-with-sticky-column .introRow .col2 .uk-card .total-wrapper .bookzo-currency-decimal {
  font-size: clamp(1.1875rem, 1.118rem + 0.37vw, 1.5625rem);
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .introRow .col2 .uk-card hr,
  .section-with-sticky-column .introRow .col2 .uk-card .price {
    display: none;
  }
}
.section-with-sticky-column .uk-container:has(.beschikbaarheidRow) {
  background-color: var(--white);
}
.section-with-sticky-column .beschikbaarheidRow {
  position: relative;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  background-color: var(--primary-color);
  color: var(--text-color-A);
  padding-top: 125px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media (max-width: 39.9375em) {
  .section-with-sticky-column .beschikbaarheidRow {
    padding-bottom: 50px;
  }
}
.section-with-sticky-column .beschikbaarheidRow::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -45vh;
  width: clamp(14.375rem, 11.995rem + 12.69vw, 24.6875rem);
  height: clamp(21.875rem, 18.298rem + 19.08vw, 37.375rem);
  background: url("/images/system/iconLineMirror.svg") no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
.section-with-sticky-column .beschikbaarheidRow > div {
  z-index: 2;
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .beschikbaarheidRow .uk-width-1-3 {
    display: none;
  }
}
.section-with-sticky-column .beschikbaarheidRow .btn-link {
  background-color: transparent;
  color: var(--text-link-color);
  text-decoration: none;
  border: none !important;
  padding: 0 !important;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.section-with-sticky-column .beschikbaarheidRow .btn-link:hover {
  cursor: pointer;
  color: var(--text-link-hover-color);
  border: 2px solid var(--text-link-hover-color);
}
.section-with-sticky-column .beschikbaarheidRow hr {
  margin-top: 30px;
  margin-bottom: 50px;
}
.section-with-sticky-column .beschikbaarheidRow .total-wrapper {
  margin-top: 0px;
  font-family: "Fustat Regular", sans-serif;
  color: var(--dark);
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
}
.section-with-sticky-column .beschikbaarheidRow .datepicker-wrapper .alert-info {
  display: none;
}
.section-with-sticky-column .beschikbaarheidRow .object-calendar-prices.ng-star-inserted {
  display: none;
}
.section-with-sticky-column .beschikbaarheidRow .alternative-prices-earlier-later .btn-link {
  background-color: var(--button-color);
  border-radius: var(--border-radius-button);
  border: none;
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-B);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 5px 20px;
  text-transform: none;
  letter-spacing: normal;
  transition: all 0.3s ease-in-out;
}
.section-with-sticky-column .beschikbaarheidRow .alternative-prices-earlier-later .btn-link:hover {
  background-color: var(--button-hover-color);
  color: var(--text-color-A);
  cursor: pointer;
}
.section-with-sticky-column .beschikbaarheidRow .persons .persons-item .number-control input {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  border: 0px;
  border-bottom: 1px solid lightgrey;
  background-color: var(--background-color-B);
  height: 50px;
  border-radius: var(--border-radius-input);
  border-bottom: none;
  color: var(--text-color-A);
  margin: 0 10px !important;
}
.section-with-sticky-column .beschikbaarheidRow .persons .persons-item .number-control .btn-circle {
  color: white;
  background-color: var(--button-color);
  border-style: solid var(--button-color);
}
.section-with-sticky-column .beschikbaarheidRow .persons .persons-item .number-control .btn-circle:not(:disabled):hover {
  cursor: pointer;
  background-color: var(--peach);
  color: var(--earth);
}
.section-with-sticky-column .beschikbaarheidRow .persons .persons-item .number-control button:disabled {
  background-color: var(--background-color-B);
  border-color: var(--third-color);
  color: var(--earth);
  border-style: solid;
}
.section-with-sticky-column .beschikbaarheidRow .persons .persons-item .number-control button:disabled:hover {
  cursor: not-allowed;
}
.section-with-sticky-column .beschikbaarheidRow .number-control .label b {
  color: var(--text-color-A);
  font-family: "Fustat Regular", sans-serif;
}
.section-with-sticky-column .beschikbaarheidRow .price-arrival-departure.text-muted {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
@media (max-width: 39.9375em) {
  .section-with-sticky-column .beschikbaarheidRow .price-arrival-departure.text-muted {
    margin-top: 10px;
  }
}
.section-with-sticky-column .beschikbaarheidRow h2 {
  color: var(--text-color-A);
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1.375rem, 1rem + 2vw, 3rem);
  letter-spacing: 2.64px;
  text-align: center;
}
.section-with-sticky-column .beschikbaarheidRow h5 {
  margin-top: 0px;
}
.section-with-sticky-column .beschikbaarheidRow .card-alternative-prices .card-body {
  padding: 0px !important;
}
.section-with-sticky-column .beschikbaarheidRow .datepicker-buttons .btn-link {
  background-color: transparent;
  color: var(--text-link-color);
  text-decoration: underline;
  padding: 0px;
  border: 0px;
  font-family: "Fustat Regular", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.section-with-sticky-column .beschikbaarheidRow .alternative-prices-container {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.section-with-sticky-column .beschikbaarheidRow .alternative-prices-up-down-btn-wrapper .btn-link {
  background-color: transparent;
  border: 2px solid var(--button-color);
  border-radius: var(--border-radius-button);
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  text-decoration: none;
  padding: 0px;
  font-family: "Fustat Regular", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.section-with-sticky-column .beschikbaarheidRow .alternative-prices-up-down-btn-wrapper .btn-link:hover {
  cursor: pointer;
}
.section-with-sticky-column .beschikbaarheidRow .book-button {
  background-color: var(--mint);
  font-family: "Museo Moderno Bold", sans-serif;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.section-with-sticky-column .beschikbaarheidRow .book-button.disabled {
  background-color: grey;
  color: var(--text-color-B);
  cursor: not-allowed;
}
.section-with-sticky-column .beschikbaarheidRow .book-button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.section-with-sticky-column .beschikbaarheidRow .book-button:hover {
  background-color: var(--mintHov);
  cursor: pointer;
}
@media (max-width: 39.9375em) {
  .section-with-sticky-column .beschikbaarheidRow .book-button {
    margin-top: 10px;
    width: 100%;
  }
}
.section-with-sticky-column .beschikbaarheidRow .ngb-dp-month-name {
  margin: 0px !important;
  color: grey;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.section-with-sticky-column .beschikbaarheidRow .card {
  border: 0px !important;
  background-color: transparent !important;
}
@media (max-width: 39.9375em) {
  .section-with-sticky-column .beschikbaarheidRow .bookzo-object-part {
    padding: 0px;
  }
}
.section-with-sticky-column .beschikbaarheidRow .card-body {
  padding: 0px !important;
}
.section-with-sticky-column .beschikbaarheidRow .calendar-persons {
  background-color: transparent;
}
@media (min-width: 75em) {
  .section-with-sticky-column .beschikbaarheidRow .calendar-persons {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 74.9375em) {
  .section-with-sticky-column .beschikbaarheidRow .calendar-persons {
    justify-content: center;
  }
}
@media (min-width: 60em) {
  .section-with-sticky-column .beschikbaarheidRow .calendar-persons {
    column-gap: clamp(1.25rem, -2.5rem + 5vw, 2.5rem);
  }
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .beschikbaarheidRow .calendar-persons {
    column-gap: 50px;
    justify-content: space-between;
  }
}
@media (max-width: 950px) {
  .section-with-sticky-column .beschikbaarheidRow .calendar-persons {
    justify-content: center;
    column-gap: 100px;
  }
}
.section-with-sticky-column .beschikbaarheidRow .calendar-persons .datepicker-wrapper {
  border: 0px !important;
  background-color: transparent;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .beschikbaarheidRow .calendar-persons .datepicker-wrapper {
    transform: scale(1.2);
    transform-origin: top center;
  }
}
.section-with-sticky-column .beschikbaarheidRow .calendar-persons .ngb-dp-header,
.section-with-sticky-column .beschikbaarheidRow .calendar-persons .ngb-dp-weekdays {
  background-color: var(--background-color-B);
}
.section-with-sticky-column .beschikbaarheidRow .calendar-persons .ngb-dp-month:first-child .ngb-dp-week {
  padding-left: 0;
}
.section-with-sticky-column .beschikbaarheidRow .calendar-persons .ngb-dp-month:last-child .ngb-dp-week {
  padding-right: 0;
}
.section-with-sticky-column .beschikbaarheidRow .calendar-persons .spacer {
  display: none;
}
.section-with-sticky-column .beschikbaarheidRow .extra_informatie {
  margin-inline: 30px;
  box-shadow: none;
}
.section-with-sticky-column .beschikbaarheidRow .extra_informatie h3 {
  font-family: "Museo Moderno Bold", sans-serif;
  font-size: 1.25rem;
  position: relative;
  padding-left: 35px;
}
.section-with-sticky-column .beschikbaarheidRow .extra_informatie h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/images/designimages/bookzo-info.svg");
  background-size: cover;
}
.section-with-sticky-column .beschikbaarheidRow .extra_informatie ul li {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  color: var(--text-color-A);
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.section-with-sticky-column .beschikbaarheidRow .extra_informatie ul li::before {
  content: "•";
  position: absolute;
  display: inline-block;
  width: 0;
  text-align: center;
  vertical-align: top;
  font-size: 3rem;
  top: 0;
  left: -15px;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.section-with-sticky-column .beschikbaarheidRow .bookzo-read-more::after {
  background: linear-gradient(transparent, #FFF 65%) !important;
}
.section-with-sticky-column .priceMobileRow {
  background-color: var(--white);
  padding-bottom: 60px;
}
@media (min-width: 60em) {
  .section-with-sticky-column .priceMobileRow {
    display: none;
  }
}
.section-with-sticky-column .priceMobileRow .uk-panel .calendar-persons-form {
  display: none;
}
.section-with-sticky-column .priceMobileRow .uk-panel .object-calendar-prices h5 {
  margin-top: 5px !important;
}
.section-with-sticky-column .priceMobileRow .uk-panel .object-calendar-prices .mt-2 {
  text-align: center !important;
}
.section-with-sticky-column .priceMobileRow .uk-panel .object-calendar-prices .mt-2 .book-button {
  background-color: var(--mint);
  font-family: "Museo Moderno Bold", sans-serif;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
  transition: all 0.3s ease-in-out;
  min-width: 240px;
}
.section-with-sticky-column .priceMobileRow .uk-panel .object-calendar-prices .mt-2 .book-button.disabled {
  background-color: grey;
  color: var(--text-color-B);
  cursor: not-allowed;
}
.section-with-sticky-column .priceMobileRow .uk-panel .object-calendar-prices .mt-2 .book-button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.section-with-sticky-column .priceMobileRow .uk-panel .object-calendar-prices .mt-2 .book-button:hover {
  background-color: var(--mintHov);
  cursor: pointer;
}
.section-with-sticky-column .priceMobileRow .uk-panel .datepicker-buttons-secondary {
  text-align: center;
}
.section-with-sticky-column .priceMobileRow .uk-panel .price {
  width: fit-content !important;
  margin: 0 auto;
}
.section-with-sticky-column .priceMobileRow .uk-panel .price .bookzo-object-part .calendar-persons-form {
  display: none;
}
.section-with-sticky-column .priceMobileRow .uk-panel .price .bookzo-object-part .object-calendar-prices {
  margin-block-start: 10px !important;
}
.section-with-sticky-column .priceMobileRow .uk-panel .price .bookzo-object-part .bookzo-currency {
  color: var(--text-color-A);
}
.section-with-sticky-column .priceMobileRow .uk-panel .price h5 {
  margin-top: 2px !important;
}
.section-with-sticky-column .uk-breadcrumb {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  row-gap: 0;
}
.section-with-sticky-column .uk-breadcrumb a,
.section-with-sticky-column .uk-breadcrumb span {
  color: var(--text-color-A);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 0 0 10px 0;
  margin: 0px;
  text-transform: none;
  font-family: "Fustat Regular", sans-serif;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: var(--text-color-A);
  text-wrap: nowrap;
}
.section-with-sticky-column .uk-breadcrumb a[aria-current=page],
.section-with-sticky-column .uk-breadcrumb span[aria-current=page] {
  font-weight: 600;
}
.section-with-sticky-column .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 2px;
  color: var(--text-color-A);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.section-with-sticky-column .bookzo h2 {
  color: var(--text-color-A);
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1.375rem, 1rem + 2vw, 3rem);
  letter-spacing: 2.64px;
}
.section-with-sticky-column .bookzo p {
  margin: 0 !important;
}
.section-with-sticky-column hr {
  border-top: 1px solid #999998;
}
.section-with-sticky-column .usps .uk-grid {
  justify-content: flex-start;
}
.section-with-sticky-column .usps .uk-grid h4 {
  text-transform: none;
  min-height: 36px;
}
.section-with-sticky-column .usps .uk-grid h4::first-letter {
  text-transform: uppercase;
}
.section-with-sticky-column .usps .uk-grid .uk-first-column {
  width: auto;
}
.section-with-sticky-column h1 {
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1.875rem, 1.667rem + 1.11vw, 3rem);
  padding: 0;
  margin: 0;
}
.section-with-sticky-column h2 .bookzo-object-part {
  color: var(--text-color-A);
  font-family: "Museo Moderno Bold", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.section-with-sticky-column .icon-wrapper {
  padding-inline-end: 20px;
}
.section-with-sticky-column .persons-pets-location {
  display: flex;
  flex-direction: row;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  line-height: clamp(1.125rem, 2vw, 1.375rem);
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
}
.section-with-sticky-column .persons-pets-location svg {
  height: 22px;
  width: auto !important;
  padding-inline-end: 8px;
}
.section-with-sticky-column .persons-pets-location svg path {
  fill: var(--attention-color);
}
.section-with-sticky-column .persons-pets-location .location {
  display: none;
}
.section-with-sticky-column .persons-pets-location [class*=featureId] {
  display: none;
}
.section-with-sticky-column bookzo-object-features .feature-groups {
  column-gap: 15px;
}
@media (min-width: 75em) {
  .section-with-sticky-column bookzo-object-features .feature-groups .feature-group {
    min-width: calc(33.3333333333% - 15px) !important;
  }
}
@media (max-width: 74.9375em) {
  .section-with-sticky-column bookzo-object-features .feature-groups .feature-group {
    min-width: calc(50% - 15px) !important;
  }
}
@media (max-width: 39.9375em) {
  .section-with-sticky-column bookzo-object-features .feature-groups .feature-group {
    min-width: 100% !important;
  }
}
.section-with-sticky-column bookzo-object-features .feature-groups .feature-group .feature-group-heading {
  font-size: 25px;
  letter-spacing: 1.7px;
  font-family: "Museo Moderno Medium", sans-serif;
  font-weight: normal !important;
  color: var(--text-color-A) !important;
  padding-left: 20px;
}
.section-with-sticky-column bookzo-object-features .feature-groups .feature-group ul {
  padding-inline-start: 0;
}
.section-with-sticky-column bookzo-object-features .feature-groups .feature-group ul li {
  list-style-type: none;
  position: relative;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: var(--dark);
  padding-inline-start: 20px;
  margin-block-end: 10px;
}
.section-with-sticky-column bookzo-object-features .feature-groups .feature-group ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 12px;
  height: 12px;
  background-color: var(--background-color-B);
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-with-sticky-column .uk-card.uk-sticky {
  z-index: 3;
  border: 2px solid var(--clay);
  box-shadow: -10px 10px 0 0 var(--clay);
  padding-inline-start: 30px;
  border-radius: var(--border-radius-card);
  padding: 40px;
  box-shadow: 0 4px 15px -5px rgba(137, 111, 111, 0.4);
}
@media (max-width: 39.9375em) {
  .section-with-sticky-column .uk-card.uk-sticky {
    padding: 20px;
    padding-block-start: 40px;
    margin-inline-start: 10px;
  }
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .uk-card.uk-sticky {
    margin-inline-start: 10px;
  }
}
.section-with-sticky-column .uk-card.uk-sticky .kenmerken_icons {
  margin-top: 10px;
}
.section-with-sticky-column .uk-card.uk-sticky h3 {
  font-size: 17px;
  letter-spacing: 1.7px;
  margin-top: auto;
  margin-bottom: auto;
}
.section-with-sticky-column .uk-card.uk-sticky bookzo-object-usp ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0px;
  padding-inline-start: 0;
  margin-block-end: 20px;
}
.section-with-sticky-column .uk-card.uk-sticky bookzo-object-usp ul li {
  list-style-type: none;
  position: relative;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  color: var(--text-color-A);
  padding-inline-start: 30px;
}
.section-with-sticky-column .uk-card.uk-sticky bookzo-object-usp ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url("/images/starblack.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-with-sticky-column .uk-card.uk-sticky .persons-pets-location {
  display: flex;
  flex-direction: column;
}
.section-with-sticky-column .uk-card.uk-sticky .persons-pets-location .persons {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
}
.section-with-sticky-column .uk-card.uk-sticky .persons-pets-location .pets {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
  position: relative;
}
.section-with-sticky-column .uk-card.uk-sticky .persons-pets-location .pets .icon-wrapper {
  display: flex;
  align-items: center;
}
.section-with-sticky-column .uk-card.uk-sticky .persons-pets-location .pets .icon-wrapper svg {
  display: none;
}
.section-with-sticky-column .uk-card.uk-sticky .persons-pets-location .pets .icon-wrapper::before {
  content: url("/images/designimages/huisdieren_green.svg");
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
}
.section-with-sticky-column .uk-card.uk-sticky .persons-pets-location .location {
  display: none;
}
.section-with-sticky-column .uk-card.uk-sticky .persons-pets-location [class*=featureId] {
  display: block;
}
.section-with-sticky-column .uk-card.uk-sticky button {
  width: 100%;
  background-color: var(--button-hover-color);
  color: var(--text-color-A);
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  margin-top: 30px;
}
.section-with-sticky-column .uk-card.uk-sticky button:hover {
  background-color: var(--mintHov);
  cursor: pointer;
}
.section-with-sticky-column .bookzo-read-more,
.section-with-sticky-column .description {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  color: var(--text-color-A);
}
.section-with-sticky-column .description {
  margin-top: 40px;
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .description {
    margin-top: 5px;
  }
}
.section-with-sticky-column .description .btn-link {
  background-color: transparent;
  color: var(--text-link-color);
  text-decoration: none;
  border: none !important;
  padding: 0 !important;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.section-with-sticky-column .description .btn-link:hover {
  cursor: pointer;
  color: var(--text-link-hover-color);
  border: 2px solid var(--text-link-hover-color);
}
.section-with-sticky-column .meer_reveiws_links {
  padding-top: 10px;
  margin-top: 0;
}
.section-with-sticky-column .meer_reveiws_links .uk-button-default {
  border: none !important;
}

.bekijken_button .el-content.uk-button.uk-button-default {
  border: 2px solid var(--button-color);
  border-radius: var(--border-radius-button);
  font-family: "Fustat Regular", sans-serif;
  color: var(--button-color);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 5px 20px;
  text-transform: none;
  letter-spacing: normal;
}
.bekijken_button .el-content.uk-button.uk-button-default:hover {
  background-color: var(--button-color);
  color: var(--text-color-B);
  cursor: pointer;
}

.kaart {
  margin-top: 10%;
}

.beschikbaarheid_sublayout h2 {
  color: var(--text-color-A);
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1.375rem, 1rem + 2vw, 3rem);
  letter-spacing: 2.64px;
}

ngb-datepicker-navigation,
.ngb-dp-week.ngb-dp-weekdays.ng-star-inserted {
  padding: 10px;
}
ngb-datepicker-navigation .ngb-dp-month-name,
ngb-datepicker-navigation .ngb-dp-weekday,
.ngb-dp-week.ngb-dp-weekdays.ng-star-inserted .ngb-dp-month-name,
.ngb-dp-week.ngb-dp-weekdays.ng-star-inserted .ngb-dp-weekday {
  color: var(--text-color-A) !important;
}

ngb-datepicker-navigation {
  border-radius: var(--border-radius-card) var(--border-radius-card) 0 0;
}

bookzo-arrival-departure-picker .datepicker-small ngb-datepicker .occupancy-layer.free {
  background-color: var(--calendar-available-color) !important;
}
bookzo-arrival-departure-picker .datepicker-small ngb-datepicker .occupancy-layer.free .disabled span:not(.selected) {
  color: rgba(60, 60, 59, 0.6274509804) !important;
}
bookzo-arrival-departure-picker .datepicker-small ngb-datepicker .occupancy-layer.free .disabled.range span {
  color: #FFF !important;
}
bookzo-arrival-departure-picker .datepicker-small ngb-datepicker .occupancy-layer.occupied {
  background-color: var(--calendar-unavailable-color) !important;
}
bookzo-arrival-departure-picker .datepicker-small ngb-datepicker .occupancy-layer.occupied .custom-day-circle {
  color: var(--calendar-unavailable-text) !important;
}
bookzo-arrival-departure-picker .datepicker-small ngb-datepicker .occupancy-layer.free.arrival {
  background-image: linear-gradient(315deg, var(--calendar-unavailable-color) 0%, var(--calendar-unavailable-color) 50%, var(--calendar-available-color) 50%) !important;
}
bookzo-arrival-departure-picker .datepicker-small ngb-datepicker .occupancy-layer.free.departure {
  background-image: linear-gradient(315deg, var(--calendar-available-color) 0%, var(--calendar-available-color) 50%, var(--calendar-unavailable-color) 50%) !important;
}
bookzo-arrival-departure-picker .datepicker-small ngb-datepicker .occupancy-layer.free.departure .disabled {
  background-image: none;
  background-color: var(--calendar-unavailable-color);
}

@media (min-width: 60em) {
  .featuresRow {
    background-color: var(--white);
    padding-top: 40px;
  }
}
.featuresRow {
  padding-bottom: 80px;
  margin-top: 0 !important;
}
@media (max-width: 59.9375em) {
  .featuresRow {
    padding-top: clamp(1.875rem, 0.455rem + 7.58vw, 5rem);
  }
  .featuresRow .bookzo-read-more::after {
    background: linear-gradient(transparent, var(--secondary-color) 65%) !important;
  }
}
@media (max-width: 59.9375em) {
  .featuresRow .uk-width-1-3 {
    display: none;
  }
}
.featuresRow .btn-link {
  background-color: transparent;
  color: var(--text-link-color);
  text-decoration: none;
  border: none !important;
  padding: 0 !important;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.featuresRow .btn-link:hover {
  cursor: pointer;
  color: var(--text-link-hover-color);
  border: 2px solid var(--text-link-hover-color);
}

@media (max-width: 950px) {
  .persons-wrapper.ng-star-inserted {
    transform: scale(1.2);
    transform-origin: top center;
  }
}
@media (max-width: 800px) {
  .persons-wrapper.ng-star-inserted {
    top: 100px;
    position: relative;
    margin-block-end: 140px;
    transform: scale(1.2);
  }
}

.calendar-persons.ng-star-inserted > * {
  display: flex;
  justify-content: center;
}

.no-departure-selected {
  display: flex;
  justify-content: center;
}

.mt-4.ng-star-inserted,
.mt-2.ng-star-inserted,
.mt-2.ng-star-inserted.text-right,
.prices-and-buttons-search .card-buttons-and-selections-buttons.text-right {
  text-align: left !important;
}

.persons.small-persons.ng-star-inserted {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.alternative-prices-earlier {
  flex: 0 !important;
}
.alternative-prices-earlier svg {
  display: none;
}

.alternative-prices-later svg {
  display: none;
}

.alternative-prices-earlier-later {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 442px) {
  .alternative-prices-earlier-later {
    justify-content: flex-start;
  }
}

.price-cell {
  cursor: pointer;
  background-color: var(--contrast-color-soft);
  border-radius: var(--border-radius-pricetags);
}
.price-cell h5 {
  font-family: "Fustat Regular", sans-serif;
}
@media (max-width: 540px) {
  .price-cell h5 > * {
    display: flex;
    flex-direction: column;
  }
}

.table-active {
  background-color: var(--contrast-color) !important;
}
.table-active h5 {
  color: var(--text-color-B) !important;
}

th,
td {
  border: none !important;
}

.imageheader {
  position: relative;
  margin-bottom: -70px;
}
.imageheader::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url("/images/system/divider-peach-boven.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.imageheader .uk-background-norepeat {
  padding-block: 5%;
  background-repeat: repeat;
}
@media (max-width: 39.9375em) {
  .imageheader .uk-background-norepeat {
    padding-block: 20px;
    min-height: 20vh !important;
  }
}
.imageheader .uk-background-norepeat .uk-container-xlarge {
  max-width: 1400px;
  background-color: #F00 !important;
}
@media (max-width: 59.9375em) {
  .imageheader .uk-background-norepeat .uk-container-xlarge {
    padding-left: clamp(0.9375rem, 0.511rem + 2.27vw, 1.875rem);
    padding-right: clamp(0.9375rem, 0.511rem + 2.27vw, 1.875rem);
  }
}
.imageheader bookzo-object-images {
  position: relative;
  z-index: 2;
}
.imageheader bookzo-object-images .images-wrapper {
  flex-direction: row;
  column-gap: 14px;
  height: clamp(10rem, 5.096rem + 26.15vw, 31.25rem);
}
@media (min-width: 60em) {
  .imageheader bookzo-object-images .images-wrapper {
    padding-right: 15px;
  }
}
.imageheader bookzo-object-images .images-wrapper img {
  border-radius: var(--border-radius-card);
}
.imageheader bookzo-object-images .images-wrapper .item {
  flex: 60%;
}
@media (max-width: 59.9375em) {
  .imageheader bookzo-object-images .images-wrapper .item {
    flex: 70%;
  }
}
.imageheader bookzo-object-images .images-wrapper .item .main-image {
  height: 100%;
  transform: none !important;
  transition: none;
  border-radius: 20px;
}
.imageheader bookzo-object-images .images-wrapper .smaller-images {
  flex: 40%;
  height: calc(100% - 14px);
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  gap: 14px;
}
@media (max-width: 59.9375em) {
  .imageheader bookzo-object-images .images-wrapper .smaller-images {
    flex: 30%;
    grid-template-columns: 100%;
  }
}
.imageheader bookzo-object-images .images-wrapper .smaller-images .item {
  width: 100%;
  max-width: 100%;
}
.imageheader bookzo-object-images .images-wrapper .smaller-images .item img {
  transform: none !important;
  transition: none;
}
.imageheader .btn.btn-secondary.ng-star-inserted {
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  letter-spacing: 1px;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid var(--earth) !important;
  text-transform: none;
  padding: 0px 13px;
  color: var(--earth) !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  left: 20px;
  right: unset;
}
.imageheader .btn.btn-secondary.ng-star-inserted:hover {
  background-color: var(--earth);
  color: var(--white) !important;
}

@media (min-width: 60em) {
  .sticky-column {
    padding-bottom: 50px;
  }
}
.sticky-column .price {
  width: 100% !important;
}
.sticky-column .price .bookzo-object-part .calendar-persons-form {
  display: none;
}
.sticky-column .price .bookzo-object-part .object-calendar-prices {
  margin-block-start: 10px !important;
}
.sticky-column .price h5 {
  margin-top: 2px !important;
}
.sticky-column h5 {
  margin-top: 0px;
}
.sticky-column .alleenicons .popular-features {
  display: none;
}
.sticky-column .usp {
  font-family: "Fustat Regular", sans-serif;
  color: var(--third-color);
}
.sticky-column .usp ul {
  padding-left: 20px;
}
.sticky-column .usp ul li {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.sticky-column .usp ul li::before {
  content: "•";
  position: absolute;
  color: var(--third-color);
  display: inline-block;
  width: 0;
  text-align: center;
  vertical-align: top;
  font-size: 3rem;
  top: 0;
  left: 0;
  left: -15px;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.sticky-column .usp .popular-feature-text-name {
  text-transform: none;
  letter-spacing: normal;
  font-family: "Fustat Regular", sans-serif;
}
.sticky-column .usp .icon-check::before {
  content: "•";
  color: var(--third-color);
  display: inline-block;
  width: 0;
  text-align: center;
  vertical-align: top;
  font-size: 30px;
  top: -8px;
  left: -16px;
  height: 5px;
  display: inline-block;
  position: relative;
}
.sticky-column .usp .persons-pets-location,
.sticky-column .usp .bookzo-icon-wrapper {
  display: block;
}
.sticky-column .usp .icon-wrapper {
  align-items: flex-start;
}
.sticky-column .usp .icons {
  padding-left: 18px;
}
.sticky-column .icons .popular-feature-item ::first-letter {
  text-transform: uppercase;
}
.sticky-column .price-arrival-departure.text-muted {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.sticky-column .total-price-wrapper {
  margin-top: 0px;
  font-family: "Fustat Regular", sans-serif;
  color: var(--third-color);
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
}
.sticky-column .bookzo-bootstrap .mt-4 {
  margin-top: 0px !important;
}
.sticky-column .location,
.sticky-column .location .icon-wrapper {
  font-family: "Fustat Regular", sans-serif;
  font-weight: bold;
  color: var(--text-color-A);
  text-transform: none;
}
.sticky-column .datepicker-wrapper,
.sticky-column .card-alternative-prices,
.sticky-column .spacer,
.sticky-column .calendar-persons {
  display: none !important;
}
.sticky-column h3 {
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
  padding: 0;
  margin: 0px;
  color: var(--text-color-A);
}
.sticky-column .book-button {
  background-color: var(--mint);
  font-family: "Museo Moderno Bold", sans-serif;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
  transition: all 0.3s ease-in-out;
}
.sticky-column .book-button.disabled {
  background-color: grey;
  color: var(--text-color-B);
  cursor: not-allowed;
}
.sticky-column .book-button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.sticky-column .book-button:hover {
  background-color: var(--mintHov);
  cursor: pointer;
}
.sticky-column .uk-button {
  background-color: transparent;
  color: var(--text-link-color);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  transition: none;
}
.sticky-column .uk-button:hover {
  color: var(--text-link-hover-color);
  cursor: pointer;
  border: none;
}
.sticky-column .card,
.sticky-column .card-body {
  border: 0px !important;
  padding: 0px !important;
}
.sticky-column h2 {
  color: var(--text-color-A);
  font-family: "Museo Moderno Bold", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
  padding: 0 0 30px 0;
  margin: 0px;
}
.sticky-column .bekijken_button_sticky {
  width: 100%;
}
.sticky-column .bekijken_button_sticky .el-content.uk-button.uk-button-default {
  transition: all 0.3s ease-in-out;
  box-shadow: none !important;
  background-color: var(--attention-color);
  border-radius: var(--border-radius-button);
  color: var(--text-color-B);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  border: 0px;
  right: 5% !important;
  bottom: 30px !important;
  max-width: fit-content;
  padding: 15px 40px;
  z-index: 99;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
}
.sticky-column .bekijken_button_sticky .el-content.uk-button.uk-button-default:hover {
  cursor: pointer;
}
.sticky-column .bekijken_button_sticky .el-content.uk-button.uk-button-default:hover {
  background-color: var(--button-hover-color);
  color: var(--text-color-A);
}
.sticky-column .sticky_calendar .form .form-group {
  width: 100%;
}
.sticky-column .sticky_calendar .form .form-group .form-control-datepicker {
  border: 1px solid var(--contrast-color);
}
.sticky-column .sticky_calendar .form .form-group input {
  height: 50px;
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  color: var(--text-color-A);
  border: 1px solid var(--contrast-color);
}
.sticky-column .sticky_calendar .form .form-group label {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  color: var(--text-color-A);
}
.sticky-column .sticky_calendar .total-wrapper {
  color: var(--contrast-color);
  font-family: "Fustat Regular", sans-serif;
  font-weight: bold;
}
.sticky-column .sticky_calendar button {
  width: 100%;
  margin-top: 20px;
}

.gallery {
  padding: 50px 0 100px 0;
}
.gallery .images-wrapper .clickable .image:hover {
  transform: scale(1);
}
.gallery .images-wrapper .main-image {
  display: none;
}
.gallery .images-wrapper .smaller-images {
  height: auto;
  gap: 20px;
}
.gallery .images-wrapper .smaller-images .image {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 25px;
}
.gallery .images-wrapper .three-images.ng-star-inserted > div:nth-child(1) .image {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.gallery .images-wrapper .three-images.ng-star-inserted > div:nth-child(3) .image {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.datepicker-wrapper,
.objects-to-book-wrapper {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.datepicker-wrapper .object-to-book.card,
.objects-to-book-wrapper .object-to-book.card {
  border: none;
}
.datepicker-wrapper .datepicker-buttons-primary .btn-primary,
.objects-to-book-wrapper .datepicker-buttons-primary .btn-primary {
  background-color: var(--mint);
  font-family: "Museo Moderno Bold", sans-serif;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
  transition: all 0.3s ease-in-out;
}
.datepicker-wrapper .datepicker-buttons-primary .btn-primary.disabled,
.objects-to-book-wrapper .datepicker-buttons-primary .btn-primary.disabled {
  background-color: grey;
  color: var(--text-color-B);
  cursor: not-allowed;
}
.datepicker-wrapper .datepicker-buttons-primary .btn-primary.disabled:hover,
.objects-to-book-wrapper .datepicker-buttons-primary .btn-primary.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.datepicker-wrapper .datepicker-buttons-primary .btn-primary:hover,
.objects-to-book-wrapper .datepicker-buttons-primary .btn-primary:hover {
  background-color: var(--mintHov);
  cursor: pointer;
}
.datepicker-wrapper .datepicker-buttons-secondary .btn-link,
.objects-to-book-wrapper .datepicker-buttons-secondary .btn-link {
  font-family: "Museo Moderno Medium", sans-serif;
  letter-spacing: normal;
  text-decoration: none;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 10px 20px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
}
.datepicker-wrapper .datepicker-buttons-secondary .btn-link:hover,
.objects-to-book-wrapper .datepicker-buttons-secondary .btn-link:hover {
  cursor: pointer;
  background-color: var(--peach);
}

.objects-to-book-buttons .btn-link {
  font-family: "Museo Moderno Medium", sans-serif;
  letter-spacing: normal;
  text-decoration: none;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 10px 20px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
}
.objects-to-book-buttons .btn-link:hover {
  cursor: pointer;
  background-color: var(--peach);
}
.objects-to-book-buttons .btn-primary {
  background-color: var(--mint);
  font-family: "Museo Moderno Bold", sans-serif;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
  transition: all 0.3s ease-in-out;
}
.objects-to-book-buttons .btn-primary.disabled {
  background-color: grey;
  color: var(--text-color-B);
  cursor: not-allowed;
}
.objects-to-book-buttons .btn-primary.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.objects-to-book-buttons .btn-primary:hover {
  background-color: var(--mintHov);
  cursor: pointer;
}

.objects-to-book-wrapper .persons .persons-item .number-control input {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  border: 0px;
  border-bottom: 1px solid lightgrey;
  background-color: var(--background-color-B);
  height: 50px;
  border-radius: var(--border-radius-input);
  border-bottom: none;
  color: var(--text-color-A);
  margin: 0 10px !important;
}
.objects-to-book-wrapper .persons .persons-item .number-control .btn-circle {
  color: white;
  background-color: var(--button-color);
  border-style: solid var(--button-color);
}
.objects-to-book-wrapper .persons .persons-item .number-control .btn-circle:not(:disabled):hover {
  cursor: pointer;
  background-color: var(--peach);
  color: var(--earth);
}
.objects-to-book-wrapper .persons .persons-item .number-control button:disabled {
  background-color: var(--background-color-B);
  border-color: var(--third-color);
  color: var(--earth);
  border-style: solid;
}
.objects-to-book-wrapper .persons .persons-item .number-control button:disabled:hover {
  cursor: not-allowed;
}
.objects-to-book-wrapper .number-control .label b {
  color: var(--text-color-A);
  font-family: "Fustat Regular", sans-serif;
}
.objects-to-book-wrapper .number-control .numbers button:first-of-type {
  position: relative;
}
.objects-to-book-wrapper .number-control .numbers button:first-of-type b,
.objects-to-book-wrapper .number-control .numbers button:first-of-type * {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallerysection {
  position: relative;
}
.gallerysection .btn.btn-secondary.ng-tns-c2968959862-1.ng-star-inserted {
  box-shadow: none !important;
  background-color: var(--attention-color);
  border-radius: var(--border-radius-button);
  color: var(--text-color-B);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  border: 0px;
  right: 5% !important;
  bottom: 30px !important;
  max-width: fit-content;
  padding: 15px 40px;
  z-index: 99;
  text-decoration: none;
}
.gallerysection .btn.btn-secondary.ng-tns-c2968959862-1.ng-star-inserted:hover {
  cursor: pointer;
}
.gallerysection::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 76px;
  content: "";
  display: block;
  background-image: url(/images/system/header_after.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.card-rating {
  position: absolute;
  top: 20px;
  right: 20px;
}
.card-rating .average-rating-star {
  display: none !important;
}
.card-rating .average-rating-number {
  font-family: "Fustat Regular", sans-serif;
  font-weight: bold;
  background-color: var(--background-color-A);
  border-radius: 100%;
  display: block;
  aspect-ratio: 1/1;
  width: 60px;
  height: auto;
  text-align: center;
  color: var(--text-color-A);
  font-size: 23px !important;
  line-height: 60px !important;
  padding: 1px 0 1px 4px !important;
}

.object-rating .average-rating-number {
  font-family: "Fustat Regular", sans-serif;
  font-weight: bold;
  background-color: var(--background-color-A);
  border-radius: 100%;
  display: block;
  aspect-ratio: 1/1;
  width: 60px;
  height: auto;
  text-align: center;
  color: var(--text-color-A);
  font-size: 23px !important;
  line-height: 60px !important;
  padding: 1px 0 1px 4px !important;
  z-index: 3;
}
.object-rating .average-rating-star {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
}
.object-rating .star {
  color: var(--contrast-color-soft);
}
.object-rating .star.full,
.object-rating .star.half {
  color: var(--contrast-color);
}

.reviewdetail .bookzo-object-part {
  background-color: transparent;
  border-radius: 25px;
  padding: 0 0 20px 0;
}

.reviews {
  position: relative;
  padding-block-end: 10%;
}
.reviews::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 101%;
  height: clamp(6.25rem, 3.977rem + 11.36vw, 12.5rem);
  background-image: url("/images/designimages/divider_shape_bottom.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  transform: scaleX(-1) translateY(-100%);
  z-index: 0;
}
.reviews .uk-container {
  margin-top: -80px;
  position: relative;
  z-index: 3;
}
.reviews .bookzo-object-part {
  padding: clamp(1.25rem, 2vw, 1.875rem);
}
.reviews .review-question-container.card {
  display: none;
  color: var(--text-color-A);
}
.reviews .review-result .card-header-info-container {
  border-radius: var(--border-radius-card) var(--border-radius-card) 0 0;
  padding-block-start: clamp(1.25rem, 2vw, 1.875rem);
  padding-inline-start: clamp(1.25rem, 2vw, 1.875rem);
  font-family: "Fustat Regular", sans-serif;
  font-weight: bold;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
}
.reviews .review-result .card-header-description {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.reviews .review-result .card-title {
  border-radius: 0 0 var(--border-radius-card) var(--border-radius-card);
  padding-inline-start: clamp(1.25rem, 2vw, 1.875rem);
  padding-block-end: clamp(1.25rem, 2vw, 1.875rem);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.reviews .review-result .card-body h3 {
  color: white;
}
.reviews .review-result .card-text {
  padding-inline-start: clamp(1.25rem, 2vw, 1.875rem);
  max-width: 90ch;
}

.reviewform h4 {
  font-family: "Fustat Regular", sans-serif;
  font-weight: bold;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
}
.reviewform input {
  width: 100%;
  border-radius: 99px;
  padding: 10px;
  margin: 0 0 10px 0;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.reviewform textarea {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
  margin: 0 0 10px 0;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.reviewform .star {
  font-size: 30px !important;
}
.reviewform button {
  font-family: "Museo Moderno Medium", sans-serif;
  letter-spacing: normal;
  text-decoration: none;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 10px 20px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
  margin: 30px 0 0 0;
}
.reviewform button:hover {
  cursor: pointer;
  background-color: var(--peach);
}

.bookzo-map-component .no-results.title {
  display: none !important;
}

.breadcrumbs.detail {
  padding: 100px 0 0 0 !important;
}

.acco_image_mobile .images-wrapper.btn {
  background-color: var(--contrast-color);
  border-radius: 99px;
  color: var(--text-color-B);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  border: 0px;
  right: 30px;
  bottom: 40px;
  left: initial;
  max-width: fit-content;
  padding: 15px 40px;
  z-index: 99;
}
.acco_image_mobile img {
  padding: 20px 0;
  aspect-ratio: 4/3;
  object-fit: cover;
  min-width: 100%;
}

.acco_image_desktop .images-wrapper .btn {
  display: none;
}
.acco_image_desktop .images-wrapper .main-image {
  height: auto;
}
.acco_image_desktop img {
  aspect-ratio: 4/3;
  object-fit: cover;
  min-width: 100%;
  padding: 0;
  height: auto;
}

.zoek_header {
  font-family: "Fustat Regular", sans-serif;
  font-weight: bold;
  color: var(--text-color-B);
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
}

.filters-wrapper.floating {
  border-radius: var(--border-radius-card) !important;
}
.filters-wrapper.floating h5 {
  font-family: "Museo Moderno Medium", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  text-transform: none;
  letter-spacing: normal;
}
.filters-wrapper.floating span {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding-left: 0.2rem;
}
.filters-wrapper.floating select {
  width: 100%;
  height: 40px;
}

.bookzo_resultaat {
  padding-top: 60px !important;
}
@media (max-width: 59.9375em) {
  .bookzo_resultaat {
    padding-top: 100px !important;
  }
}
.bookzo_resultaat .results-badges-sort-options {
  margin-bottom: 10px;
}
.bookzo_resultaat .results-badges-sort-options .results-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.bookzo_resultaat .results-badges-sort-options .results-badges h5 {
  font-family: "Museo Moderno Medium", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0;
}
.bookzo_resultaat .results-badges-sort-options .results-badges .badges-wrapper {
  margin-bottom: 0 !important;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky {
  border-radius: var(--border-radius-card);
  padding-top: 1.2rem;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky h2 {
  margin: 1.2rem;
  font-family: "Museo Moderno Bold", sans-serif;
  font-size: 1.25rem;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky h5 {
  font-family: "Museo Moderno Medium", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  text-transform: none;
  letter-spacing: normal;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky span {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding-left: 0.2rem;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky hr {
  border: 0px;
  width: 85%;
  margin-inline: auto;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky .extra_informatie {
  border: none;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky .extra_informatie h3 {
  font-family: "Museo Moderno Bold", sans-serif;
  font-size: 1.25rem;
  position: relative;
  padding-left: 35px;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky .extra_informatie h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/images/designimages/bookzo-info.svg");
  background-size: cover;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky .extra_informatie ul li {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  color: var(--text-color-A);
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky .extra_informatie ul li::before {
  content: "•";
  position: absolute;
  display: inline-block;
  width: 0;
  text-align: center;
  vertical-align: top;
  font-size: 3rem;
  top: 0;
  left: -15px;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.bookzo_resultaat .filtercol .form-group-filters-search {
  border-radius: 100px;
  padding: 5px;
}
.bookzo_resultaat .filtercol .form-group-filters-search .input-group {
  flex-direction: row-reverse;
  border-radius: 25px;
}
.bookzo_resultaat .filtercol .form-group-filters-search .input-group-text {
  border: none;
  background: none;
}
.bookzo_resultaat .filtercol .form-group-filters-search .form-control {
  border: none;
  border-radius: var(--border-radius-button);
  margin-left: 20px;
  font-family: "Fustat Regular", sans-serif;
}
.bookzo_resultaat .filtercol .form-group-filters-search .form-control.ng-touched, .bookzo_resultaat .filtercol .form-group-filters-search .form-control:focus {
  border: none;
}
.bookzo_resultaat .filtercol .form-group-filters-search .bookzo-icon-wrapper svg path {
  fill: var(--attention-color);
}
.bookzo_resultaat .filtercol select.form-control {
  width: 100%;
  border: 1px solid var(--third-color);
  border-radius: var(--border-radius-button);
  height: 40px;
}
.bookzo_resultaat .badges-wrapper.pt-2 {
  display: none;
  display: flex;
  margin-bottom: 30px;
}
.bookzo_resultaat .badges-wrapper.pt-2 .badges .badge {
  color: var(--text-color-B);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.bookzo_resultaat .badges-wrapper.pt-2 #openFiltersButton {
  background-color: var(--orange);
  border-color: var(--orange) !important;
  border-radius: var(--border-radius-button);
  font-family: "Fustat Regular", sans-serif;
  color: var(--white) !important;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  padding: 5px 50px;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
.bookzo_resultaat .badges-wrapper.pt-2 #openFiltersButton:hover {
  background-color: var(--white);
  color: var(--earth) !important;
  cursor: pointer;
}
@media (max-width: 74.9375em) {
  .bookzo_resultaat .badges-wrapper.pt-2 #openFiltersButton {
    display: block;
  }
}
@media (min-width: 75em) {
  .bookzo_resultaat .badges-wrapper.pt-2 #openFiltersButton {
    display: none;
  }
}
.bookzo_resultaat bookzo-results-card {
  width: 100%;
}
.bookzo_resultaat #resultCard {
  box-shadow: 0 4px 15px -5px rgba(137, 111, 111, 0.4);
  border-radius: var(--border-radius-card);
  border: none;
}
.bookzo_resultaat #resultCard .slider-panel {
  background-position: center top;
}
.bookzo_resultaat #resultCard .card-body {
  padding: 25px 35px;
}
.bookzo_resultaat #resultCard .card-body h3 {
  color: var(--earth);
  margin-bottom: 8px !important;
}
.bookzo_resultaat #resultCard .card-body h5 {
  margin-top: 5px !important;
}
.bookzo_resultaat #resultCard .card-body .card-description,
.bookzo_resultaat #resultCard .card-body .icon-wrapper {
  font-size: clamp(0.9375rem, 0.914rem + 0.12vw, 1.0625rem);
}
.bookzo_resultaat #resultCard .card-body .group-name {
  display: none;
}
.bookzo_resultaat #resultCard .card-body .card-text {
  margin-bottom: 22px !important;
}
.bookzo_resultaat #resultCard .card-body .card-text .card-icons {
  margin-bottom: 8px !important;
}
.bookzo_resultaat #resultCard .card-body .card-text .card-icons .persons-pets-location .persons-pets {
  display: flex;
  column-gap: 25px;
}
.bookzo_resultaat #resultCard .card-body .card-text .card-icons .persons-pets-location .persons-pets .icon {
  margin-right: 9px;
}
.bookzo_resultaat #resultCard .card-body .card-more-info {
  text-align: left !important;
}
.bookzo_resultaat #resultCard .card-body .card-more-info button {
  font-family: "Museo Moderno Medium", sans-serif;
  font-size: clamp(1rem, 0.988rem + 0.06vw, 1.0625rem);
  letter-spacing: 1px;
  background-color: var(--mint);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid var(--mint) !important;
  text-transform: none;
  padding: 4px 16px;
  color: var(--earth) !important;
  cursor: pointer;
}
.bookzo_resultaat #resultCard .card-body .card-more-info button:hover {
  background-color: var(--mintHov);
  border-color: var(--mintHov) !important;
}
.bookzo_resultaat .result-items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .bookzo_resultaat .result-items {
    padding: 0 !important;
  }
}
.bookzo_resultaat .result-items-wrapper {
  margin: 0 !important;
}

@media (min-width: 1200px) {
  .bookzo_resultaat .result-items-wrapper {
    gap: 25px;
  }
  .bookzo_resultaat .col-xl-3 {
    flex: 0 0 calc(33.3333333333% - 16.6666666667px);
    max-width: calc(33.3333333333% - 16.6666666667px);
    padding: 0px !important;
  }
}
@media (min-width: 768px) {
  .bookzo_resultaat .result-items-wrapper {
    gap: 20px;
  }
  .bookzo_resultaat .bookzo-bootstrap .col-lg-4,
  .bookzo_resultaat .bookzo-bootstrap .col-md-6 {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    padding: 0px !important;
  }
}
.lastminutes #resultCard .card-body {
  position: absolute;
  font-family: "Fustat Regular", sans-serif;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.lastminutes #resultCard .card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
}
.lastminutes #resultCard .card-body .card-prices {
  display: block !important;
  color: white;
  text-shadow: black 0px 0px 5px;
}
.lastminutes #resultCard .card-body .card-prices .price-arrival-departure {
  color: white;
  text-shadow: black 0px 0px 5px;
}
.lastminutes #resultCard .card-body .card-prices bookzo-currency {
  color: white;
  text-shadow: black 0px 0px 5px;
}
.lastminutes #resultCard .card-body .card-prices .badge {
  text-shadow: none;
}
.lastminutes #resultCard .card-body .card-prices .badge bookzo-currency {
  color: white;
  text-shadow: none;
}
.lastminutes #resultCard .card-body .card-prices svg path {
  fill: white;
}
.lastminutes #resultCard .card-body .card-body-inner-wrapper {
  width: 100%;
  z-index: 1;
}
.lastminutes #resultCard .card-body .card-body-inner-wrapper .card-title-text-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  z-index: 1;
}
.lastminutes #resultCard .card-body .card-body-inner-wrapper .card-title-text-wrapper .card-text.mb-2 {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.lastminutes #resultCard .card-body .card-title-name h3 {
  font-family: "Museo Moderno Bold", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
  color: var(--text-color-B);
}
.lastminutes #resultCard .card-body p {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  color: var(--text-color-B);
}
.lastminutes #resultCard .card-body .location,
.lastminutes #resultCard .card-body .location .icon-wrapper {
  font-family: "Fustat Regular", sans-serif;
  font-weight: bold;
  color: var(--text-color-B);
  text-transform: none;
}
.lastminutes #resultCard .card-body .persons {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-B);
  margin-right: 10px;
}
.lastminutes #resultCard .card-body .persons .bookzo-icon-wrapper {
  background-image: url("/images/system/avatar.svg");
  width: 26px;
  height: 25px;
  background-size: cover;
  display: block;
}
.lastminutes #resultCard .card-body .persons .bookzo-icon-wrapper svg {
  display: none;
}
.lastminutes #resultCard .card-body .pets {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-B);
}
.lastminutes #resultCard .card-body .pets .bookzo-icon-wrapper {
  background-image: url("/images/system/iconDog.svg");
  background-size: cover;
  display: block;
  width: 25px;
  height: 25px;
}
.lastminutes #resultCard .card-body .pets .bookzo-icon-wrapper svg {
  display: none;
}
.lastminutes #resultCard .card-description {
  display: none;
}
.lastminutes #resultCard .card-more-info {
  text-align: left !important;
}
.lastminutes #resultCard bookzo-object-usp {
  text-align: left !important;
  color: var(--text-color-B);
}
.lastminutes #resultCard .card-bottom {
  z-index: 2;
}
.lastminutes #resultCard .card-bottom button {
  box-shadow: none !important;
  color: var(--text-link-color);
  text-decoration: none;
  border: 2px solid var(--text-link-color);
  border-radius: var(--border-radius-button);
  padding: 5px 20px;
  font-family: "Fustat Regular", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  z-index: 99;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  transition: all 0.3s ease-in-out;
  padding-inline: clamp(0.625rem, -0.208rem + 4.44vw, 3.125rem);
  z-index: 2;
}
.lastminutes #resultCard .card-bottom button:hover {
  cursor: pointer;
  color: var(--light);
  border: 2px solid var(--dark);
  background-color: var(--dark);
}
.lastminutes #resultCard #bookButtonResultCard {
  display: none;
}

.alert.alert-dates-limited.alert-info.mt-2.ml-2.mr-2.ng-star-inserted {
  display: none;
}

.alert {
  border-radius: var(--border-radius-card) !important;
  font-family: "Fustat Regular", sans-serif;
  margin-top: 20px !important;
}

.boeken {
  padding-block-end: 12%;
}
.boeken h1 {
  font-family: "Museo Moderno Bold", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(1.5625rem, 3.5vw, 2.1875rem);
  line-height: clamp(1.6875rem, 1.2vw, 2.3125rem);
  padding: 0;
  margin: 0 0 30px 0;
  text-transform: none;
  letter-spacing: normal;
}
.boeken .btn.btn-link {
  box-shadow: none !important;
  color: var(--text-link-color);
  text-decoration: none;
  border: 2px solid var(--text-link-color);
  border-radius: var(--border-radius-button);
  padding: 5px 20px;
  font-family: "Fustat Regular", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  z-index: 99;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  transition: all 0.3s ease-in-out;
  margin-top: 20px !important;
}
.boeken .btn.btn-link:hover {
  cursor: pointer;
  color: var(--light);
  border: 2px solid var(--dark);
  background-color: var(--dark);
}
.boeken .form-group .form-row > div {
  padding: 0 !important;
}
.boeken .bookzo-book {
  max-width: 100% !important;
}
.boeken .bookzo-book bookzo-phone-input #phoneNumber {
  padding-inline-start: 45px;
}
.boeken .panel.card {
  border: none;
}
.boeken .panel.card .panel-heading {
  border: none;
}
.boeken .panel.card .panel-heading button {
  background-color: var(--mint);
  font-family: "Museo Moderno Bold", sans-serif;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
  transition: all 0.3s ease-in-out;
}
.boeken .panel.card .panel-heading button.disabled {
  background-color: grey;
  color: var(--text-color-B);
  cursor: not-allowed;
}
.boeken .panel.card .panel-heading button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.boeken .panel.card .panel-heading button:hover {
  background-color: var(--mintHov);
  cursor: pointer;
}
.boeken .panel.card .panel-heading.card-header.panel-enabled {
  border: 1px solid var(--third-color);
}
.boeken .panel.card .panel-heading.card-header.panel-enabled .btn.btn-link {
  margin: 0 !important;
}
.boeken #paymentDetailsText > i {
  padding: 0;
  border: 0;
  color: var(--text-color-A);
  font-family: "Fustat Regular", sans-serif;
}
.boeken .book-button {
  background-color: var(--third-color);
  font-family: "Fustat Regular", sans-serif;
  text-transform: lowercase;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 15px 50px;
  border: 0;
  border-radius: 99px;
  margin: 30px 0 0 0;
}
.boeken .book-button:hover {
  cursor: pointer;
}
.boeken .my-reservations-passwordless,
.boeken .reservation-form,
.boeken .guest-details-form {
  border-radius: var(--border-radius-card);
  padding: 1.25rem;
  background-color: #fff;
  margin: 30px 0 0 0;
}
.boeken .my-reservations-passwordless input,
.boeken .my-reservations-passwordless select,
.boeken .reservation-form input,
.boeken .reservation-form select,
.boeken .guest-details-form input,
.boeken .guest-details-form select {
  width: calc(100% - 30px);
  border-radius: var(--border-radius-input);
  background-color: var(--fourth-color);
  border: none;
  padding: 10px;
  margin: 0 0 10px 0;
  color: var(--text-color-A);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.9375rem, 0.914rem + 0.12vw, 1.0625rem);
}
.boeken .my-reservations-passwordless input#title,
.boeken .my-reservations-passwordless select#title,
.boeken .reservation-form input#title,
.boeken .reservation-form select#title,
.boeken .guest-details-form input#title,
.boeken .guest-details-form select#title {
  width: calc(100% - 10px);
}
.boeken .my-reservations-passwordless input#phoneNumber,
.boeken .my-reservations-passwordless select#phoneNumber,
.boeken .reservation-form input#phoneNumber,
.boeken .reservation-form select#phoneNumber,
.boeken .guest-details-form input#phoneNumber,
.boeken .guest-details-form select#phoneNumber {
  width: calc(100% - 60px);
}
.boeken .my-reservations-passwordless input#email, .boeken .my-reservations-passwordless input#country,
.boeken .my-reservations-passwordless select#email,
.boeken .my-reservations-passwordless select#country,
.boeken .reservation-form input#email,
.boeken .reservation-form input#country,
.boeken .reservation-form select#email,
.boeken .reservation-form select#country,
.boeken .guest-details-form input#email,
.boeken .guest-details-form input#country,
.boeken .guest-details-form select#email,
.boeken .guest-details-form select#country {
  width: calc(100% - 25px);
}
.boeken .my-reservations-passwordless textarea,
.boeken .reservation-form textarea,
.boeken .guest-details-form textarea {
  width: 100%;
  border-radius: var(--border-radius-input);
  border: none;
  background-color: var(--fourth-color);
  padding: 10px;
  margin: 0 0 10px 0;
  color: var(--text-color-A);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
}
.boeken .my-reservations-passwordless textarea#comments,
.boeken .reservation-form textarea#comments,
.boeken .guest-details-form textarea#comments {
  width: calc(100% - 25px);
}
.boeken .my-reservations-passwordless::placeholder,
.boeken .reservation-form::placeholder,
.boeken .guest-details-form::placeholder {
  color: #969696;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
}
.boeken .my-reservations-passwordless label,
.boeken .reservation-form label,
.boeken .guest-details-form label {
  color: var(--text-color-A);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  line-height: clamp(1.125rem, 2vw, 1.375rem);
  padding: 0;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
}
.boeken .my-reservations-passwordless .form-group-subscribe-to-newsletter input,
.boeken .reservation-form .form-group-subscribe-to-newsletter input,
.boeken .guest-details-form .form-group-subscribe-to-newsletter input {
  width: auto;
}
.boeken .my-reservations-passwordless .form-group-subscribe-to-newsletter .form-check-label,
.boeken .reservation-form .form-group-subscribe-to-newsletter .form-check-label,
.boeken .guest-details-form .form-group-subscribe-to-newsletter .form-check-label {
  padding-left: 20px;
  margin-top: -4px;
}
.boeken .my-reservations-passwordless .form-group-comments,
.boeken .reservation-form .form-group-comments,
.boeken .guest-details-form .form-group-comments {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.boeken .my-reservations-passwordless .bookzo-bootstrap .col-md-3,
.boeken .reservation-form .bookzo-bootstrap .col-md-3,
.boeken .guest-details-form .bookzo-bootstrap .col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 100%;
  max-width: 100%;
}
.boeken .my-reservations-passwordless .bookzo-bootstrap .form-group,
.boeken .reservation-form .bookzo-bootstrap .form-group,
.boeken .guest-details-form .bookzo-bootstrap .form-group {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}
.boeken .my-reservations-passwordless .bookzo-bootstrap .form-group .form-row,
.boeken .reservation-form .bookzo-bootstrap .form-group .form-row,
.boeken .guest-details-form .bookzo-bootstrap .form-group .form-row {
  display: flex;
  flex-wrap: nowrap;
  margin-right: -5px;
  margin-left: -5px;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.boeken .guest-details-form .card-header {
  background-color: transparent;
}
.boeken .guest-details-form .btn-link {
  border: 0;
  font-family: "Fustat Regular", sans-serif;
  font-weight: bold;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
  padding: 0;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  background-color: transparent;
}
.boeken .guest-details-form .card {
  box-shadow: none;
}
.boeken .guest-details-form .form-group-guest-address,
.boeken .guest-details-form .form-group-guest-email-address,
.boeken .guest-details-form .form-group-country {
  display: none;
}
.boeken .card.book-stay-info, .boeken .card.book-accommodation-info, .boeken .card.book-optional-cost, .boeken .card.book-total-prices {
  border: none;
  border-radius: var(--border-radius-card);
}
.boeken .card.book-stay-info h5, .boeken .card.book-accommodation-info h5, .boeken .card.book-optional-cost h5, .boeken .card.book-total-prices h5 {
  margin-bottom: 20px !important;
}
.boeken .card-body {
  border-radius: var(--border-radius-card);
}
.boeken .form-group-book-button {
  text-align: right;
}
.boeken .form-group-book-button .book-button {
  background-color: var(--mint);
  font-family: "Museo Moderno Bold", sans-serif;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
  transition: all 0.3s ease-in-out;
}
.boeken .form-group-book-button .book-button.disabled {
  background-color: grey;
  color: var(--text-color-B);
  cursor: not-allowed;
}
.boeken .form-group-book-button .book-button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.boeken .form-group-book-button .book-button:hover {
  background-color: var(--mintHov);
  cursor: pointer;
}
.boeken .form-check {
  padding-left: 0 !important;
}
.boeken .form-check .form-check-input {
  width: auto;
  margin: 0 !important;
}
.boeken .form-check .form-check-label {
  margin-inline-start: 20px;
  color: var(--third-color);
  font-family: "Fustat Regular", sans-serif;
  padding: 0;
  text-transform: none;
  letter-spacing: normal;
}
.boeken .form-check .form-check-label button {
  background-color: none;
  border: none;
  color: var(--text-color-A);
  font-family: "Fustat Regular", sans-serif;
  padding: 0;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: underline;
}
.boeken .form-check .form-check-label button:hover {
  border: none;
  background-color: none;
}
.boeken .book-add-accommodation {
  display: none;
}
.boeken .bookzo-bootstrap .card .text-muted {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
}
.boeken .bookzo-bootstrap .card .optional-cost-text {
  text-transform: none;
  letter-spacing: normal;
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
  line-height: 19px;
}
.boeken .bookzo-bootstrap .card .total-price-wrapper {
  margin-top: 0;
  font-family: "Fustat Regular", sans-serif;
  color: var(--third-color);
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
}
.boeken .bookzo-bootstrap .card .optional-cost-price-text,
.boeken .bookzo-bootstrap .card .total-price {
  margin-top: 0;
  font-family: "Fustat Regular", sans-serif;
  color: var(--third-color);
}
.boeken .bookzo-bootstrap .card .optional-cost-price-text .total-nowrap .bookzo-currency-positive,
.boeken .bookzo-bootstrap .card .total-price .total-nowrap .bookzo-currency-positive {
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
}
.boeken .bookzo-bootstrap .card h5 {
  color: var(--text-color-A);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
  padding: 0;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
}
.boeken .bookzo-bootstrap .card .btn-secondary {
  background-color: transparent;
  color: var(--text-link-color);
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  transition: none;
  border: none;
}
.boeken .bookzo-bootstrap .card .btn-secondary:hover {
  color: var(--text-link-hover-color);
  cursor: pointer;
  border: none;
}
.boeken .bookzo-bootstrap .card .number-of-items-input,
.boeken .bookzo-bootstrap .card .persons .persons-item .number-control {
  width: fit-content;
}
.boeken .bookzo-bootstrap .card .number-of-items-input input,
.boeken .bookzo-bootstrap .card .persons .persons-item .number-control input {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  border: 0px;
  border-bottom: 1px solid lightgrey;
  background-color: var(--background-color-B);
  height: 50px;
  border-radius: var(--border-radius-input);
  border-bottom: none;
  color: var(--text-color-A);
  margin: 0 10px !important;
}
.boeken .bookzo-bootstrap .card .number-of-items-input .btn-circle,
.boeken .bookzo-bootstrap .card .persons .persons-item .number-control .btn-circle {
  color: white;
  background-color: var(--button-color);
  border-style: solid var(--button-color);
}
.boeken .bookzo-bootstrap .card .number-of-items-input .btn-circle:not(:disabled):hover,
.boeken .bookzo-bootstrap .card .persons .persons-item .number-control .btn-circle:not(:disabled):hover {
  cursor: pointer;
  background-color: var(--peach);
  color: var(--earth);
}
.boeken .bookzo-bootstrap .card .number-of-items-input button:disabled,
.boeken .bookzo-bootstrap .card .persons .persons-item .number-control button:disabled {
  background-color: var(--background-color-B);
  border-color: var(--third-color);
  color: var(--earth);
  border-style: solid;
}
.boeken .bookzo-bootstrap .card .number-of-items-input button:disabled:hover,
.boeken .bookzo-bootstrap .card .persons .persons-item .number-control button:disabled:hover {
  cursor: not-allowed;
}
.boeken .bookzo-bootstrap .card .number-of-items-input .label b,
.boeken .bookzo-bootstrap .card .persons .persons-item .number-control .label b {
  color: var(--text-color-A);
  font-family: "Fustat Regular", sans-serif;
  display: block;
  width: 120px;
}
.boeken .bookzo-bootstrap .card .more-info-wrapper {
  text-align: left !important;
}
.boeken .bookzo-bootstrap .card .total-description {
  text-transform: none;
  letter-spacing: normal;
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
}
.boeken .bookzo-bootstrap .card .bookzo-currency {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
}
.boeken .bookzo-bootstrap .card .stay-info-list {
  padding-left: 20px;
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
}
.boeken .bookzo-bootstrap .card .stay-info-list li {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.boeken .bookzo-bootstrap .card .stay-info-list li::marker {
  display: none;
}
.boeken .bookzo-bootstrap .card .stay-info-list li::before {
  content: "•";
  position: absolute;
  color: var(--third-color);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  vertical-align: top;
  font-size: 3rem;
  top: 0;
  left: -15px;
  border-radius: 50%;
}

.bevestigiging_section {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  color: var(--text-color-A);
  padding-block-end: 12%;
}
.bevestigiging_section h1 {
  font-family: "Museo Moderno Bold", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(1.5625rem, 3.5vw, 2.1875rem);
  line-height: clamp(1.6875rem, 1.2vw, 2.3125rem);
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.bevestigiging_section h2 {
  font-family: "Museo Moderno Bold", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bevestigiging_section h4 {
  font-family: "Museo Moderno Medium", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.bevestigiging_section .stay-info-list {
  padding-left: 20px;
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
}
.bevestigiging_section .stay-info-list li {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.bevestigiging_section .stay-info-list li::before {
  content: "•";
  position: absolute;
  color: var(--third-color);
  display: inline-block;
  width: 0;
  text-align: center;
  vertical-align: top;
  font-size: 3rem;
  top: 0;
  left: 0;
  left: -15px;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.bevestigiging_section .slider-wrapper {
  border-radius: var(--border-radius-card);
}

.beschikbaarheid_section {
  background-color: white;
  font-family: "Fustat Regular", sans-serif;
}
.beschikbaarheid_section .table-responsive {
  height: auto;
}
.beschikbaarheid_section h1 {
  font-family: "Museo Moderno Bold", sans-serif;
  font-size: clamp(1.5625rem, 3.5vw, 2.1875rem);
  line-height: clamp(1.6875rem, 1.2vw, 2.3125rem);
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.beschikbaarheid_section .uk-visible\@s,
.beschikbaarheid_section .uk-hidden\@s {
  border-radius: var(--border-radius-card);
  padding: 5%;
}
.beschikbaarheid_section .uk-visible\@s .form-group,
.beschikbaarheid_section .uk-hidden\@s .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.beschikbaarheid_section .uk-visible\@s .form-control,
.beschikbaarheid_section .uk-hidden\@s .form-control {
  width: 100%;
  border: 1px solid var(--third-color);
  border-radius: var(--border-radius-button);
  background-color: var(--fourth-color);
  padding: 10px;
  margin: 0 0 10px 0;
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
}
.beschikbaarheid_section .uk-visible\@s .month,
.beschikbaarheid_section .uk-hidden\@s .month {
  padding-top: 5%;
}
.beschikbaarheid_section .uk-visible\@s bookzo-icon svg,
.beschikbaarheid_section .uk-hidden\@s bookzo-icon svg {
  fill: var(--attention-color) !important;
}
.beschikbaarheid_section .uk-visible\@s button,
.beschikbaarheid_section .uk-hidden\@s button {
  background-color: var(--mint);
  font-family: "Museo Moderno Bold", sans-serif;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
  transition: all 0.3s ease-in-out;
}
.beschikbaarheid_section .uk-visible\@s button.disabled,
.beschikbaarheid_section .uk-hidden\@s button.disabled {
  background-color: grey;
  color: var(--text-color-B);
  cursor: not-allowed;
}
.beschikbaarheid_section .uk-visible\@s button.disabled:hover,
.beschikbaarheid_section .uk-hidden\@s button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.beschikbaarheid_section .uk-visible\@s button:hover,
.beschikbaarheid_section .uk-hidden\@s button:hover {
  background-color: var(--mintHov);
  cursor: pointer;
}
.beschikbaarheid_section .uk-visible\@s button svg,
.beschikbaarheid_section .uk-hidden\@s button svg {
  fill: var(--text-color-B) !important;
}

.datepicker-wrapper.floating,
.objects-to-book-wrapper.floating {
  z-index: 99 !important;
}

.bs-datepicker {
  border-radius: var(--border-radius-card);
}
.bs-datepicker .bs-datepicker-head {
  background-color: var(--fourth-color) !important;
  padding: 10px;
}
.bs-datepicker .bs-datepicker-head button {
  background-color: var(--button-color) !important;
  color: var(--text-color-B) !important;
}
.bs-datepicker .bs-datepicker-head button:hover {
  color: var(--text-color-B) !important;
  background-color: var(--button-hover-color) !important;
}
.bs-datepicker .bs-datepicker-head .ngb-dp-month-name,
.bs-datepicker .bs-datepicker-head .ngb-dp-weekday {
  color: var(--text-color-A) !important;
}

.review {
  padding-block-end: 12%;
}
.review h1 {
  font-family: "Museo Moderno Bold", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(1.5625rem, 3.5vw, 2.1875rem);
  line-height: clamp(1.6875rem, 1.2vw, 2.3125rem);
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.review .bookzo.bookzo-bootstrap {
  padding: 1.25rem;
}
.review .bookzo.bookzo-bootstrap .form-wrapper {
  width: 100%;
  max-width: 500px;
}
.review .bookzo.bookzo-bootstrap .form-wrapper .form-group {
  display: flex;
  flex-direction: column;
}
.review .bookzo.bookzo-bootstrap .form-wrapper .form-group label {
  font-family: "Fustat Regular", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  line-height: clamp(1.125rem, 2vw, 1.375rem);
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
}
.review .bookzo.bookzo-bootstrap .form-wrapper .form-group input,
.review .bookzo.bookzo-bootstrap .form-wrapper .form-group textarea {
  width: 100%;
  border-radius: var(--border-radius-input);
  border: none;
  background-color: var(--fourth-color);
  padding: 10px;
  margin: 0 0 10px 0;
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: clamp(1.5rem, 2.2vw, 1.75rem);
}
.review .bookzo.bookzo-bootstrap h4 {
  font-family: "Fustat Regular", sans-serif;
  font-weight: bold;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: clamp(1.375rem, 2.8vw, 2rem);
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.review button {
  background-color: var(--mint);
  font-family: "Museo Moderno Bold", sans-serif;
  letter-spacing: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: clamp(1.25rem, 2.4vw, 1.5rem);
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--text-color-A);
  transition: all 0.3s ease-in-out;
}
.review button.disabled {
  background-color: grey;
  color: var(--text-color-B);
  cursor: not-allowed;
}
.review button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.review button:hover {
  background-color: var(--mintHov);
  cursor: pointer;
}

.alleenicons.kenmerken_icons.mobile {
  display: none;
}
.alleenicons.kenmerken_icons.mobile .persons {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
}
.alleenicons.kenmerken_icons.mobile .pets {
  font-family: "Fustat Regular", sans-serif;
  color: var(--text-color-A);
  position: relative;
}
.alleenicons.kenmerken_icons.mobile .pets .icon-wrapper {
  display: flex;
  align-items: center;
}
.alleenicons.kenmerken_icons.mobile .pets .icon-wrapper svg {
  display: none;
}
.alleenicons.kenmerken_icons.mobile .pets .icon-wrapper::before {
  content: url("/images/designimages/huisdieren_green.svg");
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
}

.rating.mobile {
  display: none;
}

.form-control-active {
  border: 0px solid transparent !important;
}
.form-control-active:focus, .form-control-active:focus-visible {
  border: 0px solid transparent !important;
}
.form-control-active.ng-touched, .form-control-active.ng-dirty {
  border: 0px solid transparent !important;
}

.terms-and-conditions {
  margin-inline-start: 30px;
}
.terms-and-conditions .btn-link {
  margin-top: 0px !important;
}

.payment-details-text {
  margin-inline-start: 30px;
}

.price-discount {
  font-size: 16px;
  color: grey !important;
}
.price-discount span {
  color: grey !important;
}