/* =====================================================
   Walters Weidelbach
   ===================================================== */
/* D21 Quickbook: volle Breite */
.d21-widget .d21-widget-container {
    max-width: 100% !important;
}

/* Grundlayout: alles in eine Zeile */
.d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 0 !important;
    border-radius: var(--d21-border-radius-outer) !important;

    /* WICHTIG: nicht setzen, sonst gehen Popovers/Dropdowns kaputt */
    overflow: visible !important;
}

/* Linker Block: Check-in + Nächte */
.d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack > .d21-h-stack {
    display: flex !important;
    flex-direction: row !important;
    flex: 0 0 45% !important;
    width: 45% !important;
    gap: 0 !important;
}

/* Rechter Block: Gäste + Suchbutton */
.d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack > .d21-v-stack {
    display: flex !important;
    flex-direction: row !important;
    flex: 1 1 auto !important;
    width: auto !important;
    gap: 0 !important;

    /* alte obere Linie aus dem zweizeiligen Layout entfernen */
    border-top: 0 !important;
}

/* Doppelte Top-Border beim Gäste-Block verhindern */
.d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack > .d21-v-stack,
.d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack > .d21-v-stack > .tw-d21-w-full,
.d21-quickbook .d21-widget-container > .d21-v-stack > .d21-v-stack .d21-trigger-popover-button {
    border-top: 0 !important;
}

/* Gäste-Feld selbst: keine zusätzliche linke Border, sonst wird sie doppelt */
.d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack > .d21-v-stack > .tw-d21-w-full.tw-d21-relative:first-child,
.d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack > .d21-v-stack > .tw-d21-w-full.tw-d21-relative:first-child .d21-trigger-popover-button {
    border-left: 0 !important;
    border-top: 0 !important;
}

/* Alle Feld-Wrapper sauber strecken */
.d21-quickbook .tw-d21-w-full.tw-d21-relative {
    flex: 1 1 auto !important;
    width: auto !important;
}

/* Feldhöhe vereinheitlichen */
.d21-quickbook .d21-trigger-popover-button,
.d21-quickbook .d21-button {
    height: 100% !important;
    min-height: 68px !important;
}

/* Suchbutton-Wrapper */
.d21-quickbook .tw-d21-flex.tw-d21-justify-center {
    width: 70px !important;
    flex: 0 0 70px !important;
    padding: 0 !important;

    border-top: 0 !important;
    border-left: 0 !important;

    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* Suchbutton selbst */
.d21-quickbook [d21-item="quickbook-book-button"] {
    min-width: 70px !important;
    width: 70px !important;
    height: 100% !important;
    min-height: 68px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    border: 0 !important;

    border-radius: 0 var(--d21-border-radius-outer) var(--d21-border-radius-outer) 0 !important;
}

/* Falls die Button-Klasse eigene Rundungen setzt */
.d21-quickbook .d21-button.d21-primary.d21-extended-button {
    border-radius: 0 var(--d21-border-radius-outer) var(--d21-border-radius-outer) 0 !important;
}

/* Icon sauber mittig */
.d21-quickbook [d21-item="quickbook-book-button"] .d21-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;

    line-height: 1 !important;
    margin: 0 !important;
}

/* Lupen-Icon größer */
.d21-quickbook [d21-item="quickbook-book-button"] svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    margin: 0 !important;
}

/* Mobile wieder untereinander */
@media (max-width: 768px) {
    .d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack {
        flex-direction: column !important;
    }

    .d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack > .d21-h-stack,
    .d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack > .d21-v-stack {
        width: 100% !important;
        flex: 1 1 100% !important;
    }

    .d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack > .d21-v-stack {
        border-left: 0 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
        flex-direction: column !important;
        box-shadow: none !important;
    }

    .d21-quickbook .tw-d21-w-full.tw-d21-relative,
    .d21-quickbook .d21-trigger-popover-button {
        min-width: 0 !important;
        width: 100% !important;
    }

    .d21-quickbook .tw-d21-flex.tw-d21-justify-center {
        width: 100% !important;
        flex: 1 1 auto !important;
        border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
    }

    .d21-quickbook [d21-item="quickbook-book-button"] {
        width: 100% !important;
        border-radius: 0 0 var(--d21-border-radius-outer) var(--d21-border-radius-outer) !important;
    }

    #reservieren {
        padding-top: clamp(2rem, 8vw, 3rem);
    }
}
/* Eine saubere Trennlinie links neben "Gäste" */
@media (min-width: 769px) {
    .d21-quickbook .d21-widget-container > .d21-container-view > .d21-v-stack > .d21-v-stack {
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.12) !important;
    }
}
#reservieren {position: relative;z-index: 50;margin-top: -64px;padding-bottom: 64px;}

/* =========================================
   D21 RoomList / Zimmerliste mit Bildbereich
   ========================================= */

/* Zimmerliste auf volle Breite ziehen */
.d21-roomList,
.d21-roomList .d21-widget-container {
    width: 100% !important;
    max-width: 100% !important;
}

/* Innerer Stack hat inline max-width: 50em, das überschreiben */
.d21-roomList .d21-widget-container > .d21-v-stack {
    width: 100% !important;
    max-width: 100% !important;
    gap: 1.1rem !important;
    padding: 0 !important;
}

/* Liste und Listenelemente volle Breite */
.d21-roomList .d21-for-each,
.d21-roomList .d21-for-each > div {
    width: 100% !important;
    max-width: 100% !important;
}

/* Einzelne Zimmerkarte */
.d21-roomList .d21-container-view.d21-expandable-container {
    width: 100% !important;
    max-width: 100% !important;

    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    border-radius: var(--d21-border-radius-outer) !important;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.045) !important;
    overflow: hidden !important;

    transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease !important;
}

/* Hover */
.d21-roomList .d21-container-view.d21-expandable-container:hover {
    border-color: rgba(31, 81, 54, 0.24) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.075) !important;
    transform: translateY(-1px) !important;
}

/* Hauptbereich: Bild links, Inhalt rechts */
.d21-roomList [d21-style="d21-main-container"],
.d21-roomList .d21-h-stack[d21-style="d21-main-container"] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;

    gap: 0 !important;
}

