{"id":2718,"date":"2026-08-22T18:00:57","date_gmt":"2026-08-22T16:00:57","guid":{"rendered":"https:\/\/leretz.de\/wordpress\/?page_id=2718"},"modified":"2026-08-22T18:25:56","modified_gmt":"2026-08-22T16:25:56","slug":"gesamtuebersicht-touren","status":"publish","type":"page","link":"https:\/\/leretz.de\/wordpress\/gesamtuebersicht-touren\/","title":{"rendered":"Gesamt\u00fcbersicht 2026"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Auf Tour 2026<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Alle Touren auf einen Blick \u2013 mit Karte, GPX-Track und ausf\u00fchrlichem Tourbericht<\/h3>\n\n\n\n<style>\n\n\/* =========================================================\n   TOUR-APP\n   ========================================================= *\/\n\n#tour-app {\n    width: 100%;\n    border: 1px solid #ccc;\n    box-sizing: border-box;\n    background: #fff;\n}\n\n\n\/* =========================================================\n   KARTE\n   ========================================================= *\/\n\n#tour-map {\n    width: 100%;\n    height: 650px;\n    background: #e9e9e9;\n}\n\n\n\/* =========================================================\n   STATUS\n   ========================================================= *\/\n\n#tour-status {\n    padding: 10px 15px;\n    font-size: 14px;\n    color: #555;\n    background: #f5f5f5;\n}\n\n\n\/* =========================================================\n   TOUR-LISTE\n   ========================================================= *\/\n\n#tour-list {\n    width: 100%;\n    padding: 20px;\n    background: #f5f5f5;\n    box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   KOPF DER TOUR-LISTE\n   ========================================================= *\/\n\n.tour-list-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 15px;\n    margin-bottom: 20px;\n}\n\n.tour-list-header h3 {\n    margin: 0;\n    font-size: 24px;\n}\n\n\n\/* =========================================================\n   GRUPPEN\n   ========================================================= *\/\n\n.tour-group,\n.multi-tour {\n    margin-bottom: 25px;\n}\n\n\n\/* =========================================================\n   GRUPPEN-\u00dcBERSCHRIFT\n   ========================================================= *\/\n\n.tour-group-title,\n.multi-tour-title {\n    margin: 0 0 10px 0;\n    padding: 10px 12px;\n    background: #e4e4e4;\n    border-radius: 6px;\n    font-size: 18px;\n    font-weight: bold;\n    cursor: pointer;\n}\n\n.tour-group-title:hover,\n.multi-tour-title:hover {\n    background: #d2d2d2;\n}\n\n\n\/* =========================================================\n   TOUR-RASTER\n   ========================================================= *\/\n\n#day-tour-items,\n.multi-tour-items {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 6px 15px;\n}\n\n\n\/* =========================================================\n   TOUR-EINTRAG\n   ========================================================= *\/\n\n.tour-item {\n    padding: 9px 8px;\n    cursor: pointer;\n    border-radius: 5px;\n    line-height: 1.3;\n    transition: background 0.2s;\n}\n\n.tour-item:hover {\n    background: #ddd;\n}\n\n.tour-item.active {\n    background: #d6e8ff;\n    font-weight: bold;\n}\n\n\n\/* =========================================================\n   TOUR-FARBE\n   ========================================================= *\/\n\n.tour-color {\n    display: inline-block;\n    width: 30px;\n    height: 5px;\n    margin-right: 8px;\n    vertical-align: middle;\n    border-radius: 2px;\n}\n\n\n\/* =========================================================\n   TOUR-NAME\n   ========================================================= *\/\n\n.tour-name {\n    font-weight: 500;\n}\n\n\n\/* =========================================================\n   DISTANZ\n   ========================================================= *\/\n\n.tour-distance {\n    margin-left: 8px;\n    color: #666;\n    font-size: 13px;\n    white-space: nowrap;\n}\n\n\n\/* =========================================================\n   GRUPPEN-DISTANZ\n   ========================================================= *\/\n\n.group-distance {\n    margin-left: 8px;\n    color: #555;\n    font-size: 14px;\n    font-weight: normal;\n}\n\n\n\/* =========================================================\n   LADEN\n   ========================================================= *\/\n\n.tour-loading {\n    color: #999;\n    font-size: 12px;\n    margin-left: 5px;\n}\n\n\n\/* =========================================================\n   FEHLER\n   ========================================================= *\/\n\n.tour-error {\n    color: #c0392b;\n    font-size: 12px;\n    margin-left: 5px;\n}\n\n\n\/* =========================================================\n   BUTTON\n   ========================================================= *\/\n\n#show-all-tours {\n    margin: 0;\n    padding: 9px 16px;\n    border: none;\n    border-radius: 6px;\n    background: #333;\n    color: white;\n    cursor: pointer;\n    font-size: 14px;\n    white-space: nowrap;\n}\n\n#show-all-tours:hover {\n    background: #555;\n}\n\n\n\/* =========================================================\n   LEAFLET\n   ========================================================= *\/\n\n\/*\n   Die Karte soll nicht \u00fcber das Kadence-Men\u00fc laufen.\n*\/\n\n#tour-map .leaflet-container,\n.leaflet-container {\n    z-index: 1 !important;\n}\n\n\n\/*\n   WordPress \/ Kadence Navigation\n*\/\n\nheader,\n.site-header,\n.main-navigation,\n.wp-block-navigation,\n.wp-block-navigation__responsive-container {\n    position: relative;\n    z-index: 9999 !important;\n}\n\n\n\/* =========================================================\n   DESKTOP\n   ========================================================= *\/\n\n.hero-tablet,\n.hero-mobile {\n    display: none;\n}\n\n.hero-desktop {\n    display: flex;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media (min-width: 769px) and (max-width: 1024px) {\n\n    .hero-desktop,\n    .hero-mobile {\n        display: none;\n    }\n\n    .hero-tablet {\n        display: flex;\n        min-height: 600px;\n    }\n\n}\n\n\n\/* =========================================================\n   SMARTPHONE\n   ========================================================= *\/\n\n@media (max-width: 768px) {\n\n    #tour-map {\n        height: 550px;\n    }\n\n    #day-tour-items,\n    .multi-tour-items {\n        grid-template-columns: 1fr;\n    }\n\n    .tour-list-header {\n        align-items: flex-start;\n        flex-direction: column;\n    }\n\n    .tour-list-header h3 {\n        font-size: 20px;\n    }\n\n    .hero-desktop,\n    .hero-tablet {\n        display: none;\n    }\n\n    .hero-mobile {\n        display: flex;\n        min-height: 550px;\n    }\n\n}\n\n\n\/* =========================================================\n   KLEINE SMARTPHONES\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n    #tour-map {\n        height: 550px;\n    }\n\n}\n\n<\/style>\n\n\n<!-- ========================================================\n     TOUR-APP\n     ======================================================== -->\n\n<div id=\"tour-app\">\n\n\n    <!-- ====================================================\n         STATUS\n         ==================================================== -->\n\n    <div id=\"tour-status\">\n        Karte wird vorbereitet \u2026\n    <\/div>\n\n\n    <!-- ====================================================\n         KARTE\n         ==================================================== -->\n\n    <div id=\"tour-map\"><\/div>\n\n\n    <!-- ====================================================\n         TOUR-LISTE\n         ==================================================== -->\n\n    <div id=\"tour-list\">\n\n\n        <!-- ==================================================\n             KOPF\n             ================================================== -->\n\n        <div class=\"tour-list-header\">\n\n            <h3>\n                Meine Radtouren\n            <\/h3>\n\n            <button\n                id=\"show-all-tours\"\n                type=\"button\"\n            >\n                Alle Touren anzeigen\n            <\/button>\n\n        <\/div>\n\n\n        <!-- ==================================================\n             TAGESTOUREN\n             ================================================== -->\n\n        <div\n            id=\"day-tours\"\n            class=\"tour-group\"\n        >\n\n            <div class=\"tour-group-title\">\n                \ud83d\udeb4 Tagestouren\n            <\/div>\n\n            <div id=\"day-tour-items\"><\/div>\n\n        <\/div>\n\n\n        <!-- ==================================================\n             MEHRT\u00c4GIGE TOUREN\n\n             Wird automatisch durch tourkarte.js\n             aufgebaut.\n             ================================================== -->\n\n        <div id=\"multi-tours\"><\/div>\n\n\n    <\/div>\n\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Auf Tour 2026 Alle Touren auf einen Blick \u2013 mit Karte, GPX-Track und ausf\u00fchrlichem Tourbericht Karte wird vorbereitet \u2026 Meine Radtouren Alle Touren anzeigen \ud83d\udeb4 Tagestouren<\/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-2718","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":"Auf Tour 2026 Alle Touren auf einen Blick \u2013 mit Karte, GPX-Track und ausf\u00fchrlichem Tourbericht Karte wird vorbereitet \u2026 Meine Radtouren Alle Touren anzeigen \ud83d\udeb4 Tagestouren","_links":{"self":[{"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/pages\/2718","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=2718"}],"version-history":[{"count":3,"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/pages\/2718\/revisions"}],"predecessor-version":[{"id":2723,"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/pages\/2718\/revisions\/2723"}],"wp:attachment":[{"href":"https:\/\/leretz.de\/wordpress\/wp-json\/wp\/v2\/media?parent=2718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}