/* /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);
}

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

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

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