/* Linke Bildspalte: eigenes Format statt voller Kartenhöhe */
.d21-roomList [d21-style="d21-main-container"] > .tw-d21-relative {
    display: block !important;
    box-sizing: border-box !important;

    flex: 0 0 33.333% !important;
    width: 33.333% !important;
    max-width: 33.333% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
    align-self: center !important;

    background: linear-gradient(135deg, rgba(31, 81, 54, 0.16), rgba(31, 81, 54, 0.04)) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Bildcontainer füllt die Spalte */
.d21-roomList [d21-style="d21-image-container"],
.d21-roomList .d21-image-container {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;

    border-radius: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

/* D21 nutzt Background-Slides, keine img-Tags: Verhältnis halten, Fläche sauber füllen */
.d21-roomList [d21-style="d21-images-container"],
.d21-roomList [d21-style^="d21-image "],
.d21-roomList .d21-slides,
.d21-roomList .d21-slide {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
}

.d21-roomList [d21-style^="d21-image "] > div,
.d21-roomList .d21-slide > div {
    width: 100% !important;
    height: 100% !important;
    background-position: center !important;
    background-size: cover !important;
}

.d21-roomList [d21-style="d21-images-container"] img,
.d21-roomList .d21-image-container img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
}

/* Platzhalter, solange keine Zimmerbilder vorhanden sind */
.d21-roomList [d21-style="d21-images-container"]:empty::before {
    content: "Zimmerfoto folgt";
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(31, 81, 54, 0.72);
    letter-spacing: 0.02em;

    background:
        radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.75), transparent 32%),
        linear-gradient(135deg, rgba(31, 81, 54, 0.18), rgba(31, 81, 54, 0.045));
}

/* Rechte Inhaltsfläche */
.d21-roomList [d21-style="d21-main-container"] > .d21-view {
    box-sizing: border-box !important;
    flex: 1 1 66.667% !important;
    width: auto !important;
    max-width: 66.667% !important;
    min-width: 0 !important;
    height: auto !important;

    padding: 1.25rem 1.4rem !important;
}

/* Inhalt rechts: Titel, Tag, Button */
.d21-roomList [d21-style="d21-main-container"] > .d21-view > .d21-v-stack {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    gap: 0.9rem 1.25rem !important;

    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;

    padding: 0 !important;
}

/* Titelbereich */
.d21-roomList [d21-style="d21-head-fields-container"] {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;

    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

/* Titel */
.d21-roomList .d21-title {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 1.2rem !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;

    text-align: left !important;
    color: #000 !important;
}

/* Titel nicht abschneiden */
.d21-roomList .d21-title span {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
}

/* Personenbereich */
.d21-roomList [d21-style="d21-main-container"] > .d21-view > .d21-v-stack > .d21-v-stack:not([d21-style]) {
    grid-column: 1 / 2 !important;
    grid-row: 2 / 3 !important;

    padding: 0 !important;
    gap: 0 !important;
}

/* Personen-Tag */
.d21-roomList .d21-tag-list {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: auto !important;
}

.d21-roomList .d21-tag {
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, 0.06) !important;

    padding: 0.34rem 0.72rem !important;
    white-space: nowrap !important;
}

.d21-roomList .d21-tag .d21-content {
    font-size: 0.85rem !important;
    line-height: 1 !important;
    color: #111 !important;
}

/* Footer/Button rechts über beide Zeilen */
.d21-roomList [d21-style="d21-footer-container"] {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 3 !important;

    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;

    width: auto !important;
    gap: 0 !important;
}

/* Leeren Platzhalter im Footer entfernen */
.d21-roomList [d21-style="d21-footer-container"] > .d21-view:first-child {
    display: none !important;
}

/* Button */
.d21-roomList button.d21-button.d21-primary {
    min-height: 44px !important;

    padding: 0.8rem 1.05rem !important;
    border-radius: 0.45rem !important;

    background: #1f5136 !important;
    color: #fff !important;
    border: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.01em !important;

    white-space: nowrap !important;
}

