@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Karla:wght@400;500;600&family=IBM+Plex+Mono:wght@500&display=swap');

:root{
  --paper:#F1F3EE; --ink:#1B221D; --pine:#1F3D33; --pine-2:#16281F;
  --gold:#C99A44; --gold-hi:#E0B565; --muted:#5C6B62; --line:rgba(27,34,29,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Karla',-apple-system,'Segoe UI',sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
*:focus-visible{outline:2.5px solid var(--gold);outline-offset:3px}

/* ---- STARTSEITE ---- */
body.start{min-height:100svh;position:relative;overflow-x:hidden}
.hero-media{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;object-position:32% 0%;z-index:0}
.hero-scrim{position:fixed;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(15,26,20,.55)0%,rgba(15,26,20,.5)45%,rgba(15,26,20,.92)100%);}
.buehne{position:relative;z-index:2;min-height:100svh;display:flex;flex-direction:column;color:#fff}
.buehne-mitte{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:640px;margin:0 auto;padding:80px clamp(20px,5vw,56px) 0}
.eyebrow{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-hi);display:flex;align-items:center;justify-content:center;gap:12px;margin:0 0 20px}
.eyebrow::before,.eyebrow::after{content:"";width:32px;height:1px;background:var(--gold)}
h1{font-family:'Fraunces',Georgia,serif;font-weight:500;font-size:clamp(1.9rem,1.5rem + 2.2vw,3rem);line-height:1.08;letter-spacing:-.01em;margin:0 0 18px;text-wrap:balance}
.lede{font-size:clamp(1rem,.95rem + .25vw,1.15rem);line-height:1.6;color:rgba(255,255,255,.86);max-width:44ch;margin:0 auto 34px}
.kontakt-karten{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:8px;width:100%}
@media (max-width:560px){.kontakt-karten{grid-template-columns:1fr}}
.kk{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:4px;padding:18px 20px;backdrop-filter:blur(6px);text-align:center}
.kk-label{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-hi);display:block;margin-bottom:8px}
.kk p{margin:2px 0;font-size:15px;line-height:1.55;color:#fff}
.kk a{font-weight:600;text-decoration:none}
.kk a:hover{color:var(--gold-hi)}
.buehne-fuss{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.16);padding:18px clamp(20px,5vw,56px);display:flex;flex-wrap:wrap;gap:8px 22px;align-items:center;justify-content:center;text-align:center;font-size:13px;color:rgba(255,255,255,.6)}
.buehne-fuss .rechtslinks a{color:rgba(255,255,255,.75);text-decoration:none;margin-left:22px}
.buehne-fuss .rechtslinks a:first-child{margin-left:0}
.buehne-fuss .rechtslinks a:hover{color:var(--gold-hi);text-decoration:underline}

/* ---- IMPRESSUM / DATENSCHUTZ ---- */
body.rechtsseite{padding:56px 20px 100px}
.zurueck{display:inline-flex;align-items:center;gap:8px;font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--pine);text-decoration:none;max-width:680px;margin:0 auto 28px;display:block}
.zurueck:hover{color:var(--gold)}
.rechts-karte{max-width:680px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:8px;padding:clamp(28px,5vw,48px)}
.rechts-karte h1{font-family:'Fraunces',Georgia,serif;font-weight:500;font-size:clamp(1.6rem,1.4rem + 1vw,2.1rem);color:var(--pine-2);margin:0 0 8px}
.rechts-karte h2{font-family:'Fraunces',Georgia,serif;font-weight:500;font-size:1.15rem;color:var(--pine-2);margin:32px 0 10px}
.rechts-karte p{font-size:15px;line-height:1.65;color:var(--ink);margin:0 0 6px}
.rechts-karte a{color:var(--pine);font-weight:600;text-decoration:none}
.rechts-karte a:hover{text-decoration:underline}
.rechts-karte .hinweis{margin-top:26px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
