@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
/* SECTION: Base & Reset */
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

/* SECTION: Header & Hero */

.site-header {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
}
/* SECTION: Hero Content */
.hero-picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  z-index: 0;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.15)
  );
  pointer-events: none;
}
/* SECTION: Navbar (Desktop Defaults) */

nav {
  max-width: 1140px;
  margin: 0 auto;
  padding: 16px 20px;
  z-index: 2;
  position: relative;
}
.nav-header {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1.4rem);
}
.nav-header li {
  list-style-type: none;
  margin-right: clamp(1rem, 2vw, 2rem);
}
.nav-header a {
  text-decoration: none;
  color: #ffffff;
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: 600;
  opacity: 0.9;
  padding: 0.35rem 0.55rem;
  border-radius: 0.5rem;
}
.nav-header a:hover {
  background: rgba(255, 255, 255, 0.12);
  opacity: 1;
}
#open-sidebar-button {
  position: fixed;
  top: 14px;
  right: 14px;
  display: none;
  width: 28px;
  height: 28px;
  background: transparent;
  cursor: pointer;
  z-index: 1000;
  padding: 0;
}

#close-sidebar-button {
  display: none;
  width: 28px;
  height: 28px;
  background: #fff3e2;
  border: 1px solid rgba(47, 62, 52, 0.12);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
}
#overlay {
  position: fixed;
  inset: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px);
}

.hero {
  max-width: auto;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 80px) 20px 40px;
  display: grid;
  align-items: center;
  gap: clamp(16px, 4vw, 48px);
  min-height: clamp(540px, 75vh, 760px);
  position: relative;
  z-index: 2;
}
.hero-copy {
  margin-top: -140px;
}

.hero-copy h1 {
  margin: 0 0 0.25em;
  line-height: 1.05;
  color: #ffffff;
  font-size: clamp(26px, 4.6vw, 56px);
  font-weight: 800;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  border-bottom: 4px solid #e59a3f;
  display: inline-block;
  padding-bottom: 0.2em;
}
.accent {
  color: #e59a3f;
}
.hero-copy p {
  margin: 0 0 1.75rem;
  color: #e9efe9;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 500;
}
.hero-copy span {
  font-weight: 600;
}

.hero-buttons,
.hero-buttons a {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  z-index: 1;
  font-size: clamp(16px, 2vw, 20px);
  margin-top: 1rem;
  padding-left: 0;
}
a.kontakt-hero,
a.galerie-hero {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
  border: 1px solid transparent;
  margin: 0;
  font-size: clamp(15px, 1.8vw, 20px);
}

a.kontakt-hero:hover {
  background: #c97f2e;
  transform: translateY(-1px);
}
a.kontakt-hero:focus-visible,
a.galerie-hero:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
a.kontakt-hero {
  background: #e59a3f;
  color: #fff;
  box-shadow: 0 10px 24px rgba(229, 154, 63, 0.28);
}
a.galerie-hero {
  background: #fff3e2;
  color: #2f3e34;
  border-color: rgba(0, 0, 0, 0.06);
}
a.galerie-hero:hover {
  background: #ffe6c9;
}
/* SECTION: 'Das Wichtigste im Überblick' */

.wichtigste::before,
.wave-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/bilder/noisy.png");
  background-size: 300px 300px;
  background-repeat: repeat;
  opacity: 0.2;
  pointer-events: none;
}
.wichtigste {
  background-color: #faf8f3;
  padding: 4rem 1.25rem 5rem;
  scroll-margin-top: 96px;
  max-width: auto;
  position: relative;
  overflow: hidden;
}

.info-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.wichtigste .ueberblick {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #2f3e34;
  background: #e6d8c3;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  text-decoration: none;
  margin-bottom: 0.75rem;
}