/* Button-Text */
.d21-roomList button.d21-button.d21-primary .d21-content,
.d21-roomList button.d21-button.d21-primary p,
.d21-roomList button.d21-button.d21-primary span {
    color: #fff !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* Button Hover */
.d21-roomList button.d21-button.d21-primary:hover {
    background: #173f2a !important;
}

/* Ausgeklappter Detailbereich */
.d21-roomList .d21-list-item-detail {
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 0 1.4rem 1.4rem 1.4rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
}

/* Kalender im Detailbereich breiter erlauben */
.d21-roomList .d21-list-item-detail .d21-flex-container,
.d21-roomList .d21-list-item-detail .d21-flex-pages {
    max-width: 100% !important;
}

/* Legende im Detailbereich */
.d21-roomList .d21-list-item-detail .d21-h-stack--flow {
    margin-top: 1rem !important;
    justify-content: center !important;
}

/* Tablet */
@media (max-width: 992px) {
    .d21-roomList [d21-style="d21-main-container"] {
        align-items: center !important;
    }

    .d21-roomList .d21-title {
        font-size: 1.1rem !important;
    }
}

/* Mobile: Bild oben, Inhalt darunter */
@media (max-width: 768px) {
    .d21-roomList [d21-style="d21-main-container"] {
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
    }

    .d21-roomList [d21-style="d21-main-container"] > .tw-d21-relative,
    .d21-roomList [d21-style="d21-image-container"],
    .d21-roomList [d21-style="d21-images-container"],
    .d21-roomList [d21-style^="d21-image "],
    .d21-roomList .d21-image-container,
    .d21-roomList .d21-slides,
    .d21-roomList .d21-slide,
    .d21-roomList [d21-style="d21-images-container"] img,
    .d21-roomList .d21-image-container img {
        min-height: 0 !important;
        height: 100% !important;
    }

    .d21-roomList [d21-style="d21-main-container"] > .tw-d21-relative {
        aspect-ratio: 16 / 9 !important;
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .d21-roomList [d21-style="d21-main-container"] > .d21-view {
        flex: 1 1 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .d21-roomList [d21-style="d21-main-container"] > .tw-d21-relative {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .d21-roomList [d21-style="d21-main-container"] > .d21-view {
        padding: 1rem !important;
    }

    .d21-roomList [d21-style="d21-main-container"] > .d21-view > .d21-v-stack {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.9rem !important;
    }

    .d21-roomList .d21-title {
        font-size: 1.05rem !important;
    }

    .d21-roomList [d21-style="d21-footer-container"] {
        width: 100% !important;
    }

    .d21-roomList [d21-style="d21-footer-container"] > .d21-view {
        width: 100% !important;
    }

    .d21-roomList button.d21-button.d21-primary {
        width: 100% !important;
    }

    .d21-roomList .d21-list-item-detail {
        padding: 0 1rem 1rem 1rem !important;
    }
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/manrope-variable.woff2') format('woff2-variations'),
       url('../fonts/manrope-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/caveat-variable.woff2') format('woff2-variations'),
       url('../fonts/caveat-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}
:root {
  --wr-green: #1f5136;
  --wr-green-700: #173e29;
  --wr-green-500: #2a6f4a;
  --wr-green-100: #e9f0eb;
  --wr-cream: #f6f3ec;
  --wr-sand: #efe9dc;
  --wr-warm: #f9f6ef;
  --wr-ink: #1a1f1c;
  --wr-muted: #6b736d;
  --wr-line: #e3ddd0;
  --wr-accent: #c8a96a;

  --shadow-soft: 0 12px 32px -12px rgba(31, 81, 54, 0.18);
  --shadow-card: 0 24px 60px -28px rgba(31, 81, 54, 0.32);
  --shadow-room: 0 30px 80px -40px rgba(31, 81, 54, 0.5);
  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --font-sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-script: 'Caveat', 'Brush Script MT', cursive;
}
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html { scroll-behavior: smooth; }
.text-justify {hyphens: auto !important; text-align: justify;}

body {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  color: var(--wr-ink);
  background: var(--wr-warm);
  line-height: 1.65;
  letter-spacing: -0.005em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.018em;
  color: var(--wr-ink);
  line-height: 1.15;
}
h2 { font-size: clamp(1.65rem, 2.8vw, 2.35rem); }
h3 { font-size: clamp(1.1rem, 1.6vw, 1.38rem); }

a { color: var(--wr-green); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--wr-green-500); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--wr-accent);
  outline-offset: 3px;
}
label {width: 100%;}
::selection { background: var(--wr-green); color: #fff; }
.btn {
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 4px;
  padding: .85rem 1.6rem;
  transition: transform .2s ease, box-shadow .25s ease, background-color .2s ease;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--wr-green);
  --bs-btn-border-color: var(--wr-green);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--wr-green-700);
  --bs-btn-hover-border-color: var(--wr-green-700);
  --bs-btn-focus-shadow-rgb: 31, 81, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--wr-green-700);
  --bs-btn-active-border-color: var(--wr-green-700);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--wr-green);
  --bs-btn-disabled-border-color: var(--wr-green);
  background: var(--wr-green);
  border-color: var(--wr-green);
  color: #fff;
  box-shadow: var(--shadow-soft);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-check) + .btn-primary:active {
  background: var(--wr-green-700);
  border-color: var(--wr-green-700);
  color: #fff;
  box-shadow: 0 18px 40px -16px rgba(31, 81, 54, .42);
}
.btn-primary:focus-visible {
  outline-color: var(--wr-accent);
}
.btn-ghost {
  background: transparent;
  border: 1.5px solid var(--wr-green);
  color: var(--wr-green);
}
.btn-ghost:hover { background: var(--wr-green); color: #fff; }
.btn-light-outline {
  border: 1.5px solid #fff; color: #fff; background: transparent;
}
.btn-light-outline:hover { background: #fff; color: var(--wr-green); }
.btn-pill { border-radius: 999px; }
.eyebrow {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: var(--wr-green);
  display: inline-flex; align-items: center; gap: .65rem;
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px;
  background: currentColor; display: inline-block;
}
.script {
  font-family: var(--font-script);
  font-weight: 600;
  font-style: italic;
  color: var(--wr-green);
  letter-spacing: 0;
}
.script-deco {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  color: var(--wr-green);
  opacity: .85;
  line-height: 1;
  position: absolute;
  pointer-events: none;
  transform: rotate(-6deg);
  z-index: 2;
}
.section {
  padding: clamp(4rem, 7vw, 7rem) 0;
  position: relative;
  overflow: hidden;
}
.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(31,81,54,.055), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(200,169,106,.09), transparent 30%);
  pointer-events: none;
}
.section > .container {
  position: relative;
  z-index: 1;
}
.section-tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.topbar {
  background: var(--wr-green-700);
  color: #d8e2dc;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.topbar a { color: #d8e2dc; }
.topbar a:hover { color: #fff; }
.topbar .topbar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  gap: 1rem;
  flex-wrap: nowrap;
}
.topbar .topbar-meta {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-start;
  gap: .55rem 1.5rem;
  min-width: 0;
  flex-wrap: wrap;
}
.topbar .topbar-meta span,
.topbar .topbar-meta a {
  display: inline-flex;
  align-items: center;
}
.topbar .topbar-meta i { margin-right: .4rem; opacity: .85; }
.language-switcher {
  flex: 0 0 auto;
  margin-left: auto;
}
.language-switcher-list {
  display: flex;
  align-items: center;
  gap: .45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-switcher-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, opacity .18s ease;
}
.language-switcher-link:hover,
.language-switcher-link:focus-visible,
.language-switcher-item.is-active .language-switcher-link {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .68);
  color: #fff;
}
.language-switcher-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .9);
  outline-offset: 2px;
}
.language-switcher-link img {
  display: block;
  width: 20px;
  max-width: 20px;
  height: auto;
}
.language-switcher-item.has-no-translation .language-switcher-link {
  opacity: .72;
}
.site-nav {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--wr-line);
  position: sticky; top: 0; z-index: 1030;
}
.site-nav .navbar-brand { padding: .35rem 0; }
.site-nav .navbar-brand img { height: 56px; width: auto; display: block; }
.site-nav .nav-link,
.site-nav .page_item > a {
  color: var(--wr-ink) !important;
  font-weight: 600;
  font-size: 13px !important;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .85rem .9rem !important;
  position: relative;
  display: block;
}
.site-nav button.nav-link {
  font-family: inherit;
  line-height: 1.5;
  cursor: pointer;
}
.site-nav .nav-link::after,
.site-nav .page_item > a::after {
  content: "";
  position: absolute;
  left: .9rem; right: .9rem; bottom: .55rem;
  height: 2px; background: var(--wr-green);
  transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.site-nav .nav-link:hover::after,
.site-nav .nav-link.active::after,
.site-nav .current_page_item > a::after { transform: scaleX(1); }
.nav-cta { margin-left: 1rem; }
.site-nav .nav-link.nav-cta {
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .78rem 1.25rem !important;
  border-radius: 4px;
  letter-spacing: .08em;
  background: linear-gradient(135deg, var(--wr-green) 0%, var(--wr-green-700) 100%);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 14px 30px -16px rgba(31,81,54,.65);
}
.site-nav .nav-link.nav-cta::before {
  content: "\f236";
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
}
.site-nav .nav-link.nav-cta::after { display: none; }
.site-nav .nav-link.nav-cta:hover,
.site-nav .nav-link.nav-cta:focus {
  color: #fff !important;
  background: linear-gradient(135deg, var(--wr-green-700) 0%, #183b28 100%);
  transform: translateY(-1px);
  box-shadow: 0 18px 38px -16px rgba(31,81,54,.72);
}
.hero {
  position: relative;
  min-height: clamp(620px, 88vh, 820px);
  display: flex; align-items: center;
  background: linear-gradient(180deg, #4f6555 0%, #2c4334 100%);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}
.hero#start,
header#zimmer-start,
header#hotel-rothaarsteig-start,
header#hotel-automuseum-start,
header#hotel-geocacher-start {
  padding-top: clamp(1.5rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(44,67,52,.78) 0%, rgba(44,67,52,.68) 48%, rgba(44,67,52,.52) 100%),
    linear-gradient(180deg, rgba(79,101,85,.45), rgba(44,67,52,.72)),
    url("../img/head-bg.jpg") center / cover no-repeat;
  opacity: .72;
  pointer-events: none;
  z-index: -1;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,.035) 0 14px, transparent 14px 28px),
    radial-gradient(60% 50% at 80% 20%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(40% 40% at 10% 90%, rgba(200,169,106,.18), transparent 60%),
    linear-gradient(transparent 0%, transparent 50%, rgba(0,0,0,.35) 100%),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,0.012) 3px 4px);
  pointer-events: none;
  z-index: -1;
}
.hero h1 {
  font-size: clamp(2.15rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #fff;
  max-width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.hero h1 .accent {
  display: block;
  font-family: var(--font-script);
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  font-size: clamp(1.95rem, 4vw, 3.2rem);
  color: var(--wr-accent);
  letter-spacing: 0;
  margin-bottom: .25em;
  line-height: 1;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.hero .subline {
  font-size: clamp(.9rem, 1.4vw, 1.02rem);
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  margin-top: 1.25rem;
}
.hero .lead {
  color: rgba(255,255,255,.78);
  max-width: 36rem;
  margin-top: 1.5rem;
}
.image-placeholder {
  background:
    repeating-linear-gradient(45deg, rgba(31,81,54,.06) 0 14px, transparent 14px 28px),
    var(--wr-green-100);
  border: 1px dashed rgba(31,81,54,.22);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  color: var(--wr-green);
  font-weight: 600; font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem;
  min-height: 260px;
  position: relative;
}
.image-placeholder.tall { min-height: 380px; }
.image-placeholder.short { min-height: 180px; }
.image-placeholder.dark {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 14px, transparent 14px 28px),
    rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.25);
  color: rgba(255,255,255,.85);
}
.section-image {
  display: block;
  width: 100%;
  min-height: 260px;
  border-radius: var(--radius-lg);
  object-fit: cover;
}
.section-image.tall {
  min-height: 380px;
  height: 100%;
}
.hero-room {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 40px 100px -40px rgba(0,0,0,.6);
  border: 8px solid #fff;
}
.hero-room .image-placeholder {
  border-radius: 0; min-height: 100%;
  background:
    repeating-linear-gradient(45deg, rgba(31,81,54,.07) 0 14px, transparent 14px 28px),
    #d8e0d2;
  border: none;
  height: 100%;
}
.hero-room-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-room-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  height: 100%;
  background: #fff;
}
.hero-room-collage-item {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: var(--wr-green-100);
}
.hero-room-collage-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .45s ease;
}
.hero-room-collage-photo.photo-ortseingang {
  background-image: url("/wp-content/uploads/2026/05/ortseingang.jpeg");
}
.hero-room-collage-photo.photo-aussen {
  background-image: url("/wp-content/themes/walters/assets/img/galerie/hotel-aussen.jpg");
}
.hero-room-collage-photo.photo-einzelzimmer {
  background-image: url("/wp-content/themes/walters/assets/img/karte.jpg");
}
.hero-room-collage-photo.photo-doppelzimmer {
  background-image: url("/wp-content/themes/walters/assets/img/zimmer/doppelzimmer-mit-bad/doppelzimmer-mit-bad-1.jpg");
}
.hero-room-collage-item .hero-room-img {
  transition: transform .45s ease;
}
.hero-room-collage-item .hero-room-img-fill {
  transform: scale(1.18);
}
.hero-room:hover .hero-room-collage-item .hero-room-img {
  transform: scale(1.035);
}
.hero-room:hover .hero-room-collage-photo {
  transform: scale(1.035);
}
.hero-room:hover .hero-room-collage-item .hero-room-img-fill {
  transform: scale(1.22);
}
.hero-room .pin {
  position: absolute;
  background: #fff;
  color: var(--wr-green);
  border-radius: 999px;
  padding: .55rem 1rem .55rem .65rem;
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .82rem;
  font-weight: 600;
  box-shadow: 0 16px 40px -10px rgba(0,0,0,.35);
}
.hero-room .pin i {
  width: 28px; height: 28px;
  border-radius: 50%; background: var(--wr-green-100);
  display: inline-flex; align-items: center; justify-content: center;
}
.hero-room .pin.pin-br { bottom: 1.5rem; right: 1.5rem; }
.booking-bar {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1rem;
  box-shadow: var(--shadow-card);
  margin-top: -3rem;
  position: relative;
  z-index: 4;
}
.booking-bar .form-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 1px;
  background: var(--wr-line);
  border-radius: 8px;
  overflow: hidden;
}
.booking-bar .field {
  background: #fff;
  padding: .85rem 1.1rem;
  display: flex; flex-direction: column;
  min-width: 0;
}
.booking-bar .field label {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 700;
  color: var(--wr-muted);
  margin-bottom: .15rem;
}
.booking-bar .field input,
.booking-bar .field select {
  border: 0; padding: 0; font-size: .98rem;
  font-weight: 600; color: var(--wr-ink);
  background: transparent;
}
.booking-bar .field input:focus,
.booking-bar .field select:focus { outline: none; }
.booking-bar button {
  border: 0; background: var(--wr-green); color: #fff;
  font-weight: 700; padding: 0 2rem;
  display: flex; align-items: center; gap: .55rem;
}
.booking-bar button:hover { background: var(--wr-green-700); }
.usp-row { display: flex; gap: 1rem; flex-wrap: wrap; padding-top: 1.25rem; }
.usp-row .usp-item {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  flex: 1 1 200px;
  padding: 1.5rem 1rem;
  position: relative;
}
.usp-row .usp-item:not(:last-child)::after {
  content: ""; position: absolute; right: 0; top: 25%; bottom: 25%;
  width: 1px; background: var(--wr-line);
}
.usp-row .usp-icon {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--wr-green-100);
  color: var(--wr-green);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.15rem;
}
.usp-row .usp-item h4 {
  font-size: .98rem;
  margin-bottom: .15rem;
  font-weight: 700;
}
.usp-row .usp-item p { color: var(--wr-muted); font-size: .95rem; margin: 0; }
.split { gap: clamp(2rem, 4vw, 5rem); }
.split .split-text p { color: var(--wr-muted); font-size: 1.02rem; }
.check-list { list-style: none; padding: 0; margin: 1.75rem 0 0; }
.check-list li {
  display: flex; align-items: flex-start; gap: .75rem;
  margin-bottom: .85rem;
  font-weight: 500;
}
.check-list i { color: var(--wr-green); margin-top: .2rem; flex: none; }
.room-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--wr-line);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
  transition: transform .35s ease, box-shadow .35s ease;
}
.room-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }

