@charset "UTF-8";
:root {
  --purple100: #5a189a;
  --purple80: #7b2cbf;
  --purple60: #9d4edd;
  --purple40: #c77dff;
  --purple20: #e0aaff;
  --wj-green: #c7fdbb;
  --bordeux: #af4946;
  --wit: #ffffff;
  --creamee: #f8e1ad;
  --donker-blauw: #17195b;
  --zwart: #000000;
  --achtergrond: #f4f9fe;
  --footer: #1e576c;
}

@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("/templates/yootheme_custom/webfonts/HelveticaNeue.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "siryregular";
  src: url("/templates/yootheme_custom/webfonts/siry_font_by_situjuh_7ntypes-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/siry_font_by_situjuh_7ntypes-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OmnesGeorgian";
  src: url("/templates/yootheme_custom/webfonts/omnesgeorgian-medium-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/omnesgeorgian-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vidaloka";
  src: url("/templates/yootheme_custom/webfonts/Vidaloka-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Vidaloka-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.nieuwsbrief .convertforms .cf-content-wrap,
.nieuwsbrief .convertforms .cf-form-wrap {
  padding: 0;
}
.nieuwsbrief .convertforms .cf-input {
  background-color: transparent;
  border: 1px solid white;
  padding: 8px 10px;
}
.nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
  color: white;
  opacity: 0.7;
}
.nieuwsbrief .convertforms .cf-btn {
  background-color: black !important;
  color: white !important;
}
.nieuwsbrief .convertforms .cf-btn:hover {
  background-color: white !important;
  color: black !important;
}
.nieuwsbrief .convertforms .cf-two-thirds {
  display: flex;
  align-items: center;
}
.nieuwsbrief .convertforms .cf-checkbox-group {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::before {
  background-image: linear-gradient(#b9e9b3, #a8e4a0);
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::after {
  display: block;
}
.nieuwsbrief .convertforms .cf-checkbox-group .convertforms .cf-checkbox-group {
  padding: 0px;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label {
  padding-left: 1.8em;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5607843137);
  padding-left: 30px;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
  color: rgba(255, 255, 255, 0.5607843137);
  text-decoration: underline;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
  color: white;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: white;
  border-radius: 0px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label::after {
  content: "";
  position: absolute;
  display: none;
  left: 11px;
  top: 14px;
  width: 0.35em;
  height: 0.7em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero_section {
  background: blue;
}
@media (max-width: 99.9375em) {
  .hero_section {
    background: red;
  }
}
@media (max-width: 74.9375em) {
  .hero_section {
    background: var(--purple60);
  }
}
@media (max-width: 59.9375em) {
  .hero_section {
    background: var(--purple40);
  }
}
@media (max-width: 39.9375em) {
  .hero_section {
    background: var(--purple20);
  }
}
.hero_section h1 {
  font-size: clamp(1.25rem, 1.157rem + 0.49vw, 1.75rem);
  font-family: "Helvetica Neue Regular", sans-serif;
  letter-spacing: 2.3px;
  color: white;
}
@media (max-width: 99.9375em) {
  .hero_section h1 {
    color: white;
  }
}
@media (max-width: 74.9375em) {
  .hero_section h1 {
    color: black;
  }
}
@media (max-width: 59.9375em) {
  .hero_section h1 {
    color: black;
  }
}
@media (max-width: 39.9375em) {
  .hero_section h1 {
    color: black;
  }
}
.hero_section p {
  font-family: "Helvetica Neue Regular", sans-serif;
  color: white;
}
@media (max-width: 99.9375em) {
  .hero_section p {
    color: white;
  }
}
@media (max-width: 74.9375em) {
  .hero_section p {
    color: black;
  }
}
@media (max-width: 59.9375em) {
  .hero_section p {
    color: black;
  }
}
@media (max-width: 39.9375em) {
  .hero_section p {
    color: black;
  }
}
.hero_section .uk-button {
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.hero_section .uk-button:hover {
  background-color: var(--wj-green);
}

/* Slanke navbar */
.uk-sticky {
  /* Optioneel: nóg iets compacter wanneer sticky klasse wordt gezet */
}
.uk-sticky .uk-navbar-container {
  background: white;
  padding: 0px;
  height: 80px;
}
.uk-sticky .uk-navbar-container .uk-navbar-right {
  height: 80px;
}
.uk-sticky .uk-navbar-container .uk-navbar-right li a {
  font-family: "vidaloka", sans-serif;
  color: var(--zwart);
  font-size: clamp(0.9375rem, 0.75rem + 0.31vw, 1.0625rem);
  text-transform: none;
}
.uk-sticky .uk-container {
  padding-right: 0px;
}
.uk-sticky .uk-container .uk-logo {
  width: clamp(6.25rem, 2.083rem + 22.22vw, 18.75rem);
}
@media (max-width: 99.9375em) {
  .uk-sticky .uk-container .uk-logo {
    justify-content: flex-start;
    width: 100%;
  }
}
.uk-sticky.uk-sticky-below .uk-navbar-container {
  height: 50px;
}
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-right {
  height: 50px;
}
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-right a {
  min-height: 50px !important;
}
.uk-sticky.uk-sticky-below .uk-logo {
  width: 110px;
  height: auto;
}
.uk-sticky .uk-navbar-nav > li.item-587 > a {
  padding-left: 20px;
  padding-right: 20px;
  background: var(--bordeux) !important;
  color: var(--creamee);
  font-family: "siryregular", sans-serif;
  text-transform: unset;
  font-size: clamp(0.875rem, 0.045rem + 1.339vw, 1.25rem);
}
.uk-sticky .tm-header-mobile .uk-navbar-right {
  padding-inline-end: 51px;
}

.uk-offcanvas-bar {
  background: var(--wit);
}
.uk-offcanvas-bar ul li a {
  font-family: "vidaloka", sans-serif;
  color: black !important;
}
.uk-offcanvas-bar .uk-offcanvas-close {
  color: red;
}

.uk-navbar-toggle {
  margin-right: 32px;
}

.introblok {
  background: var(--achtergrond);
}
.introblok h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}
.introblok p {
  font-family: "OmnesGeorgian", sans-serif;
}
.introblok .el-image {
  margin-top: -145px;
  margin-bottom: -81px;
}
@media (max-width: 59.9375em) {
  .introblok .el-image {
    height: 333px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.introblok .uk-button {
  font-family: "vidaloka", sans-serif;
  background: var(--donker-blauw);
  color: var(--creamee);
  border-radius: 4px;
  text-transform: unset;
  font-family: "vidaloka", sans-serif;
  margin-bottom: 48px;
  font-size: 20px;
  padding: 7px;
}
.introblok .uk-button a {
  color: var(--creamee);
}
.introblok .uk-button:hover {
  background-color: var(--bordeux);
}
.introblok .uk-icon svg {
  width: 38px;
  /* maak groter */
}

.onzeaccoblok {
  background: var(--achtergrond);
}
.onzeaccoblok h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
  color: var(--creamee);
}
.onzeaccoblok .uk-background-norepeat.uk-background-center-center.uk-tile.uk-width-1-1 {
  background-size: cover;
}
.onzeaccoblok .card_grid .uk-grid {
  margin-top: -2.9375rem;
}
.onzeaccoblok .el-image {
  border: 11px solid #ffffff;
  border-radius: 8px;
}
.onzeaccoblok h3 {
  font-family: "siryregular", sans-serif;
  font-size: 30px;
}
.onzeaccoblok .uk-button {
  font-family: "vidaloka", sans-serif;
  font-family: "vidaloka", sans-serif;
  background: var(--donker-blauw);
  color: var(--creamee);
  border-radius: 4px;
  text-transform: unset;
  font-size: 20px;
}
.onzeaccoblok .uk-button a {
  color: var(--creamee);
}
.onzeaccoblok .uk-button:hover {
  background-color: var(--bordeux);
}

.tm-toolbar {
  background-color: var(--bordeux);
}
.tm-toolbar .uk-container {
  padding-inline-end: 20px;
}

.header .uk-background-norepeat {
  align-items: flex-end;
}
@media (max-width: 99.9375em) {
  .header .uk-background-norepeat {
    padding-inline-start: 40px;
  }
}
@media (max-width: 74.9375em) {
  .header .uk-background-norepeat {
    padding-inline-start: 30px;
  }
}
@media (max-width: 59.9375em) {
  .header .uk-background-norepeat {
    padding-inline-start: 20px;
  }
}
@media (max-width: 39.9375em) {
  .header .uk-background-norepeat {
    padding-inline-start: 15px;
  }
}
.header .zoekenboek .uk-flex-bottom {
  background: rgba(255, 255, 255, 0.528);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 20px;
}
@media (max-width: 39.9375em) {
  .header .zoekenboek .uk-flex-bottom {
    margin-top: 100px;
  }
}
.header .zoekenboek h1 {
  font-family: "siryregular", sans-serif;
  color: #2d2e33;
  font-size: 62px;
}
@media (max-width: 74.9375em) {
  .header .zoekenboek h1 {
    font-size: 48px;
  }
}
@media (max-width: 59.9375em) {
  .header .zoekenboek h1 {
    font-size: 36px;
  }
}
@media (max-width: 39.9375em) {
  .header .zoekenboek h1 {
    font-size: 28px;
  }
}
.header .zoekenboek bookzo-search form {
  justify-content: center;
  gap: 20px;
}
@media (max-width: 59.9375em) {
  .header .zoekenboek bookzo-search form {
    flex-direction: column;
    align-items: center;
  }
}
.header .zoekenboek bookzo-search form input {
  min-height: 50px;
  max-height: 50px;
  border: none;
  text-align: center;
}
@media (max-width: 39.9375em) {
  .header .zoekenboek bookzo-search form input {
    min-width: 100% !important;
  }
}
.header .zoekenboek bookzo-search form label {
  font-family: "OmnesGeorgian", sans-serif;
  color: #2d2e33;
  text-align: center;
}
@media (max-width: 39.9375em) {
  .header .zoekenboek bookzo-search form .form-group-inline {
    width: 100% !important;
  }
}
.header .zoekenboek bookzo-search form .bookzo-search-arrival-departure .inut-group {
  background-color: white;
}
.header .zoekenboek bookzo-search .btn.bookzo-search-submit {
  font-family: "vidaloka", sans-serif;
  background: var(--donker-blauw);
  color: var(--creamee);
  border-radius: 4px;
  text-transform: unset;
  border: none;
  min-height: 52px;
  max-height: 52px;
  font-size: 33px;
  padding-inline: 15px;
}
.header .zoekenboek bookzo-search .btn.bookzo-search-submit:hover {
  background-color: var(--bordeux);
  cursor: pointer;
}
.header .dropdown-input .form-control-dropdown {
  padding-right: 0px !important;
}
.header .dropdown-input .form-control-dropdown .dropdown-button {
  display: none !important;
}

.liggingblok h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
  color: var(--donker-blauw);
}
.liggingblok p {
  font-family: "OmnesGeorgian", sans-serif;
}
.liggingblok .uk-card-default {
  background-color: rgba(234, 242, 250, 0.9);
  width: 421px;
  height: 662px;
}

.genietenblok {
  padding-top: 20px;
  position: relative;
}
.genietenblok::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 106px;
  width: 100%;
  height: 60px;
  background-image: url("/images/YooTheme/shape.svg");
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transform: translateY(-100%);
}
@media (max-width: 39.9375em) {
  .genietenblok::before {
    display: none;
  }
}
.genietenblok .uk-background-norepeat {
  background-repeat: repeat;
  margin-top: -22px;
}
.genietenblok .gallery {
  z-index: 10;
  position: relative;
  top: 87px;
  background: white;
  border-radius: 10px;
  border: 11px solid white;
  margin-top: -236px;
}
@media (max-width: 59.9375em) {
  .genietenblok .gallery {
    z-index: 10;
    position: relative;
    top: 87px;
    background: white;
    border-radius: 10px;
    border: 11px solid white;
  }
}
.genietenblok .bg_row {
  margin-top: 0;
}
.genietenblok h2 {
  margin-top: -80px;
  font-family: "siryregular", sans-serif;
  color: var(--creamee);
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}
@media (max-width: 59.9375em) {
  .genietenblok h2 {
    margin-top: 8px;
  }
}
.genietenblok p {
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--wit);
  font-size: 20px;
}
.genietenblok .uk-background-norepeat .uk-background-cover.uk-background-center-center.uk-tile.uk-width-1-1 {
  margin-top: 0;
}
.genietenblok .slide {
  z-index: 10;
  position: relative;
  border: 11px solid white;
  border-radius: 10px;
}

.toegankelijkblok {
  background: var(--achtergrond);
}
.toegankelijkblok h2 {
  font-family: "siryregular", sans-serif;
  color: var(--bordeux);
  margin-bottom: -36px;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}
.toegankelijkblok h3 {
  font-family: "siryregular", sans-serif;
  color: var(--donker-blauw);
  font-size: 25px;
}
.toegankelijkblok p {
  font-family: "OmnesGeorgian", sans-serif;
}
.review-page {
  background: var(--achtergrond);
  margin-top: -31px;
}
.review-page h2 {
  font-family: "siryregular", sans-serif;
  font-size: 40px;
  margin-top: 120px;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}
.review-page .uk-button {
  font-family: "vidaloka", sans-serif;
  background: var(--donker-blauw);
  color: var(--creamee);
  border-radius: 4px;
  text-transform: unset;
  font-family: "vidaloka", sans-serif;
  margin-bottom: 48px;
  font-size: 20px;
  padding: 7px;
}
.review-page .uk-button a {
  color: var(--creamee);
}
.review-page .uk-button:hover {
  background-color: var(--bordeux);
}
.review-page .uk-icon svg {
  width: 38px;
  /* maak groter */
}

.footer {
  background: var(--footer);
}
.footer .row2 img {
  width: 100%;
}
.footer .row3 {
  margin-left: 20px;
}
.footer h2 {
  font-family: "siryregular", sans-serif;
  color: var(--creamee);
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}
.footer p {
  color: var(--wit);
  font-family: "OmnesGeorgian", sans-serif;
}
.footer a {
  color: var(--wit);
  font-family: "OmnesGeorgian", sans-serif;
}
.footer .el-image {
  margin-top: -70px;
}
.footer .fimg {
  margin-bottom: -71px;
  margin-top: 22px;
}
@media (max-width: 59.9375em) {
  .footer .fimg {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .footer .fimg {
    margin-bottom: -71px;
    margin-top: 54px;
  }
}
.footer .ggv {
  color: var(--wit);
  font-family: "OmnesGeorgian", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 15px;
}

.carvanstalling h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}
.carvanstalling p {
  font-family: "OmnesGeorgian", sans-serif;
  font-size: 20px;
}

.voorwaarden {
  background: var(--bordeux);
  /* maak dikker */
}
.voorwaarden .uk-list {
  color: var(--wit);
  font-family: "OmnesGeorgian", sans-serif;
}
.voorwaarden .el-item {
  font-family: "OmnesGeorgian", sans-serif;
}
.voorwaarden .uk-icon svg {
  color: var(--creamee);
  width: 60px;
}
.voorwaarden .uk-icon svg polyline {
  stroke-width: 3 !important;
  stroke: var(--creamee) !important;
  stroke-linecap: butt;
  stroke-linejoin: round;
}

.onderhoud {
  position: relative;
}
.onderhoud .uk-background-norepeat {
  background-repeat: repeat;
}
.onderhoud::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 106px;
  width: 100%;
  height: 60px;
  background-image: url("/images/YooTheme/shape.svg");
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transform: translateY(-100%);
}
@media (max-width: 39.9375em) {
  .onderhoud::before {
    display: none;
  }
}
.onderhoud .el-image {
  border-radius: 10px;
  border: 11px solid white;
  margin-top: -150px;
  margin-bottom: -200px;
  z-index: 2;
  position: relative;
}
@media (max-width: 74.9375em) {
  .onderhoud .el-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.onderhoud h2 {
  color: var(--creamee);
  font-family: "siryregular", sans-serif;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
  margin-top: 74px;
}
.onderhoud p {
  color: var(--wit);
  font-family: "OmnesGeorgian", sans-serif;
}

.stallingrow {
  margin-top: -5px;
}

.beschikbaar {
  padding-bottom: 200px;
  background: var(--achtergrond);
}
.beschikbaar h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
  padding-bottom: 40px;
}
.beschikbaar .uk-button {
  font-family: "vidaloka", sans-serif;
  background: var(--donker-blauw);
  color: var(--creamee);
  border-radius: 4px;
  text-transform: unset;
  font-family: "vidaloka", sans-serif;
  margin-bottom: 48px;
  font-size: 20px;
  padding: 7px;
}
.beschikbaar .uk-button a {
  color: var(--creamee);
}
.beschikbaar .uk-button:hover {
  background-color: var(--bordeux);
}
.beschikbaar .uk-icon svg {
  width: 38px;
  /* maak groter */
}

.tips {
  background: var(--achtergrond);
}
.tips .uk-panel {
  padding-top: 35px;
}
.tips .uk-button {
  font-family: "vidaloka", sans-serif;
  background: var(--donker-blauw);
  color: var(--creamee);
  border-radius: 4px;
  text-transform: unset;
  font-family: "vidaloka", sans-serif;
  margin-bottom: 48px;
  font-size: 20px;
  padding: 7px;
}
.tips .uk-button a {
  color: var(--creamee);
}
.tips .uk-button:hover {
  background-color: var(--bordeux);
}
.tips .uk-icon svg {
  width: 38px;
  /* maak groter */
}
.tips h2 {
  font-family: "siryregular", sans-serif;
  font-size: 80px;
  color: var(--bordeux);
}
.tips h3 {
  font-family: "siryregular", sans-serif;
}

.stranden {
  background: var(--achtergrond);
}
.stranden .uk-background-norepeat {
  padding-bottom: 189px;
}
.stranden h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}
.stranden p {
  font-family: "OmnesGeorgian", sans-serif;
}

.nationalpark {
  background: var(--bordeux);
}
.nationalpark .el-image {
  margin-top: -123px;
  border-radius: 10px;
  border: 11px solid white;
  z-index: 2;
  position: relative;
}
.nationalpark h2 {
  color: var(--creamee);
  font-family: "siryregular", sans-serif;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}
.nationalpark p {
  color: var(--wit);
  font-family: "OmnesGeorgian", sans-serif;
}

.vogelgebied {
  margin-top: -5px;
}
.vogelgebied h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}

.sluft {
  background: var(--achtergrond);
}
.sluft h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}
.sluft p {
  font-family: "OmnesGeorgian", sans-serif;
}
.sluft .h2r {
  color: var(--bordeux) !important;
  font-size: clamp(2.1875rem, 1.771rem + 2.22vw, 3.4375rem);
}

:root {
  --attention-color: var(--pink);
  --contrast-color: #af4946;
  --contrast-color-soft: var(--green);
  --primary-color: var(--extreme-faded-orange);
  --secondary-color: white;
  --third-color: var(--extreme-faded-orange);
  --fourth-color: var(--extreme-faded-pink);
  --input-field-color: #f3f3f3;
  --disabled-color: #afafaf;
  --background-color-A: var(--extreme-faded-orange);
  --background-color-B: #f4f9fe;
  --button-primary-color: #af4946;
  --button-primary-hover-color: #17195b;
  --button-primary-text-color: #ffffff;
  --button-primary-hover-text-color: white;
  --button-secondary-color: #17195b;
  --button-secondary-hover-color: #af4946;
  --button-secondary-text-color: white;
  --button-secondary-hover-text-color: white;
  --calendar-available-color: #F8F0DF;
  --calendar-unavailable-color: #D99694;
  --calendar-unavailable-text: hsla(0, 0%, 0%, 0.50);
  --text-color-dark: #00000;
  --text-color-light: white;
  --text-link-color: var(--green);
  --text-link-hover-color: var(--green);
  --border-radius-card: 20px;
  --border-radius-header-images: 20px;
  --border-radius-result-cards-images: 10px;
  --border-radius-button: 50px;
  --border-radius-pricetags: 10px;
  --border-radius-input: 20px;
  --padding-result-cards: 20px;
}

.bookzo .persons .icon-wrapper {
  align-items: flex-end;
  font-size: 16px;
}
.bookzo .persons .icon-wrapper .bookzo-icon-wrapper {
  background-color: var(--bordeux);
  mask: url("/images/bookzo/bookzo-personen.svg") no-repeat center/contain;
  -webkit-mask: url("/images/bookzo/bookzo-personen.svg") no-repeat center/contain;
  width: 23px;
  height: 22px;
  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;
}

.bs-datepicker-container,
.bs-datepicker-head {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.bookzo-bootstrap .badge-secondary,
.bookzo-bootstrap .badge-primary {
  border-radius: 99px !important;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.invalid-feedback {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", 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 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 {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.boekzozoeken .form-control {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.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(--fresh-grass);
  border: 0px;
  padding: 0px;
  min-width: 150px;
  height: 50px;
  color: var(--text-color-dark);
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.833rem + 1.22vw, 1.75rem);
  line-height: 1;
  color: var(--text-color-dark);
}
@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(--button-color);
  color: var(--text-color-light);
  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/bookzo/bookzo-personen.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;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  font-weight: normal !important;
  color: var(--text-color-light);
  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;
}

.lastminutes #resultCard .card-body {
  position: absolute;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", 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: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.688rem + 2vw, 2.1875rem);
  line-height: 1;
  color: var(--text-color-dark);
  color: var(--text-color-light);
}
.lastminutes #resultCard .card-body p {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.833rem + 1.22vw, 1.75rem);
  line-height: 1;
  color: var(--text-color-dark);
  color: var(--text-color-light);
}
.lastminutes #resultCard .card-body .location,
.lastminutes #resultCard .card-body .location .icon-wrapper {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-light);
  text-transform: none;
}
.lastminutes #resultCard .card-body .persons {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-light);
  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 .pets {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-light);
}
.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-light);
}
.lastminutes #resultCard .card-bottom {
  z-index: 2;
}
.lastminutes #resultCard .card-bottom button {
  box-shadow: none !important;
  color: var(--text-link-color) !important;
  text-decoration: none;
  border: 2px solid var(--text-link-color);
  border-radius: var(--border-radius-button);
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.446);
  backdrop-filter: blur(10px);
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  z-index: 99;
  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(--button-primary-hover-text-color) !important;
  border: 2px solid var(--button-primary-hover-color);
  background-color: var(--button-primary-hover-color);
}
.lastminutes #resultCard #bookButtonResultCard {
  display: none;
}

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

