.elementor-1975 .elementor-element.elementor-element-87d8061{--display:flex;}.elementor-1975 .elementor-element.elementor-element-f09777f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* ============================================================
   100 Jahre TSV Königsbrunn – Seiten-CSS
   Als "Benutzerdefiniertes CSS" in den Seiteneinstellungen einfügen.

   FARBEN ANPASSEN: Alle Vereinsfarben sind unten als Variablen
   definiert – einfach die Hex-Werte an euer Corporate Design
   (Logo / Hauptseite) angleichen.
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');

#tsv100 {
  /* ---- Vereinsfarben: hier zentral anpassen ---- */
  --t100-blue:       #0e3a6d;   /* Hauptfarbe (dunkelblau) */
  --t100-blue-dark:  #092848;   /* dunklere Abstufung */
  --t100-red:        #d5232e;   /* Akzent (Vereinsrot) */
  --t100-gold:       #c9a227;   /* Jubiläums-Gold */
  --t100-ice:        #eef4fa;   /* helle Flächen ("Eis") */
  --t100-text:       #22303f;
  --t100-radius:     14px;
  --t100-shadow:     0 10px 30px rgba(9, 40, 72, .12);
  --t100-display:    'Oswald', 'Arial Narrow', sans-serif;

  color: var(--t100-text);
  overflow-x: hidden;
}

#tsv100 *, #tsv100 *::before, #tsv100 *::after { box-sizing: border-box; }

#tsv100 .t100-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

#tsv100 .t100-section { padding: 72px 0; }

/* ---------- Typografie ---------- */
#tsv100 .t100-h2 {
  font-family: var(--t100-display);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--t100-blue);
  margin: 0 0 .6em;
}
#tsv100 .t100-copy {
  max-width: 46em;
  font-size: 1.06rem;
  line-height: 1.65;
  margin: 0 0 1.4em;
}

/* ============================================================
   HERO
============================================================ */
#tsv100 .t100-hero {
  position: relative;
  background: linear-gradient(135deg, var(--t100-blue-dark) 0%, var(--t100-blue) 60%, #1a54a0 100%);
  color: #fff;
  padding: 80px 0 90px;
  overflow: hidden;
}
#tsv100 .t100-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
#tsv100 .t100-hero-bg span {
  position: absolute;
  right: -4%;
  bottom: -22%;
  font-family: var(--t100-display);
  font-weight: 700;
  font-size: clamp(18rem, 42vw, 34rem);
  line-height: 1;
  color: rgba(255, 255, 255, .05);
  user-select: none;
}
#tsv100 .t100-hero-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
}
#tsv100 .t100-eyebrow {
  display: inline-block;
  font-family: var(--t100-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .85rem;
  color: var(--t100-gold);
  border: 1px solid rgba(201, 162, 39, .55);
  border-radius: 999px;
  padding: .45em 1.1em;
  margin: 0 0 1.2em;
}
#tsv100 .t100-title {
  font-family: var(--t100-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 0 .35em;
  color: #fff;
}
#tsv100 .t100-title span { color: var(--t100-gold); }
#tsv100 .t100-lead {
  font-size: 1.12rem;
  line-height: 1.6;
  max-width: 34em;
  color: rgba(255, 255, 255, .88);
  margin: 0 0 1.6em;
}

/* Countdown – wird erst sichtbar, wenn das JS geladen ist
   (Klasse .t100-js), damit ohne Script keine leeren Platzhalter stehen */
#tsv100 .t100-countdown { display: none; }
#tsv100.t100-js .t100-countdown {
  display: flex;
  gap: 12px;
  margin: 0 0 1.8em;
  flex-wrap: wrap;
}
#tsv100 .t100-cd-box {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--t100-radius);
  min-width: 78px;
  padding: 12px 10px 10px;
  text-align: center;
  backdrop-filter: blur(4px);
}
#tsv100 .t100-cd-num {
  display: block;
  font-family: var(--t100-display);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
#tsv100 .t100-cd-label {
  display: block;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--t100-gold);
  margin-top: 6px;
}
#tsv100 .t100-cd-done {
  font-family: var(--t100-display);
  font-size: 1.4rem;
  color: var(--t100-gold);
  margin: 0 0 1.4em;
}

