{"id":1760,"date":"2026-04-19T23:13:41","date_gmt":"2026-04-19T23:13:41","guid":{"rendered":"http:\/\/m-k-v.de\/3.0\/?p=1760"},"modified":"2026-05-03T20:48:37","modified_gmt":"2026-05-03T20:48:37","slug":"starteinteilungen-sprint-tdm-mix-int","status":"publish","type":"post","link":"http:\/\/m-k-v.de\/3.0\/2026\/04\/19\/starteinteilungen-sprint-tdm-mix-int\/","title":{"rendered":"Sprint &amp; Tdm Mix Int &#8211; M\u00fcnchner Meisterschaften"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Livestreams<\/h2>\n\n\n\n<div id=\"setv-livestreams\">Loading\u2026<\/div>\n<style>\n  #setv-livestreams ul { list-style:none; padding:0; display:grid; gap:1rem; }\n  #setv-livestreams li { display:flex; gap:1rem; align-items:flex-start; }\n  #setv-livestreams img { width:160px; height:auto; border-radius:6px; flex-shrink:0; }\n  #setv-livestreams h3 { margin:0 0 .25rem; font-size:1.1rem; }\n  #setv-livestreams .meta { margin:0; color:#666; font-size:.9rem; }\n  #setv-livestreams .teams { margin:.25rem 0 0; font-size:.95rem; }\n  #setv-livestreams .live { color:#c00; font-weight:bold; }\n  #setv-livestreams .error { color:#c00; }\n<\/style>\n<script>\n(function () {\n  const TOKEN      = 'a1a6d1a0-6a2d-42cd-b25f-f69fb5d4be4d|bes4PLm25LyiOWkfMbN0csoBlgO1u14087n8pnKh';\n  const BASE       = 'https:\/\/api.sporteurope.tv\/api\/creator\/personal\/assets\/livestreams';\n  const PER_PAGE   = 50;\n  const LIMIT      = 0; \/\/ 0 = show all; set to e.g. 5 to cap\n\n  \/\/ --- Name filter ---------------------------------------------------------\n  \/\/ Set NAME_REGEX to a regex pattern (string) to keep only matching names.\n  \/\/ Leave as '' (empty string) to disable the filter.\n  \/\/ Examples:\n  \/\/   '^2\\\\. HBL'                  \u2192 names starting with \"2. HBL\"\n  \/\/   'Rimpar|Nordhorn'            \u2192 names containing either club\n  \/\/   '\\\\bU19\\\\b'                  \u2192 whole word \"U19\"\n  \/\/ Use NAME_REGEX_FLAGS for case-insensitive ('i') etc.\n  const NAME_REGEX       = 'Sprint|Tandem';\n  const NAME_REGEX_FLAGS = 'i';\n  \/\/ -------------------------------------------------------------------------\n\n  const container   = document.getElementById('setv-livestreams');\n  const nameMatcher = NAME_REGEX ? new RegExp(NAME_REGEX, NAME_REGEX_FLAGS) : null;\n\n  const fetchPage = async (page) => {\n    const r = await fetch(`${BASE}?page=${page}&per_page=${PER_PAGE}`, {\n      headers: { 'Accept': 'application\/json', 'Authorization': 'Bearer ' + TOKEN }\n    });\n    if (!r.ok) throw new Error('HTTP ' + r.status);\n    return r.json();\n  };\n\n  const escapeHtml = (s) => String(s ?? '').replace(\/[&<>\"']\/g,\n    c => ({'&':'&amp;','<':'&lt;','>':'&gt;','\"':'&quot;',\"'\":'&#39;'}[c]));\n\n  const formatDate = (iso) => new Date(iso).toLocaleString(undefined, {\n    weekday:'short', day:'2-digit', month:'short', year:'numeric',\n    hour:'2-digit', minute:'2-digit'\n  });\n\n  const isWanted = (a, now) => {\n    const liveOrFuture = a.currently_live || new Date(a.content_start_date).getTime() > now;\n    if (!liveOrFuture) return false;\n    if (nameMatcher && !nameMatcher.test(a.name || '')) return false;\n    return true;\n  };\n\n  (async () => {\n    try {\n      const now = Date.now();\n      const matches = [];\n\n      \/\/ API sorts ascending, so upcoming sits on the LAST page. Walk backwards.\n      const first    = await fetchPage(1);\n      const lastPage = first.meta?.last_page || 1;\n\n      for (let p = lastPage; p >= 1; p--) {\n        const page  = (p === 1) ? first : await fetchPage(p);\n        \/\/ Stop walking when a whole page is already in the past, regardless of name filter.\n        const anyLiveOrFuture = page.data.some(a =>\n          a.currently_live || new Date(a.content_start_date).getTime() > now\n        );\n        const found = page.data.filter(a => isWanted(a, now));\n        matches.unshift(...found);\n        if (!anyLiveOrFuture && p < lastPage) break; \/\/ earlier pages are all past\n      }\n\n      matches.sort((a, b) => a.content_start_date.localeCompare(b.content_start_date));\n      const items = LIMIT > 0 ? matches.slice(0, LIMIT) : matches;\n\n      if (items.length === 0) {\n        container.textContent = 'No upcoming livestreams.';\n        return;\n      }\n\n      container.innerHTML = '<ul>' + items.map(a => {\n        const label = a.currently_live\n          ? '<span class=\"live\">\u25cf LIVE<\/span>'\n          : escapeHtml(formatDate(a.content_start_date));\n        const teams = (a.home_team?.name && a.guest_team?.name)\n          ? `<p class=\"teams\">${escapeHtml(a.home_team.name)} vs ${escapeHtml(a.guest_team.name)}<\/p>`\n          : '';\n        const img = a.image_url\n          ? `<img decoding=\"async\" src=\"${escapeHtml(a.image_url)}\" alt=\"\" loading=\"lazy\">`\n          : '';\n        return `<li>${img}<div>\n          <h3><a href=\"${escapeHtml(a.link)}\">${escapeHtml(a.name)}<\/a><\/h3>\n          <p class=\"meta\">${label}<\/p>${teams}\n        <\/div><\/li>`;\n      }).join('') + '<\/ul>';\n    } catch (err) {\n      container.innerHTML = '<p class=\"error\">Could not load livestreams: '\n        + escapeHtml(err.message) + '<\/p>';\n      console.error(err);\n    }\n  })();\n})();\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\">Ergebnisse<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Sprint<\/h3>\n\n\n<div class=\"wp-block-mkv-dateilister\"><div  style=\"display: flex;flex-wrap: wrap;\"><div style=\"border:1px solid black;padding:5px;margin:5px;display: flex;padding: 10px;border-radius: 10px;\" class=\"myTable\"><div><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-AF-Maenner-Sprint.pdf\" target=new><img decoding=\"async\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-AF-Maenner-Sprint-pdf-150x106.jpg\"><\/a><\/div><div style=\"display: inline;font-size: large;margin-left: 10px;\"><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-AF-Maenner-Sprint.pdf\" target=new style=\"color: orange;\">2026 AF M\u00e4nner Sprint<\/a><br><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-AF-Maenner-Sprint.pdf\" style=\"padding-left: 8px;padding-right: 8px;margin-top: 5px;\" class=\"wp-block-file__button wp-element-button\" download=\"\" >Herunterladen<\/a><\/div><\/div><div style=\"border:1px solid black;padding:5px;margin:5px;display: flex;padding: 10px;border-radius: 10px;\" class=\"myTable\"><div><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Finale-Sprint.pdf\" target=new><img decoding=\"async\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Finale-Sprint-pdf-150x106.jpg\"><\/a><\/div><div style=\"display: inline;font-size: large;margin-left: 10px;\"><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Finale-Sprint.pdf\" target=new style=\"color: orange;\">2026 Finale Sprint<\/a><br><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Finale-Sprint.pdf\" style=\"padding-left: 8px;padding-right: 8px;margin-top: 5px;\" class=\"wp-block-file__button wp-element-button\" download=\"\" >Herunterladen<\/a><\/div><\/div><div style=\"border:1px solid black;padding:5px;margin:5px;display: flex;padding: 10px;border-radius: 10px;\" class=\"myTable\"><div><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-HF-Sprint.pdf\" target=new><img decoding=\"async\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-HF-Sprint-pdf-150x106.jpg\"><\/a><\/div><div style=\"display: inline;font-size: large;margin-left: 10px;\"><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-HF-Sprint.pdf\" target=new style=\"color: orange;\">2026 HF Sprint<\/a><br><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-HF-Sprint.pdf\" style=\"padding-left: 8px;padding-right: 8px;margin-top: 5px;\" class=\"wp-block-file__button wp-element-button\" download=\"\" >Herunterladen<\/a><\/div><\/div><div style=\"border:1px solid black;padding:5px;margin:5px;display: flex;padding: 10px;border-radius: 10px;\" class=\"myTable\"><div><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Quali-Sprint.pdf\" target=new><img decoding=\"async\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Quali-Sprint-pdf-106x150.jpg\"><\/a><\/div><div style=\"display: inline;font-size: large;margin-left: 10px;\"><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Quali-Sprint.pdf\" target=new style=\"color: orange;\">2026 Quali Sprint<\/a><br><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Quali-Sprint.pdf\" style=\"padding-left: 8px;padding-right: 8px;margin-top: 5px;\" class=\"wp-block-file__button wp-element-button\" download=\"\" >Herunterladen<\/a><\/div><\/div><div style=\"border:1px solid black;padding:5px;margin:5px;display: flex;padding: 10px;border-radius: 10px;\" class=\"myTable\"><div><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Runner-Up-Sprint.pdf\" target=new><img decoding=\"async\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Runner-Up-Sprint-pdf-150x106.jpg\"><\/a><\/div><div style=\"display: inline;font-size: large;margin-left: 10px;\"><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Runner-Up-Sprint.pdf\" target=new style=\"color: orange;\">2026 Runner Up Sprint<\/a><br><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/05\/2026-Runner-Up-Sprint.pdf\" style=\"padding-left: 8px;padding-right: 8px;margin-top: 5px;\" class=\"wp-block-file__button wp-element-button\" download=\"\" >Herunterladen<\/a><\/div><\/div><div style=\"border:1px solid black;padding:5px;margin:5px;display: flex;padding: 10px;border-radius: 10px;\" class=\"myTable\"><div><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Quali.pdf\" target=new><img decoding=\"async\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Quali-pdf-106x150.jpg\"><\/a><\/div><div style=\"display: inline;font-size: large;margin-left: 10px;\"><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Quali.pdf\" target=new style=\"color: orange;\">MKV Tandem Mixed Quali<\/a><br><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Quali.pdf\" style=\"padding-left: 8px;padding-right: 8px;margin-top: 5px;\" class=\"wp-block-file__button wp-element-button\" download=\"\" >Herunterladen<\/a><\/div><\/div><\/div><\/div>\n\n\n<div style=\"height:58px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Tandem Mixed<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Finale (M\u00fcnchner Meister: Tandem W\u00f6hle L.\/W\u00f6hle M.)<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"202\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Finale-1024x202.png\" alt=\"\" class=\"wp-image-1833\" srcset=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Finale-1024x202.png 1024w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Finale-300x59.png 300w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Finale-768x151.png 768w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Finale-1536x303.png 1536w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Finale-2048x403.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Halbfinale<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"229\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-HF-1024x229.png\" alt=\"\" class=\"wp-image-1835\" srcset=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-HF-1024x229.png 1024w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-HF-300x67.png 300w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-HF-768x172.png 768w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-HF-1536x344.png 1536w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-HF-2048x458.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Viertelfinale<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"443\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-VF-1024x443.png\" alt=\"\" class=\"wp-image-1836\" srcset=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-VF-1024x443.png 1024w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-VF-300x130.png 300w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-VF-768x332.png 768w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-VF-1536x665.png 1536w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-VF-2048x886.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Achtelfinals<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"443\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG2-1024x443.png\" alt=\"\" class=\"wp-image-1837\" srcset=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG2-1024x443.png 1024w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG2-300x130.png 300w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG2-768x332.png 768w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG2-1536x665.png 1536w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG2-2048x886.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"361\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG1-1024x361.png\" alt=\"\" class=\"wp-image-1838\" srcset=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG1-1024x361.png 1024w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG1-300x106.png 300w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG1-768x271.png 768w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG1-1536x541.png 1536w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-AF-DG1-2048x721.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Runners Up<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"202\" src=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Runners-Up-1024x202.png\" alt=\"\" class=\"wp-image-1839\" srcset=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Runners-Up-1024x202.png 1024w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Runners-Up-300x59.png 300w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Runners-Up-768x151.png 768w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Runners-Up-1536x303.png 1536w, http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Runners-Up-2048x403.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Qualifikation<\/p>\n\n\n<div class=\"wp-block-pdfemb-pdf-embedder-viewer\"><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/MKV-Tandem-Mixed-Quali.pdf\" class=\"pdfemb-viewer\" style=\"\" data-width=\"max\" data-height=\"max\" data-toolbar=\"bottom\" data-toolbar-fixed=\"off\">MKV-Tandem-Mixed-Quali<\/a><\/div>\n\n\n<div style=\"height:54px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Starteinteilungen<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Sprint v02 vom<strong><mark style=\"background-color:#f78da7\" class=\"has-inline-color\"> 29.04.2026<\/mark><\/strong><\/p>\n\n\n\n<div data-wp-interactive=\"core\/file\" class=\"wp-block-file\"><object data-wp-bind--hidden=\"!state.hasPdfPreview\" hidden class=\"wp-block-file__embed\" data=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/2026-Sprint_Starteinteilung_v02.pdf\" type=\"application\/pdf\" style=\"width:100%;height:750px\" aria-label=\"Einbettung von 2026 Sprint_Starteinteilung_v02.\"><\/object><a id=\"wp-block-file--media-f715fa34-9a15-4b75-861e-b454ac88580a\" href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/2026-Sprint_Starteinteilung_v02.pdf\">2026 Sprint_Starteinteilung_v02<\/a><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/2026-Sprint_Starteinteilung_v02.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-f715fa34-9a15-4b75-861e-b454ac88580a\">Herunterladen<\/a><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Tandem Mix Int. v03 vom <mark style=\"background-color:#f78da7\" class=\"has-inline-color\">29.04.2026<\/mark><\/p>\n\n\n\n<div data-wp-interactive=\"core\/file\" class=\"wp-block-file\"><object data-wp-bind--hidden=\"!state.hasPdfPreview\" hidden class=\"wp-block-file__embed\" data=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/2026-TdmMixInt_Starteinteilung_v03.pdf\" type=\"application\/pdf\" style=\"width:100%;height:750px\" aria-label=\"Einbettung von 2026 TdmMixInt_Starteinteilung_v03.\"><\/object><a id=\"wp-block-file--media-0d833557-d979-472d-b59a-ddf6c4b84dba\" href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/2026-TdmMixInt_Starteinteilung_v03.pdf\">2026 TdmMixInt_Starteinteilung_v03<\/a><a href=\"http:\/\/m-k-v.de\/3.0\/wp-content\/uploads\/2026\/04\/2026-TdmMixInt_Starteinteilung_v03.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-0d833557-d979-472d-b59a-ddf6c4b84dba\">Herunterladen<\/a><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Livestreams Loading\u2026 Ergebnisse Sprint Tandem Mixed Finale (M\u00fcnchner Meister: Tandem W\u00f6hle L.\/W\u00f6hle M.) Halbfinale Viertelfinale Achtelfinals Runners Up Qualifikation Starteinteilungen Sprint v02 vom 29.04.2026 Tandem Mix Int. v03 vom 29.04.2026<\/p>\n","protected":false},"author":42,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-1760","post","type-post","status-publish","format-standard","hentry","category-sport","entry"],"acf":[],"_links":{"self":[{"href":"http:\/\/m-k-v.de\/3.0\/wp-json\/wp\/v2\/posts\/1760","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/m-k-v.de\/3.0\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/m-k-v.de\/3.0\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/m-k-v.de\/3.0\/wp-json\/wp\/v2\/users\/42"}],"replies":[{"embeddable":true,"href":"http:\/\/m-k-v.de\/3.0\/wp-json\/wp\/v2\/comments?post=1760"}],"version-history":[{"count":8,"href":"http:\/\/m-k-v.de\/3.0\/wp-json\/wp\/v2\/posts\/1760\/revisions"}],"predecessor-version":[{"id":1841,"href":"http:\/\/m-k-v.de\/3.0\/wp-json\/wp\/v2\/posts\/1760\/revisions\/1841"}],"wp:attachment":[{"href":"http:\/\/m-k-v.de\/3.0\/wp-json\/wp\/v2\/media?parent=1760"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/m-k-v.de\/3.0\/wp-json\/wp\/v2\/categories?post=1760"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/m-k-v.de\/3.0\/wp-json\/wp\/v2\/tags?post=1760"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}