@charset "UTF-8";
.aanbodtotaal.bookzoelements .popular-features > :nth-child(n+5) {
  display: block !important;
}
.aanbodtotaal.bookzoelements div.card-bottom {
  justify-content: flex-end;
}
.aanbodtotaal.bookzoelements .card-rating {
  text-align: left !important;
}
.aanbodtotaal.bookzoelements .average-rating-number {
  font-size: 25px !important;
  line-height: 25px !important;
  text-align: left !important;
}

.ratingcontainerdetail {
  position: relative;
}
.ratingcontainerdetail .object-rating {
  position: absolute !important;
  right: 20px !important;
  top: 30px !important;
}
.ratingcontainerdetail .average-rating-number {
  font-size: 30px !important;
  line-height: 30px !important;
  text-align: right !important;
}

.datepicker-wrapper .btn-secondary,
.objects-to-book-wrapper .btn-secondary {
  background-color: #ffc262;
  border-radius: 99px;
  border: 1px solid #ffc262;
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
  padding: 0 10px;
}
.datepicker-wrapper .btn-secondary:hover,
.objects-to-book-wrapper .btn-secondary:hover {
  background-color: #fff;
  border: 1px solid #515d63;
  box-shadow: none;
  color: #515d63;
}
.datepicker-wrapper .btn-circle,
.objects-to-book-wrapper .btn-circle {
  background-color: #ffc262;
  border-radius: 99px;
  border: 1px solid #ffc262;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
}
.datepicker-wrapper .btn-primary:disabled,
.objects-to-book-wrapper .btn-primary:disabled {
  background-color: rgba(81, 93, 99, 0.4705882353);
  box-shadow: none;
  border-color: transparent;
}
.datepicker-wrapper .btn-primary,
.objects-to-book-wrapper .btn-primary {
  background-color: #49b4ce;
  border-radius: 99px;
  border: 1px solid #49b4ce;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
  margin: 7px 0 0 0;
}
.datepicker-wrapper .btn-primary:hover,
.objects-to-book-wrapper .btn-primary:hover {
  background-color: #fff;
  border: 1px solid #515d63;
  box-shadow: none;
  color: #515d63;
}

.filtercol .form-check-input[type=checkbox]:disabled,
.filtercol .form-check-input[type=checkbox]:disabled + label {
  display: none;
}