/* Buttons */
#tsv100 .t100-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
#tsv100 .t100-btn {
  display: inline-block;
  font-family: var(--t100-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .95rem;
  padding: .85em 1.9em;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
#tsv100 .t100-btn:hover { transform: translateY(-2px); }
#tsv100 .t100-btn:focus-visible {
  outline: 3px solid var(--t100-gold);
  outline-offset: 2px;
}
#tsv100 .t100-btn-primary {
  background: var(--t100-red);
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(213, 35, 46, .35);
}
#tsv100 .t100-btn-primary:hover { background: #b81c26; color: #fff !important; }
#tsv100 .t100-btn-ghost {
  border: 2px solid rgba(255, 255, 255, .7);
  color: #fff !important;
}
#tsv100 .t100-btn-ghost:hover { background: rgba(255, 255, 255, .12); }
#tsv100 .t100-btn-gold {
  background: var(--t100-gold);
  color: var(--t100-blue-dark) !important;
  box-shadow: 0 6px 18px rgba(201, 162, 39, .4);
}
#tsv100 .t100-btn-gold:hover { background: #dfb937; }

/* Hero-Bild */
#tsv100 .t100-hero-img { margin: 0; }
#tsv100 .t100-hero-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--t100-radius);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
  border: 4px solid rgba(255, 255, 255, .15);
}

/* ============================================================
   ANKER-NAVIGATION
============================================================ */
#tsv100 .t100-anchors {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 20px;
  background: #fff;
  border-bottom: 1px solid rgba(9, 40, 72, .08);
}
#tsv100 .t100-anchors a {
  font-family: var(--t100-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .85rem;
  color: var(--t100-blue);
  text-decoration: none;
  padding: .55em 1.2em;
  border-radius: 999px;
  transition: background-color .15s ease, color .15s ease;
}
#tsv100 .t100-anchors a:hover,
#tsv100 .t100-anchors a:focus-visible {
  background: var(--t100-blue);
  color: #fff;
}
html { scroll-behavior: smooth; }

/* ============================================================
   INTRO
============================================================ */
#tsv100 .t100-intro { background: #fff; }
#tsv100 .t100-facts {
  list-style: none;
  margin: 2em 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#tsv100 .t100-facts li {
  background: var(--t100-ice);
  border-left: 4px solid var(--t100-gold);
  border-radius: 0 var(--t100-radius) var(--t100-radius) 0;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#tsv100 .t100-fact-time {
  font-family: var(--t100-display);
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--t100-blue);
}
#tsv100 .t100-fact-txt { font-size: .95rem; }

/* ============================================================
   PROGRAMM / TIMELINE
============================================================ */
#tsv100 .t100-programm { background: var(--t100-ice); }
#tsv100 .t100-timeline {
  list-style: none;
  margin: 2.5em 0 0;
  padding: 0;
  position: relative;
}
#tsv100 .t100-timeline::before {
  content: "";
  position: absolute;
  left: 108px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: linear-gradient(var(--t100-gold), var(--t100-blue));
  border-radius: 3px;
}
#tsv100 .t100-tl-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 44px;
  position: relative;
  padding: 0 0 28px;
}
#tsv100 .t100-tl-item::before {
  content: "";
  position: absolute;
  left: 101px;
  top: 10px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--t100-blue);
}
#tsv100 .t100-tl-highlight::before { border-color: var(--t100-red); }
#tsv100 .t100-tl-time {
  font-family: var(--t100-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--t100-blue);
  text-align: right;
  line-height: 1.2;
  padding-top: 4px;
}
#tsv100 .t100-tl-time small {
  display: block;
  font-size: .8rem;
  font-weight: 500;
  color: rgba(34, 48, 63, .6);
}
#tsv100 .t100-tl-card {
  background: #fff;
  border-radius: var(--t100-radius);
  box-shadow: var(--t100-shadow);
  padding: 20px 24px;
}
#tsv100 .t100-tl-highlight .t100-tl-card {
  border: 2px solid var(--t100-gold);
}
#tsv100 .t100-tl-card h3 {
  font-family: var(--t100-display);
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--t100-blue);
  margin: 0 0 .35em;
}
#tsv100 .t100-tl-card p { margin: 0; line-height: 1.6; font-size: .98rem; }
#tsv100 .t100-tag {
  display: inline-block;
  font-family: var(--t100-display);
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff;
  background: var(--t100-red);
  border-radius: 999px;
  padding: .3em 1em;
  margin-bottom: .7em;
}

/* Flyer */
#tsv100 .t100-flyer {
  margin-top: 3em;
  text-align: center;
}
#tsv100 .t100-imgbtn {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  cursor: zoom-in;
  border-radius: var(--t100-radius);
  overflow: hidden;
  box-shadow: var(--t100-shadow);
  max-width: 640px;
  width: 100%;
}
#tsv100 .t100-imgbtn img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .3s ease;
}
#tsv100 .t100-imgbtn:hover img { transform: scale(1.02); }
#tsv100 .t100-imgbtn:focus-visible {
  outline: 3px solid var(--t100-gold);
  outline-offset: 3px;
}
#tsv100 .t100-zoom-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(9, 40, 72, .78);
  color: #fff;
  font-size: .78rem;
  padding: .4em 1em;
  border-radius: 999px;
}
#tsv100 .t100-caption {
  font-size: .9rem;
  color: rgba(34, 48, 63, .65);
  margin-top: 1em;
}

