
.bb-booking-shell {
  --bb-forest: #244238;
  --bb-dark: #182f28;
  --bb-sand: #d8cbbb;
  --bb-beige: #eee7dc;
  --bb-warm: #f7f5f0;
  --bb-muted: #68716d;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(74px,9vw,112px) 24px 90px;
  color: #222827;
  isolation: isolate;
}
.bb-booking-shell,
.bb-booking-shell * {
  box-sizing: border-box;
}
.bb-booking-shell img,
.bb-booking-shell picture,
.bb-booking-shell figure {
  max-width: 100%;
}
.bb-booking-shell h1,
.bb-booking-shell h2,
.bb-booking-shell h3,
.bb-booking-shell p,
.bb-booking-shell span,
.bb-booking-shell small,
.bb-booking-shell strong,
.bb-booking-shell dt,
.bb-booking-shell dd,
.bb-booking-shell label,
.bb-booking-shell a,
.bb-booking-shell button {
  overflow-wrap: anywhere;
}
.bb-booking-intro {
  max-width: 820px;
  margin-bottom: 46px;
}
.bb-kicker {
  margin: 0 0 12px;
  color: #76583f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.bb-booking-intro h1,
.bb-results h2,
.bb-request h2,
.bb-success h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--bb-forest);
  line-height: 1.05;
}
.bb-booking-intro h1 {
  font-size: clamp(48px, 7vw, 86px);
  margin: 0 0 22px;
}
.bb-booking-intro > p:last-child {
  max-width: 700px;
  font-size: 19px;
  line-height: 1.7;
  color: #4e5955;
}
.bb-search {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,.75fr) auto;
  gap: 10px;
  align-items: stretch;
  padding: 14px;
  background: var(--bb-forest);
  border-radius: 6px;
  margin-bottom: 48px;
  box-shadow: 0 20px 60px rgba(24,47,40,.12);
}
.bb-search label {
  display: block;
  min-width: 0;
  background: #fff;
  padding: 12px 14px;
  border-radius: 4px;
}
.bb-search label span {
  display: block;
  margin-bottom: 5px;
  color: #6d7471;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.bb-search input,
.bb-search select {
  width: 100%;
  min-width: 0;
  border: 0 !important;
  box-shadow: none !important;
  padding: 4px 0 !important;
  background: transparent;
  font: inherit;
  color: #222827;
  min-height: 36px;
}
.bb-search button,
.bb-select-button,
.bb-submit {
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: var(--bb-forest);
  font-weight: 800;
  padding: 0 24px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}
.bb-search button {
  min-height: 100%;
}
.bb-search button:hover,
.bb-select-button:hover,
.bb-submit:hover {
  background: #f1ebe2;
  color: var(--bb-dark);
}
.bb-booking-hint {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid rgba(36,66,56,.16);
  border-bottom: 1px solid rgba(36,66,56,.16);
  margin-top: 34px;
}
.bb-booking-hint > div {
  padding: 28px 28px 28px 0;
  min-width: 0;
}
.bb-booking-hint > div + div {
  border-left: 1px solid rgba(36,66,56,.12);
  padding-left: 28px;
}
.bb-booking-hint span {
  display: block;
  color: #76583f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 18px;
}
.bb-booking-hint strong {
  display: block;
  color: var(--bb-forest);
  font-size: 18px;
  margin-bottom: 8px;
}
.bb-booking-hint p {
  margin: 0;
  color: var(--bb-muted);
  font-size: 14px;
  line-height: 1.6;
}
.bb-alert {
  padding: 22px 24px;
  margin: 0 0 28px;
  background: #f1ece4;
  border-left: 3px solid #76583f;
  color: #414846;
}
.bb-alert--error {
  background: #f6e9e7;
  border-color: #9b4c43;
}
.bb-alert ul {
  margin-bottom: 0;
}
.bb-results {
  margin: 54px 0;
}
.bb-results-head {
  margin-bottom: 26px;
}
.bb-results-head .bb-kicker { margin-bottom: 10px; }
.bb-results h2 {
  font-size: clamp(34px, 4vw, 52px);
  margin: 0;
}
.bb-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  align-items: stretch;
}
.bb-result-card {
  display: flex;
  min-height: 320px;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(36,66,56,.12);
  box-shadow: 0 16px 44px rgba(24,47,40,.06);
  overflow: hidden;
}
.bb-result-card.is-selected {
  border-color: rgba(36,66,56,.5);
  box-shadow: 0 18px 50px rgba(24,47,40,.12);
}
.bb-result-card-top,
.bb-result-card-bottom,
.bb-price {
  min-width: 0;
}
.bb-availability {
  display: inline-block;
  margin-bottom: 24px;
  color: #2c6d48;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bb-result-card h3 {
  margin: 0 0 9px;
  color: var(--bb-forest);
  font-size: 23px;
  line-height: 1.22;
}
.bb-result-card p {
  margin: 0;
  color: var(--bb-muted);
  line-height: 1.6;
}
.bb-result-card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
}
.bb-price span,
.bb-price small {
  display: block;
  color: #757d79;
  font-size: 11px;
  line-height: 1.45;
}
.bb-price strong {
  display: block;
  margin: 3px 0;
  color: var(--bb-forest);
  font-family: Georgia, serif;
  font-size: clamp(28px, 2.7vw, 38px);
  font-weight: 400;
  line-height: 1.1;
}
.bb-select-button {
  min-height: 46px;
  flex: 0 0 auto;
  background: var(--bb-forest);
  color: #fff;
  white-space: nowrap;
}
.bb-select-button:hover {
  background: var(--bb-dark);
  color: #fff;
}
.bb-request {
  display: grid;
  grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr);
  gap: clamp(40px,7vw,90px);
  padding: clamp(46px,6vw,72px);
  margin-top: 64px;
  background: #eee7dc;
  align-items: start;
  overflow: hidden;
  scroll-margin-top: 110px;
}
.bb-request-copy,
.bb-guest-form,
.bb-fields,
.bb-request dl,
.bb-request dl > div {
  min-width: 0;
}
.bb-request h2 {
  font-size: clamp(38px,5vw,62px);
  margin: 0 0 20px;
}
.bb-request-copy > p:not(.bb-kicker):not(.bb-price-note) {
  font-size: 17px;
  line-height: 1.7;
  color: #4f5b57;
}
.bb-request dl {
  margin: 30px 0 0;
}
.bb-request dl > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 10px 0;
  border-top: 1px solid rgba(36,66,56,.12);
}
.bb-request dt {
  color: #6d7471;
  line-height: 1.5;
}
.bb-request dd {
  margin: 0;
  font-weight: 800;
  color: var(--bb-forest);
  text-align: right;
  line-height: 1.5;
}
.bb-price-note {
  margin-top: 20px;
  color: #6d7471;
  font-size: 12px;
  line-height: 1.6;
}
.bb-guest-form {
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
.bb-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.bb-guest-form label {
  display: block;
  min-width: 0;
}
.bb-guest-form label span {
  display: block;
  margin-bottom: 6px;
  color: #4f5a56;
  font-size: 12px;
  font-weight: 700;
}
.bb-guest-form input[type=text],
.bb-guest-form input[type=email],
.bb-guest-form input[type=tel],
.bb-guest-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #d6d8d6;
  background: #fff;
  padding: 12px 13px;
  font: inherit;
  color: #222827;
  border-radius: 3px;
}
.bb-guest-form textarea {
  min-height: 120px;
  resize: vertical;
}
.bb-full {
  display: block;
  margin-top: 16px;
}
.bb-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
  color: #5f6965;
  font-size: 12px;
  line-height: 1.55;
}
.bb-consent input {
  margin-top: 3px;
  flex: 0 0 auto;
}
.bb-consent a {
  color: var(--bb-forest);
}
.bb-submit {
  min-height: 50px;
  background: var(--bb-forest);
  color: #fff;
  width: 100%;
}
.bb-submit:hover {
  background: var(--bb-dark);
  color: #fff;
}
.bb-form-footnote {
  margin: 12px 0 0;
  text-align: center;
  color: #7a817e;
  font-size: 11px;
  line-height: 1.5;
}
.bb-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.bb-success {
  padding: clamp(42px,6vw,76px);
  background: #edf1ec;
  text-align: left;
}
.bb-success-mark {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bb-forest);
  color: #fff;
  font-weight: 800;
  margin-bottom: 26px;
}
.bb-success h2 {
  font-size: clamp(40px,5vw,64px);
  margin: 0 0 20px;
}
.bb-success > p {
  max-width: 740px;
  font-size: 17px;
  line-height: 1.7;
  color: #4f5b57;
}
.bb-success-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1px;
  background: rgba(36,66,56,.12);
  margin: 30px 0;
}
.bb-success-summary > div {
  background: #fff;
  padding: 20px;
  min-width: 0;
}
.bb-success-summary span {
  display: block;
  color: #727a76;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bb-success-summary strong {
  color: var(--bb-forest);
  line-height: 1.4;
}
.bb-success-note {
  font-size: 13px !important;
}

