{"id":2251,"date":"2026-07-11T16:23:59","date_gmt":"2026-07-11T14:23:59","guid":{"rendered":"https:\/\/leretz.de\/wordpress\/?page_id=2251"},"modified":"2026-08-28T15:46:47","modified_gmt":"2026-08-28T13:46:47","slug":"startseite","status":"publish","type":"page","link":"https:\/\/leretz.de\/wordpress\/","title":{"rendered":"Startseite"},"content":{"rendered":"\n<style>\n\n\/* =========================================================\n   LERETZ TOURBLOG\n   E-BIKE ANIMATION\n   2171 x 724\n   PC \/ TABLET \/ SMARTPHONE\n   ========================================================= *\/\n\n\n\/* =========================================================\n   HAUPTCONTAINER\n   ========================================================= *\/\n\n.leretz-tour-animation {\n\n    position: relative;\n\n    width: 100%;\n\n    \/*\n     * Originalformat:\n     * 2171 x 724 Pixel\n     *\/\n    aspect-ratio: 2171 \/ 724;\n\n    overflow: hidden;\n\n    border-radius: 12px;\n\n    \/*\n     * HIER DIE URL DEINES LANDSCHAFTSBILDES EINTRAGEN\n     *\/\n    background-image: url(\n        \"https:\/\/leretz.de\/wordpress\/wp-content\/uploads\/Landschaft_neu.png\"\n    );\n\n    \/*\n     * Landschaft exakt \u00fcber den gesamten Bereich\n     *\/\n    background-size: 100% 100%;\n\n    background-position: center;\n\n    background-repeat: no-repeat;\n\n    isolation: isolate;\n}\n\n\n\/* =========================================================\n   E-BIKE\n   ========================================================= *\/\n\n.leretz-ebike {\n\n    position: absolute;\n\n    z-index: 10;\n\n    \/*\n     * Gr\u00f6\u00dfe des E-Bikes\n     *\/\n    width: clamp(\n        105px,\n        16vw,\n        230px\n    );\n\n    \/*\n     * KOMPLETT au\u00dferhalb links\n     *\/\n    left: -20%;\n\n    \/*\n     * Position auf der Stra\u00dfe\n     *\/\n    bottom: 7%;\n\n    \/*\n     * Geschwindigkeit\n     *\/\n    animation:\n        leretz-ebike-fahrt\n        14s\n        linear\n        infinite;\n\n    \/*\n     * bessere Animation\n     *\/\n    will-change:\n        left,\n        transform;\n}\n\n\n\/* =========================================================\n   E-BIKE BILD\n   ========================================================= *\/\n\n.leretz-ebike img {\n\n    display: block;\n\n    width: 100%;\n\n    height: auto;\n\n    \/*\n     * Schatten auf der Stra\u00dfe\n     *\/\n    filter:\n        drop-shadow(\n            0 7px 5px\n            rgba(0,0,0,0.35)\n        );\n}\n\n\n\/* =========================================================\n   E-BIKE FAHRT\n   ========================================================= *\/\n\n@keyframes leretz-ebike-fahrt {\n\n\n    \/* =====================================================\n       START\n       komplett au\u00dferhalb links\n       ===================================================== *\/\n\n    0% {\n\n        left: -20%;\n\n        transform:\n            scaleX(1);\n    }\n\n\n    \/* =====================================================\n       FAHRT NACH RECHTS\n       ===================================================== *\/\n\n    43% {\n\n        left: 100%;\n\n        transform:\n            scaleX(1);\n    }\n\n\n    \/* =====================================================\n       KOMPLETT RECHTS AUSSERHALB\n       UMDREHEN\n       ===================================================== *\/\n\n    46% {\n\n        left: 100%;\n\n        transform:\n            scaleX(-1);\n    }\n\n\n    \/* =====================================================\n       FAHRT NACH LINKS\n       ===================================================== *\/\n\n    89% {\n\n        left: -20%;\n\n        transform:\n            scaleX(-1);\n    }\n\n\n    \/* =====================================================\n       KOMPLETT LINKS AUSSERHALB\n       ===================================================== *\/\n\n    93% {\n\n        left: -20%;\n\n        transform:\n            scaleX(-1);\n    }\n\n\n    \/* =====================================================\n       NEUE RUNDE\n       ===================================================== *\/\n\n    100% {\n\n        left: -20%;\n\n        transform:\n            scaleX(1);\n    }\n\n}\n\n\n\/* =========================================================\n   NEUESTER BLOGEINTRAG\n   ========================================================= *\/\n\n.leretz-neuster-beitrag {\n\n    position: absolute;\n\n    z-index: 20;\n\n    \/*\n     * rechts unten\n     *\/\n    right: 2%;\n\n    bottom: 3%;\n\n    \/*\n     * Breite\n     *\/\n    width: 300px;\n\n    max-width: 30%;\n\n    \/*\n     * Hintergrund\n     *\/\n    background:\n        rgba(\n            255,\n            255,\n            255,\n            0.95\n        );\n\n    \/*\n     * Ecken\n     *\/\n    border-radius: 12px;\n\n    \/*\n     * Schatten\n     *\/\n    box-shadow:\n        0 5px 18px\n        rgba(\n            0,\n            0,\n            0,\n            0.35\n        );\n\n    overflow: hidden;\n\n    \/*\n     * Schrift\n     *\/\n    font-family:\n        Arial,\n        Helvetica,\n        sans-serif;\n\n    \/*\n     * Hover\n     *\/\n    transition:\n        transform\n        0.25s\n        ease,\n\n        box-shadow\n        0.25s\n        ease;\n}\n\n\n\/* =========================================================\n   HOVER BLOGBOX\n   ========================================================= *\/\n\n.leretz-neuster-beitrag:hover {\n\n    transform:\n        translateY(-4px);\n\n    box-shadow:\n        0 8px 25px\n        rgba(\n            0,\n            0,\n            0,\n            0.45\n        );\n}\n\n\n\/* =========================================================\n   BLOGBOX KOPF\n   ========================================================= *\/\n\n.leretz-neuster-header {\n\n    padding:\n        8px 12px;\n\n    background:\n        #173b63;\n\n    color:\n        #ffffff;\n\n    font-size:\n        13px;\n\n    font-weight:\n        bold;\n}\n\n\n\/* =========================================================\n   BLOGBOX INHALT\n   ========================================================= *\/\n\n.leretz-neuster-inhalt {\n\n    padding:\n        10px 12px;\n}\n\n\n\/* =========================================================\n   BLOGTITEL\n   ========================================================= *\/\n\n.leretz-neuster-titel {\n\n    margin:\n        0;\n\n    font-size:\n        17px;\n\n    line-height:\n        1.25;\n\n    font-weight:\n        bold;\n}\n\n\n\/* Link *\/\n\n.leretz-neuster-titel a {\n\n    color:\n        #173b63;\n\n    text-decoration:\n        none;\n}\n\n\n\/* Hover *\/\n\n.leretz-neuster-titel a:hover {\n\n    text-decoration:\n        underline;\n}\n\n\n\/* =========================================================\n   DATUM\n   ========================================================= *\/\n\n.leretz-neuster-datum {\n\n    margin-top:\n        6px;\n\n    font-size:\n        11px;\n\n    color:\n        #777777;\n}\n\n\n\/* =========================================================\n   \u201eBEITRAG LESEN\u201c\n   ========================================================= *\/\n\n.leretz-neuster-link {\n\n    display:\n        inline-block;\n\n    margin-top:\n        8px;\n\n    padding:\n        5px 10px;\n\n    background:\n        #4d8f35;\n\n    color:\n        #ffffff !important;\n\n    border-radius:\n        5px;\n\n    font-size:\n        12px;\n\n    text-decoration:\n        none !important;\n}\n\n\n\/* Hover *\/\n\n.leretz-neuster-link:hover {\n\n    background:\n        #376b28;\n}\n\n\n\/* =========================================================\n   LADEN\n   ========================================================= *\/\n\n.leretz-neuster-laden {\n\n    padding:\n        14px;\n\n    text-align:\n        center;\n\n    font-size:\n        12px;\n\n    color:\n        #666666;\n}\n\n\n\/* =========================================================\n   PC\n   ========================================================= *\/\n\n@media (min-width: 1025px) {\n\n    .leretz-tour-animation {\n\n        aspect-ratio:\n            2171 \/ 724;\n    }\n\n\n    .leretz-ebike {\n\n        width:\n            230px;\n\n        bottom:\n            6%;\n    }\n\n\n    .leretz-neuster-beitrag {\n\n        width:\n            300px;\n\n        max-width:\n            30%;\n    }\n\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media (min-width: 601px)\nand (max-width: 1024px) {\n\n\n    .leretz-ebike {\n\n        width:\n            175px;\n\n        bottom:\n            6%;\n    }\n\n\n    .leretz-neuster-beitrag {\n\n        width:\n            250px;\n\n        max-width:\n            32%;\n    }\n\n\n    .leretz-neuster-titel {\n\n        font-size:\n            14px;\n    }\n\n}\n\n\n\/* =========================================================\n   SMARTPHONE\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n    .leretz-tour-animation {\n        aspect-ratio: 2171 \/ 724;\n        border-radius: 8px;\n    }\n\n    \/* E-Bike *\/\n    .leretz-ebike {\n        width: 115px;\n        bottom: 5%;\n        animation-duration: 11s;\n    }\n\n    \/* =========================================\n       NEUSTER BLOGEINTRAG \u2013 HANDY KLEINER\n       ========================================= *\/\n\n    .leretz-neuster-beitrag {\n        right: 2%;\n        bottom: 3%;\n        width: 32%;\n        max-width: 145px;\n        border-radius: 6px;\n    }\n\n    .leretz-neuster-header {\n        padding: 4px 6px;\n        font-size: 8px;\n    }\n\n    .leretz-neuster-inhalt {\n        padding: 5px 6px;\n    }\n\n    .leretz-neuster-titel {\n        font-size: 9px;\n        line-height: 1.15;\n    }\n\n    .leretz-neuster-datum {\n        margin-top: 3px;\n        font-size: 7px;\n    }\n\n    .leretz-neuster-link {\n        margin-top: 3px;\n        padding: 3px 5px;\n        font-size: 7px;\n    }\n\n}\n\n\n\/* =========================================================\n   SEHR KLEINES SMARTPHONE\n   ========================================================= *\/\n\n@media (max-width: 380px) {\n\n    .leretz-ebike {\n        width: 100px;\n    }\n\n    \/* Noch kompakter auf sehr kleinen Smartphones *\/\n    .leretz-neuster-beitrag {\n        width: 35%;\n        max-width: 125px;\n    }\n\n    .leretz-neuster-titel {\n        font-size: 8px;\n    }\n\n    \/*\n     * Auf sehr kleinen Displays\n     * Button ausblenden\n     *\/\n    .leretz-neuster-link {\n        display: none;\n    }\n\n}\n\n\n\/* =========================================================\n   REDUZIERTE BEWEGUNG\n   ========================================================= *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n    .leretz-ebike {\n\n        animation:\n            none;\n\n        left:\n            40%;\n    }\n\n}\n\n<\/style>\n\n\n<!-- =========================================================\n     LERETZ TOURBLOG\n     ========================================================= -->\n\n<div\n    class=\"leretz-tour-animation\"\n    id=\"leretz-tour-animation\"\n>\n\n\n    <!-- =====================================================\n         E-BIKE MIT FAHRER\n         ===================================================== -->\n\n    <div\n        class=\"leretz-ebike\"\n        id=\"leretz-ebike\"\n    >\n\n        <img decoding=\"async\"\n            src=\"https:\/\/leretz.de\/wordpress\/wp-content\/uploads\/Transparent-Bike.png\"\n            alt=\"E-Bike-Fahrer auf Radtour\"\n        >\n\n    <\/div>\n\n\n    <!-- =====================================================\n         NEUESTER BLOGEINTRAG\n         ===================================================== -->\n\n    <div\n        class=\"leretz-neuster-beitrag\"\n        id=\"leretz-neuster-beitrag\"\n    >\n\n        <div\n            class=\"leretz-neuster-header\"\n        >\n\n            \ud83d\udeb2 Neuer Blogeintrag\n\n        <\/div>\n\n\n        <div\n            class=\"leretz-neuster-laden\"\n        >\n\n            Lade neuesten Beitrag \u2026\n\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n\n<script>\n\n\/* =========================================================\n   LERETZ TOURBLOG\n   NEUESTEN WORDPRESS-BEITRAG LADEN\n   ========================================================= *\/\n\n(function () {\n\n    \"use strict\";\n\n\n    \/* =====================================================\n       BLOGBOX\n       ===================================================== *\/\n\n    const box =\n        document.getElementById(\n            \"leretz-neuster-beitrag\"\n        );\n\n\n    \/*\n     * Pr\u00fcfen\n     *\/\n\n    if (!box) {\n\n        console.error(\n            \"Leretz Tourblog: Blogbox nicht gefunden.\"\n        );\n\n        return;\n    }\n\n\n    \/* =====================================================\n       M\u00d6GLICHE WORDPRESS REST API ADRESSEN\n       ===================================================== *\/\n\n    const apiAdressen = [\n\n        \/*\n         * alte WordPress-Adresse\n         *\/\n        \"\/wordpress\/wp-json\/wp\/v2\/posts?per_page=1&orderby=date&order=desc\",\n\n\n        \/*\n         * neue WordPress-Adresse\n         *\/\n        \"\/tourblog\/wp-json\/wp\/v2\/posts?per_page=1&orderby=date&order=desc\"\n\n    ];\n\n\n    \/* =====================================================\n       API TESTEN\n       ===================================================== *\/\n\n    function testeApi(index) {\n\n\n        \/*\n         * Keine weitere Adresse\n         *\/\n\n        if (\n            index >=\n            apiAdressen.length\n        ) {\n\n\n            console.error(\n                \"Leretz Tourblog: \" +\n                \"Keine WordPress REST API gefunden.\"\n            );\n\n\n            box.innerHTML = `\n\n                <div\n                    class=\"leretz-neuster-header\"\n                >\n\n                    \ud83d\udeb2 Leretz Tourblog\n\n                <\/div>\n\n\n                <div\n                    class=\"leretz-neuster-inhalt\"\n                >\n\n                    <div\n                        class=\"leretz-neuster-titel\"\n                    >\n\n                        Neuer Blogeintrag\n\n                    <\/div>\n\n\n                    <div\n                        class=\"leretz-neuster-datum\"\n                    >\n\n                        Blog konnte nicht geladen werden.\n\n                    <\/div>\n\n                <\/div>\n\n            `;\n\n\n            return;\n        }\n\n\n        \/*\n         * URL erstellen\n         *\/\n\n        const url =\n            window.location.origin +\n            apiAdressen[index];\n\n\n        console.log(\n            \"Leretz Tourblog \u2013 teste:\",\n            url\n        );\n\n\n        \/* =================================================\n           API AUFRUF\n           ================================================= *\/\n\n        fetch(\n\n            url,\n\n            {\n\n                method:\n                    \"GET\",\n\n                headers: {\n\n                    \"Accept\":\n                        \"application\/json\"\n\n                },\n\n                cache:\n                    \"no-cache\"\n\n            }\n\n        )\n\n\n        .then(\n            function (response) {\n\n\n                \/*\n                 * Fehler\n                 *\/\n\n                if (!response.ok) {\n\n                    throw new Error(\n                        \"HTTP \" +\n                        response.status\n                    );\n\n                }\n\n\n                return response.json();\n\n            }\n        )\n\n\n        .then(\n            function (posts) {\n\n\n                console.log(\n                    \"Leretz Tourblog \u2013 Beitr\u00e4ge:\",\n                    posts\n                );\n\n\n                \/*\n                 * Keine Beitr\u00e4ge\n                 *\/\n\n                if (\n                    !posts ||\n                    posts.length === 0\n                ) {\n\n                    throw new Error(\n                        \"Keine Beitr\u00e4ge gefunden.\"\n                    );\n\n                }\n\n\n                \/*\n                 * NEUESTER BEITRAG\n                 *\/\n\n                const post =\n                    posts[0];\n\n\n                \/* =========================================\n                   TITEL\n                   ========================================= *\/\n\n                const title =\n                    post.title.rendered;\n\n\n                \/* =========================================\n                   LINK\n                   ========================================= *\/\n\n                const link =\n                    post.link;\n\n\n                \/* =========================================\n                   DATUM\n                   ========================================= *\/\n\n                const datum =\n                    new Date(\n                        post.date\n                    ).toLocaleDateString(\n\n                        \"de-DE\",\n\n                        {\n\n                            day:\n                                \"2-digit\",\n\n                            month:\n                                \"2-digit\",\n\n                            year:\n                                \"numeric\"\n\n                        }\n\n                    );\n\n\n                \/* =========================================\n                   BLOGBOX AUSGEBEN\n                   ========================================= *\/\n\n                box.innerHTML = `\n\n                    <div\n                        class=\"leretz-neuster-header\"\n                    >\n\n                        \ud83d\udeb2 Neuer Blogeintrag\n\n                    <\/div>\n\n\n                    <div\n                        class=\"leretz-neuster-inhalt\"\n                    >\n\n\n                        <div\n                            class=\"leretz-neuster-titel\"\n                        >\n\n                            <a\n                                href=\"${link}\"\n                            >\n\n                                ${title}\n\n                            <\/a>\n\n                        <\/div>\n\n\n                        <div\n                            class=\"leretz-neuster-datum\"\n                        >\n\n                            ${datum}\n\n                        <\/div>\n\n\n                        <a\n                            class=\"leretz-neuster-link\"\n                            href=\"${link}\"\n                        >\n\n                            Beitrag lesen \u2192\n\n                        <\/a>\n\n\n                    <\/div>\n\n                `;\n\n\n                console.log(\n                    \"Leretz Tourblog: \" +\n                    \"Neuster Beitrag geladen.\"\n                );\n\n            }\n\n        )\n\n\n        .catch(\n            function (error) {\n\n\n                console.warn(\n\n                    \"Leretz Tourblog: \" +\n                    \"API \" +\n                    (index + 1) +\n                    \" nicht verf\u00fcgbar:\",\n\n                    error\n\n                );\n\n\n                \/*\n                 * N\u00e4chste Adresse testen\n                 *\/\n\n                testeApi(\n                    index + 1\n                );\n\n            }\n        );\n\n    }\n\n\n    \/* =====================================================\n       START\n       ===================================================== *\/\n\n    testeApi(0);\n\n\n})();\n\n<\/script>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-2251_8bea7c-92 .kt-block-spacer{height:55px;}.wp-block-kadence-spacer.kt-block-spacer-2251_8bea7c-92 .kt-divider{border-top-width:23px;height:1px;border-top-color:var(--global-palette15, #3182CE);width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-2251_8bea7c-92\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/leretz.de\/wordpress\/wp-content\/uploads\/news-150x150.jpg\" alt=\"\" class=\"wp-image-1683\" srcset=\"https:\/\/leretz.de\/wordpress\/wp-content\/uploads\/news-150x150.jpg 150w, https:\/\/leretz.de\/wordpress\/wp-content\/uploads\/news-300x300.jpg 300w, https:\/\/leretz.de\/wordpress\/wp-content\/uploads\/news-1024x1024.jpg 1024w, https:\/\/leretz.de\/wordpress\/wp-content\/uploads\/news-768x768.jpg 768w, https:\/\/leretz.de\/wordpress\/wp-content\/uploads\/news.jpg 1280w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n<style>.kb-posts-id-2251_e767af-3d .kb-post-list-item{display:grid;}<\/style><ul class=\"wp-block-kadence-posts kb-posts kadence-posts-list kb-posts-id-2251_e767af-3d content-wrap grid-cols kb-posts-style-boxed grid-sm-col-2 grid-lg-col-3 item-image-style-above\"><li class=\"kb-post-list-item\">\n\t<article class=\"entry content-bg loop-entry post-2738 post type-post status-publish format-standard hentry category-touren-und-reisen-2026 category-touren\">\n\t\t\t\t<div class=\"entry-content-wrap\">\n\t\t\t<header class=\"entry-header\">\n\t\t<div class=\"entry-taxonomies\">\n\t\t<span class=\"category-links term-links category-style-normal\">\n\t\t\t<a href=\"https:\/\/leretz.de\/wordpress\/category\/touren-und-reisen-2026\/\" class=\"category-link-touren-und-reisen-2026\" rel=\"tag\">Tourblog 2026<\/a> | <a href=\"https:\/\/leretz.de\/wordpress\/category\/touren-und-reisen-2026\/touren\/\" class=\"category-link-touren\" rel=\"tag\">Touren<\/a>\t\t<\/span>\n\t<\/div><!-- .entry-taxonomies -->\n\t<h2 class=\"entry-title\"><a href=\"https:\/\/leretz.de\/wordpress\/wasser-und-steintour\/\" rel=\"bookmark\">Wasser und Steintour<\/a><\/h2>\t<div class=\"entry-meta entry-meta-divider-dot\">\n\t<span class=\"posted-by\"><span class=\"meta-label\">Von<\/span><span class=\"author vcard\"><span class=\"fn n\">udo<\/span><\/span><\/span>\t\t\t<span class=\"posted-on\">\n\t\t\t\t<time class=\"entry-date published\" datetime=\"2026-08-24T16:10:25+02:00\">24. August 2026<\/time><time class=\"updated\" datetime=\"2026-08-24T16:11:29+02:00\">24. August 2026<\/time>\t\t\t<\/span>\n\t\t\t\t<\/div><!-- .entry-meta -->\n\t<\/header><!-- .entry-header -->\n\t<div class=\"entry-summary\">\n\t\t<p>Wasser &amp; Stein \u2013 mit dem Fahrrad \u00fcbers H\u00e4rtsfeld Manchmal muss man gar nicht weit fahren, um eine abwechslungsreiche Radtour mit Natur, Geschichte und sch\u00f6nen Landschaften zu erleben. Die Wasser-&amp;-Stein-Tour \u00fcbers H\u00e4rtsfeld verbindet genau diese Dinge: W\u00e4lder und T\u00e4ler, kleine Ortschaften, das Kloster Neresheim, die historische H\u00e4rtsfeldbahn und den H\u00e4rtsfeldsee. Die offizielle Rundtour ist rund&#8230;<\/p>\n\t<\/div><!-- .entry-summary -->\n\t<footer class=\"entry-footer\">\n\t\t\t<div class=\"entry-actions\">\n\t\t\t<p class=\"more-link-wrap\">\n\t\t\t\t<a href=\"https:\/\/leretz.de\/wordpress\/wasser-und-steintour\/\" class=\"post-more-link\">\n\t\t\t\t\tWeiterlesen<span class=\"screen-reader-text\"> Wasser und Steintour<\/span><span class=\"kadence-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"kadence-svg-icon kadence-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Fortfahren<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t<\/svg><\/span>\t\t\t\t<\/a>\n\t\t\t<\/p>\n\t\t<\/div><!-- .entry-actions -->\n\t\t<\/footer><!-- .entry-footer -->\t\t<\/div>\n\t<\/article>\n<\/li>\n<li class=\"kb-post-list-item\">\n\t<article class=\"entry content-bg loop-entry post-2724 post type-post status-publish format-standard hentry category-touren-und-reisen-2026 category-touren\">\n\t\t\t\t<div class=\"entry-content-wrap\">\n\t\t\t<header class=\"entry-header\">\n\t\t<div class=\"entry-taxonomies\">\n\t\t<span class=\"category-links term-links category-style-normal\">\n\t\t\t<a href=\"https:\/\/leretz.de\/wordpress\/category\/touren-und-reisen-2026\/\" class=\"category-link-touren-und-reisen-2026\" rel=\"tag\">Tourblog 2026<\/a> | <a href=\"https:\/\/leretz.de\/wordpress\/category\/touren-und-reisen-2026\/touren\/\" class=\"category-link-touren\" rel=\"tag\">Touren<\/a>\t\t<\/span>\n\t<\/div><!-- .entry-taxonomies -->\n\t<h2 class=\"entry-title\"><a href=\"https:\/\/leretz.de\/wordpress\/emmentaler-radrunde\/\" rel=\"bookmark\">Emmentaler Radrunde<\/a><\/h2>\t<div class=\"entry-meta entry-meta-divider-dot\">\n\t<span class=\"posted-by\"><span class=\"meta-label\">Von<\/span><span class=\"author vcard\"><span class=\"fn n\">udo<\/span><\/span><\/span>\t\t\t<span class=\"posted-on\">\n\t\t\t\t<time class=\"entry-date published\" datetime=\"2026-08-23T18:24:44+02:00\">23. August 2026<\/time><time class=\"updated\" datetime=\"2026-08-23T18:33:13+02:00\">23. August 2026<\/time>\t\t\t<\/span>\n\t\t\t\t<\/div><!-- .entry-meta -->\n\t<\/header><!-- .entry-header -->\n\t<div class=\"entry-summary\">\n\t\t<p>Emmentaler Radrunde \u2013 K\u00e4se, Kapellen und herrliche Alpenblicke Sechs begeisterte E-Biker machten sich auf den Weg ins Ostallg\u00e4u, um die Emmentaler Radrunde zu erkunden. Die Tour versprach eine abwechslungsreiche Mischung aus herrlicher Allg\u00e4uer Landschaft, regionaler K\u00e4sekultur, historischen Bauwerken, kleinen Kapellen und beeindruckenden Ausblicken auf die Alpen. Unser Start- und Zielpunkt war der P+R-Parkplatz in Nesselwang&#8230;.<\/p>\n\t<\/div><!-- .entry-summary -->\n\t<footer class=\"entry-footer\">\n\t\t\t<div class=\"entry-actions\">\n\t\t\t<p class=\"more-link-wrap\">\n\t\t\t\t<a href=\"https:\/\/leretz.de\/wordpress\/emmentaler-radrunde\/\" class=\"post-more-link\">\n\t\t\t\t\tWeiterlesen<span class=\"screen-reader-text\"> Emmentaler Radrunde<\/span><span class=\"kadence-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"kadence-svg-icon kadence-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Fortfahren<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t<\/svg><\/span>\t\t\t\t<\/a>\n\t\t\t<\/p>\n\t\t<\/div><!-- .entry-actions -->\n\t\t<\/footer><!-- .entry-footer -->\t\t<\/div>\n\t<\/article>\n<\/li>\n<li class=\"kb-post-list-item\">\n\t<article class=\"entry content-bg loop-entry post-2488 post type-post status-publish format-standard hentry category-touren-und-reisen-2026 category-touren\">\n\t\t\t\t<div class=\"entry-content-wrap\">\n\t\t\t<header class=\"entry-header\">\n\t\t<div class=\"entry-taxonomies\">\n\t\t<span class=\"category-links term-links category-style-normal\">\n\t\t\t<a href=\"https:\/\/leretz.de\/wordpress\/category\/touren-und-reisen-2026\/\" class=\"category-link-touren-und-reisen-2026\" rel=\"tag\">Tourblog 2026<\/a> | <a href=\"https:\/\/leretz.de\/wordpress\/category\/touren-und-reisen-2026\/touren\/\" class=\"category-link-touren\" rel=\"tag\">Touren<\/a>\t\t<\/span>\n\t<\/div><!-- .entry-taxonomies -->\n\t<h2 class=\"entry-title\"><a href=\"https:\/\/leretz.de\/wordpress\/seentour-allgaeu\/\" rel=\"bookmark\">Seentour Allg\u00e4u<\/a><\/h2>\t<div class=\"entry-meta entry-meta-divider-dot\">\n\t<span class=\"posted-by\"><span class=\"meta-label\">Von<\/span><span class=\"author vcard\"><span class=\"fn n\">udo<\/span><\/span><\/span>\t\t\t<span class=\"posted-on\">\n\t\t\t\t<time class=\"entry-date published\" datetime=\"2026-08-14T18:48:13+02:00\">14. August 2026<\/time><time class=\"updated\" datetime=\"2026-08-14T19:25:01+02:00\">14. August 2026<\/time>\t\t\t<\/span>\n\t\t\t\t<\/div><!-- .entry-meta -->\n\t<\/header><!-- .entry-header -->\n\t<div class=\"entry-summary\">\n\t\t<p>Seentour im s\u00fcdlichen Allg\u00e4u \u2013 von See zu See und zu den K\u00f6nigsschl\u00f6ssern Eine abwechslungsreiche Seentour durch das s\u00fcdliche Allg\u00e4u stand heute auf unserem Programm. Unsere Runde f\u00fchrte uns von Nesselwang \u00fcber zahlreiche Seen nach F\u00fcssen und Schwangau. Neben herrlichen Landschaften erwarteten uns traumhafte Ausblicke auf die Allg\u00e4uer Berge, die K\u00f6nigsschl\u00f6sser Neuschwanstein und Hohenschwangau, eine&#8230;<\/p>\n\t<\/div><!-- .entry-summary -->\n\t<footer class=\"entry-footer\">\n\t\t\t<div class=\"entry-actions\">\n\t\t\t<p class=\"more-link-wrap\">\n\t\t\t\t<a href=\"https:\/\/leretz.de\/wordpress\/seentour-allgaeu\/\" class=\"post-more-link\">\n\t\t\t\t\tWeiterlesen<span class=\"screen-reader-text\"> Seentour Allg\u00e4u<\/span><span class=\"kadence-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"kadence-svg-icon kadence-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Fortfahren<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t<\/svg><\/span>\t\t\t\t<\/a>\n\t\t\t<\/p>\n\t\t<\/div><!-- .entry-actions -->\n\t\t<\/footer><!-- .entry-footer -->\t\t<\/div>\n\t<\/article>\n<\/li>\n<\/ul>\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-2251_7f887a-e1 .kt-block-spacer{height:55px;}.wp-block-kadence-spacer.kt-block-spacer-2251_7f887a-e1 .kt-divider{border-top-width:23px;height:1px;border-top-color:var(--global-palette15, #3182CE);width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-2251_7f887a-e1\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udeb2 Neuer Blogeintrag Lade neuesten Beitrag \u2026<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","ngg_post_thumbnail":0,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-2251","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"udo","author_link":"https:\/\/leretz.de\/wordpress\/author\/9e16bbca8d18e77d\/"},"uagb_comment_info":0,"uagb_excerpt":"\ud83d\udeb2 Neuer Blogeintrag Lade neuesten Beitrag \u2026","_links":{"self":[{"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/pages\/2251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/comments?post=2251"}],"version-history":[{"count":5,"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/pages\/2251\/revisions"}],"predecessor-version":[{"id":2779,"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/pages\/2251\/revisions\/2779"}],"wp:attachment":[{"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/media?parent=2251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}