
:root{--red:#c62828;--gold:#d4af37;--bg:#fffaf3;--text:#121316;--muted:#6b6b6b;--maxw:1120px;--shadow:0 10px 26px rgba(0,0,0,.06);--radius:14px;font-family:'Open Sans',system-ui,-apple-system,'Segoe UI',Roboto,Arial}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.7}
.container{max-width:var(--maxw);margin:0 auto;padding:1rem}
h1,h2,h3{font-family:'Playfair Display',serif}
#loader{position:fixed;inset:0;background:#fff;display:grid;place-items:center;z-index:9999;transition:opacity .4s ease}
#loader.hide{opacity:0;pointer-events:none}
.spinner{width:42px;height:42px;border:3px solid rgba(212,175,55,.25);border-top-color:var(--gold);border-radius:50%;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.site-header{background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(6px);border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}
.header-inner{display:flex;align-items:center;justify-content:space-between}
.logo{height:42px;width:auto;border-radius:6px}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text)}
.brand-name{font-weight:700;letter-spacing:.2px}
.main-nav{display:flex;gap:1rem}.main-nav a{color:var(--text);text-decoration:none;padding:.5rem .8rem;border-radius:10px;border:1px solid transparent}
.main-nav a:hover{background:#f7f3ea;border-color:rgba(212,175,55,.4)}
.nav-toggle{display:none;border:0;background:transparent;font-size:1.2rem;cursor:pointer}
.accent{height:5px;background:repeating-linear-gradient(90deg,#e30613 0 12px,#fff 12px 24px)}
.hero{position:relative;min-height:70vh;display:grid;place-items:center;overflow:hidden}
.hero .hero-bg{position:absolute;inset:0}.hero .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 55%;filter:brightness(1.08) contrast(1.02)}
.overlay-light{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.75),rgba(255,255,255,.35))}
.hero-content{position:relative;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.06)}
.hero h1{font-size:2.6rem;line-height:1.15;margin:.2rem 0}.hero h1 span{color:var(--red)}
.hero p{max-width:680px;margin:.6rem auto;color:#333}
.hero-ctas{margin-top:1rem;display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}
/* Buttons */
.btn{display:inline-block;padding:.7rem 1.2rem;border-radius:999px;border:1px solid var(--gold);text-decoration:none;cursor:pointer;transition:.25s ease;box-shadow:var(--shadow)}
.btn-primary{background:linear-gradient(135deg,#fff7e6,#f6f2ea);color:var(--red)}
.btn-primary:hover{background:var(--red);color:#fff;border-color:var(--red)}
.btn-outline{background:#fff;color:#333}.btn-outline:hover{background:#f7f7f7}
.section{padding:2.2rem 0}h2{font-size:1.8rem;margin:0 0 1rem}
.hr-accent{height:5px;background:repeating-linear-gradient(90deg,#e30613 0 12px,#fff 12px 24px);border-radius:6px;margin-top:1rem}
.grid{display:grid;gap:1rem}.card{background:#fff;border:1px solid #eee;border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}
.team-collage{width:100%;border-radius:var(--radius);border:1px solid #eee;box-shadow:var(--shadow);margin:.4rem 0 1.2rem}
.team-profiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}
.person .avatar{width:100%;height:auto;display:block;border-radius:999px}.person h3{margin:.5rem 0 .15rem}.person .role{color:var(--muted);margin:0 0 .4rem}
.entrance-wrap img{width:100%;border-radius:var(--radius);border:1px solid #eee;box-shadow:var(--shadow);margin-top:.6rem}
.courses-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));margin-top:1rem}
.contact-inner{display:grid;grid-template-columns:1fr 420px;gap:2rem}label{display:block;margin-bottom:.8rem}
input[type="text"],input[type="email"],textarea{width:100%;padding:.6rem;border-radius:12px;border:1px solid #ddd}.form-actions{margin-top:.6rem}
.alert{padding:.8rem;border-radius:10px;margin-bottom:1rem}.alert.success{background:#e6f6ec;border:1px solid #bfe6c8;color:#064d21}.alert.error{background:#fff1f0;border:1px solid #f2c6c6;color:#7a1b1b}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-top:10px}.gallery img{width:100%;display:block;border-radius:12px;border:1px solid #eee;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.site-footer{border-top:1px solid #eee;background:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.muted{color:#777}
/* Reveal + fly-in */
.preload *{animation:none !important}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease}
.reveal.visible{opacity:1;transform:none}
.hero-content h1,.hero-content p,.hero-content .hero-ctas{opacity:0;transform:translateY(14px)}
.hero-content.fly-in h1{animation:fly .8s ease forwards .15s}
.hero-content.fly-in p{animation:fly .8s ease forwards .35s}
.hero-content.fly-in .hero-ctas{animation:fly .8s ease forwards .55s}
@keyframes fly{to{opacity:1;transform:none}}
@media (max-width:900px){.hero{min-height:60vh}.hero h1{font-size:2.2rem}.contact-inner{grid-template-columns:1fr}.main-nav{display:none;position:absolute;right:1rem;top:66px;background:#fff;padding:1rem;border:1px solid #eee;border-radius:10px}.nav-toggle{display:block}}
/* CTA Button allgemein */
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hauptbutton in Hero */
.btn-primary {
  background-color: #b22222;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #8b1a1a;
  transform: translateY(-2px);
}

/* Outline-Button (z. B. zweiter im Hero) */
.btn-outline {
  border: 2px solid #b22222;
  color: #b22222;
  margin-left: 15px;
}

.btn-outline:hover {
  background-color: #b22222;
  color: #fff;
  transform: translateY(-2px);
}

/* Navigationsbutton */
.nav-cta {
  background: transparent;
  border: 2px solid #b22222;
  color: #b22222;
  margin-left: 15px;
  padding: 8px 20px;
}

.nav-cta:hover {
  background-color: #b22222;
  color: #fff;
  transform: translateY(-2px);
}
/* Honeypot-Feld unsichtbar halten */
input[name="hp_name"] {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
/* ---- Navigation CTA Button ---- */

.nav-cta {
  padding: 8px 18px;
  border-radius: 40px;
  background: #fff9ef;          /* helles Creme */
  border: 1.6px solid #b89b4f;  /* Goldton */
  color: #7a1d1d;               /* edles Weinrot */
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
}

.nav-cta:hover {
  background: #b89b4f;          /* Gold bei Hover */
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Abstand im normalen Menü */
.main-nav a {
  margin-left: 18px;
}

/* Mobile Darstellung */
@media (max-width: 768px) {
  .main-nav a {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .nav-cta {
    padding: 10px 22px;
    width: 100%;
  }
}