@media (max-width: 980px) {
  .bb-search {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .bb-search button {
    min-height: 54px;
  }
  .bb-result-grid,
  .bb-success-summary,
  .bb-booking-hint,
  .bb-fields,
  .bb-request {
    grid-template-columns: 1fr;
  }
  .bb-booking-hint > div,
  .bb-booking-hint > div + div {
    padding: 22px 0;
    border-left: 0;
    border-top: 1px solid rgba(36,66,56,.12);
  }
  .bb-booking-hint > div:first-child {
    border-top: 0;
  }
  .bb-result-card-bottom {
    align-items: stretch;
    flex-direction: column;
  }
  .bb-select-button {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .bb-booking-shell {
    padding-left: 18px;
    padding-right: 18px;
  }
  .bb-search {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .bb-request {
    padding: 30px 20px;
    gap: 28px;
  }
  .bb-guest-form {
    padding: 22px 18px;
  }
  .bb-request dl > div {
    flex-direction: column;
    gap: 4px;
  }
  .bb-request dd {
    text-align: left;
  }
}

/* Unterkunftsfotos in den Verfügbarkeitsergebnissen */
.bb-result-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bb-beige);
  border-bottom: 1px solid rgba(36,66,56,.10);
}
.bb-result-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.bb-result-card:hover .bb-result-media img {
  transform: scale(1.02);
}
.bb-result-detail-link {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100% - 24px);
  padding: 8px 10px;
  border-radius: 3px;
  background: rgba(24,47,40,.92);
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,.16);
}
.bb-result-detail-link:hover,
.bb-result-detail-link:focus-visible {
  background: #fff;
  color: var(--bb-forest) !important;
}
.bb-result-detail-link span {
  flex: 0 0 auto;
}
.bb-result-card.has-media {
  padding: 0;
}
.bb-result-card.has-media .bb-result-card-top {
  padding: 24px 28px 0;
}
.bb-result-card.has-media .bb-result-card-bottom {
  padding: 0 28px 28px;
}

@media (max-width: 980px) {
  .bb-result-media {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  .bb-result-card.has-media .bb-result-card-top {
    padding: 22px 20px 0;
  }
  .bb-result-card.has-media .bb-result-card-bottom {
    padding: 0 20px 22px;
  }
  .bb-result-detail-link {
    right: 10px;
    bottom: 10px;
  }
}
