/* Haus Auszeit – Rerik · Stylesheet */
:root {
  --bg: #faf6ee;
  --panel: #f3ead8;
  --ink: #3a3227;
  --muted: #695c4b;
  --soft: #8d7d63;
  --gold: #d3a44a;
  --gold-deep: #a5773a;
  --line: #e5dac2;
  --hell: #fbf7ee;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Karla', 'Segoe UI', Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.7;
}
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; line-height: 1.12; margin: 0; }
p { margin: 0; }
a { color: var(--gold-deep); text-decoration: none; }
a:hover { color: #8a6127; }
img { max-width: 100%; display: block; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Kopfbereich */
header.site {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.kopf { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 24px; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; }
.logo { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; letter-spacing: 3px; color: var(--ink); }
.logo small { display: block; font-family: 'Karla', sans-serif; font-size: 11px; letter-spacing: 2.5px; color: var(--soft); }
nav.haupt { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
nav.haupt a { font-size: 14px; font-weight: 700; letter-spacing: 1.5px; color: var(--muted); text-transform: uppercase; }
nav.haupt a:hover, nav.haupt a.aktiv { color: var(--gold-deep); }
nav.haupt a.cta { background: var(--gold); color: var(--ink); padding: 10px 20px; border-radius: 3px; }
nav.haupt a.cta:hover { background: #c3922f; color: var(--ink); }

/* Held (Startbild) */
.held { position: relative; min-height: 620px; display: flex; flex-direction: column; overflow: hidden; }
.held img.hg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.held .schleier { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(48,39,29,.45) 0%, rgba(48,39,29,.15) 45%, rgba(48,39,29,.65) 100%); }
.held .inhalt { position: relative; margin: auto; text-align: center; color: var(--hell); padding: 90px 24px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.vorzeile { font-size: 13px; letter-spacing: 5px; font-weight: 700; color: #f0c869; text-transform: uppercase; }
.held h1 { font-size: clamp(44px, 7vw, 76px); max-width: 900px; text-wrap: balance; color: var(--hell); }
.goldlinie { width: 64px; height: 1px; background: #f0c869; border: 0; margin: 0; }
.held .unter { font-size: 18px; max-width: 560px; color: #f2ebdd; }

/* Kleinerer Seitenkopf für Unterseiten */
.held.klein { min-height: 380px; }
.held.klein h1 { font-size: clamp(38px, 5vw, 58px); }

/* Knöpfe */
.knopf { display: inline-block; background: var(--gold); color: var(--ink); padding: 15px 34px; font-size: 14px; font-weight: 700; letter-spacing: 2.5px; border-radius: 3px; text-transform: uppercase; border: 0; cursor: pointer; font-family: 'Karla', sans-serif; }
.knopf:hover { background: #c3922f; color: var(--ink); }
.knopf.dunkel { background: var(--ink); color: var(--bg); }
.knopf.dunkel:hover { background: #55483a; color: var(--bg); }
.knopf.rand { background: transparent; border: 1px solid var(--gold-deep); color: var(--gold-deep); }

/* Zahlenband */
.zahlen { background: var(--panel); }
.zahlen .innen { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; padding: 42px 24px; max-width: 1200px; margin: 0 auto; text-align: center; }
.zahl .gross { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 40px; color: var(--gold-deep); }
.zahl .klein { font-size: 12.5px; letter-spacing: 2px; color: var(--soft); text-transform: uppercase; }

/* Abschnitte */
section.block { padding: 84px 0; }
section.block.getoent { background: var(--panel); }
.kicker { font-size: 12.5px; letter-spacing: 4px; color: var(--gold-deep); font-weight: 700; text-transform: uppercase; }
h2.titel { font-size: clamp(32px, 4vw, 46px); margin: 14px 0 18px 0; }
.fliess { color: var(--muted); max-width: 720px; }
.zweispaltig { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 64px; align-items: center; }

/* Galerien */
.raster { display: grid; gap: 18px; }
.raster.zwei { grid-template-columns: repeat(2, minmax(0,1fr)); }
.raster.drei { grid-template-columns: repeat(3, minmax(0,1fr)); }
.raster img { width: 100%; height: 300px; object-fit: cover; border-radius: 3px; cursor: pointer; transition: opacity .15s; }
.raster img:hover { opacity: .92; }
.raster.zwei img { height: 380px; }
.bu { font-size: 14px; color: var(--soft); margin-top: 8px; }

/* Raum-Abschnitte (Das Haus) */
.raum { padding: 56px 0; border-bottom: 1px solid var(--line); }
.raum:last-of-type { border-bottom: 0; }
.raum h3 { font-size: 30px; margin-bottom: 6px; }
.raum .beschr { color: var(--muted); max-width: 680px; margin-bottom: 22px; }

/* Ausstattung */
.ausstattung { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px 28px; }
.ausstattung .punkt { display: flex; gap: 10px; align-items: baseline; color: var(--muted); }
.ausstattung .punkt::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex: 0 0 auto; position: relative; top: -2px; }

/* Preistabelle */
table.preise { width: 100%; border-collapse: collapse; background: var(--hell); border: 1px solid var(--line); }
table.preise th, table.preise td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); }
table.preise th { font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--soft); font-weight: 700; background: var(--panel); }
table.preise td.preis { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; color: var(--gold-deep); white-space: nowrap; }
table.preise tr.haupt td { background: #f7efdd; }
.hinweisbox { background: var(--hell); border: 1px solid var(--line); border-radius: 3px; padding: 26px 30px; }
.hinweisbox h3 { font-size: 24px; margin-bottom: 10px; }
.hinweisbox ul { margin: 0; padding-left: 20px; color: var(--muted); }
.hinweisbox li { margin: 6px 0; }

/* Belegungskalender */
.kalender { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.monat { background: var(--hell); border: 1px solid var(--line); border-radius: 3px; padding: 16px; }
.monat h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 21px; font-weight: 600; margin: 0 0 10px 0; text-align: center; color: var(--ink); }
.mtage { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; font-size: 13px; text-align: center; }
.mtage .wt { color: var(--soft); font-size: 11px; letter-spacing: 1px; padding: 2px 0; }
.mtage .tag { padding: 5px 0; border-radius: 3px; color: var(--muted); }
.mtage .tag.we { background: var(--panel); font-weight: 700; color: var(--ink); }
.mtage .tag.feiertag { background: #ecd9a8; font-weight: 700; color: #6d5522; }
.mtage .tag.belegt { background: #dcb9a2; color: #6d4930; text-decoration: line-through; font-weight: 400; }
.mtage .tag.vergangen { color: #cfc3ae; }
.legende { display: flex; gap: 24px; margin-top: 16px; font-size: 14.5px; color: var(--muted); align-items: center; flex-wrap: wrap; }
.legende .kaestchen { display: inline-block; width: 14px; height: 14px; border-radius: 3px; margin-right: 7px; vertical-align: -2px; border: 1px solid var(--line); }

/* Entfernungen */
.entfernungen { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.entf { background: var(--hell); border: 1px solid var(--line); border-radius: 3px; padding: 18px 22px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.entf .ziel { color: var(--muted); }
.entf .wert { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; color: var(--gold-deep); white-space: nowrap; }

/* Kontakt */
.kontaktkarten { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.kkarte { background: var(--hell); border: 1px solid var(--line); border-radius: 3px; padding: 26px; text-align: center; display: flex; flex-direction: column; gap: 6px; align-items: center; }
.kkarte .label { font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--soft); }
.kkarte .wert { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; color: var(--ink); }
form.anfrage { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
form.anfrage label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 700; letter-spacing: 1px; color: var(--muted); }
form.anfrage input, form.anfrage textarea {
  font-family: 'Karla', sans-serif; font-size: 16px; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 3px; background: var(--hell); color: var(--ink);
}
form.anfrage input:focus, form.anfrage textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
form.anfrage .voll { grid-column: 1 / -1; }

/* Fußbereich */
footer.site { background: var(--ink); color: #d8cdbb; margin-top: 84px; }
footer.site .innen { max-width: 1200px; margin: 0 auto; padding: 48px 24px; display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
footer.site .marke { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; letter-spacing: 3px; color: var(--hell); }
footer.site a { color: #e8dcc4; }
footer.site .spalte { display: flex; flex-direction: column; gap: 6px; font-size: 15px; }
footer.site .unterzeile { border-top: 1px solid #55483a; }
footer.site .unterzeile div { max-width: 1200px; margin: 0 auto; padding: 16px 24px; font-size: 13px; color: #a89982; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* Leuchtkasten (Bild groß ansehen) */
#leuchtkasten { position: fixed; inset: 0; background: rgba(30,24,17,.92); display: none; align-items: center; justify-content: center; z-index: 100; cursor: zoom-out; padding: 24px; }
#leuchtkasten.offen { display: flex; }
#leuchtkasten img { max-width: 95vw; max-height: 92vh; width: auto; height: auto; border-radius: 3px; }

/* Mobil */
@media (max-width: 860px) {
  .zweispaltig, .raster.drei, .raster.zwei, .kontaktkarten, .entfernungen, .ausstattung, form.anfrage { grid-template-columns: 1fr; }
  .kalender { grid-template-columns: 1fr; }
  .zahlen .innen { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .raster img, .raster.zwei img { height: 240px; }
  section.block { padding: 56px 0; }
  .kopf { justify-content: center; text-align: center; }
  nav.haupt { justify-content: center; }
}
