const DS2 = window.IseeITDesignSystem_37fb1f; const FLW = { de: , ch: }; // Statische Weg-Kachel: Beleg ohne Link — kein Pfeil, kein Schlusssatz; nur ein ruhiges Anheben unter dem Zeiger. function WegKachel({ land, titel, fussnote, zahl, text, quelle }) { return
{FLW[land]}

{titel}{fussnote && *}

{zahl}

{text}
{quelle}

; } function Wahl({ onNav }) { const { t } = React.useContext(window.SpracheCtx); const w = t.wahl; const geh = (id) => (e) => { e.preventDefault(); onNav && onNav(id); }; return
{w.kicker}

{w.titel}

{w.intro}

{w.standard.text}

{window.FETT(w.nochOffen)} {w.schreiben}

* {w.fussnote}

; } function Weg() { const { t } = React.useContext(window.SpracheCtx); const g = t.weg; return
{g.kicker}

{g.titel}

{g.intro}

{g.wegAlt}
{g.caption}
    {g.etappen.map((e, i) => {e.text})}
; } Object.assign(window, { Wahl, Weg });