.room-card .room-body { padding: 2rem; display: flex; flex-direction: column; }
.room-card .room-img { background:
    repeating-linear-gradient(45deg, rgba(31,81,54,.06) 0 14px, transparent 14px 28px),
    var(--wr-green-100);
  min-height: 360px; position: relative;
  align-self: stretch;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: var(--wr-green); font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em; font-size: .8rem;
}
.room-card .room-img-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.room-card .room-carousel,
.room-card .room-carousel .carousel-inner,
.room-card .room-carousel .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 0;
}
.room-card .room-carousel {
  position: absolute;
  inset: 0;
}
.room-card .room-carousel .carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.room-card .room-carousel .carousel-control-prev,
.room-card .room-carousel .carousel-control-next {
  width: 3.4rem;
  opacity: 1;
}
.room-card .room-carousel .carousel-control-prev-icon,
.room-card .room-carousel .carousel-control-next-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: rgba(26, 31, 28, .72);
  background-size: 55%;
  box-shadow: 0 10px 26px -14px rgba(0,0,0,.85);
}
.room-card .room-carousel .carousel-indicators {
  margin-bottom: .85rem;
}
.room-card .room-carousel .carousel-indicators [data-bs-target] {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  opacity: .72;
}
.room-card .room-carousel .carousel-indicators .active {
  opacity: 1;
  background-color: var(--wr-accent);
}
.room-card .room-tagline {
  display: block;
  font-family: var(--font-script);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.12;
  color: var(--wr-green);
  margin-bottom: 1.2rem;
}
.room-card .room-features {
  list-style: none; padding: 0; margin: .5rem 0 1.5rem;
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: .55rem;
}
.room-card .room-features li {
  display: flex; align-items: center; gap: .55rem;
  font-size: .95rem; color: var(--wr-ink);
}
.room-card .room-features i { color: var(--wr-green); width: 16px; }