.wichtigste h2 {
  margin: 0rem 0 3rem;
  color: #2f3e34;
  font-size: clamp(1.8rem, 2.7vw, 2.4rem);
  font-weight: 800;
}
.infos {
  display: grid;
  gap: clamp(16px, 2.4vw, 28px);
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  max-width: 1100px;
  margin: 0 auto;
}
.infos > div {
  background: #f7f4ed;
  border: 1px solid #e6e0d5;
  border-radius: 4px;
  padding: 0px 0px 0px 72px;
  min-height: 92px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.infos h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 800;
  color: #2f3e34;
  line-height: 1.2;
}
.infos p {
  margin: 0;
  font-size: 0.92rem;
  opacity: 0.8;
  color: #2f3e34;
  line-height: 1.35;
}
.infos > div::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0.9;
}
.infos > div:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border-color: rgba(229, 154, 63, 0.45);
}
/* SECTION: Galerie Section */
.galerie-section {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
  background: #f7f4ed;
}
.galerie-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/bilder/noisy.png");
  background-size: 300px 300px;
  opacity: 0.18;
  z-index: 0;
  pointer-events: none;
}
.galerie-overlay {
  background-color: #f7f4ed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.galerie-text {
  z-index: 2;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.25rem 5rem;
}
.galerie-text h2 {
  margin: 0rem 0 0rem;
  color: #2f3e34;
  font-size: clamp(1.8rem, 2.7vw, 2.4rem);
  font-weight: 800;
}
.galerie-text h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 800;
  color: #2f3e34;
  line-height: 1.2;
}
.galerie {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #2f3e34;
  background: #e6d8c3;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  text-decoration: none;
  margin-bottom: 0.75rem;
}
/* SECTION: Carousel */

.carousel {
  width: auto;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}
.carousel > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 220ms transform ease, 200ms opacity ease-in-out;
  transition-delay: 200ms;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform, opacity;
}
.slide[data-active] {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 3;
  transition: transform 550ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 350ms ease-in-out;
}
.carousel > ul > .slide[data-active] + .slide {
  opacity: 0.55;
  transform: translateX(clamp(120px, 16vw, 260px)) scale(0.88);
  z-index: 2;
  pointer-events: none;
}
.carousel > ul > .slide:has(+ .slide[data-active]) {
  opacity: 0.55;
  transform: translateX(calc(-1 * clamp(120px, 16vw, 260px))) scale(0.88);
  z-index: 2;
  pointer-events: none;
}
.image-wrapper > img {
  max-width: 70vw;
  max-height: 60vh;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  object-fit: cover;
  aspect-ratio: 3 /4;
}
.carousel-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(47, 62, 52, 0.15);
  background: #fff3e2;
  color: #2f3e34;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.carousel-controls {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  position: relative;
  z-index: 2;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid #2f3e34;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
}
.carousel-dot.active {
  background: #2f3e34;
  opacity: 1;
  transform: scale(1.1);
}
.carousel-dot:hover {
  opacity: 1;
}
.carousel-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(47, 62, 52, 0.18);
}
.carousel-btn:focuc-visible {
  outline: 3px solid #e59a3f;
  outline-offset: 2px;
}
.carousel-btn:active {
  transform: translateY(0);
}
@media (max-width: 600px) {
  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .carousel-dots {
    gap: 0.4rem;
  }
}

/* Motion-Respect */
@media (prefers-reduced-motion: reduce) {
  .carousel-btn,
  .carousel-dot {
    transition: none;
  }
}
.outer-austattung {
  background: #f7f4ed;
  position: relative;
  padding: 3rem;
}
.austattung {
  background: #f7f4ed;
  position: relative;
  scroll-margin-top: 96px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 28px);
}
.outer-austattung::before,
.austattung::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/bilder/noisy.png");
  background-size: 300px 300px;
  background-repeat: repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
