Cart Total Items (0)

Warenkorb

Wir stärken Sport, Medien & Sponsoring | DAS-RUN.DE
Der erste Schritt in Richtung Profifußball
Die talent-Run.de powerded by Das-Run.de
Bewirb dich jetzt!

DEIN TALENT.
DEINE BÜHNE.
DEINE CHANCE.

WETTBEWERB

Wer oben steht, entscheidet das Spiel

das-run.de

Platz Mannschaft Sp. S U V Torv. Diff. Pkt.
Lädt…
Spannende Berichte, heiße Gerüchte & exklusive Transfers

AUS LIEBE ZUM AMATEURFUßBALL

Powered by

Oberliga

Oberliga

Rheinlandliga

Rheinlandliga

Bezirksligen

Bezirksligen

MEDIENPARTNER

FVR-NEWS

Topspiele

Alle Topspiele

Abstimmungen

Abstimmungen

ALLE'NOMINIERTEN

ALLE NOMINIERTEN

alle'helden

alle helden des monats

EXKLUSIVInterviews

EXKLUSIV INTERVIEWS

transfers

Transfers - Deal Done

MEISTERInterviews

Meisterinterviews

MEETTHEPLAYER

WATCH - MEET THE PLAYER

Spannende Berichte, Ergebnisse & exklusive Insights

Aktuelle Sport-News bei DAS-RUN.DE

3. Liga

3. Liga

3. Liga – Live-Spiele

Lädt...
TEAMDERWOCHE

TEAM DER WOCHE

TOPTORSCHÜTZEN

TOP-TORSCHÜTZEN

Topscorer werden geladen …
Regionalliga

Regionalliga

Regionalliga – Live-Spiele

Wettbewerb

Lädt…
Lädt…
Lädt…
Lädt…
Oberliga Baden-Württemberg Live

Oberliga – Live-Spiele

Wettbewerb

Lädt…
Lädt…
Lädt…
Lädt…
Lädt…
Lädt…
Lädt…
Lädt…
Lädt…
Lädt…
Lädt…
Lädt…
Lädt…
DAS-RUN.DE SHOP

DEIN MARKTPLATZ. DEIN MERCH – von uns geprüft und freigegeben!

Unser Shop ist gerade erst am Anpfiff - aber das Spiel hat schon begonnen. 
Was du heute findest, ist der Auftakt zu einem Marktplatz, der mehr sein will als ein gewöhnlicher Fanshop: eine geprüfte Tauschbörse für signierte Trikots, getragene Handschuhe und Artikel mit Geschichte. 

Du hast ein Sammlerstück mit Fußballseele? Reiche es ein - wir prüfen und veröffentlichen es für dich. 
Schon bald findest du hier zusätzlich unseren offiziellen Merch und exklusive Fan-Produkte von DAS-RUN.DE.
Echt. Transparent. Von Fans für Fans. 

Fan-Shop
Originale. Einzigartig. Nur hier.

Fan-Shop entdecken

Signierte Trikots, Handschuhe & mehr – eingesendet von echten Fans, geprüft von uns.
Nur solange der Vorrat reicht!

  • Das-Run.de "Shirt" für Deine Mannschaft - Aktionspreis inkl. Beflockung
    -33%

    Das-Run.de “Shirt” für Deine Mannschaft – Aktionspreis inkl. Beflockung

    20,00  30,00 
  • TuS Koblenz Trikot ca. 2000 – Amateuroberliga Südwest
    -29%

    TuS Koblenz Trikot ca. 2000 – Amateuroberliga Südwest

    50,00  70,00 
  • TuS Mayen Trikot ca. 1990–1992 – Amateur-Oberliga Klassiker
    -33%

    TuS Mayen Trikot ca. 1990–1992 – Amateur-Oberliga Klassiker

    40,00  60,00 
  • TuS Koblenz Heimtrikot 2010/2011 – Lukas Nottbeck – 3. Liga
    -29%

    TuS Koblenz Heimtrikot 2010/2011 – Lukas Nottbeck – 3. Liga

    50,00  70,00 
Nachwuchsliga

U19 & U17 DFB-Nachwuchsliga

NEWSLETTER

