/* ==========================================================
   BOOTSVERLEIH WIESBADEN – simplybook.css
   Styles rund um die SimplyBook-Buchungsintegration:
   eingebetteter Kalender auf den buchen-*.html Seiten
   ========================================================== */

.header--booking {
  display: flex;
  justify-content: center;
  position: relative;
}

.header--booking .logo-img {
  height: 180px;
}

.booking-page {
  max-width: 720px;
}

.booking-back {
  margin-bottom: 2rem;
}

.booking-price {
  color: var(--ink-tint-2);
  margin-bottom: 2rem;
}

.booking-embed {
  min-height: 400px;
}

.legal-content {
  max-width: 60ch;
}

.legal-content h3 {
  margin-top: 2rem;
}

.legal-content p {
  color: var(--ink-tint-1);
}

.legal-content ul {
  margin: 0.5rem 0 0 1.2rem;
  color: var(--ink-tint-1);
}

.legal-content li {
  margin-bottom: 0.4rem;
}

.legal-content a {
  color: var(--amber-shade-2);
}

#header{
display: none;
}
