/* /vind-een-hotel/ */

body.page--vind-hotel{
  overflow-x: clip;
}

.vind-hotel-page{
  margin-top: 18px;
  margin-bottom: 0;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.page--vind-hotel .site-footer{
  margin-top: 56px;
}

.page--vind-hotel .vind-hotel-section a,
.page--vind-hotel .vind-hotel-hero a{
  color: #e8d4ff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(216, 168, 255, .42);
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}

.page--vind-hotel .vind-hotel-section a:hover,
.page--vind-hotel .vind-hotel-hero a:hover{
  color: #fff;
  border-bottom-color: rgba(216, 168, 255, .78);
  background: rgba(170, 49, 174, .12);
}

.vind-hotel-lead{
  margin: 8px 0 0;
  font-size: 1.12rem;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  max-width: 52ch;
}

.vind-hotel-hero{
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.vind-hotel-hero::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(62%, 560px);
  z-index: 0;
  pointer-events: none;
  background-image: url('/assets/img/hotel-overnachting-kermis.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to left, #000 0%, #000 38%, transparent 100%);
  mask-image: linear-gradient(to left, #000 0%, #000 38%, transparent 100%);
}

.vind-hotel-hero > *{
  position: relative;
  z-index: 1;
}

@media (max-width: 720px){
  .vind-hotel-hero::before{
    width: min(72%, 320px);
    background-image: url('/assets/img/hotel-overnachting-kermis.m.webp');
    -webkit-mask-image: linear-gradient(to left, #000 0%, #000 28%, transparent 100%);
    mask-image: linear-gradient(to left, #000 0%, #000 28%, transparent 100%);
  }

  .vind-hotel-lead{
    max-width: 58%;
  }
}

@media (max-width: 480px){
  .vind-hotel-hero::before{
    width: 54%;
    opacity: .92;
  }

  .vind-hotel-lead{
    max-width: 100%;
  }
}

.vind-hotel-section p{
  margin: 0 0 12px;
  color: rgba(255,255,255,.84);
  line-height: 1.55;
}

.vind-hotel-section p:last-child{
  margin-bottom: 0;
}

.vind-hotel-section--map{
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media (min-width: 961px){
  .page--vind-hotel .vind-hotel-section--map{
    overflow: visible;
  }
}

.vind-hotel-page > .vind-hotel-section:last-child{
  margin-bottom: 0;
  padding-bottom: 8px;
}

.vind-hotel-map-bleed{
  width: 100%;
  max-width: 100%;
  margin: 18px 0 0;
  overflow: hidden;
}

.vind-hotel-map-bleed .stay22-wrap--hub{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.vind-hotel-map-bleed .stay22-lazy,
.vind-hotel-map-bleed .stay22-lazy iframe{
  width: 100%;
  max-width: 100%;
  min-height: min(72vh, 680px);
  height: min(72vh, 680px);
  border: 0;
  display: block;
}

.stay22-stats{
  display: block;
  margin-top: 6px;
  font-weight: 600;
  color: rgba(255,255,255,.78);
}

@media (max-width: 640px){
  .vind-hotel-map-bleed .stay22-lazy,
  .vind-hotel-map-bleed .stay22-lazy iframe{
    min-height: 58vh;
    height: 58vh;
  }
}

@media (max-width: 960px){
  .page--vind-hotel .vind-hotel-section--map > .stay22-popular{
    margin-top: 36px;
  }

  .page--vind-hotel .stay22-popular--hub .stay22-popular__intro--centered{
    align-items: flex-start;
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .page--vind-hotel .stay22-popular--hub .stay22-popular__intro--centered .stay22-popular__guest-switch{
    justify-content: flex-start;
  }

  .page--vind-hotel .stay22-popular--hub .stay22-popular__intro--centered .h-underline::after{
    left: 0;
    transform: none;
  }
}

body.page--vind-hotel.has-page-bg::before{
  filter: blur(8px) saturate(112%) contrast(1.04) brightness(.92);
  opacity: .88;
  transform: scale(1.05);
}

body.page--vind-hotel.has-page-bg::after{
  background:
    radial-gradient(1000px 560px at 14% -8%, rgba(170, 49, 174, .16), transparent 58%),
    radial-gradient(860px 480px at 96% 8%, rgba(255, 134, 61, .10), transparent 55%),
    linear-gradient(180deg, rgba(10, 8, 16, .72), rgba(6, 5, 12, .84));
}