.bookzoelements {
  /* Fallback for non-webkit browsers */
}
.bookzoelements .bookzo-bootstrap .col-xl-3 {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.bookzoelements .card-prices h5 {
  margin-top: 0px;
}
.bookzoelements .card-body-inner-wrapper {
  border-right: 1px solid #cfd3d4;
  margin-right: 15px;
  padding-right: 10px;
  max-width: 55%;
}
.bookzoelements div.card-bottom {
  display: flex;
  align-items: stretch;
  align-content: space-around;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}
.bookzoelements .bookzo-bootstrap .card {
  border: 0px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(122, 122, 122, 0.5);
  box-shadow: 0px 2px 15px 0px rgba(122, 122, 122, 0.5);
  border-radius: 0px;
}
.bookzoelements .card-img-top {
  height: auto;
}
.bookzoelements .card-title-name {
  position: absolute;
  top: -15px;
}
.bookzoelements .slider-panel {
  aspect-ratio: 45/31;
}
.bookzoelements .result-item.card .card-body {
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bookzoelements h3 {
  font-family: "Outfit", sans-serif;
  color: #515d63;
  font-weight: 900;
  font-size: 1.1rem;
  display: block;
  height: 65px;
  line-height: 28px;
  letter-spacing: 1px;
}
.bookzoelements .group-name {
  display: none;
}
.bookzoelements .card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Outfit", sans-serif;
  color: #515d63;
  font-weight: 100;
  line-height: 18px;
  font-size: 13px;
  height: 90px;
}
@supports not (-webkit-line-clamp: 3) {
  .bookzoelements .card-description {
    /* Fallback styles, such as using JavaScript to truncate text, or simply hiding overflow */
    overflow: hidden;
    position: relative;
  }
  .bookzoelements .card-description::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
  }
}
.bookzoelements .popular-feature-icon svg {
  display: none;
}
.bookzoelements .popular-feature-icon::before {
  content: "•";
  color: #49b4ce;
  font-size: 35px;
  line-height: 13px;
}
.bookzoelements .popular-feature-text-name {
  font-family: "Outfit", sans-serif;
  color: #515d63;
  font-weight: 100;
  line-height: 15px;
  padding-left: 5px;
  display: block;
  font-size: 13px;
  padding-bottom: 8px;
}
.bookzoelements .persons-pets-location {
  margin-bottom: 15px;
}
.bookzoelements .icon-wrapper {
  font-family: "Outfit", sans-serif;
  color: #515d63;
  font-weight: 100;
}
.bookzoelements .persons .bookzo-icon-wrapper {
  background-image: url(/images/system/icons/user-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-right: 0;
}
.bookzoelements .persons .bookzo-icon-wrapper svg {
  display: none;
}
.bookzoelements .pets .bookzo-icon-wrapper {
  background-image: url(/images/system/icons/dog-paw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-right: 0;
}
.bookzoelements .pets .bookzo-icon-wrapper svg {
  display: none;
}
.bookzoelements .price-per-night-wrapper {
  text-align: center;
}
.bookzoelements .from-price,
.bookzoelements .price-discount {
  font-family: "Outfit", sans-serif;
  color: #49b4ce;
  text-transform: lowercase;
  font-size: 11px;
  text-align: center;
  letter-spacing: normal;
}
.bookzoelements .total-underlined {
  font-family: "Outfit", sans-serif;
  color: #515d63 !important;
  text-decoration: none !important;
  font-size: 11px;
}
.bookzoelements .price-per-night .bookzo-currency {
  display: block;
  color: #515d63;
  font-weight: 800;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
}
.bookzoelements span.price-per-night > span {
  display: none;
}
.bookzoelements .slider-pagination > :nth-child(n+6) {
  display: none !important;
}
.bookzoelements .popular-features > :nth-child(n+5) {
  display: none !important;
}
.bookzoelements .slider-pagination[_ngcontent-ng-c314314923] .slider-page[_ngcontent-ng-c314314923] {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgb(255, 255, 255);
  height: 9px;
  transition: background-color 0.25s;
  width: 9px;
  margin: 0 5px;
}
.bookzoelements .slider-button.left {
  background-image: url(/images/system/icons/slider-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.bookzoelements .slider-button.left svg {
  display: none;
}
.bookzoelements .slider-button.left:hover {
  background: none !important;
  background-image: url(/images/system/icons/slider-prev.svg) !important;
  opacity: 1;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center left;
}
.bookzoelements .slider-button.right {
  background-image: url(/images/system/icons/slider-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right !important;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.bookzoelements .slider-button.right svg {
  display: none;
}
.bookzoelements .slider-button.right:hover {
  background: none !important;
  background-image: url(/images/system/icons/slider-next.svg) !important;
  opacity: 1;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
}
.bookzoelements .popular-feature-item .icon-wrapper {
  align-items: flex-start !important;
}
.bookzoelements .prices-and-buttons-available-in-date-range .badge-secondary,
.bookzoelements .prices-and-buttons-search .badge-secondary {
  color: #fff;
  background-color: #cfd3d4;
  width: 100%;
  border-radius: 0px;
  padding: 4px 0;
  font-size: 12px;
}
.bookzoelements .prices-and-buttons-available-in-date-range .badge-primary,
.bookzoelements .prices-and-buttons-search .badge-primary {
  color: #fff;
  background-color: #49b4ce;
  width: 100%;
  border-radius: 0px;
  padding: 4px;
  font-size: 12px;
  margin-top: 3px;
}
.bookzoelements .btn-secondary {
  background-color: #ffc262;
  border-radius: 99px;
  border: 1px solid #ffc262;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
  padding: 0 15px;
  margin: 50px 0 0 0;
}
.bookzoelements .btn-secondary:hover {
  background-color: #fff;
  border: 1px solid #515d63;
  box-shadow: none;
  color: #515d63;
}
.bookzoelements .book-button {
  background-color: #49b4ce;
  border-radius: 99px;
  border: 1px solid #49b4ce;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
  margin: 7px 0 0 0;
  line-height: normal;
  height: auto;
  padding: 10px 30px;
}
.bookzoelements .book-button:hover {
  background-color: #fff;
  border: 1px solid #515d63;
  box-shadow: none;
  color: #515d63;
}
.bookzoelements .card-buttons-and-selections-buttons .ml-2,
.bookzoelements .card-buttons-and-selections-buttons .mx-2 {
  margin-left: 0rem !important;
}
.bookzoelements .uk-button {
  border-color: #fff;
  color: #fff;
  margin-top: 50px;
}
.bookzoelements .price-arrival-departure .price-arrival-departure-arrival,
.bookzoelements .price-arrival-departure .price-arrival-departure-departure {
  color: #515d63;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-align: center;
}
.bookzoelements .price-arrival-departure {
  display: flex;
}
.bookzoelements .price-arrival-departure .price-arrival-departure-arrival {
  text-align: center;
}
.bookzoelements .price-arrival-departure .price-arrival-departure-departure {
  text-align: center;
}
.bookzoelements .total-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bookzoelements .badges-wrapper .badge-secondary {
  color: #fff;
  background-color: #ffc262;
  border-radius: 0px;
  padding: 5px 10px;
  font-size: 14px;
}
.bookzoelements .badges-wrapper .filter-button-wrapper {
  display: none;
}
.bookzoelements .pagination .page-item.active .page-link {
  border-radius: 99px !important;
  background-color: #ffc262 !important;
  color: #fff !important;
  border: 0px !important;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
}
.bookzoelements .pagination .page-link {
  background-color: transparent;
  border: 0px;
  color: #515d63;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
}
.bookzoelements .pagination .page-item:first-child .page-link,
.bookzoelements .pagination .page-item:last-child .page-link {
  border-radius: 99px;
  background-color: #a7acaf;
  color: #fff;
  padding: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 12px;
  font-size: 30px;
  text-align: center;
  margin-top: 10px;
  /* margin                 : auto 0; */
  margin-right: 10px;
  border-top-left-radius: 99px !important;
  border-bottom-left-radius: 99px !important;
  border-top-right-radius: 99px !important;
  border-bottom-right-radius: 99px !important;
  font-weight: 200;
}
.bookzoelements .pagination .page-item:last-child .page-link {
  margin-left: 10px;
}
.bookzoelements .pagination .page-item.disabled .page-link {
  background-color: transparent;
  border: 0px;
}
.bookzoelements .pagination .page-link:hover {
  border-radius: 99px !important;
  background-color: #ffc262 !important;
  color: #fff !important;
  border: 0px !important;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
}

.bookzoelements.landingspagina .col-xl-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.bookzoelements.landingspagina .uk-card-default {
  background-color: #fff1dc;
  padding: 10px;
  border: 0px;
}
.bookzoelements.landingspagina .bookzo-bootstrap .card {
  box-shadow: none;
}
.bookzoelements.landingspagina .card-body-inner-wrapper {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
  max-width: 100%;
}
.bookzoelements.landingspagina div.card-bottom {
  display: block;
}
.bookzoelements.landingspagina .result-item.card .card-body {
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 0 0;
}
.bookzoelements.landingspagina .card-description {
  display: none;
}
.bookzoelements.landingspagina .btn-secondary {
  margin: 0px;
  background-color: #ffc262;
  border-radius: 0px;
}
.bookzoelements.landingspagina .popular-features > :nth-child(n+4) {
  display: none !important;
}
.bookzoelements.landingspagina h3 {
  font-size: 0.9rem;
  height: auto;
}
.bookzoelements.landingspagina .slider-page {
  box-shadow: 0 0 0 1px white !important;
  width: 7px !important;
  height: 7px !important;
}
.bookzoelements.landingspagina .slider-button {
  opacity: 0.6 !important;
}
.bookzoelements.landingspagina .card-body-inner-wrapper {
  padding: 0 10px;
}
.bookzoelements.landingspagina .total-price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 10px 0;
}

.accoheader {
  height: 50vh;
}
.accoheader .images-wrapper .main-image {
  width: 100%;
  height: 50vh;
}
.accoheader .btn-secondary {
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  transition: background-image 0.5s ease;
  margin: 30px 0 0 0;
  line-height: 35px;
  box-shadow: none;
  background-color: #aeaeae;
}
.accoheader .images-wrapper .btn {
  box-shadow: none !important;
  background-color: #ffc262 !important;
  border-radius: 99px !important;
  border: 1px solid #ffc262 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  font-family: "Outfit", sans-serif !important;
  margin: 20px 0 0 0;
  padding: 0px 20px !important;
}

.tm-top {
  padding: 15px 0;
  background-color: #fff;
}
.tm-top .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 5px 0 6px;
  font-size: 11px;
  color: #b4b5ba;
}
.tm-top .uk-breadcrumb,
.tm-top .uk-breadcrumb > * > * {
  margin: 0px;
  padding: 0px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: normal;
  color: #535d62;
  text-transform: lowercase !important;
}
.tm-top .uk-breadcrumb a,
.tm-top .uk-breadcrumb > * > * a {
  color: #47bbca;
  text-decoration: underline;
  text-transform: lowercase;
}
.tm-top .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  color: #47bbca;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.tm-top .uk-margin-medium-bottom {
  margin: 0 auto !important;
  max-width: 1600px;
}

.bookzo-search .bookzo-search-persons bookzo-icon,
.bookzo-search .bookzo-search-persons .bookzo-icon-wrapper {
  min-height: 20px !important;
}
.bookzo-search .bookzo-search-persons bookzo-icon {
  min-height: 48px !important;
  display: flex;
  align-content: center;
  align-items: center;
}

.detailblok.acco {
  padding: 0;
  background-color: #fff9ee;
}
.detailblok.acco .iconcoldeatil .popular-features {
  display: none;
}
.detailblok.acco .bookzo-bootstrap .badge-secondary {
  background-color: #ff7500;
  color: #fff;
  border-radius: 99px;
  padding: 4px 10px;
}
.detailblok.acco .bookzo-bootstrap .badge-primary {
  background-color: #47bbca;
  color: #fff;
  border-radius: 99px;
  padding: 4px 10px;
}
.detailblok.acco .total-price-wrapper .from-price,
.detailblok.acco .total-price-wrapper .price-discount {
  font-family: "Outfit", sans-serif;
  color: #49b4ce !important;
  text-transform: lowercase !important;
  font-size: 1rem !important;
  letter-spacing: normal;
}
.detailblok.acco .total-price-wrapper .from-price .bookzo-currency,
.detailblok.acco .total-price-wrapper .price-discount .bookzo-currency {
  display: block;
  color: #515d63;
  font-weight: 800;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
}
.detailblok.acco .total-price-wrapper .bookzo-currency {
  display: block;
  color: #515d63;
  font-weight: 800;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
}
.detailblok.acco h1,
.detailblok.acco h2,
.detailblok.acco h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
}
.detailblok.acco .uspdetail {
  padding: 0 0 20px 0px;
}
.detailblok.acco .uspdetail .persons-pets-location {
  display: none;
}
.detailblok.acco .uspdetail .popular-feature-item {
  padding: 0 0 5px 0;
}
.detailblok.acco ::marker {
  color: #535d62;
}
.detailblok.acco .fixedcol {
  background-color: #fff1dc;
}
.detailblok.acco .fixedcol .uk-sticky {
  padding: 50px 10px 50px 15px;
}
.detailblok.acco .fixedcol .price-per-night-wrapper {
  display: none;
}
.detailblok.acco .fixedcol .object-rating {
  padding: 0 0 20px 0;
  margin: 0px;
}
.detailblok.acco .fixedcol .object-rating .average-rating-number {
  font-size: 40px;
  padding-top: 0px;
  text-align: left;
}
.detailblok.acco h1 {
  padding: 40px 0 0px 0;
}
.detailblok.acco h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
  color: #535d62;
  text-transform: none;
  letter-spacing: normal;
}
.detailblok.acco .bookzo-icon-wrapper {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #535d62;
}
.detailblok.acco .bookzo-icon-wrapper svg {
  display: none;
}
.detailblok.acco .icon-wrapper {
  font-family: "Outfit", sans-serif !important;
  font-weight: 100;
  font-size: 16px;
  color: #535d62;
  min-width: 50px;
}
.detailblok.acco .persons .bookzo-icon-wrapper::before {
  content: "";
  background-image: url(/images/system/icons/user-bookzo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  left: -5px;
  top: 0px;
  display: block;
  width: 20px;
  height: 20px;
}
.detailblok.acco .pets .bookzo-icon-wrapper::before {
  content: "";
  background-image: url(/images/system/icons/dier-bookzo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  left: -5px;
  top: 0px;
  display: block;
  width: 20px;
  height: 20px;
}
.detailblok.acco .icon-check:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #49b4ce;
  border-radius: 99px;
  margin-bottom: -13px;
  margin-left: -2px;
  margin-right: 8px;
}
.detailblok.acco .iconcoldeatil {
  padding: 50px 0 0 0;
}
.detailblok.acco .persons-pets-location {
  padding: 0 0 10px 0;
  text-align: right;
}
.detailblok.acco .col1 {
  padding: 0 50px 0 0;
}
.detailblok.acco .book-button {
  background-color: #49b4ce;
  border-radius: 99px;
  border: 1px solid #49b4ce;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
  margin: 7px 0 0 0;
  line-height: normal;
  height: auto;
  padding: 10px 30px;
}
.detailblok.acco .descriptionblok .bookzo-object-part span {
  font-family: "Outfit", sans-serif;
  text-transform: none;
  font-weight: 100;
  color: #535d62;
  font-size: 1.1rem;
}
.detailblok.acco .bookzo-object-part ul li {
  font-size: 15px;
}
.detailblok.acco .btn-read-more {
  background-color: transparent;
  border: 1px solid #515d63;
  border-radius: 99px;
  font-family: "Outfit", sans-serif;
  font-size: 0.8rem;
  color: #515d63;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  padding: 8px 40px;
  text-transform: none;
}
.detailblok.acco .bookzo-read-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: linear-gradient(transparent, var(--bookzo-read-more-fade-out-color) 55%);
}
.detailblok.acco .feature {
  padding-left: 15px;
}
.detailblok.acco .feature-group {
  padding: 0 10px 0 0;
}
.detailblok.acco hr {
  color: #979797;
  border-color: #979797;
}

.detailblok.acco.reviews {
  padding: 50px 0;
  text-align: left;
}
.detailblok.acco.reviews h2 {
  padding: 0px;
}
.detailblok.acco.reviews .card {
  border-radius: 0px;
  border: 0px;
}
.detailblok.acco.reviews .card .card-header-sub {
  font-family: "Croissant One", serif;
  text-transform: none;
  letter-spacing: normal;
  color: #515d63;
}
.detailblok.acco.reviews .card h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  text-align: left;
}
.detailblok.acco.reviews .card .review-result-text {
  font-family: "Outfit", sans-serif;
  text-transform: none;
  font-weight: 100;
  color: #535d62;
  font-size: 1.1rem;
}