/* ============================================================
   MITMACHEN – Karten
============================================================ */
#tsv100 .t100-mitmachen { background: #fff; }
#tsv100 .t100-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2.2em;
}
#tsv100 .t100-card {
  background: var(--t100-ice);
  border-radius: var(--t100-radius);
  padding: 26px 24px;
  border-top: 4px solid var(--t100-blue);
  transition: transform .2s ease, box-shadow .2s ease;
}
#tsv100 .t100-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--t100-shadow);
}
#tsv100 .t100-card-icon { font-size: 2rem; display: block; margin-bottom: .5em; }
#tsv100 .t100-card h3 {
  font-family: var(--t100-display);
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: var(--t100-blue);
  margin: 0 0 .4em;
}
#tsv100 .t100-card p { margin: 0; font-size: .95rem; line-height: 1.6; }

/* ============================================================
   SPLIT-LAYOUTS (Lageplan & Chronik)
============================================================ */
#tsv100 .t100-lageplan { background: var(--t100-ice); }
#tsv100 .t100-chronik { background: #fff; }
#tsv100 .t100-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
#tsv100 .t100-split-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--t100-radius);
  box-shadow: var(--t100-shadow);
}
#tsv100 .t100-note {
  font-size: .85rem;
  color: rgba(34, 48, 63, .6);
  margin-top: .8em;
}

/* ============================================================
   ABTEILUNGEN – Chips
============================================================ */
#tsv100 .t100-abteilungen { background: var(--t100-blue); }
#tsv100 .t100-abteilungen .t100-h2 { color: #fff; }
#tsv100 .t100-abteilungen .t100-copy { color: rgba(255, 255, 255, .85); }
#tsv100 .t100-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.5em;
}
#tsv100 .t100-chips a {
  font-family: var(--t100-display);
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .04em;
  color: #fff;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  padding: .6em 1.4em;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
#tsv100 .t100-chips a:hover,
#tsv100 .t100-chips a:focus-visible {
  background: var(--t100-gold);
  border-color: var(--t100-gold);
  color: var(--t100-blue-dark);
}

/* ============================================================
   FINALE
============================================================ */
#tsv100 .t100-finale {
  background: linear-gradient(135deg, var(--t100-blue-dark), var(--t100-blue));
  color: #fff;
  text-align: center;
  padding: 80px 0;
}
#tsv100 .t100-finale h2 {
  font-family: var(--t100-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 .5em;
}
#tsv100 .t100-finale p {
  font-size: 1.1rem;
  color: var(--t100-gold);
  margin: 0 0 1.6em;
}

/* ============================================================
   LIGHTBOX
============================================================ */
#tsv100 .t100-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(9, 40, 72, .92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
#tsv100 .t100-lightbox[hidden] { display: none; }
#tsv100 .t100-lightbox img {
  max-width: 100%;
  max-height: 92vh;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}
#tsv100 .t100-lb-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color .15s ease;
}
#tsv100 .t100-lb-close:hover,
#tsv100 .t100-lb-close:focus-visible {
  background: var(--t100-red);
}

/* ============================================================
   SCROLL-REVEAL
============================================================ */
/* Ohne JS bleibt alles sichtbar; erst .t100-js aktiviert die Animation */
#tsv100.t100-js .t100-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
#tsv100.t100-js .t100-reveal.t100-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  #tsv100.t100-js .t100-reveal { opacity: 1; transform: none; transition: none; }
  #tsv100 .t100-btn, #tsv100 .t100-card, #tsv100 .t100-imgbtn img { transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 980px) {
  #tsv100 .t100-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  #tsv100 .t100-hero { padding: 60px 0 70px; }
  #tsv100 .t100-split { grid-template-columns: 1fr; gap: 28px; }
  #tsv100 .t100-cards { grid-template-columns: repeat(2, 1fr); }
  #tsv100 .t100-facts { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  #tsv100 .t100-section { padding: 52px 0; }
  #tsv100 .t100-cards { grid-template-columns: 1fr; }
  #tsv100 .t100-cd-box { min-width: 64px; padding: 10px 8px 8px; }
  #tsv100 .t100-cd-num { font-size: 1.5rem; }

  /* Timeline: Zeit über der Karte */
  #tsv100 .t100-timeline::before { left: 8px; }
  #tsv100 .t100-tl-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 34px;
  }
  #tsv100 .t100-tl-item::before { left: 1px; }
  #tsv100 .t100-tl-time { text-align: left; padding-top: 0; }
  #tsv100 .t100-tl-time small { display: inline; margin-left: .4em; }
}/* End custom CSS */