/* Grundfarben & Fonts
   ------------------- */

:root {
  /* Hintergründe */
  --color-bg: #f6eee6;      /* Seitenhintergrund, sehr helles Beige */
  --color-page: #ffffff;    /* Karten / Content-Flächen */

  /* Akzent- und Hotel-Farben */
  --color-beige: #d8b695;   /* Wände / Hauptakzent */
  --color-wood: #b47a4e;    /* Holzton, z.B. für Linien oder Hover */
  --color-accent: #4fa39b;  /* Meergrün für Buttons/Links */

  /* Optional, falls du noch einen zweiten Akzent willst */
  --color-accent-soft: #e0f2ef; /* sehr zartes Grün für Hintergründe */

  /* Textfarben */
  --color-text-main: #3a2b25;
  --color-text-muted: #6a5a50;

  /* Schatten, Radien, Fonts wie gehabt */
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
  --radius-card: 18px;
  --site-header-height: 86px;

  --font-heading: "Playfair Display", serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

@media (max-width: 900px) {
  .zimmer-tools {
    gap: 1rem;
  }

  .zimmer-filter {
    width: 100%;
    gap: 0.55rem;
  }

  .zimmer-filter-btn {
    flex: 1 1 calc(50% - 0.55rem);
    justify-content: center;
  }

  .room-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .room-actions .btn,
  .offer-card .room-cta {
    width: 100%;
  }

  .price-table-wrapper,
  .zimmer-service-table-wrapper,
  .service-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -0.15rem;
    margin-right: -0.15rem;
    padding-bottom: 0.35rem;
  }

  .price-table,
  .zimmer-service-table,
  .service-table {
    min-width: 640px;
  }

  .offer-details {
    padding: 1rem;
  }

  .review-quote {
    min-height: 0;
    padding: 1.35rem 1.15rem 1.15rem;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .review-score {
    font-size: 1.7rem;
  }

  .breakfast-gallery,
  .breakfast-thumbs,
  .section-moments .image-band {
    gap: 0.8rem;
  }

  .breakfast-gallery figcaption,
  .section-moments figcaption {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .contact-inner,
  .anfahrt-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .jobs-contact-strip {
    gap: 0.8rem;
    padding: 1rem;
  }
}

@media (max-width: 600px) {
  .zimmer-filter-btn {
    flex-basis: 100%;
  }

  .price-table,
  .zimmer-service-table,
  .service-table {
    min-width: 560px;
  }

  .review-quote {
    padding: 1.1rem 1rem 1rem;
    font-size: 0.94rem;
  }

  .review-rotator-controls {
    margin-top: 0.75rem;
  }

  .section-moments figure img,
  .card-image img {
    height: 210px;
  }

  .breakfast-main img,
  .breakfast-thumbs img {
    min-height: 200px;
  }

  .breakfast-gallery figcaption,
  .section-moments figcaption,
  .restaurant-figure figcaption {
    display: none;
  }
}

@media (max-width: 600px) {
  .price-season {
    padding: 1rem;
  }

  .price-season-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-season-head .season-chip {
    align-self: flex-start;
  }

  .price-table-wrapper,
  .zimmer-service-table-wrapper,
  .service-table-wrapper {
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .price-table,
  .zimmer-service-table,
  .service-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
  }

  .price-table thead,
  .zimmer-service-table thead,
  .service-table thead {
    display: none;
  }

  .price-table tbody,
  .zimmer-service-table tbody,
  .service-table tbody {
    display: grid;
    gap: 0.85rem;
  }

  .price-table tr,
  .zimmer-service-table tr,
  .service-table tr {
    display: block;
    padding: 0.9rem 0.95rem;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  }

  .price-table td,
  .zimmer-service-table td,
  .service-table td {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: start;
    padding: 0.35rem 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  }

  .price-table td:last-child,
  .zimmer-service-table td:last-child,
  .service-table td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .price-table td::before,
  .zimmer-service-table td::before,
  .service-table td::before {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-wood);
  }

  .price-table td:nth-child(1)::before {
    content: "Kategorie";
  }

  .price-table td:nth-child(2)::before {
    content: "Größe";
  }

  .price-table td:nth-child(3)::before {
    content: "Personen";
  }

  .price-table td:nth-child(4)::before {
    content: "Preis / Nacht";
  }

  .zimmer-service-table td:nth-child(1)::before,
  .service-table td:nth-child(1)::before {
    content: "Leistung";
  }

  .zimmer-service-table td:nth-child(2)::before,
  .service-table td:nth-child(2)::before {
    content: "Preis";
  }

  .zimmer-service-table td:nth-child(3)::before,
  .service-table td:nth-child(3)::before {
    content: "Hinweis";
  }
}


/* Global Styles
   ------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text-main);
  background: var(--color-bg);
  padding-top: var(--site-header-height);
}

/* Hilfsklassen */

.wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.logo {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  line-height: 1.1;
}

.logo:hover .logo-main {
  opacity: 0.85;
}


/* Header / Navigation
   ------------------- */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.logo-copy {
  display: flex;
  flex-direction: column;
}

.logo-main {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.logo-sub {
  font-size: 1rem;
  color: var(--color-text-muted);
}

.main-nav ul {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text-main);
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 2px;
  background: var(--color-accent);
  transition: width 0.2s ease-out;
}

.main-nav a:hover::after {
  width: 100%;
}


/* ===========================================
   HERO MIT VERLAUF + FADE-IN
   =========================================== */

  .hero {
    background: linear-gradient(180deg, rgba(246, 238, 230, 0.92) 0%, rgba(253, 249, 243, 0.96) 45%, #f1e1cf 100%);
    padding: 2.8rem 0 3.4rem;
    text-align: left;

    /* leichtes Einblenden des gesamten Bereichs */
    animation: heroFade 0.8s ease-out both;
  }

  .hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.5rem;
    align-items: center;

    /* Inhalt etwas „hochfahren“ lassen */
    animation: heroContentFade 0.9s ease-out 0.1s both;
  }

  .hero-kicker {
    display: inline-block;
    margin-bottom: 0.8rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--color-wood);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .hero-text h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    line-height: 1.05;
    margin: 0 0 0.75rem;
    color: var(--color-text-main);
    max-width: 12ch;
    text-wrap: balance;
  }

  .hero-text p {
    font-size: 1.08rem;
    color: var(--color-text-muted);
    margin-bottom: 1.6rem;
  }

  .hero-text {
    max-width: 640px;
  }

  .hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero-booking-box {
    margin: 0 0 1.4rem;
    padding: 1.15rem 1.2rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(180, 122, 78, 0.2);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.09);
    backdrop-filter: blur(10px);
  }

  .hero-booking-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 0.95rem;
  }

  .hero-booking-copy strong {
    font-size: 1rem;
    color: var(--color-text-main);
  }

  .hero-booking-copy span {
    color: var(--color-text-muted);
    font-size: 0.95rem;
  }

  .hero-booking-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .booking-pill {
    padding: 0.75rem 0.9rem;
    border-radius: 14px;
    background: #fffaf4;
    border: 1px solid rgba(0, 0, 0, 0.06);
  }

  .booking-label {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-wood);
  }

  .booking-value {
    display: block;
    font-size: 0.96rem;
    color: var(--color-text-main);
  }

  .hero-booking-actions {
    display: flex;
    gap: 0.85rem;
    flex-wrap: nowrap;
  }

  .hero-booking-actions .btn {
    flex: 1 1 0;
    white-space: nowrap;
  }

  .trust-box {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin: 0 0 1.5rem;
    padding: 1.25rem 1.35rem;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 250, 244, 0.98), rgba(242, 227, 209, 0.96));
    border: 1px solid rgba(180, 122, 78, 0.24);
    box-shadow: 0 14px 34px rgba(112, 78, 47, 0.1);
  }

  .trust-box-top {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .trust-box-rating {
    flex: 0 0 auto;
    min-width: 76px;
    padding: 0.8rem 1rem;
    border-radius: 18px;
    background: var(--color-wood);
    color: #ffffff;
    font-size: 1.55rem;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 10px 24px rgba(180, 122, 78, 0.22);
  }

  .trust-box-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    text-align: left;
  }

  .trust-box-kicker {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-wood);
  }

  .trust-box-copy strong {
    font-size: 1.15rem;
    color: var(--color-text-main);
  }

  .trust-box-copy span {
    color: var(--color-text-muted);
    font-size: 0.95rem;
  }

  .trust-box-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .trust-box-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .trust-box-actions .btn-soft {
    grid-column: 1 / -1;
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(180, 122, 78, 0.3);
  }

    /* Bild der Hotel-Zeichnung */
  .hero-image {
    width: 100%;
    max-width: 550px;           /* HIER kannst du die Größe anpassen */
    height: auto;
    display: block;
    margin: 0 auto 1.8rem auto;

    /* feiner Rahmen + „Passepartout“ */
    background: rgba(255, 255, 255, 0.96);
    border: 2px solid rgba(180, 122, 78, 0.7);   /* Holzton-Rahmen */
    border-radius: 12px;
    padding: 1rem;

    /* leichter Schatten */
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);

    /* eigenes kleines Fade-Up */
    opacity: 0;
    transform: translateY(10px);
    animation: heroImageFadeUp 0.8s ease-out 0.15s forwards;
  }