.alleenicons.kenmerken_icons.mobile {
  display: none;
}
.alleenicons.kenmerken_icons.mobile .persons {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.alleenicons.kenmerken_icons.mobile .pets {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
  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;
}

.breadcrumbs_section {
  background: var(--achtergrond);
}

.uk-breadcrumb li a {
  font-family: "siryregular", sans-serif;
}
.uk-breadcrumb li span[property=name] {
  font-family: "siryregular", sans-serif;
}

.kamers {
  background: var(--achtergrond);
}
.kamers h3 {
  font-family: "siryregular", sans-serif;
}
.kamers .bookzo-icon-wrapper {
  background-color: var(--bordeux) !important;
}
.kamers .more-info-button {
  font-family: "vidaloka", sans-serif;
  background: var(--donker-blauw);
  color: var(--creamee);
  border-radius: 4px;
  text-transform: unset;
  border: none;
  font-size: 23px;
}
.kamers .more-info-button:hover {
  background-color: var(--bordeux);
  cursor: pointer;
}

.imageheader {
  position: relative;
}
.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;
}
.imageheader bookzo-object-images {
  position: relative;
  z-index: 2;
}
.imageheader bookzo-object-images .images-wrapper {
  flex-direction: row;
  height: 40vh;
  min-height: 300px;
}
@media (max-width: 39.9375em) {
  .imageheader bookzo-object-images .images-wrapper {
    height: 20vh;
  }
}
.imageheader bookzo-object-images .images-wrapper .item {
  flex: 50%;
}
.imageheader bookzo-object-images .images-wrapper .item .main-image {
  height: 100%;
  padding: 7px;
  transform: none !important;
  transition: none;
  border-radius: var(--border-radius-card);
}
.imageheader bookzo-object-images .images-wrapper .smaller-images {
  flex: 50%;
  height: 100%;
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column: 1/2;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
}
.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;
  padding: 7px;
  border-radius: var(--border-radius-card);
}
.imageheader bookzo-object-images .images-wrapper .btn {
  right: auto;
  left: 20px;
}
.imageheader .btn.btn-secondary.ng-star-inserted {
  box-shadow: none !important;
  color: var(--text-link-color) !important;
  text-decoration: none;
  border: 2px solid var(--text-link-color);
  border-radius: var(--border-radius-button);
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.446);
  backdrop-filter: blur(10px);
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  box-shadow: transparent !important;
}
.imageheader .btn.btn-secondary.ng-star-inserted:hover {
  cursor: pointer;
  color: var(--button-primary-hover-text-color) !important;
  border: 2px solid var(--button-primary-hover-color);
  background-color: var(--button-primary-hover-color);
}
.imageheader::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;
}

