/* The7-Seitenrahmen auf der Vereinsheim-Seite vollständig entfernen */
body.tsv-vh-active #fancy-header,
body.tsv-vh-active .fancy-header,
body.tsv-vh-active .page-title,
body.tsv-vh-active .page-title-wrapper,
body.tsv-vh-active .page-header,
body.tsv-vh-active .entry-header,
body.tsv-vh-active .post-header,
body.tsv-vh-active .breadcrumbs,
body.tsv-vh-active .dt-breadcrumb-for-mobile {
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
body.tsv-vh-active #main,
body.tsv-vh-active .site-content,
body.tsv-vh-active .content,
body.tsv-vh-active .content-area,
body.tsv-vh-active .entry-content,
body.tsv-vh-active .wf-wrap,
body.tsv-vh-active .wf-container-main,
body.tsv-vh-active .wf-container,
body.tsv-vh-active .page-content,
body.tsv-vh-active .page-wrapper {
  max-width:none !important;
  width:100% !important;
  margin:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  border:0 !important;
  background:transparent !important;
}
body.tsv-vh-active .entry-content > p:empty,
body.tsv-vh-active .entry-content > br,
body.tsv-vh-active .wpb_wrapper > p:empty {display:none !important;}

.tsv-vh{
  --g:#2db24b;
  --g2:#6ee084;
  --bg:#050a08;
  --panel:#09100d;
  --line:rgba(97,206,116,.28);
  --text:#ffffff;
  --muted:#dce4de;
  font-family:Arial,Helvetica,sans-serif;
  background:linear-gradient(180deg,#040806 0%,#07100b 100%);
  color:var(--text);
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-top:0;
  overflow:hidden;
}
.tsv-vh *{box-sizing:border-box}
.tsv-vh img{display:block;max-width:100%}
.tsv-vh-wrap{width:min(1180px,calc(100% - 40px));margin:auto}

.tsv-vh-hero{
  position:relative;
  min-height:520px;
  background-image:var(--vh-hero);
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.09);
}
.tsv-vh-hero__overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.76) 38%,rgba(0,0,0,.36) 70%,rgba(0,0,0,.22) 100%),
    linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.35));
}
.tsv-vh-hero__content{position:relative;z-index:1;padding:54px 0 58px;max-width:1180px}
.tsv-vh-kicker{display:inline-block;color:var(--g2);text-transform:uppercase;font-weight:800;letter-spacing:.07em;font-size:13px;margin-bottom:8px}
.tsv-vh h1,.tsv-vh h2,.tsv-vh h3,.tsv-vh strong{color:#fff !important}
.tsv-vh h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:10px 0 20px;max-width:620px}
.tsv-vh-hero p{font-size:22px;line-height:1.55;max-width:670px;color:#edf2ee;margin:0 0 8px}
.tsv-vh-button{display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding:16px 24px;background:linear-gradient(180deg,#4caf38,#3a8f2c);color:#fff!important;text-decoration:none!important;border-radius:8px;font-weight:800;box-shadow:0 10px 28px rgba(0,0,0,.28)}

.tsv-vh-intro{display:grid;grid-template-columns:.88fr 1.12fr;gap:44px;padding:42px 0 34px;align-items:start}
.tsv-vh-copy{padding-top:4px}
.tsv-vh h2{font-size:clamp(34px,4vw,54px);line-height:1.06;margin:10px 0 18px;max-width:460px}
.tsv-vh-intro p,.tsv-vh-intro li{font-size:19px;line-height:1.65;color:var(--muted)}
.tsv-vh-intro ul{padding-left:0;list-style:none;margin:28px 0 0}
.tsv-vh-intro li{position:relative;padding-left:34px;margin:14px 0}
.tsv-vh-intro li:before{content:'✓';position:absolute;left:0;top:1px;width:22px;height:22px;border:2px solid var(--g);color:var(--g2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}

.tsv-vh-collage{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.tsv-vh-collage__big{grid-column:1 / -1}
.tsv-vh-collage__big img{width:100%;height:370px;object-fit:cover;border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.35)}
.tsv-vh-collage__small img{width:100%;height:180px;object-fit:cover;border-radius:12px;box-shadow:0 10px 26px rgba(0,0,0,.28)}

.tsv-vh-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:28px 0 28px}
.tsv-vh-cards article{border:1px solid var(--line);background:linear-gradient(145deg,#07100b,#040806);border-radius:14px;padding:28px;box-shadow:0 0 0 1px rgba(255,255,255,.02) inset}
.tsv-vh-cards h3{font-size:24px;line-height:1.15;margin:10px 0 14px;color:#fff!important}
.tsv-vh-cards p{color:var(--muted);line-height:1.65;margin:0 0 12px}
.tsv-vh-coffee img{max-height:92px;margin-top:12px;object-fit:contain}

.tsv-vh-contact{display:grid;grid-template-columns:.8fr 1.2fr 1.2fr 1fr;gap:18px;align-items:center;padding:26px 28px;border:1px solid var(--line);border-radius:14px;margin:10px auto 42px;background:rgba(255,255,255,.01)}
.tsv-vh-contact strong{font-size:32px;line-height:1;color:#fff!important}
.tsv-vh-contact a{color:#72e07f;text-decoration:none;font-size:21px;font-weight:600}
.tsv-vh-contact__note{color:#fff;font-size:22px;line-height:1.35;text-align:left}

.tsv-vh-partners{padding:0 0 70px}
.tsv-vh-partners h2{text-align:center;font-size:30px;margin:0 0 18px;color:#fff!important}
.tsv-vh-partnergrid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.tsv-vh-partnergrid img{width:100%;height:118px;object-fit:contain;background:#fff;border-radius:10px;padding:14px;box-shadow:0 6px 18px rgba(0,0,0,.24)}

@media(max-width:1024px){
  .tsv-vh-intro{grid-template-columns:1fr;gap:26px}
  .tsv-vh h2{max-width:none}
}
@media(max-width:900px){
  .tsv-vh-cards,.tsv-vh-contact{grid-template-columns:1fr}
  .tsv-vh-partnergrid{grid-template-columns:repeat(2,1fr)}
  .tsv-vh-hero{min-height:460px}
  .tsv-vh-hero p{font-size:18px}
  .tsv-vh-contact a,.tsv-vh-contact__note{font-size:18px}
}
@media(max-width:640px){
  .tsv-vh{margin-top:-10px}
  .tsv-vh-wrap{width:min(1180px,calc(100% - 24px))}
  .tsv-vh-collage{grid-template-columns:1fr}
  .tsv-vh-collage__big img,.tsv-vh-collage__small img{height:220px}
  .tsv-vh-partnergrid{grid-template-columns:1fr}
  .tsv-vh h1{font-size:40px}
}