NEWSLETTER ABONNIEREN

Trainer/in des Monts September 2025

  • Sascha Knoff - TuS Koblenz U16 (34%, 14 Votes)
  • Michael Stahl - TuS Koblenz (22%, 9 Votes)
  • Mike Wunderlich - Ahrweiler BC (22%, 9 Votes)
  • Matthias Liedtke - JFV Wolfstein WW/Sieg U19 (15%, 6 Votes)
  • Umut Can Bora - TV Mülhofen (7%, 3 Votes)

Total Voters: 42

Wird geladen ... Wird geladen ...

Spieler/in des Monats September 2025

  • Fabio Licht - SG Puderbach (73%, 64 Votes)
  • Soumah Morlaye - SV Eintracht Trier II (16%, 14 Votes)
  • Mira Meyer - FSG Serrig (7%, 6 Votes)
  • Lukas Kramp - SG Saartal (3%, 3 Votes)
  • Tobias Schnabel - SG Westerburg (1%, 1 Votes)

Total Voters: 93

Wird geladen ... Wird geladen ...

Nachwuchsspieler/in des Monats September 2025

  • Omar Taha - FSV Trier-Tarforst U19 (54%, 817 Votes)
  • Silas Seidel - JSG Rhein-Westerwald U16/U17 (45%, 693 Votes)
  • Lias Weiland - SV Eintracht Trier U16/U17 (0%, 6 Votes)
  • Leon Schmitz - JSG Zissen-Niederzissen - U18/U19 (0%, 5 Votes)
  • Julian Elmert - JFV Wolfstein Ww/Sieg U14/U15 (0%, 3 Votes)

Total Voters: 1.528

Wird geladen ... Wird geladen ...

Wer gewinnt den Fußball-Rheinlandpokal

View Results

Wird geladen ... Wird geladen ...
(function () { // Utility: normalize path (remove trailing slash except root) function normalizePath(path) { if (!path) return '/'; try { // decode and remove query/hash path = decodeURI(path.split('?')[0].split('#')[0]); } catch (e) {} if (path.length > 1 && path.endsWith('/')) path = path.slice(0, -1); if (path === '') path = '/'; return path; } // Determine if two hrefs match the current location function hrefMatchesCurrent(href) { if (!href) return false; // ignore mailto/tel/javascript links if (/^(mailto:|tel:|javascript:)/i.test(href)) return false; // create a URL relative to current origin if needed let url; try { url = new URL(href, window.location.origin); } catch (e) { return false; } const currentPath = normalizePath(window.location.pathname); const linkPath = normalizePath(url.pathname); // If same pathname -> match if (currentPath === linkPath) return true; // If link is full URL and includes the full href in location.href, accept (fallback) if (window.location.href.replace(/\/+$/, '').indexOf(href.replace(/\/+$/, '')) !== -1) return true; // Also allow if link is homepage and current is root if ((linkPath === '/' || linkPath === '') && (currentPath === '/')) return true; return false; } // Main function: finds icon-box wrappers and sets active class function applyActiveNav() { // Find all wrappers that contain links const wrappers = document.querySelectorAll('.elementor-icon-box-wrapper'); let found = false; wrappers.forEach(wrapper => { // gather all inside wrapper (icon link + title link) const links = wrapper.querySelectorAll('a[href]'); let isActive = false; links.forEach(link => { if (hrefMatchesCurrent(link.getAttribute('href'))) { isActive = true; } }); if (isActive) { wrapper.classList.add('active-nav'); found = true; } else { wrapper.classList.remove('active-nav'); } }); return found; } // Try immediate, then retry if DOM changes (Elementor sometimes injects) function init() { // first try applyActiveNav(); // If not found or to be resilient, setup MutationObserver for dynamic updates const observer = new MutationObserver(function () { applyActiveNav(); }); // observe body subtree for new nodes (lightweight config) observer.observe(document.body, { childList: true, subtree: true }); // safety: run one more check after a short delay setTimeout(applyActiveNav, 800); setTimeout(applyActiveNav, 2000); } // If jQuery present, prefer running after doc ready via jQuery if (window.jQuery) { jQuery(function () { init(); }); } else { if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', init); } else { init(); } } })();