@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700;900&family=Barlow:wght@400;500;600&display=swap');
/ ── Alle Variablen & Resets strikt auf den Wrapper gescoped ── / #svs93-post { --red: #CC0000; --red-dark: #990000; --black: #111111; --white: #FFFFFF; --grass: #1a3a1a; --gray: #f4f4f4; font-family: 'Barlow', sans-serif !important; color: #1a1a1a !important; overflow-x: hidden; line-height: 1.5; }
/ Globaler Reset NUR innerhalb des Wrappers / #svs93-post , #svs93-post ::before, #svs93-post *::after { box-sizing: border-box; }
/ ── Alle Heading-Overrides mit !important gegen Theme ── / #svs93-post h1, #svs93-post h2, #svs93-post h3, #svs93-post h4 { font-family: 'Barlow Condensed', sans-serif !important; font-weight: 900 !important; text-transform: uppercase !important; margin: 0 !important; padding: 0 !important; line-height: 1 !important; color: inherit !important; letter-spacing: 0 !important; }
/ ── HERO ── / #svs93-post .svs-hero { position: relative; min-height: 85vh; display: flex !important; flex-direction: column; justify-content: flex-end; overflow: hidden; } #svs93-post .svs-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; z-index: 0; margin: 0 !important; } #svs93-post .svs-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.25) 50%, rgba(17,17,17,0.93) 100%); z-index: 1; } #svs93-post .svs-hero-content { position: relative; z-index: 2; padding: 3rem 4rem 4rem; max-width: 900px; } #svs93-post .svs-hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: #CC0000 !important; color: #fff !important; font-family: 'Barlow Condensed', sans-serif !important; font-weight: 700 !important; font-size: 0.85rem !important; letter-spacing: 0.15em; text-transform: uppercase !important; padding: 0.4rem 1rem; margin-bottom: 1.5rem; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%); animation: svsFadeUp 0.6s ease both; } #svs93-post .svs-hero-title { font-family: 'Barlow Condensed', sans-serif !important; font-weight: 900 !important; font-size: clamp(3rem, 8vw, 7rem) !important; line-height: 0.9 !important; color: #ffffff !important; text-transform: uppercase !important; animation: svsFadeUp 0.7s 0.1s ease both; } #svs93-post .svs-hero-title span { color: #CC0000 !important; display: block; } #svs93-post .svs-hero-subtitle { font-family: 'Barlow Condensed', sans-serif !important; font-weight: 400 !important; font-size: clamp(1.1rem, 3vw, 1.8rem) !important; color: rgba(255,255,255,0.85) !important; margin-top: 1rem !important; letter-spacing: 0.05em; text-transform: uppercase !important; animation: svsFadeUp 0.7s 0.2s ease both; }
/ ── COUNTDOWN STRIP ── / #svs93-post .svs-countdown { background: #CC0000 !important; color: #fff !important; display: flex !important; align-items: center; justify-content: center; gap: 2rem; padding: 1.2rem 2rem; font-family: 'Barlow Condensed', sans-serif !important; font-weight: 700 !important; font-size: 1.1rem !important; letter-spacing: 0.1em; text-transform: uppercase !important; flex-wrap: wrap; } #svs93-post .svs-countdown * { color: #fff !important; } #svs93-post .svs-cd-divider { opacity: 0.4; font-size: 1.5rem !important; } #svs93-post .svs-cd-units { display: flex; gap: 1rem; align-items: center; } #svs93-post .svs-cd-unit { text-align: center; } #svs93-post .svs-cd-number { display: block; font-size: 2.4rem !important; line-height: 1 !important; font-weight: 900 !important; font-family: 'Barlow Condensed', sans-serif !important; letter-spacing: -0.02em; color: #fff !important; } #svs93-post .svs-cd-label { font-size: 0.65rem !important; letter-spacing: 0.1em; opacity: 0.8; display: block; } #svs93-post .svs-cd-sep { font-size: 2rem !important; opacity: 0.5; margin-top: -0.4rem; }
/ ── CONTAINER ── / #svs93-post .svs-container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
/ ── INTRO SECTION ── / #svs93-post .svs-intro { padding: 5rem 0 3rem; display: grid !important; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } #svs93-post .svs-section-label { font-family: 'Barlow Condensed', sans-serif !important; font-weight: 700 !important; font-size: 0.8rem !important; letter-spacing: 0.2em; text-transform: uppercase !important; color: #CC0000 !important; margin-bottom: 0.8rem !important; display: block; } #svs93-post .svs-intro h2 { font-size: clamp(2rem, 4vw, 3.2rem) !important; line-height: 1 !important; color: #111111 !important; margin-bottom: 1.5rem !important; } #svs93-post .svs-intro h2 em { font-style: normal !important; color: #CC0000 !important; } #svs93-post .svs-intro p { font-size: 1.05rem !important; line-height: 1.75 !important; color: #444444 !important; margin-bottom: 1rem !important; font-family: 'Barlow', sans-serif !important; } #svs93-post .svs-intro-img-wrap { position: relative; } #svs93-post .svs-intro-img-wrap img { width: 100%; height: 380px; object-fit: cover; display: block !important; margin: 0 !important; } #svs93-post .svs-intro-img-wrap::before { content: ''; position: absolute; inset: -8px -8px 8px 8px; border: 3px solid #CC0000; z-index: -1; pointer-events: none; } #svs93-post .svs-photo-caption { background: #111111 !important; color: #ffffff !important; font-family: 'Barlow Condensed', sans-serif !important; font-size: 0.8rem !important; letter-spacing: 0.1em; text-transform: uppercase !important; padding: 0.5rem 0.8rem; display: block; }
/ ── PROJECT CALLOUT ── / #svs93-post .svs-callout { background: #1a3a1a !important; color: #ffffff !important; padding: 4rem 0; position: relative; overflow: hidden; margin: 2rem 0; } #svs93-post .svs-callout::before { content: '93'; position: absolute; right: -0.05em; top: 50%; transform: translateY(-50%); font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 22rem; line-height: 1; opacity: 0.05; color: white; pointer-events: none; user-select: none; } #svs93-post .svs-callout .svs-container { display: grid !important; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } #svs93-post .svs-callout h3 { font-size: clamp(2rem, 4vw, 3rem) !important; color: #ffffff !important; margin-bottom: 1.5rem !important; } #svs93-post .svs-callout h3 span { color: #6dd06d !important; } #svs93-post .svs-callout p { font-size: 1.05rem !important; line-height: 1.75 !important; color: rgba(255,255,255,0.8) !important; margin-bottom: 1rem !important; font-family: 'Barlow', sans-serif !important; } #svs93-post .svs-feature-list { list-style: none !important; margin: 1.5rem 0 0 !important; padding: 0 !important; display: grid; gap: 0.7rem; } #svs93-post .svs-feature-list li { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 1rem !important; color: rgba(255,255,255,0.85) !important; font-family: 'Barlow', sans-serif !important; } #svs93-post .svs-feature-list li::before { content: '✓'; background: #CC0000; color: white; font-size: 0.75rem; font-weight: 700; min-width: 1.4rem; height: 1.4rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 0.1rem; } #svs93-post .svs-callout-logo img { width: 100%; object-fit: contain; max-height: 200px; margin: 0 !important; }
/ ── VOTE SECTION ── / #svs93-post .svs-vote { padding: 5rem 0; text-align: center; } #svs93-post .svs-vote h2 { font-size: clamp(2.5rem, 5vw, 4.5rem) !important; line-height: 0.95 !important; color: #111111 !important; margin-bottom: 1.5rem !important; } #svs93-post .svs-vote > .svs-container > p { max-width: 600px; margin: 0 auto 3rem !important; font-size: 1.05rem !important; line-height: 1.7 !important; color: #555 !important; font-family: 'Barlow', sans-serif !important; } #svs93-post .svs-steps { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 900px; margin: 0 auto 3.5rem !important; } #svs93-post .svs-step { background: #f4f4f4 !important; padding: 2rem 1.5rem; position: relative; } #svs93-post .svs-step-num { font-family: 'Barlow Condensed', sans-serif !important; font-weight: 900 !important; font-size: 5rem !important; line-height: 1 !important; color: rgba(0,0,0,0.06) !important; position: absolute; top: 0.5rem; right: 1rem; } #svs93-post .svs-step-icon { font-size: 2.2rem; margin-bottom: 1rem; display: block; } #svs93-post .svs-step h4 { font-size: 1.2rem !important; color: #111111 !important; margin-bottom: 0.5rem !important; } #svs93-post .svs-step p { font-size: 0.9rem !important; color: #666 !important; line-height: 1.5 !important; margin: 0 !important; font-family: 'Barlow', sans-serif !important; } #svs93-post .svs-cta-btn { display: inline-flex !important; align-items: center; gap: 0.8rem; background: #CC0000 !important; color: #ffffff !important; text-decoration: none !important; font-family: 'Barlow Condensed', sans-serif !important; font-weight: 700 !important; font-size: 1.4rem !important; letter-spacing: 0.08em; text-transform: uppercase !important; padding: 1.1rem 3rem; clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%); transition: background 0.2s, transform 0.2s; border: none !important; cursor: pointer; } #svs93-post .svs-cta-btn:hover { background: #990000 !important; color: #fff !important; transform: scale(1.03); text-decoration: none !important; } #svs93-post .svs-cta-deadline { margin-top: 1rem !important; font-size: 0.85rem !important; color: #888 !important; font-style: italic; display: block; font-family: 'Barlow', sans-serif !important; }
/ ── SHARE SECTION ── / #svs93-post .svs-share { background: #111111 !important; color: #ffffff !important; padding: 4rem 0; text-align: center; } #svs93-post .svs-share h3 { font-size: clamp(2rem, 4vw, 3.2rem) !important; color: #ffffff !important; margin-bottom: 1rem !important; } #svs93-post .svs-share p { color: rgba(255,255,255,0.7) !important; max-width: 520px; margin: 0 auto 2.5rem !important; line-height: 1.65 !important; font-size: 1rem !important; font-family: 'Barlow', sans-serif !important; } #svs93-post .svs-share-icons { display: flex !important; gap: 1.2rem; justify-content: center; flex-wrap: wrap; } #svs93-post .svs-share-pill { display: inline-flex !important; align-items: center; gap: 0.6rem; background: rgba(255,255,255,0.1) !important; border: 1px solid rgba(255,255,255,0.15) !important; color: #ffffff !important; padding: 0.7rem 1.4rem; font-family: 'Barlow Condensed', sans-serif !important; font-weight: 700 !important; font-size: 1rem !important; letter-spacing: 0.05em; text-transform: uppercase !important; text-decoration: none !important; transition: background 0.2s; cursor: default; } #svs93-post .svs-share-pill:hover { background: rgba(255,255,255,0.18) !important; color: #fff !important; }
/ ── POST FOOTER ── / #svs93-post .svs-footer-row { border-top: 3px solid #CC0000; padding: 2.5rem 0; display: flex !important; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; } #svs93-post .svs-club-name { font-family: 'Barlow Condensed', sans-serif !important; font-weight: 900 !important; font-size: 1.6rem !important; text-transform: uppercase !important; color: #111111 !important; } #svs93-post .svs-club-name span { color: #CC0000 !important; } #svs93-post .svs-footer-row a { color: #CC0000 !important; font-weight: 600 !important; font-size: 0.9rem !important; text-decoration: none !important; } #svs93-post .svs-footer-row a:hover { color: #990000 !important; text-decoration: underline !important; }
/ ── ANIMATIONS ── / @keyframes svsFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } #svs93-post .svs-fade { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; } #svs93-post .svs-fade.svs-visible { opacity: 1; transform: none; }
/ ── RESPONSIVE ── / @media (max-width: 768px) { #svs93-post .svs-hero-content { padding: 2rem 1.5rem 3rem !important; } #svs93-post .svs-intro { grid-template-columns: 1fr !important; gap: 2.5rem !important; padding: 3rem 0 2rem !important; } #svs93-post .svs-callout .svs-container { grid-template-columns: 1fr !important; gap: 2rem !important; } #svs93-post .svs-callout-logo { display: none; } #svs93-post .svs-steps { grid-template-columns: 1fr !important; gap: 1.2rem !important; } #svs93-post .svs-footer-row { flex-direction: column !important; text-align: center; } #svs93-post .svs-callout::before { display: none; } #svs93-post .svs-countdown { gap: 1rem !important; font-size: 0.9rem !important; } }

Vereinsnews · Wettbewerb 2026
## Deine Stimme
zählt!
SVS93 × Würth Vereinsheimwerker — Abstimmung läuft
⏱ Abstimmung endet am 17. Mai |
– Tage
:
– Stunden
:
– Minuten
| 📲 Täglich abstimmen möglich!
Das Projekt
Wir haben uns qualifiziert – jetzt brauchen wir euch!
Großartige Neuigkeiten aus dem SVS93 e.V.! Wir haben uns erfolgreich für den bundesweiten Wettbewerb Würth Vereinsheimwerker qualifiziert – einer Initiative von Würth in Kooperation mit dem DFB, die Vereinen dabei hilft, ihre Sportstätten aufzuwerten.
Unser Vorhaben: Die komplette Umgestaltung und Modernisierung unseres Kabinentrakts. Mit neuen Bänken, frischen Farben, moderner Ausstattung und einem Ambiente, das unsere Spielerinnen und Spieler verdient haben.
Damit wir die begehrte Unterstützung von Würth gewinnen, brauchen wir jetzt eure Stimmen – und zwar so viele wie möglich!

📸 Unser Kabinentrakt – hier soll es schöner werden
Warum Würth
Vereinsheimwerker?
Der Würth Vereinsheimwerker ist eine einmalige Chance für Amateurvereine, ihre Infrastruktur mit professioneller Unterstützung und hochwertigen Materialien zu verbessern – kostenlos und nachhaltig.
- - Hochwertige Materialien & Werkzeuge von Würth
- - Professionelle Handwerkerunterstützung
- - Nachhaltiger Mehrwert für alle Mitglieder und Teams
- - Teil einer deutschlandweiten DFB-Initiative
- - Modernisierung des Kabinentrakts für alle Altersgruppen

So geht’s
In 3 Schritten
zum Sieg
Jede Stimme zählt – und das Beste: Ihr könnt jeden Tag erneut abstimmen! Bringt Freunde, Familie und Bekannte mit ins Boot.
1 🔗
Link aufrufen
Klickt auf den Abstimmungslink und gelangt direkt zu unserem Vereinsprojekt.
2 👍
Abstimmen
Gebt eure Stimme für das SVS93-Kabinenprojekt ab – schnell und unkompliziert.
3 📣
Teilen
Teilt den Link in WhatsApp-Gruppen, auf Instagram oder Facebook – täglich möglich!
⚽ Jetzt für SVS93 abstimmen → Abstimmung läuft täglich bis zum 17. Mai 2026
Sagt es weiter –
jede Stimme hilft!
Teilt diesen Beitrag in euren WhatsApp-Gruppen, auf Facebook, Instagram und wo immer ihr aktiv seid. Gemeinsam holen wir das für den SVS93!
📱 WhatsApp 📘 Facebook 📸 Instagram 💬 Telegram
SVS93 e.V. · Lutherstadt Wittenberg
(function() { // Countdown function svsCountdown() { var target = new Date('2026-05-17T23:59:59'); var diff = target - new Date(); if (diff