/* Fade-In des gesamten Hero-Hintergrunds */
@keyframes heroFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Inhalt leicht hochfahren */
@keyframes heroContentFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Speziell fürs Bild (Rahmen) */
@keyframes heroImageFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ========================================
   WARMER HOLZ-STIL BUTTONS + FACEBOOK
   ======================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.75rem 1.9rem;
  border-radius: 50px; 
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: none;

  transition: 
    background-color 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;
}



/* ----------------------------------------
   PRIMÄR-BUTTON (Holz, warm, hochwertig)
   ---------------------------------------- */
.btn-primary {
  background: var(--color-wood);          /* warmes Holz */
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(180, 122, 78, 0.45);
}

.btn-primary:hover {
  background: #945f38;                    /* dunkleres Holz */
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(148, 95, 56, 0.55);
}

/* ----------------------------------------
   SEKUNDÄR-BUTTON (white + Holzrahmen)
   ---------------------------------------- */
.btn-secondary {
  background: #fffaf4;
  color: var(--color-wood);
  border: 2px solid rgba(180, 122, 78, 0.9);
  box-shadow: 0 8px 20px rgba(180, 122, 78, 0.16);
}

.btn-secondary:hover {
  background: #f4e6d9;                    /* sehr zartes Holz-Beige */
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(148, 95, 56, 0.22);
}

/* ----------------------------------------
   FACEBOOK BUTTON (angepasst ans Hotel)
   ---------------------------------------- */
.btn-facebook {
  background: var(--color-wood);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(180, 122, 78, 0.45);
}

.btn-facebook:hover {
  background: #945f38;                     /* dunkler Holzton */
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(148, 95, 56, 0.55);
}

/* Vollbreite */
.btn-full {
  width: 100%;
}


/* Sections
   -------- */

.section {
  padding: 4.25rem 0;
  background: var(--color-page);
}

.section:nth-of-type(even) {
  background: #f9f7f2;
}

.section h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.section-intro {
  max-width: 72ch;
  color: var(--color-text-muted);
  margin-bottom: 2.25rem;
}

/* Zwei-Spalten Layout */

.section-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2.5rem;
  align-items: center;
}

.section-text p {
  margin-bottom: 1rem;
  max-width: 68ch;
}

/* Platzhalter-Bilder */

.image-placeholder {
  border-radius: var(--radius-card);
  background: linear-gradient(135deg, var(--color-sand), #ffffff);
  border: 1px solid rgba(0, 0, 0, 0.06);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  font-size: 0.95rem;
  text-align: center;
  padding: 1rem;
}

.section-image .image-placeholder,
.about-image .image-placeholder {
  overflow: hidden;
  padding: 0;
  min-height: 0;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.section-image .image-placeholder img,
.about-image .image-placeholder img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.restaurant-figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 22px 48px rgba(92, 61, 54, 0.16);
}

.restaurant-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(32, 20, 18, 0.04) 0%, rgba(32, 20, 18, 0.38) 100%),
    radial-gradient(circle at top left, rgba(221, 177, 134, 0.22), transparent 34%);
  pointer-events: none;
}

.restaurant-figure img {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.02);
}

.restaurant-figure-badge {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.5rem;
  z-index: 1;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(76, 47, 40, 0.88) 0%, rgba(55, 33, 29, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(26, 13, 11, 0.28);
  color: #fff6ee;
}

.restaurant-badge-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.restaurant-figure-badge strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  line-height: 1.2;
}

.restaurant-figure-badge span:last-child {
  display: block;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 246, 238, 0.9);
}

.ristorante-intro {
  position: relative;
  padding: 2rem 2rem 2.1rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(214, 164, 119, 0.2), transparent 34%),
    linear-gradient(180deg, #fffaf5 0%, #f7efe6 100%);
  border: 1px solid rgba(142, 91, 70, 0.14);
  box-shadow: 0 20px 44px rgba(92, 61, 54, 0.09);
}

.ristorante-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  background: rgba(142, 91, 70, 0.12);
  color: #7b4737;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ristorante-intro h2 {
  margin-bottom: 0.8rem;
}

.ristorante-lead {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #4d3933;
}

.ristorante-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.4rem 0 1.25rem;
}

.ristorante-highlight {
  padding: 1rem 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(142, 91, 70, 0.1);
}

.ristorante-highlight strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--color-text-main);
}

.ristorante-highlight span {
  display: block;
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.ristorante-note {
  background: rgba(255, 255, 255, 0.7);
}

.ristorante-cta {
  margin-top: 1.25rem;
}

.restaurant-figure figcaption {
  position: absolute;
  left: 1.4rem;
  top: 1.1rem;
  z-index: 1;
  margin-top: 0.65rem;
  font-size: 0.9rem;
  color: rgba(255, 246, 238, 0.78);
}

/* Cards / Grids
   ------------- */

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.card {
  background: #ffffff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card-image {
  min-height: 220px;
}

.card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.card-body h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.card-body p {
  margin: 0;
  max-width: 42ch;
}

.card-cta {
  margin-top: auto;
}

.text-link {
  text-decoration: none;
  font-weight: 500;
  color: var(--color-blue-main);
}

.text-link:hover {
  text-decoration: underline;
}

.text-link:focus-visible {
  outline: 2px solid rgba(79, 163, 155, 0.35);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Restaurant */
.section-restaurant {
  background: #f1f5f6;
}

.restaurant-home-visual {
  min-height: 420px;
  padding: 2rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(214, 164, 119, 0.24), transparent 34%),
    radial-gradient(circle at bottom right, rgba(142, 91, 70, 0.12), transparent 30%),
    linear-gradient(180deg, #fffaf5 0%, #f3e7db 100%);
  border: 1px solid rgba(142, 91, 70, 0.12);
  box-shadow: 0 22px 48px rgba(92, 61, 54, 0.12);
  flex-direction: column;
  gap: 1rem;
}

.restaurant-home-icon {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8e5b46, #5c3d36);
  color: #fff7f0;
  box-shadow: 0 18px 32px rgba(92, 61, 54, 0.22);
}

.restaurant-home-icon svg {
  width: 2.7rem;
  height: 2.7rem;
  display: block;
  fill: currentColor;
}

.restaurant-home-copy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-align: center;
}

.restaurant-home-copy span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7b4737;
}