.fixedcol {
  background-color: #fff1dc;
}
.fixedcol .uk-sticky {
  padding: 50px 10px 50px 15px;
}
.fixedcol .price-per-night-wrapper {
  display: none;
}
.fixedcol .book-button {
  width: 100%;
}

.bookzoalbum {
  padding-bottom: 40px !important;
  background-color: #fff9ee;
}
.bookzoalbum .main-image {
  display: none;
}
.bookzoalbum .btn-secondary {
  box-shadow: none !important;
  background-color: #ffc262 !important;
  border-radius: 99px !important;
  border: 1px solid #ffc262 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  font-family: "Outfit", sans-serif !important;
  margin: 20px 0 0 0;
  padding: 0px 20px !important;
  text-transform: none;
  font-size: 1rem !important;
}
.bookzoalbum .images-wrapper .btn {
  box-shadow: none !important;
}
.bookzoalbum .images-wrapper .smaller-images {
  height: 400px;
}

.bezettingblok {
  background-color: #fff;
}
.bezettingblok bookzo-arrival-departure-picker .datepicker-wrapper {
  border: 0px;
}
.bezettingblok .ngb-dp-month:last-child .ngb-dp-week {
  padding-right: 0px !important;
}
.bezettingblok .card {
  border: 0px !important;
}
.bezettingblok hr {
  color: #47bbca;
  border-color: #47bbca;
}