.austattung > * {
  position: relative;
  z-index: 1;
}
.austattung-bild {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
}
.austattung-bild img {
  position: absolute;
  width: 100%;
  height: 300px;
  max-width: 500px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.austattung-bild img.active {
  opacity: 1;
  position: relative;
}
.austattung-text {
  flex: 1;
  height: 300px;
  background: #f7f4ed;
  margin: auto;
  border: 1px solid #e6e0d5;
  border-radius: 4px;
  color: #2f3e34;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  overflow: hidden;
}
.austattung-text h2 {
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  font-weight: 800;
  margin: 0 0 0.25rem;
}
.tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.tab {
  background: #e6d8c3;
  border: none;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #2f3e34;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tab:hover {
  background: #e59a3f;
  color: #fff;
}

.tab.active {
  background: #e59a3f;
  color: #fff;
}
.tab-contents {
  flex: 1;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
/* SECTION: Preise */
.preise {
  background: #faf8f3;
  position: relative;
  padding: 4rem 1.25rem 5rem;
}
.preise-animate {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(40px);
}
.preise-animate.show1 {
  opacity: 1;
  transform: translateY(0);
}
.preise::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/bilder/noisy.png");
  background-size: 300px 300px;
  opacity: 0.2;
  pointer-events: none;
}
.preise-header {
  max-width: 1100px;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}
.preise-header .galerie {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #2f3e34;
  background: #e6d8c3;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  text-decoration: none;
  margin-bottom: 0.75rem;
}
.preise-header h2 {
  margin: 0 0 0.5rem;
  color: #2f3e34;
  font-size: clamp(1.8rem, 2.7vw, 2.4rem);
  font-weight: 800;
}
.preise-header h3 {
  margin: 0;
  color: #2f3e34;
  opacity: 0.85;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
}
.preise-grid {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(16px, 2.4vw, 28px);
  grid-template-columns: repeat(3, 1fr);
}
/* SECTION: Responsive ≤900px (Kontakt/Preise) */
@media (max-width: 900px) {
  .preise-grid {
    grid-template-columns: 1fr;
  }
}
.preise-card {
  background: #f7f4ed;
  border: 1px solid #e6e0d5;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.preise-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border-color: rgba(229, 154, 63, 0.45);
}
.preise-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #2f3e34;
}
.tagespreise-rows {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.tagespreise-rows .row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  background: #fff3e2;
  border: 1px solid #f1e2cc;
  border-radius: 8px;
  padding: 0.6rem 0.75rem;
}
.tagespreise-rows .label {
  margin: 0;
  color: #2f3e34;
  font-weight: 700;
}
.tagespreise-rows .price {
  margin: 0;
  color: #2f3e34;
  font-weight: 800;
}
.preise-card .hint {
  margin: 0.5rem 0 0;
  font-size: 0.92rem;
  color: #2f3e34;
  opacity: 0.8;
}
.checklist {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.checklist li {
  position: relative;
  padding-left: 28px;
  color: #2f3e34;
}
.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  background: #e59a3f;
  color: #fff;
  border-radius: 50%;
  font-size: 0.7rem;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
/* SECTION: Kontakt */
.kontakt-section {
  background: #faf8f3;
  position: relative;
  padding: 4rem 1.25rem 5rem;
  scroll-margin-top: 96px;
}
.kontakt-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/bilder/noisy.png");
  background-size: 300px 300px;
  opacity: 0.18;
  pointer-events: none;
}
.kontakt-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(24px, 4vw, 36px);
  position: relative;
  z-index: 1;
}
.kontakt-info .kontakt-badge {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #2f3e34;
  background: #e6d8c3;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  margin-bottom: 0.75rem;
}
.kontakt-info h2 {
  margin: 0 0 0.3rem;
  color: #2f3e34;
  font-size: clamp(1.8rem, 2.7vw, 2.4rem);
  font-weight: 800;
}
.kontakt-info p {
  margin: 0 0 1rem;
  color: #2f3e34;
  opacity: 0.9;
}
.kontakt-stichpunkte {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.35rem;
}
.kontakt-stichpunkte li {
  position: relative;
  padding-left: 24px;
  color: #2f3e34;
}
.kontakt-stichpunkte li::before {
  content: "•";
  position: absolute;
  left: 6px;
  top: 0;
  color: #e59a3f;
  font-weight: 900;
}
.kontakt-call {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #e59a3f;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(229, 154, 63, 0.28);
  transition: 0.2s ease;
}
.kontakt-call:hover {
  background: #c97f2e;
  transform: translateY(-1px);
}
.kontakt-form {
  background: #f7f4ed;
  border: 1px solid #e6e0d5;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: clamp(16px, 3vw, 22px);
}
.form-row {
  margin-bottom: 0.9rem;
}
.form-row.two-cols {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr 1fr;
}
.form-row label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2f3e34;
  margin-bottom: 0.35rem;
}
.kontakt-form input[type="text"],
.kontakt-form input[type="email"],
.kontakt-form input[type="tel"],
.kontakt-form input[type="date"],
.kontakt-form textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid #e6e0d5;
  border-radius: 8px;
  background: #fff8ef;
  color: #2f3e34;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.kontakt-form textarea {
  resize: vertical;
}
.kontakt-form input:focus,
.kontakt-form textarea:focus {
  border-color: rgba(229, 154, 63, 0.8);
  box-shadow: 0 0 0 3px rgba(229, 154, 63, 0.18);
}
.checkbox-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 0.65rem;
}
.checkbox-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
}
.btn-senden {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.8rem 1.1rem;
  border-radius: 10px;
  border: none;
  font-weight: 800;
  background: #2f3e34;
  color: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-senden:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.form-hinweis {
  margin: 0.65rem 0 0;
  font-size: 0.85rem;
  color: #2f3e34;
  opacity: 0.7;
}
@media (max-width: 900px) {
  .kontakt-wrapper {
    grid-template-columns: 1fr;
  }
  .form-row.two-cols {
    grid-template-columns: 1fr;
  }
}

.infos > .infos_1::before {
  background: url("/bilder/lenkrad.svg") no-repeat left/70%;
}
.infos > .infos_2::before {
  background: url("/bilder/lizenz.svg") no-repeat left/70%;
}
.infos > .infos_3::before {
  background: url("/bilder/haustier.svg") no-repeat left/70%;
}
.infos > .infos_4::before {
  background: url("/bilder/bett.svg") no-repeat left/70%;
}
.infos > .infos_5::before {
  background: url("/bilder/personenanzahl.svg") no-repeat left/70%;
}
.infos > .infos_6::before {
  background: url("/bilder/schalter.svg") no-repeat left/70%;
}
.infos > .infos_7::before {
  background: url("/bilder/maße.svg") no-repeat left/70%;
}
.infos > .infos_8::before {
  background: url("/bilder/mindestdauer.svg") no-repeat left/70%;
}
/* === Lightbox (Fullscreen) === */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: min(6vh, 40px) min(4vw, 32px);
}
.lightbox.open {
  display: flex;
}