.section-with-sticky-column {
  background-color: var(--background-color-B);
}
.section-with-sticky-column .bookzo p {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
@media (min-width: 1600px) {
  .section-with-sticky-column .bookzo {
    gap: 110px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .section-with-sticky-column .bookzo {
    gap: 110px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.section-with-sticky-column .bookzo h1 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.25rem, 0.75rem + 2.67vw, 2.75rem);
  line-height: 1;
  color: var(--text-color-dark);
}
.section-with-sticky-column .bookzo h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.688rem + 2vw, 2.1875rem);
  line-height: 1;
  color: var(--text-color-dark);
}
.section-with-sticky-column .bookzo p {
  margin: 0 !important;
}
.section-with-sticky-column .bookzo bookzo-object-description span {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.section-with-sticky-column .bookzo .bookzo-read-more,
.section-with-sticky-column .bookzo .description {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.section-with-sticky-column .bookzo .bookzo-read-more .btn-link,
.section-with-sticky-column .bookzo .description .btn-link {
  box-shadow: none !important;
  color: var(--text-link-color) !important;
  text-decoration: none;
  border: 2px solid var(--text-link-color);
  border-radius: var(--border-radius-button);
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.446);
  backdrop-filter: blur(10px);
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.section-with-sticky-column .bookzo .bookzo-read-more .btn-link:hover,
.section-with-sticky-column .bookzo .description .btn-link:hover {
  cursor: pointer;
  color: var(--button-primary-hover-text-color) !important;
  border: 2px solid var(--button-primary-hover-color);
  background-color: var(--button-primary-hover-color);
}
.section-with-sticky-column .bookzo .bookzo-read-more::after {
  background: linear-gradient(transparent, var(--background-color-B) 75%);
}
.section-with-sticky-column .bookzo hr {
  border-top: 1px solid #999998;
}
.section-with-sticky-column .bookzo .usps .uk-grid {
  justify-content: flex-start;
}
.section-with-sticky-column .bookzo .usps .uk-grid .uk-first-column {
  width: auto;
}
.section-with-sticky-column .bookzo .icon-wrapper {
  padding-inline-end: 20px;
}
.section-with-sticky-column .bookzo .persons-pets-location {
  display: flex;
  flex-direction: row;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.section-with-sticky-column .bookzo .persons-pets-location .location {
  display: none;
}
.section-with-sticky-column .bookzo .persons-pets-location [class*=featureId] {
  display: none;
}
.section-with-sticky-column .bookzo bookzo-object-features .feature-group-heading {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.958rem + 0.56vw, 1.375rem);
  line-height: 1;
  color: var(--text-color-dark);
}
@media (max-width: 39.9375em) {
  .section-with-sticky-column .bookzo bookzo-object-features .feature-groups {
    margin-bottom: 10px;
  }
}
.section-with-sticky-column .bookzo bookzo-object-features ul {
  padding-inline-start: 0;
}
.section-with-sticky-column .bookzo bookzo-object-features ul li {
  list-style-type: none;
  position: relative;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  padding-inline-start: 20px;
  margin-block-end: 7px;
}
.section-with-sticky-column .bookzo bookzo-object-features ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  background-color: var(--contrast-color);
  mask: url("/images/bookzo/disk.svg") no-repeat center/contain;
  -webkit-mask: url("/images/bookzo/disk.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  display: block;
}
.section-with-sticky-column .uk-card.uk-sticky {
  z-index: 3;
  border: 2px solid var(--primary-color);
  padding-inline-start: 30px;
  border-radius: var(--border-radius-card);
  padding: 20px;
}
@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: 0px;
  }
}
.section-with-sticky-column .uk-card.uk-sticky .kenmerken_icons {
  margin-top: 10px;
}
.section-with-sticky-column .uk-card.uk-sticky .average-rating-container {
  display: flex;
  justify-content: flex-end;
}
.section-with-sticky-column .uk-card.uk-sticky .average-rating-container .average-rating-number {
  top: 15px;
  position: relative;
  font-family: "OmnesGeorgian", sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  color: var(--text-color-light) !important;
  line-height: 1 !important;
  position: relative;
  z-index: 2;
}
.section-with-sticky-column .uk-card.uk-sticky .average-rating-container .average-rating-number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: var(--contrast-color);
  border-radius: 100%;
  z-index: -1;
  transform: translateY(-17px);
}
@media (max-width: 39.9375em) {
  .section-with-sticky-column .uk-card.uk-sticky .average-rating-container .average-rating-number {
    top: 0px;
  }
}
.section-with-sticky-column .uk-card.uk-sticky h3 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.688rem + 2vw, 2.1875rem);
  line-height: 1;
  color: var(--text-color-dark);
  margin-top: 5px !important;
}
.section-with-sticky-column .uk-card.uk-sticky ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0px;
  padding-inline-start: 0;
  margin-block-end: 20px;
}
@media (max-width: 39.9375em) {
  .section-with-sticky-column .uk-card.uk-sticky ul {
    margin-block-end: 0px;
  }
}
.section-with-sticky-column .uk-card.uk-sticky ul li {
  list-style-type: none;
  position: relative;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  padding-inline-start: 20px;
  margin-block-end: 7px;
}
.section-with-sticky-column .uk-card.uk-sticky ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  background-color: var(--contrast-color);
  mask: url("/images/bookzo/disk.svg") no-repeat center/contain;
  -webkit-mask: url("/images/bookzo/disk.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  display: block;
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .uk-card.uk-sticky hr {
    display: none;
  }
}
@media (max-width: 59.9375em) {
  .section-with-sticky-column .uk-card.uk-sticky .bookzo-object-part bookzo-object-calendar {
    display: none;
  }
}
.section-with-sticky-column .uk-card.uk-sticky .bookzo-object-part bookzo-object-calendar .form-group {
  width: 100%;
  gap: 10px;
}
.section-with-sticky-column .uk-card.uk-sticky .bookzo-object-part bookzo-object-calendar .form-group .input-group {
  gap: 10px;
}
.section-with-sticky-column .uk-card.uk-sticky .bookzo-object-part bookzo-object-calendar .form-group label {
  font-family: "siryregular", sans-serif;
  font-size: clamp(0.8125rem, 0.792rem + 0.11vw, 0.875rem);
  line-height: 1;
  font-weight: bold;
  color: var(--text-color-dark);
  margin-block-end: 10px;
}
.section-with-sticky-column .uk-card.uk-sticky .bookzo-object-part bookzo-object-calendar .form-group input {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  height: 50px;
  text-align: center;
  border: none;
  min-width: auto;
  background-color: var(--input-field-color);
  border-radius: var(--border-radius-input);
}
.section-with-sticky-column .uk-card.uk-sticky .bookzo-object-part bookzo-object-calendar .form-group input.form-control-active {
  border: none !important;
  box-shadow: none !important;
}
.section-with-sticky-column .uk-card.uk-sticky .bookzo-object-part .object-calendar-prices {
  margin-block-start: 10px !important;
  text-align: right;
}
.section-with-sticky-column .uk-card.uk-sticky .bookzo-object-part bookzo-prices .text-muted,
.section-with-sticky-column .uk-card.uk-sticky .bookzo-object-part bookzo-prices span,
.section-with-sticky-column .uk-card.uk-sticky .bookzo-object-part bookzo-prices .price-discount {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark) !important;
}
.section-with-sticky-column .uk-card.uk-sticky button {
  background-color: var(--button-primary-color);
  font-family: "OmnesGeorgian", sans-serif;
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--button-primary-text-color) !important;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.section-with-sticky-column .uk-card.uk-sticky button.disabled {
  background-color: grey;
  color: var(--text-color-light) !important;
  cursor: not-allowed;
}
.section-with-sticky-column .uk-card.uk-sticky button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.section-with-sticky-column .uk-card.uk-sticky button:hover {
  background-color: var(--button-primary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}

.beschikbaarheid_sublayout h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.688rem + 2vw, 2.1875rem);
  line-height: 1;
  color: var(--text-color-dark);
}
.beschikbaarheid {
  font-family: "siryregular", sans-serif;
  color: var(--text-color-dark);
  padding: 40px 0 0px 0;
}
@media (max-width: 39.9375em) {
  .beschikbaarheid {
    padding: 0;
    margin-top: 30px !important;
  }
}
.beschikbaarheid .total-wrapper {
  margin-top: 0px;
  font-family: "siryregular", sans-serif;
  color: var(--dark);
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.beschikbaarheid .text-muted {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark) !important;
}
.beschikbaarheid .datepicker-wrapper .alert-info {
  display: none;
}
.beschikbaarheid .object-calendar-prices.ng-star-inserted {
  display: none;
}
.beschikbaarheid .alternative-prices-earlier-later .btn-link {
  background-color: var(--button-primary-color);
  border-radius: var(--border-radius-button);
  border: none;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--button-primary-text-color) !important;
  padding: 5px 20px;
  text-transform: none;
  letter-spacing: normal;
  transition: all 0.3s ease-in-out;
}
.beschikbaarheid .alternative-prices-earlier-later .btn-link:hover {
  background-color: var(--button-primary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}
.beschikbaarheid .persons .persons-item .number-control input {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  border: 0px;
  border-bottom: 1px solid lightgrey;
  background-color: var(--input-field-color);
  height: 50px;
  border-radius: var(--border-radius-input);
  border-bottom: none;
  color: var(--text-color-dark) !important;
  margin: 0 10px !important;
}
.beschikbaarheid .persons .persons-item .number-control .btn-circle {
  color: var(--button-primary-text-color) !important;
  background-color: var(--button-primary-color);
  border-style: solid var(--button-primary-color);
}
.beschikbaarheid .persons .persons-item .number-control .btn-circle:hover {
  cursor: pointer;
}
.beschikbaarheid .persons .persons-item .number-control button:disabled {
  background-color: var(--disabled-color);
  border-color: var(--disabled-color);
  color: var(--text-color-light) !important;
  border-style: solid;
}
.beschikbaarheid .persons .persons-item .number-control button:disabled:hover {
  cursor: not-allowed;
}
@media (max-width: 39.9375em) {
  .beschikbaarheid .number-control {
    flex-direction: column;
  }
}
.beschikbaarheid .number-control .label b {
  color: var(--text-color-dark);
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.beschikbaarheid .price-arrival-departure.text-muted {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
@media (max-width: 39.9375em) {
  .beschikbaarheid .price-arrival-departure.text-muted {
    margin-top: 10px;
  }
}
.beschikbaarheid h5 {
  margin-top: 0px;
}
.beschikbaarheid .card-alternative-prices .card-body {
  padding: 0px !important;
}
.beschikbaarheid .datepicker-buttons .btn-link {
  background-color: transparent;
  color: var(--text-link-color);
  text-decoration: underline;
  padding: 0px;
  border: 0px;
  font-family: "mainfont-semibold";
  text-transform: none;
  letter-spacing: normal;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.beschikbaarheid .alternative-prices-container {
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.beschikbaarheid .alternative-prices-up-down-btn-wrapper .btn-link {
  background-color: transparent;
  border: 2px solid var(--button-primary-color);
  border-radius: var(--border-radius-button);
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  text-decoration: none;
  padding: 0px;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark) !important;
  text-transform: none;
  letter-spacing: normal;
}
.beschikbaarheid .alternative-prices-up-down-btn-wrapper .btn-link:hover {
  cursor: pointer;
}
.beschikbaarheid .book-button {
  background-color: var(--button-primary-color);
  font-family: "OmnesGeorgian", sans-serif;
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--button-primary-text-color) !important;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.beschikbaarheid .book-button.disabled {
  background-color: grey;
  color: var(--text-color-light) !important;
  cursor: not-allowed;
}
.beschikbaarheid .book-button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.beschikbaarheid .book-button:hover {
  background-color: var(--button-primary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}
@media (max-width: 39.9375em) {
  .beschikbaarheid .book-button {
    margin-top: 10px;
    width: 100%;
  }
}
.beschikbaarheid h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.688rem + 2vw, 2.1875rem);
  line-height: 1;
  color: var(--text-color-dark);
}
.beschikbaarheid .ngb-dp-month-name {
  margin: 0px !important;
  color: grey;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.beschikbaarheid .card {
  border: 0px !important;
  background-color: transparent !important;
}
.beschikbaarheid .bookzo-object-part {
  border-radius: 0;
  padding: 30px;
}
@media (max-width: 39.9375em) {
  .beschikbaarheid .bookzo-object-part {
    padding: 0px;
  }
}
.beschikbaarheid .card-body {
  padding: 0px !important;
}
.beschikbaarheid .calendar-persons {
  background-color: transparent;
  gap: 20px;
  justify-content: center;
}
.beschikbaarheid .calendar-persons .spacer {
  display: none;
}
.beschikbaarheid .datepicker-wrapper {
  border: 0px !important;
  background-color: transparent;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
@media (max-width: 39.9375em) {
  .beschikbaarheid .datepicker-wrapper {
    transform: scale(1.1);
    transform-origin: top center;
  }
}
.beschikbaarheid .extra_informatie {
  margin-inline: 30px;
  box-shadow: none;
}
.beschikbaarheid .extra_informatie h3 {
  font-family: "mainfont-bold";
  font-size: 1.25rem;
  position: relative;
  padding-left: 35px;
}
.beschikbaarheid .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;
}
.beschikbaarheid .extra_informatie ul li {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.beschikbaarheid .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%;
}

@media (max-width: 350px) {
  .persons-wrapper.ng-star-inserted {
    margin-top: -50px;
  }
}
@media (max-width: 39.9375em) {
  .persons-wrapper.ng-star-inserted {
    top: 100px;
    position: relative;
    margin-block-end: 140px;
  }
}

.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 {
  text-align: right;
}

.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(--third-color);
  border-radius: var(--border-radius-pricetags);
}
.price-cell h5 {
  font-family: "siryregular", sans-serif;
}
@media (max-width: 540px) {
  .price-cell h5 > * {
    display: flex;
    flex-direction: column;
  }
}

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

th,
td {
  border: none !important;
}

.bookzo_resultaat .uk-background-norepeat {
  background-color: var(--background-color-A);
}
.bookzo_resultaat h1 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.25rem, 0.75rem + 2.67vw, 2.75rem);
  line-height: 1;
  color: var(--text-color-dark);
  margin-bottom: 20px;
}
@media (max-width: 39.9375em) {
  .bookzo_resultaat h1 {
    margin-top: 20px;
  }
}
.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 {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  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);
  background-color: var(--button-color);
  padding-top: 1.2rem;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky h2 {
  margin: 1.2rem;
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.688rem + 2vw, 2.1875rem);
  line-height: 1;
  color: var(--text-color-dark);
  font-size: 1.25rem;
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky h5 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.833rem + 1.22vw, 1.75rem);
  line-height: 1;
  color: var(--text-color-dark);
}
.bookzo_resultaat .filtercol .uk-panel.uk-position-z-index.uk-sticky span {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.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: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.688rem + 2vw, 2.1875rem);
  line-height: 1;
  color: var(--text-color-dark);
  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 {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
  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 .badges-wrapper.pt-2 {
  display: none;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.bookzo_resultaat .badges-wrapper.pt-2 .badges .badge {
  color: var(--text-color-light);
  background-color: var(--button-primary-color);
  border-radius: var(--border-radius-button);
  border: none;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--button-primary-text-color) !important;
  padding: 5px 20px;
  text-transform: none;
  letter-spacing: normal;
  transition: all 0.3s ease-in-out;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.bookzo_resultaat .badges-wrapper.pt-2 .badges .badge:hover {
  background-color: var(--button-primary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}
.bookzo_resultaat .badges-wrapper.pt-2 .badges .badge .badge-text {
  padding: 0px !important;
}
.bookzo_resultaat .badges-wrapper.pt-2 .badges .badge .badge-close {
  margin-block-end: 3.5px;
  padding-inline-end: 0px;
}
.bookzo_resultaat #openFiltersButton {
  display: none;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper {
  justify-content: center;
  row-gap: 40px;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card {
  width: 100%;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .slider-pagination {
  display: none;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item {
  background-color: var(--background-color-B);
  border-radius: var(--border-radius-card);
  padding: var(--padding-result-cards);
  border: none;
  transform: none !important;
  max-width: 480px;
}
@media (max-width: 59.9375em) {
  .bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item {
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  .bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item {
    margin-inline: 10px;
  }
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-img-top {
  min-height: 200px;
  position: relative;
  transition: filter 0.3s ease-in-out;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-img-top .slider-wrapper {
  border-radius: var(--border-radius-result-cards-images);
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body {
  padding: 0px;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .object-name {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.958rem + 0.56vw, 1.375rem);
  line-height: 1;
  color: var(--text-color-dark);
  margin-block-end: 10px;
  margin-block-start: 15px;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .persons {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-description {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body bookzo-object-usp ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  padding-inline-start: 0;
  margin-block-end: 30px;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body bookzo-object-usp ul li {
  text-wrap: nowrap;
  list-style-type: none;
  position: relative;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  color: var(--light);
  padding-inline-start: 30px;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body bookzo-object-usp ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url("/images/disk.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices {
  margin-top: 20px !important;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices bookzo-prices {
  text-align: right !important;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices bookzo-prices .price-arrival-departure {
  display: flex;
  justify-content: flex-end;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices bookzo-prices .price-arrival-departure-arrival,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices bookzo-prices .price-arrival-departure-departure {
  flex: inherit;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices bookzo-prices .text-muted,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices bookzo-prices span,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices bookzo-prices .price-discount {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  font-size: 0.875rem;
  color: var(--text-color-dark) !important;
  line-height: 1;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices bookzo-prices h5 {
  margin-top: 10px;
  text-transform: none;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices bookzo-prices .total-price-wrapper {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  margin-top: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-prices bookzo-prices .total-price-wrapper .total-underlined {
  text-decoration: none !important;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons.text-right,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-more-info.text-right {
  text-align: left !important;
}
@media (max-width: 639px) {
  .bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons.text-right,
  .bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-more-info.text-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons button,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-more-info button {
  background-color: var(--button-primary-color);
  font-family: "OmnesGeorgian", sans-serif;
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--button-primary-text-color) !important;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin: 0px;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons button.disabled,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-more-info button.disabled {
  background-color: grey;
  color: var(--text-color-light) !important;
  cursor: not-allowed;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons button.disabled:hover,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-more-info button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons button:hover,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-more-info button:hover {
  background-color: var(--button-primary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons button.book-button,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-more-info button.book-button {
  background-color: var(--button-secondary-color);
  font-family: "OmnesGeorgian", sans-serif;
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--button-secondary-text-color) !important;
  transition: all 0.3s ease-in-out;
  margin: 0px !important;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons button.book-button.disabled,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-more-info button.book-button.disabled {
  background-color: grey;
  color: var(--text-color-light) !important;
  cursor: not-allowed;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons button.book-button.disabled:hover,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-more-info button.book-button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-buttons-and-selections-buttons button.book-button:hover,
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper bookzo-results-card .result-item .card-body .card-more-info button.book-button:hover {
  background-color: var(--button-secondary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}
.bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper .bookzo-bootstrap .col-xl-3 {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 32%;
  padding: 0px;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper .bookzo-bootstrap .col-xl-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 49%;
    padding: 0px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper .bookzo-bootstrap .col-xl-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 99%;
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .bookzo_resultaat .bookzo .bookzo-results .result-items-wrapper .bookzo-bootstrap .col-xl-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 99%;
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .bookzo_resultaat .bookzo-bootstrap .col-12 {
    -ms-flex: inherit !important;
    flex: inherit !important;
    padding: 0px !important;
  }
}

.ngb-dp-day.disabled .custom-day:not(.first-date):not(.second-date) .custom-day-circle {
  color: var(--text-color-dark) !important;
  opacity: 0.4;
}

.datepicker-wrapper.floating,
.objects-to-book-wrapper.floating {
  z-index: 99 !important;
  border: none;
  border-radius: var(--border-radius-card);
}
.datepicker-wrapper.floating .text-muted,
.datepicker-wrapper.floating span,
.datepicker-wrapper.floating .price-discount,
.objects-to-book-wrapper.floating .text-muted,
.objects-to-book-wrapper.floating span,
.objects-to-book-wrapper.floating .price-discount {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark) !important;
}
@media (max-width: 39.9375em) {
  .datepicker-wrapper.floating .number-control,
  .objects-to-book-wrapper.floating .number-control {
    flex-direction: column;
  }
}
.datepicker-wrapper.floating button:not(.ngb-dp-arrow-btn),
.objects-to-book-wrapper.floating button:not(.ngb-dp-arrow-btn) {
  background-color: var(--button-primary-color);
  border-radius: var(--border-radius-button);
  border: none;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--button-primary-text-color) !important;
  padding: 5px 20px;
  text-transform: none;
  letter-spacing: normal;
  transition: all 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.datepicker-wrapper.floating button:not(.ngb-dp-arrow-btn):hover,
.objects-to-book-wrapper.floating button:not(.ngb-dp-arrow-btn):hover {
  background-color: var(--button-primary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}
.datepicker-wrapper.floating .holiday-selection,
.objects-to-book-wrapper.floating .holiday-selection {
  display: none;
}

.datepicker-wrapper {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
ngb-datepicker ngb-datepicker-navigation,
ngb-datepicker .ngb-dp-week.ngb-dp-weekdays.ng-star-inserted {
  padding: 10px;
}
ngb-datepicker ngb-datepicker-navigation .ngb-dp-month-name,
ngb-datepicker ngb-datepicker-navigation .ngb-dp-weekday,
ngb-datepicker .ngb-dp-week.ngb-dp-weekdays.ng-star-inserted .ngb-dp-month-name,
ngb-datepicker .ngb-dp-week.ngb-dp-weekdays.ng-star-inserted .ngb-dp-weekday {
  color: var(--text-color-dark) !important;
}
ngb-datepicker ngb-datepicker-navigation {
  border-radius: var(--border-radius-card) var(--border-radius-card) 0 0;
}
ngb-datepicker .custom-day-circle.selected {
  color: white !important;
}
ngb-datepicker .occupancy-layer.free {
  background-color: var(--calendar-available-color) !important;
}
ngb-datepicker .occupancy-layer.occupied {
  background-color: var(--calendar-unavailable-color) !important;
}
ngb-datepicker .occupancy-layer.occupied .custom-day-circle {
  color: red;
}
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;
}
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;
}
ngb-datepicker .occupancy-layer.free.departure .disabled {
  background-image: none;
  background-color: var(--calendar-unavailable-color);
}
.objects-to-book .persons .persons-item .number-control input {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  border: 0px;
  border-bottom: 1px solid lightgrey;
  background-color: var(--input-field-color);
  height: 50px;
  border-radius: var(--border-radius-input);
  border-bottom: none;
  color: var(--text-color-dark) !important;
  margin: 0 10px !important;
}
.objects-to-book .persons .persons-item .number-control .btn-circle {
  color: var(--button-primary-text-color) !important;
  background-color: var(--button-primary-color);
  border-style: solid var(--button-primary-color);
}
.objects-to-book .persons .persons-item .number-control .btn-circle:hover {
  cursor: pointer;
}
.objects-to-book .persons .persons-item .number-control button:disabled {
  background-color: var(--disabled-color);
  border-color: var(--disabled-color);
  color: var(--text-color-light) !important;
  border-style: solid;
}
.objects-to-book .persons .persons-item .number-control button:disabled:hover {
  cursor: not-allowed;
}
.objects-to-book .number-control .label b {
  color: var(--text-color-dark);
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.alert {
  border-radius: var(--border-radius-card) !important;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  margin-top: 20px !important;
}
.boeken input {
  max-width: 400px;
}
.boeken .btn-link {
  margin-top: 20px !important;
}
.boeken h1 {
  color: var(--text-color-dark);
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.25rem, 0.75rem + 2.67vw, 2.75rem);
  line-height: 1;
  color: var(--text-color-dark);
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.boeken .card-body {
  border-radius: var(--border-radius-card);
}
.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 .bookzo-book {
  max-width: 100% !important;
}
.boeken #paymentDetailsText > i {
  color: var(--text-color-dark);
  padding: 0px;
  border: 0px;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.boeken .form-group-book-button {
  text-align: right;
}
.boeken .form-group-book-button .book-button {
  background-color: var(--button-primary-color);
  font-family: "OmnesGeorgian", sans-serif;
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--button-primary-text-color) !important;
  transition: all 0.3s ease-in-out;
}
.boeken .form-group-book-button .book-button.disabled {
  background-color: grey;
  color: var(--text-color-light) !important;
  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(--button-primary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}
.boeken .guest-details-form .card-header {
  background-color: transparent;
}
.boeken .guest-details-form .btn-link {
  background-color: transparent;
  color: var(--text-link-color) !important;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  transition: none;
}
.boeken .guest-details-form .btn-link:hover {
  color: var(--text-link-hover-color) !important;
  cursor: pointer;
  border: none;
}
.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 .panel-heading.card-header.panel-enabled {
  border: 1px solid var(--third-color);
}
.boeken .panel-heading.card-header.panel-enabled .btn.btn-link {
  margin: 0 !important;
}
.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: 100%;
  border-radius: var(--border-radius-input);
  background-color: var(--input-field-color);
  border: none;
  padding: 10px;
  margin: 0 0 10px 0;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.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 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-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.boeken .my-reservations-passwordless::placeholder,
.boeken .reservation-form::placeholder,
.boeken .guest-details-form::placeholder {
  color: #969696;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.boeken .my-reservations-passwordless label,
.boeken .reservation-form label,
.boeken .guest-details-form label {
  color: var(--text-color-dark);
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
}
.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-row,
.boeken .reservation-form .bookzo-bootstrap .form-row,
.boeken .guest-details-form .bookzo-bootstrap .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 .book-add-accommodation {
  display: none;
}
.boeken .bookzo-bootstrap .card .text-muted {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.boeken .bookzo-bootstrap .card .optional-cost-text {
  text-transform: none;
  letter-spacing: normal;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
  line-height: 19px;
}
.boeken .bookzo-bootstrap .card .total-price-wrapper {
  margin-top: 0px;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.boeken .bookzo-bootstrap .card .optional-cost-price-text,
.boeken .bookzo-bootstrap .card .total-price {
  margin-top: 0px;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.boeken .bookzo-bootstrap .card .optional-cost-price-text .total-nowrap .bookzo-currency-positive,
.boeken .bookzo-bootstrap .card .total-price .total-nowrap .bookzo-currency-positive {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.boeken .bookzo-bootstrap .card h5 {
  color: var(--text-color-dark);
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
}
.boeken .bookzo-bootstrap .card .btn-secondary {
  background-color: transparent;
  color: var(--text-link-color) !important;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  transition: none;
}
.boeken .bookzo-bootstrap .card .btn-secondary:hover {
  color: var(--text-link-hover-color) !important;
  cursor: pointer;
  border: none;
}
.boeken .bookzo-bootstrap .card .number-of-items-input input,
.boeken .bookzo-bootstrap .card .persons .persons-item .number-control input {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  border: 0px;
  border-bottom: 1px solid lightgrey;
  background-color: var(--input-field-color);
  height: 50px;
  border-radius: var(--border-radius-input);
  border-bottom: none;
  color: var(--text-color-dark) !important;
  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: var(--button-primary-text-color) !important;
  background-color: var(--button-primary-color);
  border-style: solid var(--button-primary-color);
}
.boeken .bookzo-bootstrap .card .number-of-items-input .btn-circle:hover,
.boeken .bookzo-bootstrap .card .persons .persons-item .number-control .btn-circle:hover {
  cursor: pointer;
}
.boeken .bookzo-bootstrap .card .number-of-items-input button:disabled,
.boeken .bookzo-bootstrap .card .persons .persons-item .number-control button:disabled {
  background-color: var(--disabled-color);
  border-color: var(--disabled-color);
  color: var(--text-color-light) !important;
  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 .number-control .label b {
  color: var(--text-color-dark);
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
}
.boeken .bookzo-bootstrap .card .total-description {
  text-transform: none;
  letter-spacing: normal;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.boeken .bookzo-bootstrap .card .stay-info-list {
  padding-left: 20px;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.boeken .bookzo-bootstrap .card .stay-info-list li {
  list-style-type: none;
  position: relative;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  padding-inline-start: 20px;
  margin-block-end: 7px;
}
.boeken .bookzo-bootstrap .card .stay-info-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  background-color: var(--contrast-color);
  mask: url("/images/bookzo/disk.svg") no-repeat center/contain;
  -webkit-mask: url("/images/bookzo/disk.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  display: block;
}
.boeken .btn-secondary {
  background-color: var(--button-primary-color);
  border-radius: var(--border-radius-button);
  border: none;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--button-primary-text-color) !important;
  padding: 5px 20px;
  text-transform: none;
  letter-spacing: normal;
  transition: all 0.3s ease-in-out;
}
.boeken .btn-secondary:hover {
  background-color: var(--button-primary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}
.boeken .form-group-email-address {
  display: flex;
  flex-direction: column;
}
.boeken .form-group-country {
  display: flex;
  flex-direction: column;
}

.change-payment[_ngcontent-ng-c2846421675] .form-control[_ngcontent-ng-c2846421675] {
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  color: white;
  background: #17195b;
  border-radius: 4px;
  border: none;
}

.boeken .btn-link {
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  color: white;
  background: #17195b !important;
  border-radius: 4px;
  border: none;
  padding: 7px 11px;
}
.boeken .btn-link:hover {
  background-color: #af4946;
  cursor: pointer;
}

.bevestigiging_section {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
  padding-block-end: 12%;
}
.bevestigiging_section h1 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.25rem, 0.75rem + 2.67vw, 2.75rem);
  line-height: 1;
  color: var(--text-color-dark);
}
.bevestigiging_section h2 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.688rem + 2vw, 2.1875rem);
  line-height: 1;
  color: var(--text-color-dark);
}
.bevestigiging_section h4 {
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.0625rem, 0.833rem + 1.22vw, 1.75rem);
  line-height: 1;
  color: var(--text-color-dark);
  text-transform: none;
}
.bevestigiging_section .stay-info-list {
  padding-left: 15px;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.bevestigiging_section .stay-info-list li {
  list-style-type: none;
  position: relative;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  padding-inline-start: 20px;
  margin-block-end: 7px;
}
.bevestigiging_section .stay-info-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  background-color: var(--contrast-color);
  mask: url("/images/bookzo/disk.svg") no-repeat center/contain;
  -webkit-mask: url("/images/bookzo/disk.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  display: block;
}
.bevestigiging_section .slider-wrapper {
  border-radius: var(--border-radius-card);
}
.bevestigiging_section .terugbutton .uk-button {
  background-color: var(--button-primary-color);
  border-radius: var(--border-radius-button);
  border: none;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--button-primary-text-color) !important;
  padding: 5px 20px;
  text-transform: none;
  letter-spacing: normal;
  transition: all 0.3s ease-in-out;
}
.bevestigiging_section .terugbutton .uk-button:hover {
  background-color: var(--button-primary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}

.review {
  padding-block-end: 12%;
}
.review h1 {
  color: var(--text-color-dark);
  font-family: "siryregular", sans-serif;
  font-size: clamp(1.25rem, 0.75rem + 2.67vw, 2.75rem);
  line-height: 1;
  color: var(--text-color-dark);
  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 {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  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;
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  color: var(--text-color-dark);
}
.review .bookzo.bookzo-bootstrap h4 {
  color: var(--text-color-dark);
  font-family: "OmnesGeorgian", sans-serif;
  padding: 0;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.review button {
  background-color: var(--button-primary-color);
  font-family: "OmnesGeorgian", sans-serif;
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  padding: 15px 50px;
  border: 0px;
  border-radius: var(--border-radius-button);
  color: var(--button-primary-text-color) !important;
  transition: all 0.3s ease-in-out;
}
.review button.disabled {
  background-color: grey;
  color: var(--text-color-light) !important;
  cursor: not-allowed;
}
.review button.disabled:hover {
  background-color: grey;
  cursor: not-allowed;
}
.review button:hover {
  background-color: var(--button-primary-hover-color);
  color: var(--button-primary-hover-text-color) !important;
  cursor: pointer;
}