.headerslider-small .headerslider-small-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: visible;
}

.headerslider-small .headerslider-small-slider {
  margin: 0 -8px;
}

.headerslider-small .headerslider-small-slide {
  padding: 0 8px;
}

.headerslider-small .headerslider-small-slider,
.headerslider-small .headerslider-small-slide {
  height: 420px;
}

.headerslider-small .headerslider-small-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.headerslider-small .headerslider-small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.headerslider-small .headerslider-small-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 10px;
}

.headerslider-small .hs-hit {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.headerslider-small .hs-hit .dot {
  width: 8px;
  height: 8px;
  background: var(--color-black);
  border-radius: 50%;
  display: block;
}

.headerslider-small .hs-hit .line {
  width: 60px;
  height: 2px;
  background: var(--color-black);
  display: block;
}

.headerslider-small .headerslider-booking {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 50;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.headerslider-small .booking-bar {
  display: flex;
  align-items: center;
  gap: 60px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  padding: 10px 30px;
  border-radius: 999px;
  pointer-events: auto;
}

.headerslider-small .booking-item {
  display: flex;
  flex-direction: column;
  min-width: 160px;
  position: relative;
}

.headerslider-small .booking-item .label {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 4px;
}

.headerslider-small .booking-item input,
.headerslider-small .guests-display {
  font-size: 18px;
  font-weight: 500;
  border: none;
  background: transparent;
  outline: none;
} /* FIX: Platz für Kalender Icon */
.headerslider-small .booking-item input[type="date"] {
  padding-right: 40px;
}

.headerslider-small .booking-guests {
  position: relative;
}

.headerslider-small .guests-display {
  cursor: pointer;
}

.headerslider-small .guests-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  background: var(--color-white);
  padding: 18px;
  border-radius: 16px;
  display: none;
  z-index: 9999;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  width: 260px;
}

.headerslider-small .booking-guests.active .guests-dropdown {
  display: block;
}

.headerslider-small .guest-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.headerslider-small .guest-row + .guest-row {
  margin-top: 14px;
}

.headerslider-small .counter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.headerslider-small .counter-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: var(--color-white);
  cursor: pointer;
}

@media (max-width: 991px) {
  .headerslider-small .headerslider-small-wrapper {
    display: flex;
    flex-direction: column;
  }

  .headerslider-small .headerslider-small-slider {
    order: 1;
  }

  .headerslider-small .headerslider-small-nav {
    order: 2;
    margin-top: 10px;
    padding: 0 15px;
  }

  .headerslider-small .headerslider-booking {
    order: 3;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 15px;
    padding: 0 15px;
    pointer-events: auto;
  }

  .headerslider-small .headerslider-small-slider,
  .headerslider-small .headerslider-small-slide {
    height: 260px;
  }

  .headerslider-small .booking-bar {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .headerslider-small .booking-bar .booking-item {
    width: 100%;
    min-width: 0;
  }

  .headerslider-small .booking-submit {
    margin: auto;
  }

  .headerslider-small .guests-dropdown {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 10px;
    width: 100%;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 991px) {
  .headerslider-small .booking-bar {
    overflow: hidden;
    transition: all 0.4s ease;
  }

  /* COLLAPSED */
  .headerslider-small .booking-bar.is-collapsed {
    background: transparent;
    backdrop-filter: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Inputs verstecken */
  .headerslider-small .booking-bar.is-collapsed .booking-item {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    height: 0;
    overflow: hidden;
  }

  /* Button sauber zentrieren */
  .headerslider-small .booking-bar.is-collapsed .booking-submit {
    opacity: 1;
    pointer-events: auto;
    margin: 0 auto;
  }

  /* EXPANDED */
  .headerslider-small .booking-bar.is-expanded {
    max-height: 500px;
  }
  .headerslider-small .subheadline {
    margin-top: 20px;
  }

  .headerslider-small .booking-bar.is-expanded .booking-item {
    opacity: 1;
    transform: translateY(0);
    height: auto;
  }
  button.main-btn.main-btn-green.booking-submit {
    margin-top: -40px !important;
  }
  .is-expanded button.main-btn.main-btn-green.booking-submit {
    margin-top: 0px !important;
  }
}