.restaurant-home-copy strong {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.15;
  color: #4c2f28;
}

/* ===============================
   HIGHLIGHTS STARTSEITE
   =============================== */

.section-highlights {
  background: #fffaf4;
}

.section-island-discovery {
  background: linear-gradient(180deg, #f7efe4 0%, #fffaf4 100%);
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  margin-top: 2rem;
}

.highlight-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.highlight-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.45rem;
  background: linear-gradient(135deg, #f4efe6, #ebe5da);
  color: #5a4734;
  box-shadow: inset 0 0 0 1px rgba(90, 71, 52, 0.08);
}

.highlight-icon svg {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
}

.highlight-icon .icon-fill {
  fill: currentColor;
}

.highlight-icon .icon-accent {
  fill: rgba(255, 255, 255, 0.96);
}

.icon-strand {
  background: linear-gradient(135deg, #fff0cc, #ffe1a4);
  color: #c7841f;
}

.icon-lake {
  background: linear-gradient(135deg, #dff3ff, #c7e8fb);
  color: #2d7cab;
}

.icon-wohnen {
  background: linear-gradient(135deg, #ece8ff, #ddd5ff);
  color: #6b5ab8;
}

.icon-cafe {
  background: linear-gradient(135deg, #ffe6d7, #ffd1ba);
  color: #b96a2d;
}

.icon-service {
  background: linear-gradient(135deg, #e0f6ea, #cfeeda);
  color: #3f8b62;
}

.icon-hund {
  background: linear-gradient(135deg, #f5e2d9, #eed0c3);
  color: #9b5d42;
}

.icon-sun {
  background: linear-gradient(135deg, #fff0bf, #ffd97a);
  color: #cc8921;
}

.icon-bike {
  background: linear-gradient(135deg, #e4f3ef, #d3eadf);
  color: #3d7b63;
}

.icon-water {
  background: linear-gradient(135deg, #dbf1ff, #c8e8fb);
  color: #2d7cab;
}

.icon-nature {
  background: linear-gradient(135deg, #ebf5dd, #d8e9bf);
  color: #6a8b36;
}

.icon-train-ride {
  background: linear-gradient(135deg, #ece8ff, #ddd5ff);
  color: #6b5ab8;
}

.highlight-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

.highlight-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-text-muted);
}

/* Responsive für Highlights */
@media (max-width: 900px) {
  .highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-box {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .trust-box-copy {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .highlight-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-buttons,
  .hero-buttons .btn,
  .card-cta,
  .room-cta,
  .trust-box .btn {
    width: 100%;
  }
}

.section-hero-followup {
  padding-top: 1.5rem;
}

.hero-followup-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.9fr);
  gap: 1.75rem;
  align-items: stretch;
}

.hero-followup-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.is-hidden {
  display: none !important;
}

.section-hero-followup .notice-box,
.section-hero-followup .trust-box {
  margin: 0;
}

.section-hero-followup .notice-box {
  padding: 1.45rem 1.55rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.96), rgba(252, 241, 225, 0.98));
  border: 1px solid rgba(210, 148, 80, 0.32);
  box-shadow: 0 12px 30px rgba(115, 87, 54, 0.07);
}

.section-hero-followup .notice-box-content h3 {
  margin-bottom: 0.55rem;
  font-size: 1.25rem;
}

.section-hero-followup .notice-box-content p {
  max-width: 36ch;
  color: var(--color-text-main);
  font-size: 1.06rem;
  line-height: 1.75;
}

@media (min-width: 601px) {
  .hero-booking-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .hero-booking-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .hero-followup-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-box-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* ===============================
   FERIENWOHNUNGEN – LAYOUT
   =============================== */

.fw-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.2fr);
  gap: 2rem;
  align-items: center;
}

.fw-text ul {
  padding-left: 1.2rem;
  margin-bottom: 1.2rem;
}

.fw-hinweis {
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #f6eee6;
  border: 1px solid rgba(0,0,0,0.05);
  font-size: 0.95rem;
}

.fw-image img {
  display: block;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.14);
  object-fit: cover;
}

/* Responsive */
@media (max-width: 900px) {
  .zimmer-tools {
    align-items: flex-start;
  }

  .fw-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* Zusätzliche Preisinfos Ferienwohnungen */
.fw-extra-info {
  margin-top: 1.5rem;
  padding: 1.25rem 1.6rem;
  border-radius: 14px;
  background: #fffaf4;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  font-size: 0.95rem;
}

.fw-extra-info h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.fw-extra-info ul {
  margin: 0 0 0.9rem 0;
  padding-left: 1.2rem;
}

/* Zusatzleistungen – Tabelle */
.fw-extra-services {
  margin-top: 2.5rem;
  padding: 1.6rem 1.8rem;
  background: #fffaf4;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.fw-extra-services h3 {
  margin-top: 0;
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

.fw-smallnote {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.fw-check {
  color: #2a8a55;
  font-weight: 700;
}

/* Tabelle */
.service-table-wrapper {
  overflow-x: auto;
}

.service-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.service-table th,
.service-table td {
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.service-table th {
  background: #f3e2d3;
  text-align: left;
  font-weight: 600;
}

.service-table tr:nth-child(odd) {
  background: #fffaf4;
}

.service-table tr:hover {
  background: #f6eee6;
}



/* Usedom-Momente */

.section-moments .image-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.section-moments figure {
  margin: 0;
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.section-moments figure img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.section-moments figcaption {
  padding: 0.85rem 1rem 1rem;
  margin-top: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

/* Reviews */

.section-reviews {
  background: #ffffff;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.review-sources {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.review {
  background: #f8f4ee;
  border-radius: var(--radius-card);
  padding: 1.5rem 1.75rem;
  font-style: italic;
  color: #4a3a31;
  position: relative;
}

.review-featured {
  background: linear-gradient(135deg, #fff5e5, #f6eee6);
  border: 1px solid rgba(180, 122, 78, 0.24);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.review::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.06);
}

.review-author {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-style: normal;
  color: #5b4a3f;
}

.review-rating {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.review-rating::before {
  content: none;
}

.review-source {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-wood);
}

.review-score {
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1;
  color: var(--color-text-main);
}

.review-label {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--color-text-main);
}

.review-rotator {
  position: relative;
  margin-top: 1.5rem;
}

.review-quote {
  display: none;
  min-height: 220px;
  padding: 2rem 2rem 1.6rem;
  font-size: 1.06rem;
  line-height: 1.75;
}

.review-quote.is-active {
  display: block;
}

.review-rotator-controls {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1rem;
}

.review-dot {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(180, 122, 78, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.review-dot.is-active {
  background: var(--color-wood);
  transform: scale(1.12);
}

.review-info {
  font-style: normal;
}

.section-season-offer {
  background: linear-gradient(135deg, #f8efe2, #fffaf4);
}

.season-offer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.season-offer-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: #fff5e5;
  color: #9c6434;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.season-offer-copy h2 {
  margin-bottom: 0.7rem;
}

.season-offer-price {
  margin: 1rem 0 1.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text-main);
}

.season-offer-image {
  overflow: hidden;
  min-height: 100%;
}

.season-offer-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.review-info::before {
  content: "";
}

.hero {
  background: linear-gradient(180deg, rgba(246, 238, 230, 0.92) 0%, rgba(253, 249, 243, 0.96) 45%, #f1e1cf 100%);
  padding: 2.8rem 0 3.4rem;
  text-align: left;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--color-wood);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-text {
  max-width: 640px;
}

.hero-text h1 {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  max-width: 12ch;
  margin-left: 0;
  margin-right: 0;
}

.hero-text p {
  font-size: 1.08rem;
}

.hero-buttons {
  justify-content: flex-start;
}

.hero-booking-box {
  margin: 0 0 1.4rem;
  padding: 1.15rem 1.2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(180, 122, 78, 0.2);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(10px);
}

.hero-booking-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.95rem;
}

.hero-booking-copy strong {
  font-size: 1rem;
  color: var(--color-text-main);
}

.hero-booking-copy span {
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.hero-booking-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.booking-pill {
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: #fffaf4;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.booking-label {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-wood);
}

.booking-value {
  display: block;
  font-size: 0.96rem;
  color: var(--color-text-main);
}

.hero-booking-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.hero-visual {
  position: relative;
  min-height: 100%;
}

.hero .hero-image {
  max-width: none;
  height: 620px;
  margin: 0;
  border: none;
  padding: 0;
  border-radius: 28px;
  background: transparent;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
}

.hero-badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background: rgba(31, 42, 48, 0.72);
  color: #ffffff;
  font-weight: 600;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.logo {
  position: relative;
  padding-left: 0;
}

.logo-mark {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 auto;
  background-color: #f4e6d9;
  box-shadow: 0 8px 18px rgba(132, 66, 60, 0.12);
}

.logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero {
  position: relative;
  min-height: min(90vh, 680px);
  overflow: hidden;
  background: #f4e6d9;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 42, 48, 0.18) 0%, rgba(31, 42, 48, 0.08) 28%, rgba(245, 239, 230, 0.2) 52%, rgba(246, 238, 230, 0.92) 74%, rgba(246, 238, 230, 0.98) 100%);
  z-index: 1;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero .hero-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 32% 82%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: min(90vh, 680px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-panel {
  width: min(100%, 480px);
  margin-left: auto;
  padding: 0.5rem 0 0.5rem 1rem;
}

.hero-text h1 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  max-width: 11ch;
}

.hero-text p {
  font-size: 0.98rem;
}

.hero-booking-box {
  background: rgba(255, 255, 255, 0.88);
}

.booking-input {
  width: 100%;
  border: 1px solid rgba(201, 169, 122, 0.9);
  border-radius: 10px;
  padding: 0.5rem 0.65rem;
  font: inherit;
  color: var(--color-text-main);
  background: #ffffff;
}

.booking-input:focus {
  outline: none;
  border-color: var(--color-wood);
  box-shadow: 0 0 0 2px rgba(180,122,78,0.18);
}

.section-hero-small.hero-strip {
  position: relative;
  padding: 3.2rem 0 2.4rem;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 34%),
    radial-gradient(circle at left 18% bottom 12%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, var(--subhero-start, #8d5d3b) 0%, var(--subhero-end, #30454a) 100%);
  overflow: hidden;
}

.section-hero-small.hero-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 42, 48, 0.38) 0%, rgba(31, 42, 48, 0.18) 44%, rgba(31, 42, 48, 0.08) 100%);
}

.section-hero-small.hero-strip::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -30%;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 42%, transparent 70%);
  transform: rotate(-14deg);
}

.section-hero-small.hero-strip .hero-small-inner {
  position: relative;
  z-index: 1;
}

.section-hero-small.hero-strip .back-link,
.section-hero-small.hero-strip .hero-small-inner p,
.section-hero-small.hero-strip .hero-small-inner h1 {
  color: #ffffff;
}

.hero-zimmer {
  --subhero-start: #a66d4b;
  --subhero-end: #70503f;
}

.hero-fewo {
  --subhero-start: #7c8f6a;
  --subhero-end: #4a6652;
}

.hero-angebote {
  --subhero-start: #c27a4c;
  --subhero-end: #8f5f4e;
}

.hero-anfahrt {
  --subhero-start: #5f8e95;
  --subhero-end: #355c66;
}

.hero-kontakt {
  --subhero-start: #8d6a52;
  --subhero-end: #5f4a43;
}

.hero-jobs {
  --subhero-start: #7c6958;
  --subhero-end: #4e4038;
}

.hero-restaurant {
  --subhero-start: #8e5b46;
  --subhero-end: #5c3d36;
}

.offer-card .room-cta {
  order: 1;
  margin-top: 0.25rem;
}

.offer-card .offer-details {
  order: 2;
}

.form-field input,
.form-field select,
.form-field textarea {
  border: 1px solid #c9a97a;
}

/* Wetter Startseite */

.section-weather {
  background:
    radial-gradient(circle at top left, rgba(206, 233, 235, 0.6), transparent 34%),
    linear-gradient(180deg, #f5f8f7 0%, #edf3f2 100%);
}

.weather-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: center;
}

.weather-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(79, 163, 155, 0.12);
  color: #2d706a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.weather-copy p {
  max-width: 58ch;
}

.weather-copy-note {
  color: var(--color-text-muted);
}

.weather-card {
  position: relative;
  overflow: hidden;
  padding: 1.65rem;
  border: 1px solid rgba(70, 108, 111, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.52), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 249, 248, 0.98) 100%);
  box-shadow: 0 22px 46px rgba(46, 73, 79, 0.12);
}

.weather-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -3.5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 163, 155, 0.13) 0%, rgba(79, 163, 155, 0.03) 55%, transparent 72%);
  pointer-events: none;
}

.weather-card-head,
.weather-main,
.weather-stats,
.weather-footnote {
  position: relative;
  z-index: 1;
}

.weather-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.4rem;
}

.weather-card-head h3 {
  margin: 0.1rem 0 0;
  font-family: var(--font-heading);
  font-size: 1.5rem;
}

.weather-eyebrow,
.weather-updated,
.weather-footnote,
.weather-stat span,
.weather-condition {
  color: var(--color-text-muted);
}

.weather-eyebrow {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.weather-updated {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  text-align: right;
}

.weather-main {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 1.4rem;
}

.weather-icon {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #dff1ef, #f7fbfb);
  color: #3f8f89;
  box-shadow: inset 0 0 0 1px rgba(63, 143, 137, 0.08);
}

.weather-icon svg {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  fill: currentColor;
}

.weather-summary {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.weather-temp {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #28434a;
}

.weather-condition {
  font-size: 1rem;
}

.weather-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.weather-stat {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(70, 108, 111, 0.08);
}

.weather-stat span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
}

.weather-stat strong {
  color: var(--color-text-main);
  font-size: 1rem;
}

.weather-footnote {
  margin: 1rem 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
}

.weather-card.is-unavailable .weather-icon {
  color: #7a8f92;
  background: linear-gradient(135deg, #edf3f4, #fafcfc);
}

@media (max-width: 900px) {
  .weather-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .weather-copy p {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .weather-card {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .weather-card-head,
  .weather-main {
    gap: 0.85rem;
  }

  .weather-card-head {
    flex-direction: column;
    margin-bottom: 1.15rem;
  }

  .weather-updated {
    text-align: left;
  }

  .weather-stats {
    grid-template-columns: 1fr;
  }

  .weather-stat {
    padding: 0.8rem 0.9rem;
  }
}

/* Kontakt */

.section-contact {
  background: #f1f5f6;
}

.contact-inner {
  align-items: flex-start;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.contact-list li {
  margin-bottom: 0.55rem;
}

.contact-list.contact-list-icons li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.icon-row {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.icon-badge {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.4rem;
  box-shadow: inset 0 0 0 1px rgba(90, 71, 52, 0.08);
}

.icon-badge svg {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}

.icon-badge .icon-fill {
  fill: currentColor;
}

.icon-badge .icon-accent {
  fill: rgba(255, 255, 255, 0.96);
}

.icon-text {
  min-width: 0;
}

.icon-phone {
  background: linear-gradient(135deg, #dff3ff, #c7e8fb);
  color: #2d7cab;
}

.icon-mail {
  background: linear-gradient(135deg, #ece8ff, #ddd5ff);
  color: #6b5ab8;
}

.icon-pin {
  background: linear-gradient(135deg, #ffe6d7, #ffd1ba);
  color: #b96a2d;
}

.icon-clock {
  background: linear-gradient(135deg, #e0f6ea, #cfeeda);
  color: #3f8b62;
}

.icon-note {
  background: linear-gradient(135deg, #fff0cc, #ffe1a4);
  color: #c7841f;
}

.icon-paw {
  background: linear-gradient(135deg, #f5e2d9, #eed0c3);
  color: #9b5d42;
}

.icon-car {
  background: linear-gradient(135deg, #e8f0ff, #d6e2ff);
  color: #466fb2;
}

.icon-train {
  background: linear-gradient(135deg, #e4f3ef, #d1eae3);
  color: #3f7f6f;
}

.contact-box {
  background: #ffffff;
  border-radius: var(--radius-card);
  padding: 1.75rem;
  box-shadow: var(--shadow-soft);
}

.contact-side-note {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: var(--color-text-muted);
}

.legal-layout {
  display: grid;
  gap: 1rem;
}

.legal-section {
  padding: 1.4rem 1.5rem;
  border-radius: 20px;
  background: #fffaf4;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.legal-section h2 {
  margin-bottom: 0.65rem;
  font-size: 1.35rem;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

/* Footer */

.site-footer {
  background: #1f2a30;
  color: #ffffff;
  padding: 1.5rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-booking {
  flex: 0 0 auto;
}

.logo-footer {
  font-family: var(--font-heading);
  font-size: 1.2rem;
}

.footer-address {
  font-size: 0.9rem;
  opacity: 0.85;
}

.footer-contact-mini {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  opacity: 0.82;
}

.footer-links {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: #ffffff;
  opacity: 0.9;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.jobs-intro {
  max-width: 980px;
}

.jobs-contact-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.1rem 1.2rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #fffaf5 0%, #f6eee5 100%);
  border: 1px solid rgba(124, 105, 88, 0.12);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.05);
}

.section-jobs {
  background: linear-gradient(180deg, #f8f3ed 0%, #f4eee7 100%);
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.job-card {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  min-width: 0;
  padding: 1.5rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(124, 105, 88, 0.1);
  box-shadow: 0 18px 38px rgba(68, 51, 42, 0.08);
}

.job-card > * {
  min-width: 0;
}

.job-card-head h3 {
  margin: 0.35rem 0 0.4rem;
  font-size: 1.35rem;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.job-label {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(124, 105, 88, 0.12);
  color: #6f5646;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.job-date {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.92rem;
}

.job-summary {
  margin: 0;
  line-height: 1.7;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.job-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.job-columns > div {
  min-width: 0;
}

.job-card h4 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.job-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--color-text-muted);
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.job-list li + li {
  margin-top: 0.4rem;
}

.job-benefits {
  padding-top: 0.1rem;
  border-top: 1px dashed rgba(124, 105, 88, 0.22);
}

.jobs-benefits-panel {
  padding: 1.5rem 1.6rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffaf5 0%, #f3ebdf 100%);
  border: 1px solid rgba(124, 105, 88, 0.12);
  box-shadow: 0 18px 38px rgba(68, 51, 42, 0.07);
}

.jobs-benefits-panel h2 {
  margin-bottom: 0.75rem;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.jobs-benefits-list {
  columns: 2;
  column-gap: 2rem;
}

.jobs-benefits-list li {
  break-inside: avoid;
}

.jobs-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 1.7rem;
  border-radius: 26px;
  background: linear-gradient(180deg, #fffaf5 0%, #f3ebdf 100%);
  border: 1px solid rgba(124, 105, 88, 0.12);
  box-shadow: 0 18px 38px rgba(68, 51, 42, 0.07);
}

.jobs-cta h2 {
  margin-bottom: 0.45rem;
}

.jobs-cta p {
  margin: 0;
}

.jobs-cta-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

/* ==================================
   NAV-TOGGLE: "☰ Menü"
   ================================== */

.nav-toggle {
  display: none; /* nur mobil anzeigen (siehe Media Query) */
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #84423c;              /* Rahmen in Logo-Farbe */
  background: #fffaf4;                    /* leichtes Beige */
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: #84423c;
  box-shadow: 0 2px 6px rgba(0,0,0,0.10);
  transition: background-color 0.2s ease, box-shadow 0.2s ease,
              transform 0.15s ease;
}

.nav-toggle:hover {
  background: #f3e2d3;
  box-shadow: 0 4px 10px rgba(0,0,0,0.14);
  transform: translateY(-1px);
}

.nav-icon {
  font-size: 1.35rem;
  line-height: 1;
}

.nav-text {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* Zustand, wenn Menü offen ist */
body.nav-open .nav-toggle {
  background: #84423c;
  color: #ffffff;
  border-color: #84423c;
}

body.nav-open .nav-toggle .nav-icon {
  transform: rotate(90deg); /* kleiner optischer Hinweis */
}

/* Responsive
   ---------- */

@media (max-width: 900px) {
  .header-inner {
    flex-direction: row;           /* Logo links, Burger rechts */
    align-items: center;
  }

  /* Hamburger anzeigen */
  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  /* Navigation mobil als Dropdown */
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffaf4;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
    display: none;                 /* Standard: versteckt */
    z-index: 90;
  }
    .main-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 0.75rem 1.5rem 1rem;
  }

  .main-nav li + li {
    border-top: 1px solid rgba(0,0,0,0.04);
  }

  .main-nav a {
    display: block;
    padding: 0.55rem 0;
  }


  .section-two-column {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-inner,
  .season-offer-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-visual {
    order: -1;
  }

  .hero .hero-image {
    height: 360px;
  }

  .hero-booking-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .review-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .review-sources {
    grid-template-columns: minmax(0, 1fr);
  }

  .section {
    padding: 3rem 0;
  }

  .hero {
    min-height: 0;
  }

  .logo-main {
    font-size: 1.8rem;
  }

  .logo-mark {
    width: 2.1rem;
    height: 2.1rem;
  }

  .contact-box,
  .notice-box {
    padding: 1.25rem;
  }

  .hero-content {
    padding: 3rem 0;
  }

  /* Wenn nav-open auf <body>, dann Menü anzeigen */
  body.nav-open .main-nav {
    display: block;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 2.35rem;
  }

  .section h2 {
    font-size: 1.7rem;
  }

  .main-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .hero-buttons,
  .hero-booking-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-badge {
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    text-align: center;
  }

  .section-moments .image-band {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Kleine Hero-Variante für Unterseiten */
.section-hero-small {
  background: #f6eee6;
  padding: 2.5rem 0 1.5rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
  color: var(--color-wood);
  text-decoration: none;
  font-weight: 600;
}

.back-link:hover {
  text-decoration: underline;
}

.hero-small-inner h1 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
}

.hero-small-inner p {
  max-width: 68ch;
}

@media (min-width: 901px) {
  .section-hero-small.hero-strip .hero-small-inner p {
    max-width: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Zimmerkarten */
.section-rooms {
  background: #fffaf4;
}

.zimmer-tools {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.zimmer-tools-copy {
  max-width: 56ch;
}

.zimmer-tools-copy h2 {
  margin-bottom: 0.45rem;
}

.zimmer-tools-copy p {
  margin: 0;
}

.zimmer-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.zimmer-filter-btn {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(180, 122, 78, 0.3);
  background: #ffffff;
  color: var(--color-text-main);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.zimmer-filter-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.zimmer-filter-btn.is-active {
  background: var(--color-wood);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(180, 122, 78, 0.28);
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.room-card {
  background: #ffffff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.room-card.is-hidden {
  display: none;
}

.room-image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.room-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.room-body > p,
.room-body > ul {
  max-width: 42ch;
}

.room-body h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.room-note {
  margin: 0;
  color: var(--color-text-main);
}

.room-gallery-note {
  margin: 0;
  font-size: 0.92rem;
  color: var(--color-text-muted);
}

.room-meta {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.offer-price {
  font-weight: 700;
  color: var(--color-text-main);
}

.offer-details {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: #fffaf4;
}

.offer-details summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--color-wood);
}

.offer-details[open] summary {
  margin-bottom: 0.9rem;
}

.offer-details h4 {
  margin: 0.6rem 0 0.45rem;
  font-size: 1.05rem;
}

.offer-note {
  margin: 0.9rem 0 0;
  font-size: 0.92rem;
  color: var(--color-text-muted);
}

.offer-urgency {
  margin: 0;
  font-size: 0.93rem;
  font-weight: 700;
  color: #9c6434;
}

.feature-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--color-text-main);
}

.feature-list li {
  margin: 0.3rem 0;
}

.room-cta {
  margin-top: auto;
}

.room-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: auto;
}

.price-season {
  margin-bottom: 2.5rem;
  padding: 1.25rem 1.35rem 1.4rem;
  background: #fffaf4;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.price-season-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.season-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.season-chip.low {
  background: #efe2d2;
  color: #6e4b32;
}

.season-chip.mid {
  background: #e9efe6;
  color: #436048;
}

.season-chip.high {
  background: #ead8d0;
  color: #7b3f2e;
}

.price-footnote {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.inline-note {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  background: #fffaf4;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.inline-note.note-with-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.inline-note.note-with-icon .icon-text {
  flex: 1 1 auto;
}

.summer-offers {
  margin-top: 3rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.summer-offers-head {
  max-width: 62ch;
}

.summer-offers-head h2 {
  margin-bottom: 0.5rem;
}

.review-info {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.price-season h3 {
  margin: 0;
}

.price-season-meta {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}

.price-table-wrapper {
  overflow-x: auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.price-table th,
.price-table td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  text-align: left;
}

.price-table thead {
  background: #f1e1cf;
}

.price-table th {
  font-weight: 600;
}

.price-notes ul {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.95rem;
  color: var(--color-text-muted);
}


/* Zusätzliche Preisinfos für Zimmer */
.zimmer-extra-info {
  margin-top: 1.5rem;
  padding: 1.25rem 1.6rem;
  background: #fffaf4;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  font-size: 0.95rem;
  color: var(--color-text-main);
}

.zimmer-extra-info p {
  margin: 0 0 0.8rem;
}

.zimmer-extra-info strong {
  color: #8b5a3c; /* leicht dunkler Holzton */
}

.table-caption {
  margin: 0.25rem 0 1rem;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

/* Zimmer – Zusatzleistungen */
.zimmer-services {
  margin-top: 2.5rem;
  padding: 1.6rem 1.8rem;
  background: #fffaf4;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.zimmer-services h3 {
  margin-top: 0;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.zimmer-smallnote {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.zimmer-check {
  color: #2a8a55;
  font-weight: 700;
}

.zimmer-service-table-wrapper {
  overflow-x: auto;
}

.zimmer-service-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 0.95rem;
}

.zimmer-service-table th,
.zimmer-service-table td {
  padding: 0.6rem 0.8rem;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.zimmer-service-table th {
  background: #f3e2d3;
  font-weight: 600;
  text-align: left;
}

.zimmer-service-table tr:nth-child(odd) {
  background: #fffaf4;
}

.zimmer-service-table tr:hover {
  background: #f6eee6;
}


/* ===============================
   PREISTABELLEN FERIENWOHNUNGEN
   =============================== */

.section-prices h2 {
  margin-bottom: 0.5rem;
}

.price-season {
  margin-top: 2rem;
}

.price-season-meta {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
}

.price-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  font-size: 0.95rem;
}

.price-table th,
.price-table td {
  padding: 0.6rem 0.8rem;
  text-align: left;
}

.price-table thead {
  background: #f3e2d3;
}

.price-table tbody tr:nth-child(every) {
  background: #ffffff;
}

.price-table tbody tr:nth-child(odd) {
  background: #fffaf4;
}

.price-table tbody tr:hover {
  background: #f6eee6;
}

.price-note {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}


/* Call-to-Action unten */
.section-cta {
  background: #f6eee6;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-buttons {
  display: flex;
  gap: 0.75rem;
}

/* Active Nav-Link */
.main-nav a.is-active {
  font-weight: 600;
}

.main-nav a.is-active::after {
  width: 100%;
}

/* Responsive Anpassung */
@media (max-width: 1000px) {
  .room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .room-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-buttons {
    flex-wrap: wrap;
  }
}

/* ===============================
   WEIHNACHTSANGEBOTE – WINTERLOOK
   =============================== */

/* Schnee nur über dem Weihnachtsblock */
.section-winter-offers {
  position: relative;
  overflow: hidden;
}

#snow-canvas-winter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2; /* über Hintergrund, unter Inhalt */
  opacity: 0.9;

  background: linear-gradient(to bottom, 
        #f8d996 0%,    /* Heller Goldton oben */
        #b9925a 50%,    /* Mittlerer Goldton */
        #795725 100%   /* Tiefes Kaffeebraun unten */
    );
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Inhalt eine Ebene darüber */
.section-winter-offers .winter-inner {
  position: relative;
  z-index: 3;
}

/* Hintergrund darunter */
.section-winter-offers .winter-bg {
  z-index: 1;
}

/* ==================================
   KONTAKTFORMULAR
   ================================== */

.contact-box form {
  margin-top: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  font-size: 0.95rem;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.field-help {
  margin: 0.4rem 0 0;
  font-size: 0.86rem;
  color: var(--color-text-muted);
}

.form-field input,
.form-field select,
.form-field textarea {
  border-radius: 10px;
  border: 1px solid #b88d58;
  padding: 0.55rem 0.7rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: #fffdfa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-field textarea {
  resize: vertical;
  min-height: 130px;
}

.form-confirmation {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #fffaf4;
  border: 1px solid rgba(0,0,0,0.06);
}

.form-confirmation p {
  margin: 0;
  font-size: 0.93rem;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--color-wood);
  box-shadow: 0 0 0 2px rgba(180,122,78,0.25);
  background: #ffffff;
}

/* Design-Feinschliff fuer Hero, Unterseiten-Header und Formulare */
.hero-anfahrt {
  --subhero-start: #5f8e95;
  --subhero-end: #355c66;
}

.hero-zimmer {
  --subhero-start: #a66d4b;
  --subhero-end: #70503f;
}

.hero-fewo {
  --subhero-start: #7c8f6a;
  --subhero-end: #4a6652;
}

.hero-kontakt {
  --subhero-start: #8d6a52;
  --subhero-end: #5f4a43;
}

.offer-card .room-cta {
  align-self: flex-start;
}

.form-field input,
.form-field select,
.form-field textarea {
  background: #fffdfa;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(184, 141, 88, 0.08);
}

@media (max-width: 900px) {
  .hero {
    min-height: 0;
  }

  .hero::after {
    background: linear-gradient(
      180deg,
      rgba(31, 42, 48, 0.38) 0%,
      rgba(31, 42, 48, 0.12) 30%,
      rgba(246, 238, 230, 0.7) 58%,
      rgba(246, 238, 230, 0.96) 100%
    );
  }

  .hero-inner {
    min-height: 0;
    padding: 3rem 0 1.4rem;
    align-items: flex-end;
  }

  .hero-panel {
    width: 100%;
    padding: 1rem 0 0;
  }

  .hero .hero-image {
    min-height: 280px;
  }

  .hero-booking-box {
    padding: 1rem;
  }

  .hero-booking-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-hero-small.hero-strip {
    padding: 2.7rem 0 2rem;
    background-position: center 32%;
  }
}

.form-field-checkbox {
  font-size: 0.9rem;
}

.form-field-checkbox input[type="checkbox"] {
  margin-right: 0.4rem;
}

.has-error {
  border-color: #b1463c !important;
  box-shadow: 0 0 0 1px rgba(177,70,60,0.2);
}

.form-error {
  min-height: 1rem;
  font-size: 0.8rem;
  color: #b1463c;
  margin-top: 0.1rem;
}

.form-success {
  padding: 0.7rem 0.9rem;
  margin-bottom: 0.8rem;
  border-radius: 10px;
  background: #e4f5ea;
  border: 1px solid #9ac7aa;
  color: #28593b;
  font-size: 0.9rem;
}

.form-error-global {
  padding: 0.7rem 0.9rem;
  margin-bottom: 0.8rem;
  border-radius: 10px;
  background: #ffecec;
  border: 1px solid #d98c8c;
  color: #7a2525;
  font-size: 0.9rem;
}

.form-note {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--color-text-muted);
}


/* Formular-Grid auf kleineren Bildschirmen einspaltig */
@media (max-width: 700px) {
  .form-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ===============================
   HINWEIS-/RENOVIERUNGS-BOX
   =============================== */

.notice-box {
  margin: 1.5rem 0 2rem;
  padding: 1.1rem 1.4rem;
  border-radius: 14px;
  background: #fff5e5; /* warmes, helles Orange/Beige */
  border: 1px solid rgba(210, 148, 80, 0.4);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  font-size: 0.95rem;
}

.notice-box-content h3 {
  margin: 0 0 0.25rem 0;
  font-size: 1.05rem;
}

.notice-box-content p {
  margin: 0.1rem 0;
}



/* ===============================
   FRÜHSTÜCKS-GALERIE
   =============================== */

.breakfast-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 2rem;
  margin-top: 2rem;
  align-items: start;
}

.breakfast-text h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.breakfast-text ul {
  padding-left: 1.2rem;
  margin-bottom: 1.4rem;
}

.cafe-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.2rem 0 1.5rem;
}

.cafe-highlight-card {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffaf4 0%, #f7eee1 100%);
  border: 1px solid rgba(180, 122, 78, 0.14);
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.cafe-highlight-card strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--color-text-main);
}

.cafe-highlight-card span {
  font-size: 0.92rem;
  color: var(--color-text-muted);
}

.cafe-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.1rem 0 1.4rem;
}

.cafe-preview-card {
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #fffaf4;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.cafe-preview-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.cafe-preview-card p {
  margin: 0;
}

.cafe-price {
  margin-top: 0.75rem;
  font-weight: 700;
  color: var(--color-text-main);
}

/* Bilder-Galerie */

.breakfast-gallery {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 1rem;
}

.breakfast-gallery figure {
  margin: 0;
}

.breakfast-gallery figcaption {
  margin-top: 0.45rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.breakfast-main img,
.breakfast-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

/* kleine Kacheln untereinander */

.breakfast-thumbs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 0.75rem;
}

.section-cafe-menu {
  background: linear-gradient(180deg, #fffaf4 0%, #f7eee1 100%);
}

.menu-section-head {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.menu-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(180, 122, 78, 0.12);
  color: var(--color-wood);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.menu-card {
  padding: 1.35rem 1.3rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(180, 122, 78, 0.14);
  box-shadow: 0 14px 32px rgba(114, 82, 53, 0.08);
  backdrop-filter: blur(8px);
}

.menu-card h3 {
  margin: 0 0 0.9rem;
  font-size: 1.15rem;
  color: var(--color-text-main);
}

.menu-card h3 + .menu-list {
  margin-bottom: 1.25rem;
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: start;
  padding-bottom: 0.85rem;
  border-bottom: 1px dashed rgba(180, 122, 78, 0.22);
}

.menu-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.menu-item-copy strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--color-text-main);
  font-size: 0.98rem;
}

.menu-item-copy span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.menu-price {
  white-space: nowrap;
  font-weight: 700;
  color: var(--color-wood);
}

.menu-note-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

/* Responsive Anpassung */

@media (max-width: 900px) {
  .jobs-contact-strip,
  .jobs-grid,
  .job-columns,
  .jobs-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .jobs-cta {
    display: grid;
  }

  .jobs-benefits-list {
    columns: 1;
  }

  .restaurant-figure-badge {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 1rem;
  }

  .restaurant-figure-badge strong {
    font-size: 1.18rem;
  }

  .restaurant-figure figcaption {
    position: static;
    margin-top: 0.65rem;
    color: var(--color-text-muted);
  }

  .ristorante-intro {
    padding: 1.5rem 1.35rem 1.6rem;
  }

  .ristorante-highlights {
    grid-template-columns: minmax(0, 1fr);
  }

  .breakfast-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .breakfast-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .cafe-preview {
    grid-template-columns: minmax(0, 1fr);
  }

  .cafe-highlights,
  .menu-grid,
  .menu-note-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .breakfast-thumbs {
    grid-template-rows: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .jobs-cta {
    padding: 1.25rem;
  }

  .breakfast-thumbs {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* Schnee nur über dem Weihnachtsblock */
.section-winter-offers {
  position: relative;
  overflow: hidden;
}

#snow-canvas-winter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2; /* über dem Hintergrund aber unter dem Inhalt */
  opacity: 0.9;
}

/* Inhalt eine Ebene darüber */
.section-winter-offers .winter-inner {
  position: relative;
  z-index: 3;
}

/* Hintergrund darunter */
.section-winter-offers .winter-bg {
  z-index: 1;
}


/* ===============================
   ANFAHRT
   =============================== */

.section-anfahrt {
  background: #f9f7f2;
}

.anfahrt-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.anfahrt-text h2 {
  margin-top: 0;
}

.route-card {
  background: #ffffff;
  border-radius: var(--radius-card);
  padding: 1.1rem 1.3rem;
  box-shadow: var(--shadow-soft);
  margin: 1.3rem 0;
}

.route-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.route-card ul {
  padding-left: 1.2rem;
  margin: 0;
}

.bridge-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.bridge-grid-wide {
  margin: 0 0 2rem;
}

.bridge-card {
  background: #ffffff;
  border-radius: var(--radius-card);
  padding: 1rem 1.2rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  font-size: 0.95rem;
}

.bridge-card h4 {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.bridge-list {
  padding-left: 1.2rem;
  margin: 0.5rem 0 0.5rem;
}

.bridge-note {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.anfahrt-side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.anfahrt-box {
  background: #ffffff;
  border-radius: var(--radius-card);
  padding: 1.3rem 1.4rem;
  box-shadow: var(--shadow-soft);
  font-size: 0.95rem;
}

.map-embed {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.15);
  margin-bottom: 0.6rem;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.map-note {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

/* Responsive für Anfahrt */
@media (max-width: 900px) {
  .anfahrt-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bridge-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Mehr Abstand zwischen den Brücken-Karten */
.bridge-card {
  margin-bottom: 2rem; /* Abstand nach unten */
}

/* Dezenter Behörden-Look für Brückeninfos */
.bridge-card {
  background: linear-gradient(
    135deg,
    #f4f8fc 0%,
    #eef4fa 50%,
    #f4f8fc 100%
  );
  border-left: 5px solid hsl(202, 61%, 41%); /* dezentes Blau */
  border-radius: 18px;
  padding: 1.75rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  margin-bottom: 2.5rem;
}

.bridge-card h4 {
  margin-top: 0;
  color: #2a4a68; /* dunkler Blau-Ton */
}

.bridge-list li::marker {
  color: #496f99; /* blauer Marker */
}

.bridge-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #3d4d5a;
  opacity: 0.9;
}

/* ==================================
   MOBILE FEINSCHLIFF GLOBAL
   ================================== */

@media (max-width: 900px) {
  :root {
    --site-header-height: 78px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-inner {
    gap: 0.75rem;
    padding: 0.65rem 0;
  }

  .logo {
    min-width: 0;
    gap: 0.7rem;
  }

  .logo-copy {
    min-width: 0;
  }

  .logo-main {
    font-size: clamp(1.3rem, 5vw, 1.85rem);
    letter-spacing: 0.01em;
  }

  .logo-sub {
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .nav-toggle {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0.35rem 0.7rem;
  }

  .nav-text {
    font-size: 0.82rem;
  }

  .hero {
    min-height: 0;
    padding: 0 0 2rem;
    background: linear-gradient(180deg, #fbf6f0 0%, #f2e5d5 100%);
  }

  .hero::after {
    inset: 0 auto auto 0;
    width: 100%;
    height: 360px;
    background: linear-gradient(180deg, rgba(31, 42, 48, 0.1) 0%, rgba(246, 238, 230, 0.72) 72%, rgba(246, 238, 230, 0.98) 100%);
  }

  .hero-visual {
    position: relative;
    inset: auto;
    min-height: 0;
  }

  .hero .hero-image {
    width: 100%;
    height: 360px;
    display: block;
    object-fit: cover;
    object-position: center 62%;
  }

  .hero-inner {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .hero-panel {
    width: 100%;
    margin: -2.1rem 0 0;
    padding: 1.1rem 0 0;
  }

  .hero-text {
    max-width: none;
  }

  .hero-kicker {
    max-width: 100%;
    font-size: 0.78rem;
    line-height: 1.35;
    white-space: normal;
  }

  .hero-text h1 {
    max-width: 9ch;
    margin-bottom: 0.7rem;
    font-size: clamp(2.1rem, 8vw, 3rem);
    line-height: 0.98;
  }

  .hero-text p {
    max-width: 30rem;
    margin-bottom: 1.1rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero-booking-box {
    margin-bottom: 0;
    padding: 1rem;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  }

  .hero-booking-copy strong {
    font-size: 1.02rem;
  }

  .hero-booking-copy span {
    line-height: 1.6;
  }

  .hero-booking-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
  }

  .booking-pill {
    min-width: 0;
    padding: 0.7rem 0.8rem;
  }

  .booking-input {
    min-height: 46px;
  }

  .hero-booking-actions {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-booking-actions .btn,
  .btn,
  .zimmer-filter-btn {
    min-height: 48px;
  }

  .section {
    padding: 2.6rem 0;
  }

  .section h2 {
    font-size: clamp(1.7rem, 6vw, 2.1rem);
  }

  .section-hero-small.hero-strip {
    padding: 2.5rem 0 1.9rem;
  }

  .section-hero-small.hero-strip .hero-small-inner h1 {
    font-size: clamp(1.9rem, 7vw, 2.4rem);
    line-height: 1.05;
  }

  .section-hero-small.hero-strip .hero-small-inner p {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.55;
  }

  .room-grid,
  .review-sources,
  .highlight-grid,
  .jobs-grid,
  .menu-grid,
  .review-grid,
  .trust-box-actions,
  .card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .room-card,
  .card,
  .review-source-card,
  .menu-card,
  .job-card,
  .highlight-card {
    min-width: 0;
  }

  .room-body,
  .card-body,
  .job-card,
  .menu-card {
    overflow-wrap: anywhere;
  }

  .footer-inner {
    gap: 1rem;
  }

  .footer-booking {
    width: 100%;
  }
}

@media (max-width: 600px) {
  :root {
    --site-header-height: 68px;
  }

  .wrapper {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .header-inner {
    gap: 0.55rem;
  }

  .logo-main {
    font-size: 1.05rem;
  }

  .logo-sub {
    font-size: 0.68rem;
  }

  .logo-mark {
    width: 1.85rem;
    height: 1.85rem;
  }

  .nav-toggle {
    padding: 0.28rem 0.55rem;
  }

  .nav-icon {
    font-size: 1.15rem;
  }

  .nav-text {
    font-size: 0.76rem;
  }

  .hero .hero-image {
    height: 300px;
  }

  .hero::after {
    height: 300px;
  }

  .hero-panel {
    margin-top: -1.6rem;
  }

  .hero-kicker {
    padding: 0.36rem 0.65rem;
  }

  .hero-text h1 {
    max-width: 8ch;
    font-size: clamp(1.9rem, 9vw, 2.4rem);
  }

  .hero-text p {
    font-size: 0.96rem;
  }

  .hero-booking-box {
    padding: 0.9rem;
    border-radius: 18px;
  }

  .hero-booking-copy span {
    font-size: 0.92rem;
  }

  .section-hero-small.hero-strip .hero-small-inner h1 {
    font-size: 1.75rem;
  }

  .contact-box,
  .notice-box,
  .job-card,
  .menu-card {
    padding: 1rem;
  }
}
