:root{
  --navy:#06142f; --navy2:#020915; --gold:#d7a83b; --gold2:#f5d887;
  --cream:#fff7e7; --white:#fff; --muted:#d7d7d7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--cream);background:var(--navy2)}
a{color:inherit}
.site-header{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:12px 5vw;background:rgba(2,9,21,.78);border-bottom:1px solid rgba(215,168,59,.35);backdrop-filter:blur(12px)}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-family:Cinzel,serif;font-weight:700;letter-spacing:.06em}
.brand img{width:58px;height:58px;border-radius:50%;object-fit:cover}
.main-nav{display:flex;gap:28px;font-family:Cinzel,serif;font-size:14px;letter-spacing:.08em}
.main-nav a{text-decoration:none}.main-nav a:hover{color:var(--gold2)}
.menu-toggle{display:none;background:none;border:1px solid var(--gold);color:var(--gold);font-size:24px;border-radius:6px;padding:4px 9px}

.hero{
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  padding:135px 5vw 90px;
  background:
    linear-gradient(90deg,rgba(2,9,21,.94) 0%,rgba(2,9,21,.80) 42%,rgba(2,9,21,.24) 100%),
    url('assets/schloss-niederweis.jpg') center center/cover no-repeat;
}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(2,9,21,.96));pointer-events:none}
.hero-content{position:relative;z-index:1;max-width:690px}
.hero-logo{width:145px;height:145px;border-radius:50%;object-fit:cover;margin-bottom:24px;box-shadow:0 0 35px rgba(215,168,59,.3)}
.eyebrow{font-family:Cinzel,serif;color:var(--gold2);letter-spacing:.14em;text-transform:uppercase;font-weight:700}
.eyebrow.dark{color:#94680d}
h1,h2,h3{font-family:Cinzel,serif;margin:0}
h1{font-size:clamp(52px,7.5vw,112px);line-height:.93;color:var(--gold2);text-shadow:0 4px 18px rgba(0,0,0,.65);font-weight:500}
.lead{font-size:18px;line-height:1.75;max-width:560px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:3px;text-decoration:none;font-family:Cinzel,serif;font-weight:700;letter-spacing:.06em;border:1px solid var(--gold);margin:8px 10px 8px 0}
.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#071024}.btn-outline{color:var(--gold2);background:rgba(2,9,21,.5)}.btn-navy{background:#06142f;color:var(--gold2)}

.values-band{display:grid;grid-template-columns:repeat(4,1fr);background:#06142f;border-top:1px solid var(--gold);border-bottom:1px solid var(--gold)}
.values-band article{padding:42px 34px;text-align:center;border-right:1px solid rgba(215,168,59,.32)}
.values-band article:last-child{border-right:0}.big-icon{display:block;color:var(--gold);font-size:48px;margin-bottom:18px}
.values-band h2{color:var(--gold2);font-size:22px;margin-bottom:14px}.values-band p{line-height:1.65;color:#f2f2f2}

.about-map{display:grid;grid-template-columns:1fr 1.35fr;background:var(--cream);color:#071024}
.about-text{padding:72px 5vw}.about-text h2{font-size:clamp(34px,4vw,54px);margin-bottom:20px}.about-text p{font-size:17px;line-height:1.75}
.world-panel{position:relative;min-height:430px;background:radial-gradient(circle at 35% 48%,rgba(215,168,59,.16),transparent 20%),linear-gradient(rgba(5,20,47,.7),rgba(5,20,47,.88)),url('assets/referenz-layout.jpg') center/cover no-repeat;overflow:hidden}
.world-title{position:absolute;left:42px;bottom:36px;font-family:Cinzel,serif;color:var(--gold2);font-size:26px;letter-spacing:.09em}
.dot{position:absolute;width:11px;height:11px;background:var(--gold2);border-radius:50%;box-shadow:0 0 18px var(--gold2)}
.d1{left:24%;top:42%}.d2{left:38%;top:34%}.d3{left:55%;top:50%}.d4{left:70%;top:38%}.d5{left:82%;top:58%}.d6{left:45%;top:68%}
.arc{position:absolute;border:1px solid rgba(245,216,135,.75);border-color:rgba(245,216,135,.75) transparent transparent transparent;border-radius:50%}
.arc1{width:55%;height:35%;left:25%;top:34%;transform:rotate(10deg)}.arc2{width:70%;height:45%;left:15%;top:30%;transform:rotate(-12deg)}.arc3{width:45%;height:28%;left:40%;top:44%;transform:rotate(20deg)}

.feature-row{display:grid;grid-template-columns:repeat(4,1fr);background:#06142f;border-top:1px solid rgba(215,168,59,.4);border-bottom:1px solid rgba(215,168,59,.4)}
.feature-row article{padding:34px 28px;display:grid;grid-template-columns:54px 1fr;gap:12px;border-right:1px solid rgba(215,168,59,.28)}
.feature-row span{font-size:36px;color:var(--gold)}.feature-row h3{color:var(--gold2);font-size:18px}.feature-row p{grid-column:2;color:#ddd;margin:0;line-height:1.55;font-size:14px}

.gala-section{display:grid;grid-template-columns:1.1fr 1fr;gap:0;background:#020915}
.gala-image img{width:100%;height:100%;object-fit:cover;display:block}.gala-text{padding:80px 5vw;background:linear-gradient(135deg,#06142f,#020915)}
.gala-text h2,.dark-section h2,.reservation h2{font-size:clamp(34px,5vw,64px);color:var(--gold2);margin-bottom:26px}.gala-text p{font-size:18px;line-height:1.75}
.event-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}.event-grid div{border:1px solid rgba(215,168,59,.45);padding:20px;border-radius:8px;background:rgba(255,255,255,.035)}.event-grid strong{display:block;color:var(--gold2);font-family:Cinzel,serif;margin-bottom:8px}

.dark-section{padding:90px 6vw;background:linear-gradient(180deg,#031025,#071a3b);text-align:center}
.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.highlights-grid article{border:1px solid rgba(215,168,59,.4);background:rgba(255,255,255,.035);padding:34px 26px;border-radius:10px}.highlights-grid span{font-size:36px}.highlights-grid h3{color:var(--gold2);font-size:22px;margin:14px 0}.highlights-grid p{color:var(--muted);line-height:1.6}

.flyer-section{display:grid;grid-template-columns:.85fr 1fr;gap:44px;align-items:center;padding:90px 6vw;background:linear-gradient(180deg,#fff7e7,#f5ead3);color:#071024}.flyer-section h2{font-size:clamp(34px,4vw,58px);margin-bottom:22px}.flyer-section p{font-size:18px;line-height:1.75}.flyer{width:min(520px,100%);justify-self:center;border-radius:8px;box-shadow:0 30px 70px rgba(0,0,0,.35)}

.reservation{padding:90px 6vw;background:linear-gradient(rgba(2,9,21,.84),rgba(2,9,21,.9)),url('assets/schloss-niederweis.jpg') center/cover no-repeat;text-align:center}.reservation-box{max-width:980px;margin:auto;padding:52px 34px;border:1px solid var(--gold);border-radius:14px;background:rgba(2,9,21,.74)}.reservation p{font-size:20px;line-height:1.7}

.site-footer{display:flex;gap:24px;align-items:center;justify-content:center;padding:42px 6vw;border-top:1px solid var(--gold);background:#020915;text-align:center}.site-footer img{width:92px;height:92px;border-radius:50%;object-fit:cover}.site-footer strong{font-family:Cinzel,serif;color:var(--gold2);letter-spacing:.1em}.site-footer a{text-decoration:none}.site-footer a:hover{color:var(--gold2)}

@media(max-width:960px){
  .menu-toggle{display:block}.main-nav{display:none;position:absolute;right:5vw;top:82px;flex-direction:column;background:#020915;border:1px solid var(--gold);padding:20px;min-width:220px}.main-nav.open{display:flex}.brand span{display:none}
  .values-band,.about-map,.feature-row,.gala-section,.highlights-grid,.flyer-section,.event-grid,.leadership-grid{grid-template-columns:1fr}
  .values-band article,.feature-row article{border-right:0;border-bottom:1px solid rgba(215,168,59,.3)}
  .hero{background:linear-gradient(90deg,rgba(2,9,21,.94),rgba(2,9,21,.68)),url('assets/referenz-layout.jpg') center/cover no-repeat}.hero-logo{width:120px;height:120px}
  .world-panel{min-height:320px}
}

.leadership-section{
  padding:90px 6vw;
  background:linear-gradient(180deg,#071a3b,#020915);
  text-align:center;
  border-top:1px solid rgba(215,168,59,.45);
  border-bottom:1px solid rgba(215,168,59,.45);
}
.leadership-section h2{
  font-size:clamp(34px,5vw,60px);
  color:var(--gold2);
  margin-bottom:42px;
}
.leadership-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  max-width:1100px;
  margin:0 auto;
}
.leadership-grid article{
  border:1px solid rgba(215,168,59,.45);
  background:rgba(255,255,255,.035);
  padding:36px 26px;
  border-radius:12px;
}
.leadership-grid span{
  display:block;
  color:var(--gold);
  font-size:42px;
  margin-bottom:14px;
}
.leadership-grid h3{
  color:var(--gold2);
  font-size:24px;
  margin-bottom:10px;
}
.leadership-grid p{
  margin:0;
  color:var(--cream);
  font-family:Cinzel,serif;
  letter-spacing:.06em;
}

.leader-card{
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.leader-card:hover,
.leader-card:focus{
  transform:translateY(-6px);
  border-color:var(--gold2);
  box-shadow:0 18px 42px rgba(215,168,59,.18);
  outline:none;
}
.leader-preview{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  overflow:hidden;
  max-height:0;
  opacity:0;
  transform:translateY(-12px);
  transition:max-height .55s ease, opacity .35s ease, transform .45s ease, margin-top .45s ease;
  border:1px solid rgba(215,168,59,.45);
  border-radius:14px;
  background:rgba(2,9,21,.72);
  box-shadow:0 25px 70px rgba(0,0,0,.35);
}
.leadership-section:has(.hans-card:hover) .leader-preview,
.leadership-section:has(.hans-card:focus) .leader-preview,
.leader-preview:hover{
  max-height:760px;
  opacity:1;
  transform:translateY(0);
  margin-top:30px;
}
.leader-preview-image img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
}
.leader-preview-text{
  padding:48px;
  text-align:left;
  align-self:center;
}
.leader-preview-text h3{
  color:var(--gold2);
  font-size:clamp(32px,4vw,52px);
  margin:10px 0 16px;
}
.leader-preview-text p{
  font-size:18px;
  line-height:1.7;
  color:var(--cream);
}
@media(max-width:960px){
  .leader-preview{
    grid-template-columns:1fr;
  }
  .leader-preview-image img{
    min-height:280px;
  }
}


/* === FINALER REPAIR-BLOCK: Topbanner, Präsidium, Mobile, Impressum === */
html,body{width:100%;max-width:100%;overflow-x:hidden;}
img,video{max-width:100%;height:auto;}

.leadership-section{
  padding:90px 6vw;
  background:linear-gradient(180deg,#071a3b,#020915);
  text-align:center;
  border-top:1px solid rgba(215,168,59,.45);
  border-bottom:1px solid rgba(215,168,59,.45);
}
.leadership-section h2{
  font-size:clamp(34px,5vw,60px);
  color:var(--gold2);
  margin-bottom:42px;
}
.leadership-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:24px;
  max-width:1100px;
  margin:0 auto;
}
.leadership-grid .leader-card{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  min-height:190px;
  border:1px solid rgba(215,168,59,.45);
  background:rgba(255,255,255,.035);
  padding:36px 26px;
  border-radius:12px;
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.leadership-grid .leader-card:hover,
.leadership-grid .leader-card:focus,
.hans-card.active{
  transform:translateY(-6px);
  border-color:var(--gold2);
  box-shadow:0 18px 42px rgba(215,168,59,.18);
  outline:none;
}
.leadership-grid .leader-card span{
  display:block;
  color:var(--gold);
  font-size:42px;
  margin-bottom:14px;
}
.leadership-grid .leader-card h3{
  color:var(--gold2);
  font-size:24px;
  margin-bottom:10px;
}
.leadership-grid .leader-card p{
  margin:0;
  color:var(--cream);
  font-family:Cinzel,serif;
  letter-spacing:.06em;
}
.leader-preview{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  overflow:hidden;
  max-height:0;
  opacity:0;
  transform:translateY(-10px);
  transition:max-height .45s ease, opacity .3s ease, transform .35s ease, margin-top .35s ease;
  border:1px solid rgba(215,168,59,.45);
  border-radius:14px;
  background:rgba(2,9,21,.72);
  box-shadow:0 25px 70px rgba(0,0,0,.35);
}
.leadership-section:has(.hans-card:hover) .leader-preview,
.leadership-section:has(.hans-card:focus) .leader-preview,
.leadership-section.hans-open .leader-preview,
.leader-preview:hover{
  max-height:900px;
  opacity:1;
  transform:translateY(0);
  margin-top:30px;
}
.leader-preview-image img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
}
.leader-preview-text{
  padding:48px;
  text-align:left;
  align-self:center;
}
.leader-preview-text h3{
  color:var(--gold2);
  font-size:clamp(32px,4vw,52px);
  margin:10px 0 16px;
}
.leader-preview-text p{
  font-size:18px;
  line-height:1.7;
  color:var(--cream);
}

.legal-page{
  padding:140px 6vw 80px;
  background:linear-gradient(180deg,#fff7e7,#f5ead3);
  color:#071024;
  min-height:100vh;
}
.legal-box{
  max-width:980px;
  margin:0 auto;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(215,168,59,.55);
  border-radius:14px;
  padding:48px;
  box-shadow:0 25px 70px rgba(0,0,0,.18);
}
.legal-box h1{color:#071024;font-size:clamp(42px,6vw,72px);margin-bottom:28px;}
.legal-box h2{color:#071024;font-size:24px;margin:30px 0 10px;}
.legal-box p{color:#071024;font-size:17px;line-height:1.75;}
.legal-box a{color:#071024;}

@media(max-width:960px){
  .site-header{width:100%;left:0;right:0;padding-left:18px;padding-right:18px;}
  .hero,.section,.dark-section,.reservation,.legal-page,.about-text,.gala-text,.flyer-section,.leadership-section{
    width:100%;max-width:100%;padding-left:20px !important;padding-right:20px !important;
  }
  .hero{
    min-height:92vh;
    background:
      linear-gradient(90deg,rgba(2,9,21,.94),rgba(2,9,21,.72)),
      url('assets/schloss-niederweis.jpg') center center/cover no-repeat !important;
  }
  .values-band,.about-map,.feature-row,.gala-section,.highlights-grid,.flyer-section,.event-grid,.info-band{
    width:100%;max-width:100%;grid-template-columns:1fr !important;
  }
  .leadership-grid{
    grid-template-columns:1fr !important;
    width:100%;max-width:100%;
  }
  .leader-preview{
    width:100%;max-width:100%;grid-template-columns:1fr;
  }
  .leader-preview-image img{min-height:280px;}
  h1{font-size:clamp(42px,13vw,64px);max-width:100%;}
  .btn,.contact-actions .btn{width:100%;max-width:100%;margin-right:0;text-align:center;}
  .site-footer{width:100%;max-width:100%;padding-left:20px;padding-right:20px;flex-direction:column;}
  .main-nav{right:18px;left:18px;width:auto;max-width:none;}
}


/* === FINAL POPUP FIX: Schloss Niederweis + alle Präsidiumsmitglieder === */
.hero{
  background:
    linear-gradient(90deg,rgba(2,9,21,.94) 0%,rgba(2,9,21,.80) 42%,rgba(2,9,21,.24) 100%),
    url('assets/schloss-niederweis.jpg') center center/cover no-repeat !important;
}
.reservation{
  background:
    linear-gradient(rgba(2,9,21,.84),rgba(2,9,21,.9)),
    url('assets/schloss-niederweis.jpg') center/cover no-repeat !important;
}
.leadership-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:24px !important;
  max-width:1100px;
  margin:0 auto;
}
.leader-card{
  cursor:pointer;
}
.leader-card.active,
.leader-card:hover,
.leader-card:focus{
  transform:translateY(-6px);
  border-color:var(--gold2);
  box-shadow:0 18px 42px rgba(215,168,59,.18);
  outline:none;
}
.leader-preview{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  overflow:hidden;
  max-height:0;
  opacity:0;
  transform:translateY(-10px);
  transition:max-height .45s ease, opacity .3s ease, transform .35s ease, margin-top .35s ease;
  border:1px solid rgba(215,168,59,.45);
  border-radius:14px;
  background:rgba(2,9,21,.72);
  box-shadow:0 25px 70px rgba(0,0,0,.35);
}
.leadership-section.hans-open .hans-preview,
.leadership-section.petra-open .petra-preview,
.leadership-section.alexander-open .alexander-preview,
.leadership-section:has(.hans-card:hover) .hans-preview,
.leadership-section:has(.petra-card:hover) .petra-preview,
.leadership-section:has(.alexander-card:hover) .alexander-preview,
.leader-preview:hover{
  max-height:900px !important;
  opacity:1 !important;
  transform:translateY(0) !important;
  margin-top:30px !important;
}
.leader-preview-image img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
}
.leader-preview-text{
  padding:48px;
  text-align:left;
  align-self:center;
}
.leader-preview-text h3{
  color:var(--gold2);
  font-size:clamp(32px,4vw,52px);
  margin:10px 0 16px;
}
@media(max-width:960px){
  .leadership-grid{
    grid-template-columns:1fr !important;
  }
  .leader-preview{
    grid-template-columns:1fr !important;
    width:100% !important;
    max-width:100% !important;
  }
  .leader-preview-image img{
    min-height:260px;
  }
  .leadership-section.hans-open .hans-preview,
  .leadership-section.petra-open .petra-preview,
  .leadership-section.alexander-open .alexander-preview{
    max-height:1000px !important;
    opacity:1 !important;
    margin-top:20px !important;
  }
}
