:root {
  --tfv-red: #ae0510;
  --tfv-red-dark: #8f040d;
  --tfv-black: #141414;
  --tfv-charcoal: #242428;
  --tfv-ink: #202024;
  --tfv-muted: #66666c;
  --tfv-line: #e6e6e9;
  --tfv-soft: #f5f5f7;
  --tfv-white: #fff;
  --tfv-shadow: 0 18px 50px rgba(20,20,20,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.tfv-site { margin: 0; color: var(--tfv-ink); background: var(--tfv-white); font: 400 1rem/1.7 Roboto, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.tfv-site img { max-width: 100%; height: auto; }
body.tfv-site a { color: var(--tfv-red-dark); text-decoration-thickness: .09em; text-underline-offset: .18em; }
body.tfv-site a:focus-visible { outline: 3px solid #ffb5ba; outline-offset: 3px; }
.tfv-shell { width: min(100% - 2rem, 75rem); margin-inline: auto; }
.tfv-section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.tfv-site--home .tfv-section { padding: clamp(2.75rem, 5vw, 4.25rem) 0; }
.tfv-kicker { margin: 0 0 .75rem; color: var(--tfv-red); font-family: Barlow, Arial, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.tfv-topbar { background: var(--tfv-black); color: #d4d4d7; font-size: .86rem; }
.tfv-topbar__inner { min-height: 2.65rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.tfv-topbar__links, .tfv-socials { display: flex; align-items: center; gap: .7rem; }
body.tfv-site .tfv-topbar a { color: var(--tfv-white); font-weight: 700; text-decoration: none; }
body.tfv-site .tfv-topbar a:hover { color: #ff7a83; }
.tfv-socials a { display: inline-flex; width: 2rem; height: 2rem; align-items: center; justify-content: center; background: #303034; border: 1px solid #55555b; border-radius: 50%; }
.tfv-socials a:hover { background: var(--tfv-red-dark); border-color: var(--tfv-red-dark); }
.tfv-socials svg { width: 1.05rem; height: 1.05rem; fill: currentColor; }
.tfv-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--tfv-line); box-shadow: 0 .35rem 1.1rem rgba(20,20,20,.06); }
.tfv-header__inner { min-height: 5.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
body.tfv-site .tfv-brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--tfv-black); text-decoration: none; }
.tfv-brand img { width: 4.35rem; max-height: 4.35rem; object-fit: contain; }
.tfv-brand span { font-family: Barlow, Arial, sans-serif; font-weight: 800; line-height: 1.05; }
.tfv-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .25rem 1.15rem; }
body.tfv-site .tfv-nav a { padding: .65rem 0; color: #08080a; font-family: Barlow, Arial, sans-serif; font-weight: 500; text-decoration: none; border-bottom: 3px solid transparent; }
body.tfv-site .tfv-nav a:hover, body.tfv-site .tfv-nav a:focus-visible { color: var(--tfv-red-dark); border-bottom-color: var(--tfv-red); }
body.tfv-site .tfv-nav .tfv-nav__home { display: inline-flex; align-items: center; justify-content: center; min-width: 1.75rem; }
body.tfv-site .tfv-nav .tfv-nav__home svg { width: 1.2rem; height: 1.2rem; fill: currentColor; }
body.tfv-site .tfv-nav .tfv-nav__cta { padding: .7rem 1rem; color: var(--tfv-white); background: var(--tfv-red); border: 0; border-radius: .25rem; font-weight: 600; }
body.tfv-site .tfv-nav .tfv-nav__cta:hover, body.tfv-site .tfv-nav .tfv-nav__cta:focus-visible { color: var(--tfv-white); background: var(--tfv-red-dark); }
.tfv-menu-toggle { display: none; min-height: 2.85rem; align-items: center; justify-content: center; gap: .65rem; padding: .65rem .9rem; color: var(--tfv-white); background: var(--tfv-red); border: 2px solid var(--tfv-red); border-radius: .25rem; font-family: Barlow, Arial, sans-serif; font-size: 1rem; font-weight: 800; cursor: pointer; }
.tfv-menu-toggle:hover { background: var(--tfv-red-dark); border-color: var(--tfv-red-dark); }
.tfv-menu-toggle:focus-visible { outline: 3px solid rgba(227,6,19,.28); outline-offset: 3px; }
.tfv-menu-toggle__icon { position: relative; display: inline-block; width: 1.35rem; height: 2px; background: currentColor; transition: background-color .2s ease; }
.tfv-menu-toggle__icon::before, .tfv-menu-toggle__icon::after { position: absolute; left: 0; width: 100%; height: 2px; background: currentColor; content: ""; transition: transform .2s ease, top .2s ease; }
.tfv-menu-toggle__icon::before { top: -.42rem; }
.tfv-menu-toggle__icon::after { top: .42rem; }
.tfv-menu-toggle[aria-expanded="true"] .tfv-menu-toggle__icon { background: transparent; }
.tfv-menu-toggle[aria-expanded="true"] .tfv-menu-toggle__icon::before { top: 0; transform: rotate(45deg); }
.tfv-menu-toggle[aria-expanded="true"] .tfv-menu-toggle__icon::after { top: 0; transform: rotate(-45deg); }

.tfv-hero { position: relative; overflow: hidden; color: var(--tfv-white); background-color: #111; background-image: linear-gradient(90deg, rgba(10,10,12,.94) 0%, rgba(10,10,12,.82) 42%, rgba(10,10,12,.56) 72%, rgba(10,10,12,.48) 100%), url("/bilder/1776159112/1776159112-1784805256-bg_bild_04.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; }
.tfv-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28)); pointer-events: none; }
.tfv-hero__inner { position: relative; z-index: 1; min-height: clamp(31rem, 68vh, 43rem); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(15rem, .75fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-block: 5rem; }
.tfv-hero__content { max-width: 46rem; }
.tfv-hero h1 { margin: 0; max-width: 15ch; font-family: Barlow, Arial, sans-serif; font-size: clamp(2.8rem, 6vw, 5.7rem); font-weight: 800; line-height: .96; letter-spacing: -.025em; }
.tfv-hero__content > p:not(.tfv-kicker) { max-width: 38rem; margin: 1.5rem 0 0; color: #dedee1; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.tfv-hero__logo { width: min(100%, 23rem); justify-self: center; filter: drop-shadow(0 1.5rem 2.5rem rgba(0,0,0,.35)); }
.tfv-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.tfv-button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .8rem 1.25rem; color: var(--tfv-white) !important; background: var(--tfv-red); border: 2px solid var(--tfv-red); border-radius: .25rem; font-family: Barlow, Arial, sans-serif; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.tfv-button:hover { transform: translateY(-2px); background: var(--tfv-red-dark); border-color: var(--tfv-red-dark); }
.tfv-button--ghost { background: transparent; border-color: rgba(255,255,255,.55); }
.tfv-button--ghost:hover { color: var(--tfv-black) !important; background: var(--tfv-white); border-color: var(--tfv-white); }
.tfv-button--light { color: var(--tfv-red-dark) !important; background: var(--tfv-white); border-color: var(--tfv-white); white-space: nowrap; }

.tfv-facts { position: relative; z-index: 2; margin-top: -1px; background: var(--tfv-white); box-shadow: var(--tfv-shadow); }
.tfv-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tfv-facts__grid div { display: grid; justify-items: center; gap: .15rem; padding: 1.5rem 1rem; text-align: center; border-right: 1px solid var(--tfv-line); }
.tfv-facts__grid div:last-child { border-right: 0; }
.tfv-facts strong { color: var(--tfv-red); font-family: Barlow, Arial, sans-serif; font-size: clamp(1.7rem, 4vw, 2.6rem); line-height: 1; }
.tfv-facts span { color: var(--tfv-muted); font-size: .88rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }

.tfv-pagehead { color: var(--tfv-white); background-color: var(--tfv-black); background-image: linear-gradient(90deg, rgba(10,10,12,.9), rgba(10,10,12,.58)), url("/bilder/1776159112/1776159112-1784804820-bg_bild_02.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; border-bottom: .45rem solid var(--tfv-red); }
.tfv-pagehead--herren { background-image: linear-gradient(90deg, rgba(10,10,12,.9), rgba(10,10,12,.58)), url("/bilder/1776159112/1776159112-1784804819-bg_bild_01.jpg"); }
.tfv-pagehead--jugend { background-image: linear-gradient(90deg, rgba(10,10,12,.9), rgba(10,10,12,.58)), url("/bilder/1776159112/1776159112-1784806095-bg_bild_05.jpg"); }
.tfv-pagehead .tfv-shell { padding-block: clamp(1.75rem, 3.5vw, 3rem); }
.tfv-pagehead h1 { margin: 0; font-family: Barlow, Arial, sans-serif; font-size: clamp(2.5rem, 6vw, 4.8rem); font-weight: 800; line-height: 1; overflow-wrap: anywhere; }
.tfv-content { max-width: 61rem; }
.tfv-content--home { max-width: 75rem; }
.tfv-content h2, .tfv-content h3 { color: var(--tfv-black); font-family: Barlow, Arial, sans-serif; line-height: 1.12; }
.tfv-content h2 { margin: 2.5rem 0 1rem; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.tfv-content h3 { margin: 2rem 0 .7rem; font-size: clamp(1.3rem, 3vw, 1.75rem); }
.tfv-content > :first-child { margin-top: 0; }
.tfv-content p, .tfv-content li { overflow-wrap: break-word; }
.tfv-content table { width: 100%; border-collapse: collapse; }
.tfv-content th, .tfv-content td { padding: .75rem; text-align: left; border: 1px solid var(--tfv-line); }
.tfv-content th { background: var(--tfv-soft); }

/* zContent-Baustein: newsliste-modern
   Einsatz: Newsuebersicht /News/1776159112/1784806849/news.
   Erwartete CMS-Ausgabe: table.zcontent_news mit img.bild. */
body.tfv-site .tfv-content table.zcontent_main_table.zcontent_news {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0 1.1rem;
}

body.tfv-site .tfv-content table.zcontent_news,
body.tfv-site .tfv-content table.zcontent_news > tbody,
body.tfv-site .tfv-content table.zcontent_news > tbody > tr,
body.tfv-site .tfv-content table.zcontent_news > tbody > tr > td {
  display: block;
  width: 100%;
}

body.tfv-site .tfv-content table.zcontent_news > tbody > tr {
  padding: clamp(1.05rem, 2.4vw, 1.65rem);
  background: var(--tfv-white);
  border: 1px solid rgba(20,20,20,.10);
  border-left: .35rem solid var(--tfv-red);
  border-radius: .45rem;
  box-shadow: 0 .7rem 1.8rem rgba(20,20,20,.07);
}

body.tfv-site .tfv-content table.zcontent_news > tbody > tr > td {
  min-height: 11.75rem;
  overflow: hidden;
  padding: 0 !important;
  vertical-align: top;
  border: 0;
}

body.tfv-site .tfv-content table.zcontent_news > tbody > tr > td::after {
  display: block;
  clear: both;
  content: "";
}

body.tfv-site .tfv-content table.zcontent_news .kategorie {
  display: block;
  margin: 0 0 .45rem;
  color: var(--tfv-muted);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.tfv-site .tfv-content table.zcontent_news span.ueberschrift {
  display: block;
  margin: 0 0 .75rem;
  color: var(--tfv-black);
  font-family: Barlow, Arial, sans-serif;
  font-size: clamp(1.5rem, 2.1vw, 1.95rem);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

body.tfv-site .tfv-content table.zcontent_news td > div:has(> img.bild) {
  float: left !important;
  width: min(18.75rem, 38%);
  margin: .2rem 2rem 1rem 0 !important;
  padding: 0 !important;
}

body.tfv-site .tfv-content table.zcontent_news img.bild {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .35rem;
  box-shadow: 0 .5rem 1.15rem rgba(20,20,20,.13);
}

body.tfv-site .tfv-content table.zcontent_news p[align="justify"] {
  margin: 0;
  color: var(--tfv-ink);
  font-size: 1rem;
  line-height: 1.65;
}

body.tfv-site .tfv-content table.zcontent_news p[align="justify"] a {
  color: var(--tfv-red-dark);
  font-weight: 800;
}

body.tfv-site .tfv-content table.zcontent_news p[align="justify"] a:hover,
body.tfv-site .tfv-content table.zcontent_news p[align="justify"] a:focus-visible {
  color: var(--tfv-black);
}

body.tfv-site .tfv-content p:has(> video) {
  text-align: center;
}

.tfv-section-head { max-width: 48rem; margin: 0 0 2rem; }
.tfv-section-head h2 { margin: 0; color: var(--tfv-black); font-family: Barlow, Arial, sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; }
.tfv-section-head p:not(.tfv-kicker) { margin: .85rem 0 0; color: var(--tfv-muted); font-size: 1.08rem; }
.tfv-section--news { background: var(--tfv-white); }
.tfv-section--news iframe { display: block; width: 100%; min-height: 34rem; border: 0; }
.tfv-live-section { margin-top: clamp(2rem, 5vw, 3.5rem); padding-top: clamp(2rem, 5vw, 3.5rem); border-top: 1px solid var(--tfv-line); }
.tfv-live-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin-bottom: 1.25rem; }
.tfv-live-box { min-width: 0; padding: clamp(1rem, 3vw, 1.5rem); background: var(--tfv-white); border: 1px solid var(--tfv-line); border-top: .25rem solid var(--tfv-red); border-radius: .35rem; box-shadow: 0 .6rem 1.8rem rgba(20,20,20,.06); }
.tfv-live-box h3 { margin: 0 0 1rem; color: var(--tfv-black); font-family: Barlow, Arial, sans-serif; font-size: 1.35rem; line-height: 1.15; }
.tfv-schedule-teaser { position: relative; display: grid; min-height: 13rem; overflow: hidden; align-items: end; color: var(--tfv-white) !important; background: var(--tfv-black); border-radius: .35rem; text-decoration: none; box-shadow: 0 .6rem 1.8rem rgba(20,20,20,.08); }
.tfv-schedule-teaser img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; transition: transform .25s ease, opacity .25s ease; }
.tfv-schedule-teaser span { position: relative; z-index: 1; display: grid; gap: .2rem; padding: clamp(1.25rem, 3vw, 2rem); background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.76)); }
.tfv-schedule-teaser strong { font-family: Barlow, Arial, sans-serif; font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1; }
.tfv-schedule-teaser em { color: #eeeef1; font-style: normal; }
.tfv-schedule-teaser:hover img, .tfv-schedule-teaser:focus-visible img { transform: scale(1.04); opacity: .68; }
.tfv-schedule-teaser:focus-visible { outline: 3px solid rgba(227,6,19,.28); outline-offset: 3px; }
.tfv-section--shop { background: var(--tfv-white); }
.tfv-section--info { background: var(--tfv-soft); padding-bottom: clamp(3rem, 5vw, 4rem); }
.tfv-editor-info { padding: clamp(1.25rem, 3vw, 2rem); background: var(--tfv-white); border: 1px solid var(--tfv-line); border-left: .35rem solid var(--tfv-red); border-radius: .35rem; box-shadow: 0 .6rem 1.8rem rgba(20,20,20,.06); }
.tfv-editor-info > :first-child { margin-top: 0; }
.tfv-editor-info > :last-child { margin-bottom: 0; }
.tfv-editor-info--trainer { display: grid; grid-template-columns: minmax(14rem, 22rem) minmax(0, 1fr); align-items: center; gap: clamp(1.25rem, 4vw, 2.5rem); padding: clamp(1rem, 3vw, 1.5rem); }
.tfv-editor-info__media img { display: block; width: 100%; height: auto; border-radius: .28rem; }
.tfv-editor-info__content > :first-child { margin-top: 0; }
.tfv-editor-info__content > :last-child { margin-bottom: 0; }
.tfv-shop-teaser { display: grid; grid-template-columns: minmax(14rem, 26rem) minmax(0, 1fr); align-items: center; gap: clamp(1.5rem, 5vw, 3rem); padding: clamp(1.25rem, 3vw, 2rem); background: var(--tfv-white); border: 1px solid var(--tfv-line); border-left: .35rem solid var(--tfv-red); border-radius: .35rem; box-shadow: 0 .6rem 1.8rem rgba(20,20,20,.06); }
.tfv-shop-teaser__media img { display: block; width: 100%; height: auto; border-radius: .28rem; }
.tfv-shop-teaser__content h2 { margin: 0; color: var(--tfv-black); font-family: Barlow, Arial, sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.08; }
.tfv-shop-teaser__content p:not(.tfv-kicker) { max-width: 42rem; }
.tfv-shop-teaser__content > :last-child { margin-bottom: 0; }
.tfv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; margin: 2rem 0; }
.tfv-card { padding: 1.4rem; background: var(--tfv-white); border: 1px solid var(--tfv-line); border-top: .25rem solid var(--tfv-red); border-radius: .35rem; box-shadow: 0 .6rem 1.8rem rgba(20,20,20,.06); }
.tfv-card h2, .tfv-card h3 { margin-top: 0; }
.tfv-content .tfv-shop-link { text-align: center; }
.tfv-intro { max-width: 48rem; color: #3f3f45; font-size: 1.15rem; }
.tfv-contact-list { display: grid; gap: .55rem; padding: 0; list-style: none; }
.tfv-downloads { display: grid; gap: .65rem; padding-left: 1.2rem; }

.tfv-layout { display: grid; align-items: start; gap: clamp(2rem, 5vw, 4.5rem); }
.tfv-layout--sidebar { grid-template-columns: minmax(0, 1fr) minmax(16rem, 21rem); }
.tfv-layout--contact { grid-template-columns: minmax(17rem, 22rem) minmax(0, 1fr); }
.tfv-layout > .tfv-content { max-width: none; min-width: 0; }
.tfv-contact-details { display: grid; min-width: 0; gap: 1.25rem; }
.tfv-contact-details .tfv-sidebar__box { min-width: 0; }
.tfv-contact-map { overflow: hidden; }
.tfv-contact-map iframe { display: block; width: 100%; min-height: 18rem; border: 0; }
.tfv-contact-map img { display: block; width: 100%; height: auto; }
.tfv-sidebar { display: grid; gap: 1.25rem; }
.tfv-sidebar__box { padding: 1.4rem; background: var(--tfv-white); border: 1px solid var(--tfv-line); border-top: .3rem solid var(--tfv-red); border-radius: .35rem; box-shadow: 0 .6rem 1.8rem rgba(20,20,20,.06); }
.tfv-sidebar__box--accent { color: var(--tfv-white); background: var(--tfv-charcoal); border-color: var(--tfv-charcoal); border-top-color: var(--tfv-red); }
.tfv-sidebar__box h2 { margin: 0 0 1rem; font-family: Barlow, Arial, sans-serif; font-size: 1.35rem; line-height: 1.15; }
.tfv-sidebar__box p { margin: .8rem 0 0; }
.tfv-sidebar__box a { overflow-wrap: anywhere; }
.tfv-sidebar__box--accent a { color: var(--tfv-white); }
.tfv-sidebar__nav { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.tfv-sidebar__nav li + li { border-top: 1px solid var(--tfv-line); }
.tfv-sidebar__nav a { display: block; padding: .72rem .2rem; color: var(--tfv-black); font-family: Barlow, Arial, sans-serif; font-weight: 700; text-decoration: none; }
.tfv-sidebar__nav a::after { content: "\2192"; float: right; color: var(--tfv-red); }
.tfv-sidebar__nav a:hover, .tfv-sidebar__nav a:focus-visible { color: var(--tfv-red); }

.tfv-form-panel { padding: clamp(1.25rem, 3vw, 2.25rem); background: var(--tfv-white); border: 1px solid var(--tfv-line); border-radius: .35rem; box-shadow: 0 .6rem 1.8rem rgba(20,20,20,.06); }
.tfv-form-panel label { color: var(--tfv-black); font-family: Barlow, Arial, sans-serif; font-weight: 700; }
.tfv-form-panel input:not([type="checkbox"]):not([type="radio"]), .tfv-form-panel select, .tfv-form-panel textarea { width: 100%; min-height: 3rem; margin-top: .4rem; padding: .7rem .8rem; color: var(--tfv-black); background: var(--tfv-white); border: 1px solid #a9a9ae; border-radius: .25rem; font: inherit; }
.tfv-form-panel textarea { min-height: 10rem; resize: vertical; }
.tfv-form-panel input:focus, .tfv-form-panel select:focus, .tfv-form-panel textarea:focus { outline: 3px solid rgba(227,6,19,.2); border-color: var(--tfv-red); }
.tfv-form-panel input[type="submit"], .tfv-form-panel button[type="submit"] { min-height: 3.25rem; padding: .8rem 1.35rem; color: var(--tfv-white); background: var(--tfv-red); border: 2px solid var(--tfv-red); border-radius: .25rem; font-family: Barlow, Arial, sans-serif; font-size: 1rem; font-weight: 800; cursor: pointer; }
.tfv-form-panel input[type="submit"]:hover, .tfv-form-panel button[type="submit"]:hover { background: var(--tfv-red-dark); border-color: var(--tfv-red-dark); }
body.tfv-site--contact button.g-recaptcha { display: inline-flex; min-width: 9.5rem; min-height: 3.25rem; align-items: center; justify-content: center; gap: .7rem; padding: .8rem 1.5rem; color: var(--tfv-white); background: var(--tfv-red); border: 2px solid var(--tfv-red); border-radius: .3rem; box-shadow: 0 .5rem 1.25rem rgba(227,6,19,.2); font-family: Barlow, Arial, sans-serif; font-size: 1rem; font-weight: 800; line-height: 1.2; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
body.tfv-site--contact button.g-recaptcha::after { content: "\2192"; font-size: 1.15em; line-height: 1; }
body.tfv-site--contact button.g-recaptcha:hover { color: var(--tfv-white); background: var(--tfv-red-dark); border-color: var(--tfv-red-dark); box-shadow: 0 .65rem 1.5rem rgba(180,0,11,.28); transform: translateY(-2px); }
body.tfv-site--contact button.g-recaptcha:focus-visible { color: var(--tfv-white); background: var(--tfv-red-dark); border-color: var(--tfv-red-dark); outline: 3px solid rgba(227,6,19,.28); outline-offset: 3px; }
body.tfv-site--contact button.g-recaptcha:active { box-shadow: 0 .25rem .65rem rgba(180,0,11,.22); transform: translateY(0); }
body.tfv-site--contact button.g-recaptcha:disabled { opacity: .6; cursor: wait; transform: none; }
.tfv-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.tfv-form-grid p { margin: 0; }
.tfv-form-note { color: var(--tfv-muted); font-size: .9rem; }

.tfv-join { color: var(--tfv-white); background: var(--tfv-red); }
.tfv-join__inner { min-height: 15rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: clamp(3rem, 5vw, 4rem); }
.tfv-join h2 { margin: 0; font-family: Barlow, Arial, sans-serif; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1; }
.tfv-join p:not(.tfv-kicker) { max-width: 47rem; margin-bottom: 0; color: #ffe7e9; }
.tfv-join .tfv-kicker { color: var(--tfv-white); }

.tfv-section--partners { overflow: hidden; background: var(--tfv-white); padding-top: clamp(3rem, 5vw, 4rem); }
.tfv-partner-slider { width: 100%; overflow: hidden; border-block: 1px solid var(--tfv-line); background: var(--tfv-soft); }
.tfv-partner-slider__track { display: flex; width: max-content; align-items: center; gap: 1.5rem; padding: 1.5rem; animation: tfvPartnerSlide 28s linear infinite; }
.tfv-partner-slider:hover .tfv-partner-slider__track,
.tfv-partner-slider:focus-within .tfv-partner-slider__track { animation-play-state: paused; }
.tfv-partner-logo { display: flex; width: clamp(10rem, 18vw, 15rem); height: 7.5rem; flex: 0 0 auto; align-items: center; justify-content: center; margin: 0; padding: 1rem; background: var(--tfv-white); border: 1px solid var(--tfv-line); border-radius: .35rem; box-shadow: 0 .45rem 1.25rem rgba(20,20,20,.06); }
.tfv-partner-logo a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.tfv-partner-logo img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }

@keyframes tfvPartnerSlide {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - .75rem)); }
}

.tfv-footer { color: #d0d0d4; background: var(--tfv-black); }
.tfv-footer__grid { display: grid; grid-template-columns: minmax(15rem, 1.4fr) repeat(3, minmax(9rem, 1fr)); align-items: start; gap: 2rem 3rem; padding-block: 3.8rem; }
.tfv-footer__column { min-width: 0; }
.tfv-footer h2, .tfv-footer h3 { margin: 0 0 1rem; color: var(--tfv-white); font-family: Barlow, Arial, sans-serif; }
body.tfv-site .tfv-footer a { color: #f5f5f7; text-decoration-color: #8d8d94; text-underline-offset: .22em; }
body.tfv-site .tfv-footer a:hover,
body.tfv-site .tfv-footer a:focus-visible { color: #fff; text-decoration-color: #ff5863; }
.tfv-footer ul { display: grid; gap: .45rem; padding: 0; list-style: none; }
.tfv-footer li a { display: inline-flex; align-items: center; min-height: 2.2rem; }
.tfv-footer li a::before { width: .38rem; height: .38rem; margin-right: .62rem; background: var(--tfv-red); border-radius: 50%; content: ""; flex: 0 0 auto; }
.tfv-footer__brand { display: flex; gap: 1rem; align-items: center; }
.tfv-footer__brand img { width: 5rem; }
.tfv-footer__social-note { margin: -.15rem 0 1rem; color: #bfc0c5; }
body.tfv-site .tfv-footer .tfv-socials--footer a { width: 2.8rem; height: 2.8rem; color: #fff; background: #29292e; border: 1px solid #6b6b73; text-decoration: none; box-shadow: 0 .35rem 1rem rgba(0,0,0,.2); }
body.tfv-site .tfv-footer .tfv-socials--footer a:hover,
body.tfv-site .tfv-footer .tfv-socials--footer a:focus-visible { color: #fff; background: var(--tfv-red); border-color: var(--tfv-red); transform: translateY(-2px); }
.tfv-footer .tfv-socials--footer svg { width: 1.3rem; height: 1.3rem; }
.tfv-footer__meta { display: grid; gap: .35rem; margin-top: 1.35rem; padding-top: 1rem; color: #bfc0c5; border-top: 1px solid #4a4a50; font-size: .84rem; line-height: 1.5; }
.tfv-footer__meta:empty { display: none; }
.tfv-footer__bottom { padding: 1rem 0; color: #929297; border-top: 1px solid #343438; font-size: .84rem; text-align: center; }
body.tfv-site .tfv-footer__bottom a { color: #dedee2; font-weight: 700; }

.tfv-sidebar.is-sticky-ready { position: sticky; top: 1rem; align-self: start; }
.tfv-zoom { cursor: zoom-in; }
body.tfv-lightbox-open { overflow: hidden; }
.tfv-lightbox { position: fixed; z-index: 1000; inset: 0; display: none; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem); background: rgba(10,10,12,.92); }
.tfv-lightbox.is-open { display: flex; }
.tfv-lightbox img { display: block; width: auto; max-width: min(92vw, 100rem); height: auto; max-height: 88vh; object-fit: contain; box-shadow: 0 1rem 4rem rgba(0,0,0,.5); }
.tfv-lightbox__close { position: fixed; z-index: 1; top: 1rem; right: 1rem; display: inline-flex; width: 3rem; height: 3rem; align-items: center; justify-content: center; padding: 0; color: #fff; background: var(--tfv-red); border: 2px solid #fff; border-radius: 50%; font: 700 2rem/1 Arial, sans-serif; cursor: pointer; }
.tfv-lightbox__close:hover,
.tfv-lightbox__close:focus-visible { background: var(--tfv-red-dark); outline: 3px solid #fff; outline-offset: 3px; }
.tfv-scrollup { position: fixed; z-index: 900; right: max(1rem, calc((100vw - 75rem) / 2)); bottom: 1.25rem; display: inline-flex; width: 3rem; height: 3rem; align-items: center; justify-content: center; padding: 0; color: #fff; background: var(--tfv-red); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 .55rem 1.5rem rgba(0,0,0,.3); font: 700 1.45rem/1 Arial, sans-serif; cursor: pointer; }
.tfv-scrollup[hidden] { display: none; }
.tfv-scrollup:hover,
.tfv-scrollup:focus-visible { background: var(--tfv-red-dark); transform: translateY(-2px); outline: 3px solid rgba(227,6,19,.25); outline-offset: 2px; }

@media (max-width: 56rem) {
  .tfv-topbar__inner { justify-content: center; text-align: center; }
  .tfv-topbar__contact { display: none; }
  .tfv-header__inner { display: grid; min-height: 0; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .75rem; padding-block: .75rem; }
  .tfv-header.tfv-nav-ready .tfv-menu-toggle { display: inline-flex; }
  .tfv-nav { grid-column: 1 / -1; display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .15rem 1rem; padding-top: .35rem; }
  .tfv-nav.tfv-nav--enhanced:not(.is-open) { display: none; }
  .tfv-nav.tfv-nav--enhanced.is-open { display: grid; }
  body.tfv-site .tfv-nav a { min-height: 2.85rem; padding: .7rem .55rem; border-bottom: 1px solid var(--tfv-line); }
  body.tfv-site .tfv-nav .tfv-nav__cta { grid-column: 1 / -1; margin-top: .35rem; text-align: center; }
  body.tfv-site .tfv-content table.zcontent_news > tbody > tr > td { min-height: 0; }
  body.tfv-site .tfv-content table.zcontent_news td > div:has(> img.bild) {
    float: none !important;
    width: 100%;
    margin: 0 0 1rem !important;
  }
  body.tfv-site .tfv-content table.zcontent_news span.ueberschrift {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
    line-height: 1.08;
  }
  body.tfv-site .tfv-content table.zcontent_news p[align="justify"] {
    font-size: .95rem;
    line-height: 1.58;
  }
  body.tfv-site .tfv-content img[style*="float"] {
    float: none !important;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto !important;
    margin: 1.15rem auto !important;
  }
  body.tfv-site .tfv-content p:has(img[style*="float"]) { display: flow-root; }
  body.tfv-site .tfv-content video {
    width: min(100%, 35rem) !important;
    max-height: 72vh;
    object-fit: contain;
  }
  .tfv-live-grid { grid-template-columns: 1fr; }
  .tfv-editor-info--trainer, .tfv-shop-teaser { grid-template-columns: 1fr; }
  .tfv-hero { background-image: linear-gradient(180deg, rgba(10,10,12,.72) 0%, rgba(10,10,12,.9) 72%, rgba(10,10,12,.94) 100%), url("/bilder/1776159112/1776159112-1784805256-bg_bild_04.jpg"); background-position: center top; }
  .tfv-hero__inner { grid-template-columns: 1fr; min-height: auto; gap: 1.5rem; padding-block: 2.75rem 3.25rem; }
  .tfv-hero__logo { width: min(38vw, 10rem); grid-row: 1; }
  .tfv-hero__content { text-align: center; }
  .tfv-hero h1, .tfv-hero__content > p:not(.tfv-kicker) { margin-inline: auto; }
  .tfv-hero__content > p:not(.tfv-kicker) { margin-top: 1rem; }
  .tfv-actions { justify-content: center; }
  .tfv-layout--sidebar, .tfv-layout--contact { grid-template-columns: 1fr; }
  .tfv-join__inner { align-items: flex-start; flex-direction: column; }
  .tfv-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tfv-sidebar.is-sticky-ready { position: static; }
}

@media (max-width: 38rem) {
  .tfv-shell { width: min(100% - 1.25rem, 75rem); }
  .tfv-brand span { font-size: .95rem; }
  .tfv-brand img { width: 3.5rem; }
  .tfv-menu-toggle__text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .tfv-nav { grid-template-columns: 1fr; }
  .tfv-hero__inner { gap: 1.25rem; padding-block: 2.25rem 2.75rem; }
  .tfv-hero__logo { width: min(32vw, 7.5rem); }
  .tfv-hero h1 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .tfv-actions { display: grid; }
  .tfv-form-grid { grid-template-columns: 1fr; }
  .tfv-facts__grid { grid-template-columns: 1fr 1fr; }
  .tfv-facts__grid div:nth-child(2) { border-right: 0; }
  .tfv-facts__grid div:nth-child(-n+2) { border-bottom: 1px solid var(--tfv-line); }
  .tfv-footer__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .tfv-partner-slider__track { animation: none; }
}
/* CMS-Downloadliste mit PDF-Icon */
.zc-pdf-downloads {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 1rem;
  margin: 1.25rem 0 2rem;
  padding: 0;
  list-style: none;
}

.zc-pdf-downloads li {
  margin: 0;
}

.zc-pdf-downloads a {
  display: grid !important;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 4.75rem;
  padding: 1rem 1.15rem !important;
  border: 1px solid rgba(174, 5, 16, .18);
  border-radius: 1rem;
  background: #fff;
  color: #111827;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  overflow-wrap: anywhere;
  box-shadow: 0 10px 30px rgba(17, 24, 39, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.zc-pdf-downloads a::before {
  content: "PDF";
  display: grid;
  width: 2.75rem;
  height: 3.25rem;
  place-items: center;
  border-radius: .45rem;
  background: #ae0510;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  box-shadow: inset 0 -.35rem 0 rgba(0, 0, 0, .12);
}

.zc-pdf-downloads a::after {
  content: none;
}

.zc-pdf-downloads a:hover,
.zc-pdf-downloads a:focus {
  border-color: #ae0510;
  box-shadow: 0 14px 34px rgba(174, 5, 16, .16);
  color: #ae0510;
  transform: translateY(-2px);
}
/* CMS-Mannschaftsuebersicht */
.zc-team-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 1.15rem;
  margin: 1.35rem 0 2.25rem;
}

.zc-team-card {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  padding: 1.25rem;
  min-height: 100%;
  border: 1px solid rgba(174, 5, 16, .14);
  border-top: .35rem solid #ae0510;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .07);
}

.zc-team-card h3 {
  margin: 0;
  color: #ae0510;
  font-size: 1.35rem;
  line-height: 1.2;
}

.zc-team-card p {
  margin: 0;
}

.zc-team-card ul {
  display: grid;
  gap: .45rem;
  margin: 0;
  padding-left: 1.15rem;
}

.zc-team-card a {
  overflow-wrap: anywhere;
}

.zc-team-card .link_aktive {
  align-self: center;
  margin-top: auto;
  padding: .7rem 1.15rem;
  border-radius: 999px;
  background: #ae0510;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(174, 5, 16, .2);
}

.zc-team-card .link_aktive:hover,
.zc-team-card .link_aktive:focus {
  background: #8f040d;
  color: #fff;
}
/* CMS-Trainingstabelle */
.zc-table-wrap {
  width: 100%;
  margin: 1.5rem 0 2rem;
  overflow-x: auto;
  border: 1px solid var(--tfv-line);
  border-radius: .85rem;
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .07);
}

.zc-training-table {
  width: 100%;
  min-width: 48rem;
  border-collapse: collapse;
}

.zc-training-table th,
.zc-training-table td {
  padding: .9rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--tfv-line);
}

.zc-training-table th {
  color: #fff;
  background: #ae0510;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 800;
}

.zc-training-table tr:last-child td {
  border-bottom: 0;
}

.zc-training-table tbody tr:nth-child(even) {
  background: #f8f8fa;
}

.zc-training-table td:first-child {
  color: #141414;
  font-weight: 800;
}

.zc-training-table a {
  font-weight: 800;
}

/* CMS-Seite: Probetraining */
.zc-kicker {
  margin: 0 0 .55rem;
  color: #ae0510;
  font-family: Barlow, Arial, sans-serif;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.zc-button {
  display: inline-block;
  padding: .82rem 1.18rem;
  border-radius: 999px;
  background: #ae0510;
  color: #fff !important;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(174, 5, 16, .22);
}

.zc-button:hover,
.zc-button:focus {
  background: #8f040d;
  color: #fff !important;
}

.zc-button--light {
  background: #fff;
  color: #ae0510 !important;
  box-shadow: 0 10px 24px rgba(17, 24, 39, .08);
}

.zc-button--light:hover,
.zc-button--light:focus {
  background: #f7f7f8;
  color: #8f040d !important;
}

.zc-probe-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(16rem, .75fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
  margin: 1.35rem 0 2.35rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(174, 5, 16, .14);
  border-left: .45rem solid #ae0510;
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 90% 16%, rgba(174, 5, 16, .08) 0 11rem, transparent 11.2rem),
    linear-gradient(135deg, #fff 0%, #f7f7f8 100%);
  color: #202024;
  box-shadow: 0 18px 45px rgba(17, 24, 39, .14);
}

.zc-probe-hero::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 15rem;
  height: 15rem;
  border: 2rem solid rgba(174, 5, 16, .06);
  border-radius: 999px;
}

.zc-probe-hero__content {
  position: relative;
  z-index: 1;
  max-width: 48rem;
}

.zc-probe-hero__image {
  position: relative;
  z-index: 1;
  margin: 0;
}

.zc-probe-hero__image img {
  display: block;
  width: 100%;
  height: auto;
  border: .35rem solid #fff;
  border-radius: 1.05rem;
  box-shadow: 0 16px 36px rgba(17, 24, 39, .18);
}

.zc-probe-hero--stack {
  grid-template-columns: 1fr;
}

.zc-probe-hero--stack .zc-probe-hero__image {
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
}

.zc-probe-hero--stack .zc-probe-hero__image img {
  width: 100%;
}

.zc-probe-hero--stack .zc-probe-hero__content {
  max-width: 54rem;
}

.zc-probe-hero .zc-kicker {
  color: #ae0510;
}

.zc-probe-hero h2 {
  margin: 0 0 1rem;
  color: #141414;
  font-family: Barlow, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}

.zc-probe-hero p {
  max-width: 42rem;
  color: #3f3f45;
  font-size: 1.08rem;
}

.zc-probe-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1.15rem;
  margin: 1.15rem 0 2.4rem;
}

.zc-probe-step {
  padding: 1.35rem;
  border: 1px solid rgba(174, 5, 16, .14);
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .08);
}

.zc-probe-step__number {
  display: inline-grid;
  width: 2.45rem;
  height: 2.45rem;
  margin: 0 0 .9rem;
  place-items: center;
  border-radius: 999px;
  background: #ae0510;
  color: #fff;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(174, 5, 16, .22);
}

.zc-probe-step h3 {
  margin: 0 0 .55rem;
  color: #141414;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}

.zc-probe-step p:last-child,
.zc-probe-note p:last-child,
.zc-probe-contact p:last-child {
  margin-bottom: 0;
}

.zc-probe-note {
  margin: 0 0 2.2rem;
  padding: 1.35rem 1.5rem;
  border-left: .45rem solid #ae0510;
  border-radius: 1rem;
  background: #f7f7f8;
}

.zc-probe-note h2,
.zc-probe-contact h2 {
  margin: 0 0 .65rem;
  color: #141414;
  font-family: Barlow, Arial, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.1;
}

.zc-probe-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  margin: 0 0 2rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(174, 5, 16, .14);
  border-left: .45rem solid #ae0510;
  border-radius: 1.2rem;
  background: #f7f7f8;
  color: #202024;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .08);
}

.zc-probe-contact h2,
.zc-probe-contact p {
  color: #202024;
}

.zc-probe-contact .zc-kicker {
  color: #ae0510;
}

@media (max-width: 760px) {
  .zc-probe-hero,
  .zc-probe-contact {
    grid-template-columns: 1fr;
  }
}

/* CMS-Seite: Guetesiegel Kinderschutz */
.zc-kind-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(16rem, .8fr);
  gap: clamp(1.35rem, 4vw, 2.75rem);
  align-items: center;
  margin: 1.35rem 0 2.25rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(174, 5, 16, .14);
  border-left: .45rem solid #ae0510;
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 90% 12%, rgba(174, 5, 16, .08) 0 11rem, transparent 11.2rem),
    linear-gradient(135deg, #fff 0%, #f7f7f8 100%);
  box-shadow: 0 18px 45px rgba(17, 24, 39, .12);
}

.zc-kind-hero h2 {
  margin: 0 0 1rem;
  color: #141414;
  font-family: Barlow, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.05;
}

.zc-kind-hero p {
  max-width: 43rem;
  color: #3f3f45;
  font-size: 1.08rem;
}

.zc-kind-hero__image {
  margin: 0;
}

.zc-kind-hero__image img {
  display: block;
  width: 100%;
  height: auto;
  border: .35rem solid #fff;
  border-radius: 1.05rem;
  box-shadow: 0 16px 36px rgba(17, 24, 39, .16);
}

.zc-kind-intro {
  margin: 0 0 2.25rem;
  padding: 1.35rem 1.5rem;
  border-left: .45rem solid #ae0510;
  border-radius: 1rem;
  background: #f7f7f8;
}

.zc-kind-intro p:last-child {
  margin-bottom: 0;
}

.zc-kind-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1.15rem;
  margin: 1.15rem 0 2.35rem;
}

.zc-kind-card {
  padding: 1.3rem;
  border: 1px solid rgba(174, 5, 16, .14);
  border-top: .35rem solid #ae0510;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .07);
}

.zc-kind-card h3 {
  margin: 0 0 .55rem;
  color: #ae0510;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1.28rem;
  line-height: 1.2;
}

.zc-kind-card p:last-child {
  margin-bottom: 0;
}

.zc-kind-alert {
  margin: 0 0 2.25rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(174, 5, 16, .16);
  border-left: .45rem solid #ae0510;
  border-radius: 1rem;
  background: #fff5f6;
}

.zc-kind-alert h2,
.zc-kind-contact h2 {
  margin: 0 0 .65rem;
  color: #141414;
  font-family: Barlow, Arial, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.1;
}

.zc-kind-alert p:last-child,
.zc-kind-contact p:last-child {
  margin-bottom: 0;
}

.zc-kind-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  margin: 0 0 2.25rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(174, 5, 16, .14);
  border-left: .45rem solid #ae0510;
  border-radius: 1.2rem;
  background: #f7f7f8;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .08);
}

@media (max-width: 760px) {
  .zc-kind-hero,
  .zc-kind-contact {
    grid-template-columns: 1fr;
  }
}

/* CMS-Teamseiten */
.zc-squad-hero {
  display: grid;
  grid-template-columns: minmax(16rem, .95fr) minmax(0, 1fr);
  gap: clamp(1.35rem, 4vw, 2.75rem);
  align-items: center;
  margin: 1.35rem 0 2.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(174, 5, 16, .14);
  border-left: .45rem solid #ae0510;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, .12);
}

.zc-squad-hero__image {
  margin: 0;
}

.zc-squad-hero__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 14px 32px rgba(17, 24, 39, .14);
}

.zc-squad-hero--stack {
  grid-template-columns: 1fr;
}

.zc-squad-hero--stack .zc-squad-hero__image img {
  width: 100%;
}

.zc-squad-hero__content h2 {
  margin: 0 0 1rem;
  color: #141414;
  font-family: Barlow, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.05;
}

.zc-squad-hero__content p:not(.zc-kicker) {
  color: #3f3f45;
  font-size: 1.08rem;
}

.zc-squad-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1.15rem;
  margin: 1.15rem 0 2.35rem;
}

.zc-squad-info__box {
  padding: 1.3rem;
  border: 1px solid rgba(174, 5, 16, .14);
  border-top: .35rem solid #ae0510;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .07);
}

.zc-squad-info__box h3 {
  margin: 0 0 .55rem;
  color: #141414;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.zc-squad-info__box p:last-child {
  margin-bottom: 0;
}

.zc-player-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.5rem), 1fr));
  gap: 1.15rem;
  margin: 1.15rem 0 2.35rem;
}

.zc-player-card {
  overflow: hidden;
  border: 1px solid rgba(174, 5, 16, .12);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .07);
}

.zc-player-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f1f2f4;
}

.zc-player-card h3 {
  margin: 0;
  padding: .85rem .9rem 1rem;
  color: #141414;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 760px) {
  .zc-squad-hero {
    grid-template-columns: 1fr;
  }
}

.zc-squad-staff {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 1.15rem;
  margin: 1.15rem 0 2.35rem;
}

.zc-squad-staff--wide {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  padding: 1.25rem;
  border: 1px solid rgba(174, 5, 16, .14);
  border-left: .45rem solid #ae0510;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .08);
}

.zc-squad-staff--wide .zc-squad-staff__person {
  border: 0;
  border-radius: .85rem;
  background: #f7f7f8;
  box-shadow: none;
}

.zc-squad-staff__person {
  padding: 1.35rem;
  border: 1px solid rgba(174, 5, 16, .14);
  border-left: .45rem solid #ae0510;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .07);
}

.zc-squad-staff__person h3 {
  margin: 0 0 .45rem;
  color: #141414;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.zc-squad-staff__person p:last-child {
  margin-bottom: 0;
}

.zc-roster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1.15rem;
  margin: 1.15rem 0 2.35rem;
}

.zc-roster-grid--four {
  grid-template-columns: 1fr;
}

.zc-roster-box {
  padding: 1.3rem;
  border: 1px solid rgba(174, 5, 16, .14);
  border-top: .35rem solid #ae0510;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .07);
}

.zc-roster-box h3 {
  margin: 0 0 .75rem;
  color: #ae0510;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.zc-roster-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.zc-roster-box li {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: #f7f7f8;
  color: #202024;
  font-weight: 700;
  line-height: 1.2;
}

.zc-roster-action {
  margin: -1rem 0 2.35rem;
  text-align: center;
}

/* FuPa A-Junioren-Kader: Das ausgeblendete Teamfoto darf keinen Platz reservieren. */
#fp-widget_root-3JotgBUWCW7b49ViX17ypMCzTgK .fp-team-squad-view-team-figure {
  display: none !important;
}