.lightbox__img {
  max-width: 92vw;
  max-height: 92vh;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  user-select: none;
}

.lightbox__btn {
  position: absolute;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease,
    border-color 0.15s ease;
  backdrop-filter: blur(4px);
}
.lightbox__btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
}

.lightbox__close {
  top: 16px;
  right: 16px;
  font-size: 22px;
}
.lightbox__prev {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
.lightbox__next {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
/* === Footer (ohne Impressum) === */
.site-footer {
  background: rgb(247, 244, 237);
  position: relative;
  padding: 3rem 1.25rem 0;
  color: #2f3e34;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/bilder/noisy.png");
  background-size: 300px 300px;
  background-repeat: repeat;
  opacity: 0.18;
  pointer-events: none;
}
.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(16px, 3vw, 28px);
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  align-items: baseline;
}
.footer-col h4,
.footer-brand h3 {
  margin: 0 0 0.6rem;
  font-weight: 800;
  color: #2f3e34;
}
.footer-brand h3 {
  font-size: 1.25rem;
  border-bottom: 3px solid #e59a3f;
  display: inline-block;
  padding-bottom: 4px;
}
.footer-col p,
.footer-col li,
.footer-col a {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #2f3e34;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.footer-col a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.footer-col a:hover {
  background: rgba(229, 154, 63, 0.12);
  border-color: #e59a3f;
}
.footer-cta {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #e59a3f;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(229, 154, 63, 0.28);
}
.footer-cta:hover {
  background: #c97f2e;
}

/* Bottom Bar */
.footer-bottom {
  margin-top: 2rem;
  background: #f7f4ed;
  border-top: 1px solid #e6e0d5;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  gap: 10px;
}
.footer-bottom a {
  color: #2f3e34;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.footer-bottom a:hover {
  border-color: #e59a3f;
}
.flatpickr-calendar {
  border: 1px solid #e6e0d5;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  background: #fff8ef;
  overflow: hidden;
}
.flatpickr-months,
.flatpickr-weekdays {
  background: #f7f4ed;
  color: #2f3e34;
}
.flatpickr-weekday {
  color: #2f3e34;
  opacity: 0.8;
}
.flatpickr-day {
  color: #2f3e34;
  border-radius: 8px;
}
.flatpickr-day.today {
  border-color: #e59a3f;
}
.flatpickr-day:hover {
  background: rgba(229, 154, 63, 0.12);
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #e59a3f;
  border-color: #e59a3f;
  color: #fff;
}
.flatpickr-day.inRange {
  background: rgba(229, 154, 63, 0.12);
}
/* Pfeile/Monatskopf */
.flatpickr-prev-month,
.flatpickr-next-month {
  color: #2f3e34 !important;
}
.flatpickr-day.booked {
  background: rgba(220, 53, 69, 0.12);
  border-color: rgba(220, 53, 69, 0.45);
  color: #dc3545;
  cursor: not-allowed;
}
.flatpickr-day.booked:hover {
  background: rgba(220, 53, 69, 0.18);
}
/* Responsive */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 700px) {
  .lightbox__btn {
    width: 40px;
    height: 40px;
  }
  .lightbox__prev,
  .lightbox__next {
    font-size: 20px;
  }
}
/* SECTION: Responsive ≤580px (Wichtigste) */