.calendardetailpaginablok {
  background-color: #fff;
  margin-bottom: 70px !important;
  padding: 25px;
}
.calendardetailpaginablok .btn-secondary {
  background-color: #ffc262;
  border-radius: 99px;
  border: 1px solid #ffc262;
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
  padding: 0 10px;
}
.calendardetailpaginablok .btn-secondary:hover {
  background-color: #fff;
  border: 1px solid #515d63;
  box-shadow: none;
  color: #515d63;
}
.calendardetailpaginablok .btn-circle {
  background-color: #ffc262;
  border-radius: 99px;
  border: 1px solid #ffc262;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
}
.calendardetailpaginablok .btn-primary:disabled {
  background-color: rgba(81, 93, 99, 0.4705882353);
  box-shadow: none;
  border-color: transparent;
}
.calendardetailpaginablok .bookzo-bootstrap .ml-4,
.calendardetailpaginablok .bookzo-bootstrap .mx-4 {
  margin-left: 0px !important;
}
.calendardetailpaginablok .spacer {
  display: none;
}
.calendardetailpaginablok .ngb-dp-month:last-child .ngb-dp-week {
  padding-right: 0rem;
}
.calendardetailpaginablok .card,
.calendardetailpaginablok .datepicker-wrapper {
  border: 0px !important;
  border-radius: 0px !important;
}
.calendardetailpaginablok .ngb-dp-header {
  border-radius: 0px;
}
.calendardetailpaginablok .card-body {
  padding: 0 0 0 20px !important;
}
.calendardetailpaginablok .book-button {
  border: 0px;
  border-radius: 0px;
  background-color: #b7a383;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  height: 60px;
  line-height: 60px;
  padding: 0 70px;
  font-size: 17px;
  text-transform: none;
  letter-spacing: normal;
  background-image: url(/images/system/bookzo-button-zoeken-bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.calendardetailpaginablok hr {
  color: #47bbca;
  border-color: #47bbca;
}

.breadcrumbs {
  padding: 0px;
  border-top: 20px solid #ffc262;
}

@media (min-width: 800px) {
  .calendar-persons {
    display: flex;
    flex-wrap: nowrap !important;
  }
}
.facilitietenrow {
  background-color: #fff !important;
  padding: 30px 0 100px 0 !important;
}

.boekenblok {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 200;
  min-height: 900px;
}
.boekenblok .bookzo-book {
  max-width: none !important;
}
.boekenblok h5 {
  color: #535d62;
  font-family: "Outfit", sans-serif;
  text-transform: none;
  font-weight: 800;
  letter-spacing: normal;
  margin: 0px 0 10px 0;
  font-size: 1.6rem;
}
.boekenblok b {
  font-weight: 900;
  color: #515d63;
}
.boekenblok .bookzo-bootstrap .badge-secondary {
  background-color: #ff7500;
  color: #fff;
  border-radius: 99px;
  padding: 4px 10px;
}
.boekenblok .object-data {
  display: flex !important;
  flex-direction: row !important;
}
.boekenblok .more-info-wrapper {
  display: none;
}
.boekenblok .btn-dark,
.boekenblok .btn-secondary,
.boekenblok .uk-button-secondary {
  background-color: #ffc262;
  border-radius: 99px;
  border: 1px solid #ffc262;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
.boekenblok .btn-link {
  background-color: #47bbca;
  border-radius: 99px;
  border: 1px solid #47bbca;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
.boekenblok .btn-circle {
  background-color: #ffc262;
  border-radius: 99px;
  border: 1px solid #ffc262;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
}
.boekenblok .btn-primary:disabled {
  background-color: rgba(81, 93, 99, 0.4705882353);
  box-shadow: none;
  border-color: transparent;
}
.boekenblok .card {
  background-color: #fff !important;
  border: 0px !important;
  border-radius: 0px !important;
  padding: 30px !important;
  box-shadow: 0 2px 15px 0 rgba(202, 202, 202, 0.5);
}
.boekenblok .coupon-code input {
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid #515d63;
  padding: 10px 0 10px 5px;
  color: #515d63;
  font-weight: 500;
}
.boekenblok .coupon-code label {
  color: #47bbca;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
}
.boekenblok .reservation-form {
  background-color: #49b4ce;
  padding: 30px;
}
.boekenblok .reservation-form input {
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid #515d63;
  color: #fff;
  font-weight: 500;
}
.boekenblok .reservation-form .form-group-name select {
  min-height: 40px;
  padding: 0 10px;
  border: 2px solid #515d63;
}
.boekenblok .reservation-form label {
  color: #515d63;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
}
.boekenblok .reservation-form ::placeholder {
  color: #fff;
}
.boekenblok .reservation-form .form-group-subscribe-to-newsletter input {
  border: 1px solid #515d63;
}
.boekenblok .payment-details-text .text-muted {
  color: #515d63;
  font-family: "Outfit", sans-serif;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  margin: 20px 0 10px 0;
  font-size: 1rem;
}
.boekenblok .book-button {
  background-color: #ffc262;
  border-radius: 99px;
  border: 1px solid #ffc262;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-transform: none;
  letter-spacing: normal;
  padding: 0 15px;
  margin: 0;
}

.ingelogdNotitie {
  display: none;
}

.inloggenTitel,
.inloggenTekst {
  display: block;
}

.bookzo-my-reservations .login-form {
  margin-left: auto;
  margin-right: auto;
}
.bookzo-my-reservations .login-form input {
  margin-left: auto;
  margin-right: auto;
}
.bookzo-my-reservations .login-form .ng-untouched {
  text-align: center;
}

.bookzo-results .number-of-results {
  display: none;
}

.my-owner-occupation-card .occupied-departure {
  color: #0e104a !important;
}
.my-owner-occupation-card .disabled.occupancy-calendar-day.occupied-arrival {
  color: #0e104a !important;
  font-weight: 700 !important;
}

.my-owner-occupation-container .hidden {
  display: block !important;
}

.bookzo .card-rating {
  position: absolute;
  top: 0;
  right: 20px;
}
.bookzo .card-rating .average-rating-number {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: -5px;
}

.terms-and-conditions {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 0 0 0;
}
.terms-and-conditions .btn-link {
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  color: #0e104a;
  width: auto;
  padding: 0 0 0 10px;
  margin: -3px 0 0 0;
  text-decoration: underline;
  cursor: pointer;
}

.optional-cost-image.mr-2 {
  position: relative;
}
.optional-cost-image.mr-2 img {
  position: relative;
  max-width: 75px !important;
  max-height: 75px !important;
  min-height: 75px !important;
  min-width: 75px !important;
  object-fit: contain !important;
  border-radius: 5px;
  z-index: 1;
}