.room-card .price-table {
  border-top: 1px solid var(--wr-line);
  padding-top: 1.25rem;
  margin-top: auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
  gap: .5rem;
  text-align: center;
}
.room-card .price-table .cell {
  background: var(--wr-cream);
  border-radius: var(--radius-md);
  padding: .85rem .5rem;
}
.room-card .price-table .price-label {
  display: block;
  font-size: .68rem; text-transform: uppercase;
  letter-spacing: .14em; font-weight: 700;
  color: var(--wr-muted);
}
.room-card .price-table .price {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--wr-green);
  line-height: 1.1;
}
.room-card .price-table .price-unit {
  display: block;
  margin-top: .18rem;
  color: var(--wr-muted);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.15;
  text-transform: uppercase;
}
.room-card .price-table small {
  display: block;
  color: var(--wr-muted);
  font-size: .65rem;
  line-height: 1.25;
}
.room-card .price-note {
  margin: .9rem 0 0;
  color: var(--wr-muted);
  font-size: .86rem;
}
.room-card .room-cta { margin-top: 1.25rem; display: flex; gap: .75rem; flex-wrap: wrap; }
.page-id-13 #preisuebersicht .table {
  font-size: .92rem;
  line-height: 1.35;
}
.page-id-13 #preisuebersicht .table-responsive {
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}
.page-id-13 #preisuebersicht .table th,
.page-id-13 #preisuebersicht .table td {
  padding: 1rem .85rem !important;
}
.page-id-13 #preisuebersicht .table strong {
  font-size: 1.08rem !important;
}
.page-id-13 #preisuebersicht .table .small,
.page-id-13 #preisuebersicht .table small {
  font-size: .72rem;
  line-height: 1.2;
}
.page-id-13 #preisuebersicht .sustain-card h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.page-id-233 #preise .table,
.page-id-238 #preise .table,
.page-id-259 #preise .table {
  font-size: .92rem;
  line-height: 1.35;
}
.page-id-233 #preise .table-responsive,
.page-id-238 #preise .table-responsive,
.page-id-259 #preise .table-responsive {
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}
.page-id-233 #preise .table th,
.page-id-233 #preise .table td,
.page-id-238 #preise .table th,
.page-id-238 #preise .table td,
.page-id-259 #preise .table th,
.page-id-259 #preise .table td {
  padding: .95rem .75rem !important;
}
.page-id-233 #preise .table strong,
.page-id-238 #preise .table strong,
.page-id-259 #preise .table strong {
  font-size: 1.06rem !important;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.access-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.access-gallery-card {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(31,81,54,.12);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.access-gallery-card a {
  display: block;
  color: inherit;
  cursor: zoom-in;
}
.access-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.access-gallery-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    repeating-linear-gradient(45deg, rgba(31,81,54,.055) 0 14px, transparent 14px 28px),
    var(--wr-green-100);
  color: var(--wr-green);
}
.access-gallery-placeholder i {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: var(--shadow-soft);
  font-size: 1.35rem;
}
.access-gallery-card figcaption {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  padding: .75rem .85rem;
  color: var(--wr-ink);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.25;
}
.gallery-item {
  border: 1px solid rgba(31,81,54,.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--wr-green-100);
  aspect-ratio: 4 / 3;
  padding: 0;
  position: relative;
  cursor: zoom-in;
  transition: transform .35s ease, box-shadow .35s ease;
}
.gallery-item:hover {
  transform: scale(1.015);
  box-shadow: var(--shadow-soft);
}
.gallery-item:focus-visible {
  outline: 3px solid var(--wr-accent);
  outline-offset: 3px;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-modal .modal-content {
  background: transparent;
  border: 0;
  position: relative;
}
.gallery-modal .btn-close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  filter: invert(1);
  opacity: .9;
}
.gallery-modal-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: rgba(17,17,17,.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.gallery-modal-prev { left: 1rem; }
.gallery-modal-next { right: 1rem; }
.gallery-modal-control:hover,
.gallery-modal-control:focus {
  background: var(--wr-green);
  color: #fff;
}
.gallery-modal-control:focus-visible {
  outline: 3px solid var(--wr-accent);
  outline-offset: 3px;
}
.gallery-modal img {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: var(--radius-lg);
  background: #111;
}
.gallery-modal-caption {
  margin: .75rem 0 0;
  padding: .85rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(17,17,17,.82);
  color: #fff;
  font-size: .95rem;
  line-height: 1.45;
}
.gallery-page-section {
  padding: clamp(2rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--wr-line);
}
.gallery-page-section:first-child { border-top: 0; }
.gallery-page-section .wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem !important;
  margin: 1.75rem 0 0;
}
.gallery-page-section .wp-block-gallery.has-nested-images figure.wp-block-image {
  width: 100% !important;
  margin: 0 !important;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(31,81,54,.12);
  background: var(--wr-green-100);
  box-shadow: var(--shadow-soft);
  position: relative;
}
.gallery-page-section .wp-block-gallery.has-nested-images figure.wp-block-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-page-section .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}
.gallery-page-section .wp-block-gallery.has-nested-images figure.wp-block-image:hover img {
  transform: scale(1.035);
}
.gallery-page-section .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1.6rem .9rem .8rem;
  color: #fff;
  font-size: .9rem;
  line-height: 1.35;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 100%);
}
.gallery-page-section .wp-block-gallery:empty {
  min-height: 180px;
  border: 1px dashed rgba(31,81,54,.28);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.55);
}
.gallery-page-section .gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.75rem 0 0 !important;
}
.gallery-page-section .gallery::after,
.gallery-page-section .gallery br {
  display: none !important;
}
.gallery-page-section .gallery .gallery-item {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--wr-green-100);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(31,81,54,.12);
  aspect-ratio: 4 / 3;
}
.gallery-page-section .gallery .gallery-icon,
.gallery-page-section .gallery .gallery-icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-page-section .gallery .gallery-icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  border: 0 !important;
  transition: transform .35s ease;
}
.gallery-page-section .gallery .gallery-item:hover img {
  transform: scale(1.035);
}
.gallery-page-section .gallery .gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1.6rem .9rem .8rem;
  color: #fff;
  font-size: .9rem;
  line-height: 1.35;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 100%);
}
@media (max-width: 768px) {
  .access-gallery {
    grid-template-columns: 1fr;
  }
  .gallery-page-section .wp-block-gallery,
  .gallery-page-section .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .gallery-page-section .wp-block-gallery,
  .gallery-page-section .gallery {
    grid-template-columns: 1fr;
  }
}
.sustain-card {
  background: #fff;
  border: 1px solid var(--wr-line);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 2;
}
.sustain-card h3 { font-size: 1.35rem; margin-bottom: .75rem; }
.sustain-card p { color: var(--wr-muted); font-size: 1rem; margin: 0 0 1.25rem; }
.sustain-card ul { list-style: none; padding: 0; margin: 0; }
.sustain-card ul li {
  display: flex; align-items: flex-start; gap: .65rem;
  margin-bottom: .55rem; font-size: .95rem;
}
.sustain-card ul li i { color: var(--wr-green); margin-top: .25rem; }
.owner-story {
  background:
    linear-gradient(90deg, rgba(31,81,54,.05), transparent 30%),
    #fff;
  border: 1px solid rgba(31,81,54,.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(2rem, 4vw, 3.75rem);
  color: var(--wr-ink);
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.owner-story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--wr-green), var(--wr-accent));
}
.owner-story p {
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.88;
  margin: 0 0 1.35rem;
}
.owner-story p:last-child { margin-bottom: 0; }
.owner-story .owner-quote {
  font-family: var(--font-script);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.14;
  color: var(--wr-green);
  margin-bottom: 2rem;
}
.owner-story-intro {
  border-top: 1px solid var(--wr-line);
  border-bottom: 1px solid var(--wr-line);
  padding: 1.35rem 0 .2rem;
  margin-bottom: 1.5rem;
}
.owner-story-intro p {
  font-size: clamp(1.08rem, 1.7vw, 1.24rem);
  line-height: 1.7;
}
.owner-story-body {
  display: flow-root;
}
.owner-story-body p {
  color: #3f463f;
}
.owner-story-image {
  margin: 2rem 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  background: var(--wr-green-100);
}
.owner-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owner-story-image-wide {
  aspect-ratio: 16 / 7;
  max-height: 420px;
}
.owner-story-image-inline {
  float: right;
  width: min(42%, 420px);
  aspect-ratio: 4 / 3;
  margin: .35rem 0 1.25rem 2rem;
}
.owner-signature {
  /*font-family: var(--font-script);
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
  color: var(--wr-green);
  line-height: 1.2 !important;
  margin-top: 2rem !important;*/
    color: var(--wr-green);
    font-weight: 700;
     margin-top: 2rem !important;
}
.map-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--wr-line);
  padding: .75rem;
  position: relative;
  overflow: hidden;
}
.map-image {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: var(--radius-md);
}
.reserve-band {
  background: linear-gradient(135deg, #1f5136 0%, #2a6f4a 100%);
  border-radius: var(--radius-lg);
  color: #fff;
  padding: clamp(2rem, 4vw, 3.5rem);
  position: relative;
  overflow: hidden;
}
.reserve-band::after {
  content: "";
  position: absolute; right: -120px; top: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(200,169,106,.2);
  filter: blur(40px);
}
.reserve-band h2 { color: #fff; }
.reserve-band p { color: rgba(255,255,255,.85); }
.reserve-band .phone-display {
  font-family: var(--font-script);
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  color: var(--wr-accent);
  display: inline-flex; align-items: center; gap: .65rem;
  text-decoration: none;
}
.reserve-band .phone-display i { font-size: .85em; }
.reserve-band .phone-display:hover { color: #d6b97c; }

/* =====================================================
   Testimonial
   ===================================================== */
.testimonial {
  background: #fff;
  border: 1px solid var(--wr-line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
}
.testimonial::before {
  content: "\201C";
  font-family: 'Cambria', 'Times New Roman', serif;
  font-size: 5rem; line-height: 1;
  position: absolute; top: -.4rem; left: 1rem;
  color: var(--wr-green); opacity: .15;
}
.testimonial blockquote { font-size: 1.05rem; font-weight: 500; margin: 0 0 1rem; }
.testimonial cite {
  font-style: normal; font-size: .9rem; color: var(--wr-muted);
  display: flex; align-items: center; gap: .65rem;
}
.testimonial .stars { color: var(--wr-accent); margin-bottom: .75rem; }
footer.site-footer {
  background: #122c1d;
  color: #c5cec7;
  padding: 4rem 0 1.5rem;
  font-size: .94rem;
}
footer .footer-brand img { height: 64px; filter: brightness(0) invert(1); opacity: .92; }
footer .footer-heading {
  font-size: .8rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.1rem;
}
footer ul.list-clean { list-style: none; padding: 0; margin: 0; }
footer ul.list-clean li { margin-bottom: .55rem; }
footer ul.list-clean a {
  color: #f4f0e7;
  transition: color .2s ease, padding-left .2s ease;
}
footer .booking-trigger-link {
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #f4f0e7;
  cursor: pointer;
  display: inline;
  font: inherit;
  padding: 0;
  text-align: left;
  transition: color .2s ease, padding-left .2s ease;
}
footer a { color: #f4f0e7; }
footer a:hover { color: #fff; }
footer ul.list-clean a:hover,
footer ul.list-clean .booking-trigger-link:hover { color: #fff; padding-left: .25rem; }
footer .legal-row {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.5rem;
  margin-top: 3rem;
  font-size: .82rem;
  color: rgba(255,255,255,.55);
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: start;
  gap: .75rem 2rem;
}
footer .legal-row a { color: rgba(255,255,255,.82); }
footer .legal-row a:hover { color: #fff; }
footer .footer-legal-primary,
footer .footer-legal-nav {
  justify-self: start;
  text-align: left;
}
footer .footer-legal-credit,
footer .footer-visitor-stats {
  justify-self: end;
  text-align: right;
}
footer .footer-legal-credit {
  white-space: nowrap;
}
footer address { font-style: normal; }
footer .footer-strong,
footer .footer-phone {
  color: #fff;
  font-weight: 600;
}
footer .footer-muted { color: rgba(255,255,255,.55); }
footer .footer-legal-nav { display: block; }
footer .footer-visitor-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .25rem .45rem;
  color: rgba(255,255,255,.7);
}
footer .footer-visitor-stats-label,
footer .footer-visitor-stat strong {
  color: #fff;
  font-weight: 600;
}
footer .footer-visitor-separator { color: rgba(255,255,255,.35); }
footer .footer-legal-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  padding: 0;
  margin: 0;
}
footer .footer-legal-menu li { margin: 0; }

.page-content img {
  max-width: 100%;
  height: auto;
}
.page-content .alignwide,
.page-content .alignfull {
  max-width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  width: auto;
}
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.text-muted-soft { color: var(--wr-muted) !important; }
.bg-cream { background: linear-gradient(135deg, #f6f3ec 0%, #fbf8f0 100%); }
.bg-cream::before {
  background:
    repeating-linear-gradient(45deg, rgba(31,81,54,.024) 0 12px, transparent 12px 28px),
    radial-gradient(circle at 86% 18%, rgba(31,81,54,.06), transparent 27%),
    radial-gradient(circle at 12% 88%, rgba(200,169,106,.10), transparent 30%);
}
.bg-sand { background: linear-gradient(135deg, #efe9dc 0%, #f8f3e9 100%); }
.bg-sand::before {
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.22) 0 10px, transparent 10px 26px),
    radial-gradient(circle at 15% 20%, rgba(200,169,106,.14), transparent 26%),
    radial-gradient(circle at 92% 78%, rgba(31,81,54,.055), transparent 31%);
}
.bg-warm { background: var(--wr-warm); }
.divider { height: 1px; background: var(--wr-line); width: 100%; margin: 0; }
.relative { position: relative; }
.lead-form .form-control,
.lead-form .form-select {
  border-radius: 4px;
  padding: .85rem 1.25rem;
  border: 1.5px solid var(--wr-line);
  background: #fff;
  font-size: .95rem;
}
.lead-form textarea.form-control {
  border-radius: 4px;
  min-height: 150px;
  width: 100%;
  display: block;
}
.lead-form .form-control:focus,
.lead-form .form-select:focus {
  border-color: var(--wr-green);
  box-shadow: 0 0 0 4px rgba(31,81,54,.1);
}
.page-id-98 .hero {
  min-height: clamp(360px, 52vh, 520px);
}
.page-id-98 .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
.page-id-17 .sustain-card {
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .topbar:not(.has-language-switcher) {
    display: none;
  }
  .topbar .topbar-row {
    justify-content: flex-end;
  }
  .topbar .topbar-meta {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-nav > .container,
  .site-nav .navbar-nav {
    flex-wrap: nowrap;
  }
  .site-nav .navbar-brand img {
    height: 48px;
  }
  .site-nav .navbar-collapse {
    min-width: 0;
  }
  .site-nav .nav-link,
  .site-nav .page_item > a {
    font-size: 12px !important;
    letter-spacing: .075em;
    padding: .76rem .5rem !important;
    white-space: nowrap;
  }
  .site-nav .nav-link::after,
  .site-nav .page_item > a::after {
    left: .5rem;
    right: .5rem;
    bottom: .5rem;
  }
  .nav-cta {
    margin-left: .45rem;
  }
  .site-nav .nav-link.nav-cta {
    gap: .35rem;
    letter-spacing: .045em;
    padding: .66rem .78rem !important;
  }
  .site-nav .nav-link.nav-cta::before {
    font-size: .9rem;
  }
}
@media (max-width: 991.98px) {
  .topbar .topbar-row {
    align-items: flex-start;
    padding: .45rem 0;
  }
  .topbar .topbar-meta {
    flex: 1 1 320px;
    width: auto;
    justify-content: flex-start;
    gap: .55rem 1.2rem;
  }
  .nav-cta { margin: .75rem 0 0; width: 100%; text-align: center; }
}
@media (max-width: 768px) {
    .booking-bar .form-row { grid-template-columns: 1fr 1fr; }
    .booking-bar button { grid-column: span 2; padding: 1rem; }
    .room-card { grid-template-columns: 1fr; }
    .room-card .room-img { min-height: 260px; aspect-ratio: 4 / 3; }
    .room-card,
    .room-card .room-img,
    .room-card .room-carousel {
      min-width: 0;
      max-width: 100%;
    }
    .room-card .room-carousel .carousel-control-prev,
    .room-card .room-carousel .carousel-control-next {
      width: 2.75rem;
      z-index: 3;
    }
    .room-card .room-carousel .carousel-control-prev { left: .35rem; }
    .room-card .room-carousel .carousel-control-next { right: .35rem; }
    .room-card .room-carousel .carousel-control-prev-icon,
    .room-card .room-carousel .carousel-control-next-icon {
      width: 2rem;
      height: 2rem;
    }
    .photo-grid { grid-template-columns: repeat(2, 1fr); }
    .owner-story { padding: 2rem 1.5rem; }
    .owner-story::before {
      width: 100%;
      height: 5px;
    }
    .owner-story-body p { max-width: none; }
    .owner-story-image-wide { aspect-ratio: 4 / 3; }
    .owner-story-image-inline {
      float: none;
      width: 100%;
      margin: 1.5rem 0;
    }
    .page-id-13 #preisuebersicht .sustain-card {
      padding: 1.5rem;
    }
    .page-id-13 #preisuebersicht .table {
      min-width: 680px !important;
      font-size: .84rem;
    }
    .page-id-13 #preisuebersicht .table th,
    .page-id-13 #preisuebersicht .table td {
      padding: .72rem .48rem !important;
    }
    .page-id-13 #preisuebersicht .table strong {
      font-size: .98rem !important;
    }
    .page-id-13 #preisuebersicht .table .btn {
      padding: .6rem .75rem;
      white-space: nowrap;
    }
    .page-id-233 #preise .table,
    .page-id-238 #preise .table,
    .page-id-259 #preise .table {
      min-width: 600px !important;
      font-size: .84rem;
    }
    .page-id-233 #preise .table th,
    .page-id-233 #preise .table td,
    .page-id-238 #preise .table th,
    .page-id-238 #preise .table td,
    .page-id-259 #preise .table th,
    .page-id-259 #preise .table td {
      padding: .72rem .5rem !important;
      white-space: normal;
    }
    .page-id-233 #preise .table strong,
    .page-id-238 #preise .table strong,
    .page-id-259 #preise .table strong {
      font-size: .98rem !important;
    }
}
@media (max-width: 767px) {
    footer {text-align: center;}
    footer .legal-row {
      grid-template-columns: 1fr;
      gap: .75rem;
    }
    footer .footer-legal-primary,
    footer .footer-legal-credit,
    footer .footer-legal-nav,
    footer .footer-visitor-stats {
      justify-self: center;
      text-align: center;
    }
    footer .footer-visitor-stats {
      justify-content: center;
    }
    footer .footer-legal-menu {
      justify-content: center;
    }
    .f-box-2 {padding: 32px 0px;}
    .f-box-3 {padding-bottom: 32px;}
}
@media (max-width: 600px) {
    .usp-row .usp-item:not(:last-child)::after { display: none; }
}
@media (max-width: 575px) {
    .topbar {display: none;}
    .topbar.has-language-switcher {display: block;}
    .topbar.has-language-switcher .topbar-row {
      justify-content: flex-end;
      align-items: center;
      min-height: 38px;
      padding: .25rem 0;
    }
    .topbar.has-language-switcher .topbar-meta {display: none;}
    .topbar.has-language-switcher .language-switcher {margin-left: 0;}
    .topbar.has-language-switcher .language-switcher-link {
      width: 34px;
      height: 32px;
    }
}
@media (max-width: 520px) {
    .photo-grid { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
    .room-card .room-features { grid-template-columns: 1fr; }
    .room-card .room-features li {
      min-width: 0;
      align-items: flex-start;
      overflow-wrap: break-word;
    }
    .room-card .room-features i {
      flex: 0 0 16px;
      margin-top: .2rem;
    }
}
