/* Gemeinsames Stylesheet der Hotel-Webseiten – ruhig, hell, elegant. */

@font-face { font-family: "Playfair"; src: url("fonts/playfair-500.woff2") format("woff2");
             font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Playfair"; src: url("fonts/playfair-700.woff2") format("woff2");
             font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Playfair"; src: url("fonts/playfair-500-italic.woff2") format("woff2");
             font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/inter-400.woff2") format("woff2");
             font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/inter-600.woff2") format("woff2");
             font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --creme: #f6f3ee;
  --weiss: #ffffff;
  --tinte: #20282b;
  --dezent: #6d7573;
  --linie: #e5e0d7;
  --akzent: #1f7a4d;      /* wird je Hotel überschrieben */
  --serif: "Playfair", Georgia, serif;
  --sans: "Inter", -apple-system, "Segoe UI", sans-serif;
  --schatten: 0 10px 30px rgba(32, 40, 43, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0; background: var(--creme); color: var(--tinte);
  font: 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.15; margin: 0 0 1rem; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.dezent { color: var(--dezent); }
.zahl { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }

.kicker {
  font-size: .78rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase;
  color: var(--akzent); margin: 0 0 .9rem;
}
.kicker.hell { color: #fff; opacity: .9; }

/* ---------- Topbar ---------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; gap: 1rem;
  padding: .7rem clamp(1rem, 4vw, 2.5rem);
  transition: background .25s, box-shadow .25s, color .25s;
  color: #fff;
}
body:not(.mit-hero) .topbar, .topbar.fest {
  background: rgba(255, 255, 255, .96); color: var(--tinte);
  box-shadow: 0 1px 0 var(--linie);
  backdrop-filter: blur(8px);
}
.marke { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.marke img { height: 44px; width: auto; background: #fff; border-radius: 10px; padding: 4px; }
.marke span { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; line-height: 1.1; }
.marke em { display: block; font-family: var(--sans); font-style: normal; font-weight: 400;
            font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; opacity: .75; }
.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(.6rem, 2vw, 1.6rem); }
.nav a { text-decoration: none; font-size: .86rem; font-weight: 600;
         letter-spacing: .08em; text-transform: uppercase; }
.nav a:hover { color: var(--akzent); }
.nav-tel { white-space: nowrap; }
.burger { display: none; margin-left: auto; background: none; border: 1px solid currentColor;
          color: inherit; border-radius: 8px; font-size: 1.25rem; padding: .1rem .6rem; cursor: pointer; }

/* ---------- Knöpfe ---------- */
.knopf {
  display: inline-block; padding: .75rem 1.6rem; border-radius: 999px;
  font: 600 .86rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: transform .15s, background .2s, color .2s;
}
.knopf:hover { transform: translateY(-1px); }
.knopf-dunkel { background: var(--tinte); color: #fff; }
.knopf-dunkel:hover { background: var(--akzent); }
.knopf-hell { background: #fff; color: var(--tinte); }
.knopf-umrandet { border-color: currentColor; color: var(--tinte); }
.knopf-umrandet:hover { background: var(--tinte); color: #fff; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 92vh;
  display: flex; align-items: flex-end; justify-content: center;
  background-size: cover; background-position: center;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18, 24, 26, .35) 0%, rgba(18, 24, 26, .05) 40%,
              rgba(18, 24, 26, .55) 100%);
}
.hero-inhalt { position: relative; z-index: 1; text-align: center; color: #fff;
               padding: 0 1.2rem clamp(3rem, 9vh, 6rem); max-width: 60rem; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.3rem); margin-bottom: .4rem;
           text-shadow: 0 2px 24px rgba(0, 0, 0, .35); }
.hero-slogan { font-family: var(--serif); font-style: italic; font-size: clamp(1.1rem, 2.2vw, 1.5rem);
               opacity: .95; margin-bottom: 1.6rem; }
.hero-knoepfe { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Abschnitte ---------- */
.abschnitt { max-width: 1140px; margin: 0 auto; padding: clamp(3.2rem, 7vw, 5.5rem) clamp(1rem, 4vw, 2rem); text-align: center; }
.abschnitt-getont { max-width: none; background: #ece7dd; }
.abschnitt-getont > * { max-width: 1140px; margin-left: auto; margin-right: auto; }
.einleitung { max-width: 46rem; margin: 0 auto 1.2rem; font-size: 1.08rem; }
.unterseite { padding-top: 8.5rem; text-align: left; }
.unterseite h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.schmal { max-width: 780px; }
.schmal h2 { font-size: 1.25rem; margin-top: 2.2rem; }

/* ---------- Merkmale ---------- */
.merkmale { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.2rem; margin-top: 2.4rem; }
.merkmal { display: flex; flex-direction: column; gap: .2rem; align-items: center;
           background: var(--weiss); border-radius: 16px; padding: 1.4rem 1rem;
           box-shadow: var(--schatten); }
.merkmal-symbol { font-size: 1.7rem; margin-bottom: .3rem; }

/* ---------- Zimmer ---------- */
.zimmer-gitter { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
                 gap: 1.6rem; margin-top: 2.4rem; text-align: left; }
.zimmer-karte { background: var(--weiss); border-radius: 18px; overflow: hidden;
                box-shadow: var(--schatten); display: flex; flex-direction: column; }
.zimmer-bild { aspect-ratio: 3 / 2; overflow: hidden; }
.zimmer-bild img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.zimmer-karte:hover .zimmer-bild img { transform: scale(1.04); }
.zimmer-text { padding: 1.3rem 1.4rem 1.5rem; }
.zimmer-kopf { display: flex; align-items: baseline; justify-content: space-between; gap: .8rem; }
.zimmer-kopf h3 { margin: 0; }
.preis { font-family: var(--serif); font-weight: 700; font-size: 1.15rem; color: var(--akzent);
         white-space: nowrap; }
.preis em { font-family: var(--sans); font-style: normal; font-weight: 400;
            font-size: .75rem; color: var(--dezent); }
.hinweise { max-width: 52rem; margin: 2.2rem auto 0; font-size: .86rem; color: var(--dezent); }
.hinweise p { margin-bottom: .4rem; }
.grundriss summary {
  cursor: pointer; color: var(--akzent); font-weight: 600; font-size: .86rem;
  letter-spacing: .04em; margin-top: .3rem;
}
.grundriss img { margin-top: .8rem; border: 1px solid var(--linie); border-radius: 10px; }

/* ---------- Arrangements ---------- */
.paket-gitter { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 1.6rem; margin-top: 2.4rem; text-align: left; }
.paket { background: var(--weiss); border-radius: 18px; padding: 1.8rem 1.7rem;
         box-shadow: var(--schatten); }
.paket h3 { margin-bottom: .2rem; }
.paket ul { margin: 1rem 0 1.2rem; padding-left: 1.2rem; }
.paket li { margin-bottom: .35rem; }
.paket table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.paket td { padding: .45rem 0; border-top: 1px solid var(--linie); }
.paket td.zahl { font-weight: 600; }

/* ---------- Haus / Bild-Text ---------- */
.haus { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem);
        align-items: center; text-align: left; }
.haus-bild img { border-radius: 20px; box-shadow: var(--schatten); }
.haus-text .knopf { margin-top: .4rem; }

/* ---------- Galerie ---------- */
.galerie { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
           gap: 1.1rem; margin-top: 2.2rem; }
.galerie figure { margin: 0; }
.galerie img { border-radius: 14px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%;
               box-shadow: var(--schatten); }
.galerie figcaption { font-size: .8rem; color: var(--dezent); margin-top: .45rem; }

/* ---------- Kontakt ---------- */
.kontakt-gitter { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
                  gap: 1.4rem; margin-top: 2.2rem; text-align: left; }
.kontakt-karte { background: var(--weiss); border-radius: 16px; padding: 1.5rem;
                 box-shadow: var(--schatten); }
.kontakt-karte strong { font-family: var(--serif); font-size: 1.05rem; display: block;
                        margin-bottom: .6rem; }

/* ---------- Buchung ---------- */
.buchungsrahmen { background: var(--weiss); border-radius: 18px; padding: 1.5rem;
                  box-shadow: var(--schatten); min-height: 480px; margin-top: 1.5rem; }

/* ---------- Footer ---------- */
.fuss { background: var(--tinte); color: #e8e5df; margin-top: 3rem;
        padding: 2.8rem clamp(1rem, 4vw, 2.5rem) 1.6rem; }
.fuss a { color: inherit; }
.fuss-innen { max-width: 1140px; margin: 0 auto; display: grid; gap: 1.5rem;
              grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.fuss-links { display: flex; flex-direction: column; gap: .3rem; }
.fuss-zeile { max-width: 1140px; margin: 2rem auto 0; padding-top: 1rem;
              border-top: 1px solid rgba(255, 255, 255, .15);
              font-family: var(--serif); font-style: italic; opacity: .7; text-align: center; }

/* ---------- Mobil ---------- */
@media (max-width: 900px) {
  .burger { display: block; }
  .nav { display: none; }
  body.nav-offen .nav {
    display: flex; flex-direction: column; align-items: flex-start;
    position: fixed; inset: 62px 0 auto 0; background: #fff; color: var(--tinte);
    padding: 1rem clamp(1rem, 4vw, 2.5rem) 1.4rem; gap: .9rem;
    box-shadow: 0 14px 24px rgba(0, 0, 0, .12);
  }
  body.nav-offen .topbar { background: #fff; color: var(--tinte); }
  .haus { grid-template-columns: 1fr; }
  .hero { min-height: 78vh; }
}

@media print {
  .topbar, .hero-knoepfe, .fuss, .burger { display: none !important; }
  body { background: #fff; }
}