@media (max-width: 580px) {
  .wichtigste {
    padding: 3.25rem 1rem 4.25rem;
  }

  .infos {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .infos > div {
    padding: 14px 14px 14px 56px;
    min-height: 74px;
  }

  .infos > div::before {
    left: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    opacity: 0.9;
  }

  .infos h3 {
    font-size: 0.98rem;
    line-height: 1.2;
  }
  .infos p {
    font-size: 0.9rem;
    line-height: 1.35;
  }
}
/* SECTION: Responsive ≤1024px (Hero media) */

@media (max-width: 1024px) {
  .hero-media img {
    transform: translate(20%, -80%);
  }
}
/* SECTION: Responsive ≤950px (Hero media) */
@media (max-width: 950px) {
  .hero-media img {
    transform: translate(5%, -65%);
  }
}
/* SECTION: Responsive ≤600px (Galerie) */
@media (max-width: 600px) {
  .hero-media img {
    transform: translate(-5%, -80%);
  }
  .galerie-section {
    height: auto;
  }
  .galerie-overlay {
    height: auto;
  }

  .galerie-text {
    padding: 1.25rem 1rem 1.5rem;
  }

  .carousel {
    height: 48vh;
    align-items: center;
  }
  .image-wrapper > img {
    max-width: 94vw;
    max-height: 48vh;
  }

  .carousel-btn {
    font-size: 1.6rem;
    padding: 0.5rem;
  }
}
/* SECTION: Responsive ≤425px (Hero media) */
@media (max-width: 425px) {
  .hero-media img {
    transform: translate(-10%, -80%);
  }
}
/* SECTION: Responsive ≤350px (Hero media) */
@media (max-width: 350px) {
  .hero-media img {
    transform: translate(-17%, -80%);
  }
}

@media (max-width: 1100px) {
  .austattung {
    padding: 4rem 2rem 2rem;
  }
}

@media (min-width: 701px) and (max-width: 999px) {
  .austattung {
    padding: 3rem 2rem 2rem;
    gap: 2rem;
  }

  .austattung-text {
    flex: 0 1 60%;
    min-height: 420px;
    padding: 1.25rem;
    overflow: visible;
  }
  .austattung-text h2 {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    margin-bottom: 0.6rem;
  }
  .tab-contents {
    max-height: none;
    overflow: visible;
  }

  .austattung-bild {
    flex: 0 1 40%;
  }
  .austattung-bild img {
    height: 420px;
    max-width: 480px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/* SECTION: Mobile Sidebar & Ausstattung ≤700px */

@media (max-width: 700px) {
  #open-sidebar-button,
  #close-sidebar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #open-sidebar-button {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff3e2;
    border: 1px solid rgba(47, 62, 52, 0.12);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    padding: 0;
  }
  #open-sidebar-button img {
    width: 24px;
    height: 24px;
  }

  #close-sidebar-button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff3e2;
    border: 1px solid rgba(47, 62, 52, 0.14);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    padding: 0;
    z-index: 11;
  }
  #close-sidebar-button img {
    width: 22px;
    height: 22px;
  }

  nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: min(82vw, 360px);
    z-index: 10;
    transition: right 300ms ease-out;
    background: rgba(247, 244, 237, 0.96);
    border-left: 1px solid #e6e0d5;
    box-shadow: -16px 0 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    padding: 16px 8px 14px;
    overflow: auto;
  }
  nav.show {
    right: 0;
  }

  #overlay {
    opacity: 0;
    transition: opacity 220ms ease;
  }
  nav.show ~ #overlay {
    display: block;
    opacity: 1;
  }

  nav ul {
    width: 100%;
    flex-direction: column;
  }
  nav a {
    width: 100%;
  }

  #navbar .nav-header {
    padding: 56px 6px 10px;
    display: block;
  }
  #navbar .nav-header li {
    list-style: none;
    margin: 0;
  }
  #navbar .nav-header li + li {
    border-top: 1px solid rgba(230, 224, 213, 0.9);
  }
  #navbar .nav-header a {
    display: block;
    color: #2f3e34;
    font-weight: 800;
    font-size: clamp(1.1rem, 4vw, 1.35rem);
    letter-spacing: 0.1px;
    text-decoration: none;
    padding: 12px 14px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    position: relative;
  }
  #navbar .nav-header a:hover {
    color: #2f3e34;
  }
  .outer-austattung {
    flex-direction: column-reverse;
    gap: 1rem;
    padding: 1rem 0.5rem 1.25rem;
  }
  .austattung {
    flex-direction: column-reverse;
    gap: 1rem;
    padding: 1rem 0rem 1.25rem;
  }
  .austattung-text {
    height: auto;
    padding: 1rem;
  }
  .austattung-bild {
    width: 100%;
  }
  .austattung-bild img {
    width: 100%;
    max-width: none;
    height: clamp(140px, 28vh, 200px);
    object-fit: cover;
    object-position: center;
  }
  .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.45);
  }

  .hero-copy {
    margin-top: 0;
  }
  .hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .carousel-controls {
    gap: 0.7rem;
    flex-wrap: nowrap;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .carousel-dots {
    gap: 0.35rem;
  }

  .carousel-dot {
    width: 7px;
    height: 7px;
    border-width: 1.6px;
  }
}

@media (max-width: 360px) {
  .carousel-controls {
    gap: 0.6rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .carousel-btn {
    width: 32px;
    height: 32px;
    font-size: 0.95rem;
  }
  .carousel-dots {
    gap: 0.3rem;
  }
  .carousel-dot {
    width: 6px;
    height: 6px;
    border-width: 1.4px;
  }
}
