{"id":3180,"date":"2026-04-02T08:43:02","date_gmt":"2026-04-02T07:43:02","guid":{"rendered":"https:\/\/hb9id.ch\/?page_id=3180"},"modified":"2026-04-02T08:45:10","modified_gmt":"2026-04-02T07:45:10","slug":"t2lt-rechner-testversion","status":"publish","type":"page","link":"https:\/\/hb9id.ch\/index.php\/innovationen\/t2lt-rechner-testversion\/","title":{"rendered":"T2LT Rechner (Testversion)"},"content":{"rendered":"\n    <div id=\"hb9id-plugin-container\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Figtree:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n        <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/mathjax@3\/es5\/tex-mml-chtml.js\"><\/script>\n\n        <style>\n            .hb9id-t2lt-wrapper { \n                background: #fff; \n                padding: 10px; \n                display: flex; \n                justify-content: center; \n                margin: 0;\n                overflow-x: hidden;\n                box-sizing: border-box;\n            }\n\n            .hb9id-infra-container { \n                font-family: 'Figtree', sans-serif; \n                width: 100%; \n                max-width: 950px; \n                color: #333; \n                line-height: 1.2; \n            }\n\n            .hb9id-infra-container h3 { font-size: 20px; margin: 0 0 10px 0; }\n\n            .hb9id-infra-container h4 { \n                font-size: 13px; margin: 10px 0 6px 0; color: #999; \n                text-transform: uppercase; letter-spacing: 0.5px; \n                border-bottom: 1px solid #eee; padding-bottom: 2px; \n            }\n\n            .hb9id-infra-container .main-grid {\n                display: grid; grid-template-columns: 1fr 1fr; gap: 12px;\n            }\n\n            .hb9id-infra-container .infra-list { display: flex; flex-direction: column; gap: 8px; }\n\n            .hb9id-infra-container .infra-card { \n                background-color: #f9f9f9; padding: 10px 12px; border-radius: 6px; border: 1px solid #f0f0f0; \n            }\n\n            .hb9id-infra-container .infra-header { \n                display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; \n            }\n\n            .hb9id-infra-container .infra-title { font-size: 14px; font-weight: 700; color: #222; }\n\n            .hb9id-infra-container .infra-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 2px; }\n\n            .hb9id-infra-container .infra-item { \n                background: #fff; padding: 6px 8px; border-radius: 4px; border: 1px solid #eee; \n                font-family: monospace; font-size: 13px; display: flex; flex-direction: column; gap: 3px; \n            }\n\n            .hb9id-infra-container .infra-item strong { \n                font-family: 'Figtree', sans-serif; font-size: 10px; color: #777; text-transform: uppercase; \n            }\n\n            .hb9id-infra-container input[type=\"number\"], .hb9id-infra-container select {\n                font-family: 'Figtree', sans-serif; font-size: 14px; padding: 6px; border: 1px solid #ddd; \n                border-radius: 4px; width: 100%; box-sizing: border-box; background: #fff;\n            }\n\n            .hb9id-infra-container .input-group { margin-bottom: 6px; }\n            .hb9id-infra-container .input-group label { font-size: 12px; font-weight: 600; color: #444; display: block; margin-bottom: 3px;}\n\n            .hb9id-infra-container .slider-group { margin-top: 8px; }\n            .hb9id-infra-container .slider-group label { font-size: 12px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; color: #444; }\n            .hb9id-infra-container .slider-group input[type=\"number\"] { width: 80px; margin: 0; font-weight: bold; }\n            \n            .hb9id-infra-container input[type=\"range\"] {\n                -webkit-appearance: none; appearance: none; width: 100%; margin: 10px 0 6px 0; background: transparent; cursor: pointer;\n            }\n            .hb9id-infra-container input[type=\"range\"]:focus { outline: none; }\n            .hb9id-infra-container input[type=\"range\"]::-webkit-slider-runnable-track { width: 100%; height: 6px; cursor: pointer; background: #e0e0e0; border-radius: 4px; border: 1px solid #ccc; }\n            .hb9id-infra-container input[type=\"range\"]::-webkit-slider-thumb { height: 16px; width: 16px; border-radius: 50%; background: #DD9933; border: 2px solid #FFFFFF; cursor: pointer; -webkit-appearance: none; margin-top: -5px; box-shadow: 0 1px 3px rgba(0,0,0,0.3); }\n            .hb9id-infra-container input[type=\"range\"]::-moz-range-track { width: 100%; height: 6px; cursor: pointer; background: #e0e0e0; border-radius: 4px; border: 1px solid #ccc; }\n            .hb9id-infra-container input[type=\"range\"]::-moz-range-thumb { height: 16px; width: 16px; border-radius: 50%; background: #DD9933; border: 2px solid #FFFFFF; cursor: pointer; box-shadow: 0 1px 3px rgba(0,0,0,0.3); }\n\n            .hb9id-infra-container .formula-box { background: #fff; padding: 12px; border: 1px solid #eee; border-radius: 4px; font-size: 13px; text-align: center; overflow-x: auto; margin-bottom: 6px; }\n            .hb9id-infra-container .live-formula { background: #fff; padding: 10px; border: 1px dashed #DD9933; border-radius: 4px; font-size: 14px; font-family: monospace; text-align: left; margin-bottom: 0px; color: #444; line-height: 1.5; }\n\n            .hb9id-infra-container .legend-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; font-size: 11px; color: #555; margin-top: 10px; border-top: 1px solid #eee; padding-top: 10px; }\n\n            .hb9id-infra-container .graph-outer { padding: 15px 12px 18px 35px; position: relative; }\n            .hb9id-infra-container .graph-wrap { position: relative; width: 100%; height: 110px; border: 1px solid #ccc; background: #fff; border-radius: 2px; }\n            \n            .hb9id-infra-container .z-red { position: absolute; bottom: 0; width: 100%; height: 25%; background: rgba(255,0,0,0.08); }\n            .hb9id-infra-container .z-yellow { position: absolute; bottom: 25%; width: 100%; height: 12.5%; background: rgba(255,200,0,0.12); }\n            .hb9id-infra-container .z-green { position: absolute; bottom: 37.5%; width: 100%; height: 37.5%; background: rgba(0,255,0,0.15); }\n            .hb9id-infra-container .z-blue { position: absolute; bottom: 75%; width: 100%; height: 25%; background: rgba(0,0,255,0.04); }\n\n            .hb9id-infra-container .a-green { position: absolute; bottom: 0; width: 100%; height: 25%; background: rgba(0,255,0,0.15); border-top: 1px dashed rgba(0,0,0,0.1); }\n            .hb9id-infra-container .a-yellow { position: absolute; bottom: 25%; width: 100%; height: 25%; background: rgba(255,200,0,0.12); }\n            .hb9id-infra-container .a-red { position: absolute; bottom: 50%; width: 100%; height: 50%; background: rgba(255,0,0,0.08); }\n\n            .hb9id-infra-container .dot { position: absolute; width: 12px; height: 12px; background: #112233; border: 2px solid #fff; border-radius: 50%; transform: translate(-50%, 50%); transition: left 0.1s ease, bottom 0.1s ease; box-shadow: 0 0 4px rgba(0,0,0,0.4); z-index: 10; }\n            \n            .hb9id-infra-container .label-y-title { position: absolute; font-size: 10px; color: #444; font-weight: 700; z-index: 5; top: -4px; left: 0px; }\n            .hb9id-infra-container .label-x-title { position: absolute; font-size: 10px; color: #444; font-weight: 700; z-index: 5; bottom: -4px; right: 5px; }\n            .hb9id-infra-container .zone-text { font-size: 9px; color: #666; position: absolute; left: 4px; padding-top: 3px; z-index: 2; font-weight: 600;}\n            \n            .hb9id-infra-container .grid-line-y { position: absolute; width: 100%; height: 1px; background: rgba(0,0,0,0.06); left: 0; z-index: 1; }\n            .hb9id-infra-container .scale-y { position: absolute; font-size: 10px; color: #777; left: -32px; transform: translateY(50%); z-index: 3; font-family: monospace; width: 28px; text-align: right; }\n            \n            .hb9id-infra-container .grid-line-x { position: absolute; height: 100%; width: 1px; background: rgba(0,0,0,0.06); bottom: 0; z-index: 1; }\n            .hb9id-infra-container .scale-x { position: absolute; font-size: 10px; color: #777; bottom: -16px; transform: translateX(-50%); z-index: 3; font-family: monospace; }\n            .hb9id-infra-container .harmonic-label { position: absolute; font-size: 9px; color: #112; font-weight: bold; z-index: 15; background: rgba(255,255,255,0.8); padding: 1px 3px; border-radius: 3px;}\n\n            .hb9id-infra-container .exact-harmonics { font-family: monospace; font-size: 12px; margin-top: 8px; padding: 8px; background: #fff; border: 1px solid #ddd; border-radius: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }\n            .hb9id-infra-container .eh-green { color: #2a8a2a; }\n            .hb9id-infra-container .eh-red { color: #d93636; }\n\n            #hb9id-print-layout { display: none; }\n\n            \/* --- STRIKTE PDF PRINT OPTIMIERUNG F\u00dcR EINE SEITE --- *\/\n            @media print {\n                @page { size: A4 portrait; margin: 0; }\n                \n                html, body { \n                    width: 210mm !important; height: 297mm !important; \n                    margin: 0 !important; padding: 0 !important; \n                    background: white !important; font-family: 'Figtree', sans-serif !important;\n                }\n                \n                body.hb9id-print-mode > * { display: none !important; }\n                body.hb9id-print-mode > #hb9id-plugin-container { display: block !important; }\n                \n                #hb9id-app-layout { display: none !important; }\n                #hb9id-print-layout { display: block !important; height: 100%; }\n                #hb9id-print-layout * { font-family: 'Figtree', sans-serif !important; }\n                \n                .hb9id-print-page {\n                    width: 210mm !important; \n                    height: 297mm !important; \n                    margin: 0 !important; \n                    padding: 12mm 15mm !important; \n                    box-sizing: border-box !important;\n                    display: flex !important;\n                    flex-direction: column !important;\n                    background: white !important;\n                    overflow: hidden !important;\n                }\n\n                #hb9id-print-layout h2 { color: #DD9933; border-bottom: 2px solid #DD9933; padding-bottom: 4px; margin: 0 0 10px 0; font-size: 20px; font-weight: bold; }\n                #hb9id-print-layout .print-subtitle { font-size: 11px; color: #777; margin-bottom: 12px; }\n                \n                .print-flex-container { display: flex; gap: 15px; flex-grow: 1; margin-bottom: 10px; }\n                .print-col-left { flex: 1.25; display: flex; flex-direction: column; gap: 8px; }\n                .print-col-right { flex: 0.75; border: 1px solid #ddd; background: #fafafa; border-radius: 6px; padding: 10px; display: flex; align-items: center; justify-content: center; position: relative; }\n                \n                .print-box { border: 1px solid #ddd; padding: 6px 10px; border-radius: 6px; background: #fafafa; }\n                .print-box h4 { margin: 0 0 4px 0; color: #444; font-size: 13px; border-bottom: 1px solid #ccc; padding-bottom: 3px; }\n                \n                .data-row { display: flex; justify-content: space-between; border-bottom: 1px solid #eee; padding: 3px 0; font-size: 12px; }\n                .data-row strong { color: #222; font-weight: 600; }\n                .data-row span { font-family: monospace !important; font-size: 13px; font-weight: bold; color: #DD9933; }\n                \n                .print-harmonics { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; font-size: 10.5px; font-family: monospace !important; margin-top: 4px; }\n                .print-harmonics div { padding: 2px 0; }\n                .print-harmonics .eh-green { color: #2a8a2a; }\n                .print-harmonics .eh-red { color: #d93636; }\n\n                .guide-step { margin-bottom: 8px; }\n                .guide-step h4 { color: #DD9933; margin: 0 0 2px 0; font-size: 12px; font-weight: 700; }\n                .guide-step p { margin: 0; font-size: 10.5px; line-height: 1.35; color: #333; text-align: justify; }\n\n                .svg-text { font-family: 'Figtree', sans-serif !important; font-size: 11px; fill: #333; }\n                .svg-val { font-family: monospace !important; font-size: 12px; font-weight: bold; fill: #DD9933; }\n                .svg-red { font-family: 'Figtree', sans-serif !important; font-size: 11px; fill: #ff4444; font-weight: 600; }\n\n                .print-footer { margin-top: auto; border-top: 1px solid #DD9933; padding-top: 6px; text-align: center; font-size: 10.5px; color: #555; font-weight: 600; }\n            }\n\n            @media (max-width: 768px) { .hb9id-infra-container .main-grid { grid-template-columns: 1fr; } }\n        <\/style>\n\n        <div id=\"hb9id-app-layout\" class=\"hb9id-t2lt-wrapper\">\n            <div class=\"hb9id-infra-container\">\n                <h3>T2LT Antennen-Rechner<\/h3>\n\n                <div class=\"main-grid\">\n                    <div>\n                        <h4>Parameter Eingabe<\/h4>\n                        <div class=\"infra-list\">\n                            <div class=\"infra-card\">\n                                <div class=\"infra-header\" style=\"margin-bottom: 2px;\"><span class=\"infra-title\">Band & Frequenz<\/span><\/div>\n                                \n                                <div class=\"input-group\">\n                                    <div style=\"display: flex; gap: 8px; align-items: center;\">\n                                        <select id=\"band-select\" style=\"width: 50%;\">\n                                            <option value=\"custom\">Manuell<\/option>\n                                            <option value=\"cb\" selected>CB-Funk (11m)<\/option>\n                                            <option value=\"10m\">10m Amateurband<\/option>\n                                            <option value=\"12m\">12m Amateurband<\/option>\n                                            <option value=\"2m\">2m Amateurband<\/option>\n                                            <option value=\"70cm\">70cm Amateurband<\/option>\n                                        <\/select>\n                                        <select id=\"cb-channel\" style=\"width: 50%;\">\n                                            <\/select>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"input-group\" style=\"margin-bottom: 0;\">\n                                    <div style=\"display: flex; gap: 12px; align-items: center;\">\n                                        <input type=\"number\" id=\"freq-num\" value=\"27.205\" step=\"0.001\" style=\"width: 100px; font-weight: bold;\">\n                                        <input type=\"range\" id=\"freq-slider\" min=\"1\" max=\"450\" step=\"0.005\" value=\"27.205\">\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"infra-card\">\n                                <div class=\"infra-header\" style=\"margin-bottom: 2px;\"><span class=\"infra-title\">Koaxialkabel<\/span><\/div>\n                                <div class=\"input-group\">\n                                    <select id=\"coax\">\n                                        <option value=\"0.66\" data-diam=\"5.0\" selected>RG-58 (Vf: 0.66, 5.0mm)<\/option>\n                                        <option value=\"0.78\" data-diam=\"5.0\">RG-58 Foam (Vf: 0.78)<\/option>\n                                        <option value=\"0.82\" data-diam=\"5.0\">Aircell 5 (Vf: 0.82)<\/option>\n                                        <option value=\"0.83\" data-diam=\"7.3\">Aircell 7 (Vf: 0.83)<\/option>\n                                        <option value=\"0.66\" data-diam=\"10.3\">RG-213 (Vf: 0.66)<\/option>\n                                        <option value=\"0.85\" data-diam=\"10.3\">LMR-400 (Vf: 0.85)<\/option>\n                                    <\/select>\n                                <\/div>\n                                <div class=\"slider-group\" style=\"margin-bottom: 0; margin-top: 0;\">\n                                    <label>\n                                        <span>Kabel-Au\u00dfen (mm)<\/span>\n                                        <input type=\"number\" id=\"coaxDiam-num\" value=\"5.0\" step=\"0.1\">\n                                    <\/label>\n                                    <input type=\"range\" id=\"coaxDiam\" min=\"2\" max=\"15\" value=\"5.0\" step=\"0.1\">\n                                <\/div>\n                            <\/div>\n                            \n                            <div class=\"infra-card\">\n                                <div class=\"infra-header\" style=\"margin-bottom: 2px;\"><span class=\"infra-title\">Wellenl\u00e4ngen-Faktor<\/span><\/div>\n                                <div class=\"slider-group\" style=\"margin-top: 0; margin-bottom: 0;\">\n                                    <label>\n                                        <span>Faktor (\\(V_\\lambda\\))<\/span>\n                                        <input type=\"number\" id=\"lambdaRatio-num\" value=\"0.250\" step=\"0.005\">\n                                    <\/label>\n                                    <input type=\"range\" id=\"lambdaRatio\" min=\"0.1\" max=\"1.0\" value=\"0.250\" step=\"0.005\">\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"infra-card\">\n                                <div class=\"infra-header\" style=\"margin-bottom: 2px;\"><span class=\"infra-title\">Mantelwellensperre (Choke)<\/span><\/div>\n                                <div class=\"slider-group\" style=\"margin-top: 0;\">\n                                    <label>\n                                        <span>Spulendurchmesser (mm)<\/span>\n                                        <input type=\"number\" id=\"chokeDiam-num\" value=\"110\" step=\"1\">\n                                    <\/label>\n                                    <input type=\"range\" id=\"chokeDiam\" min=\"20\" max=\"250\" value=\"110\" step=\"1\">\n                                <\/div>\n                                <div class=\"slider-group\" style=\"margin-bottom: 0; margin-top: 0;\">\n                                    <label>\n                                        <span>Anzahl Wicklungen<\/span>\n                                        <input type=\"number\" id=\"chokeTurns-num\" value=\"5\" step=\"1\">\n                                    <\/label>\n                                    <input type=\"range\" id=\"chokeTurns\" min=\"1\" max=\"25\" value=\"5\" step=\"1\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <h4>Berechnungsgrundlagen & Legende<\/h4>\n                        <div class=\"infra-list\">\n                            <div class=\"infra-card\" style=\"padding: 12px;\">\n                                <div class=\"formula-box\" style=\"margin-bottom: 0; border: none; background: transparent; padding: 0;\">\n                                    $$\\lambda = \\frac{300}{f} \\quad \\Big| \\quad L_{St} = \\lambda \\cdot V_\\lambda \\cdot 0.95 \\quad \\Big| \\quad L_{Kx} = \\lambda \\cdot V_\\lambda \\cdot V_{Kx}$$\n                                    $$L [\\mu H] \\approx \\frac{r^2 \\cdot N^2}{25.4 \\cdot (9r + 10l)} \\quad \\Big| \\quad |Z| [\\Omega] \\approx 2 \\pi f L$$\n                                <\/div>\n                                <div class=\"legend-grid\">\n                                    <div><strong>\\(\\lambda\\)<\/strong> = Wellenl\u00e4nge (m)<\/div>\n                                    <div><strong>f<\/strong> = Frequenz (MHz)<\/div>\n                                    <div><strong>L<sub>St<\/sub><\/strong> \/ <strong>L<sub>Kx<\/sub><\/strong> = L\u00e4ngen (m)<\/div>\n                                    <div><strong>V<sub>\\lambda<\/sub><\/strong> = Wellen-Faktor<\/div>\n                                    <div><strong>V<sub>Kx<\/sub><\/strong> = Verk\u00fcrzungsfaktor Koax<\/div>\n                                    <div><strong>L<\/strong> = Induktivit\u00e4t (\\(\\mu\\)H)<\/div>\n                                    <div><strong>r<\/strong> \/ <strong>l<\/strong> = Spulenradius\/-l\u00e4nge (mm)<\/div>\n                                    <div><strong>N<\/strong> = Wicklungen<\/div>\n                                    <div><strong>|Z|<\/strong> = Impedanz (\\(\\Omega\\))<\/div>\n                                    <div><strong>0.95<\/strong> = Verk\u00fcrzungsfaktor Draht<\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div>\n                        <h4>Berechnete L\u00e4ngen & Werte<\/h4>\n                        <div class=\"infra-list\">\n                            <div class=\"infra-card\" style=\"padding: 6px 12px;\">\n                                <div class=\"infra-grid\">\n                                    <div class=\"infra-item\"><strong>Strahler (abisoliert)<\/strong><span id=\"res-top\">-<\/span><\/div>\n                                    <div class=\"infra-item\"><strong>Koax-Strahler (intakt)<\/strong><span id=\"res-bot\">-<\/span><\/div>\n                                    <div class=\"infra-item\" style=\"background: #eef8f1; border-color: #c3e6cb;\"><strong>Spulen-Induktivit\u00e4t<\/strong><span id=\"res-l\">-<\/span><\/div>\n                                    <div class=\"infra-item\" style=\"background: #eef8f1; border-color: #c3e6cb;\"><strong>Spulen-Impedanz<\/strong><span id=\"res-z\">-<\/span><\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <h4>Live-Berechnung<\/h4>\n                        <div class=\"infra-list\">\n                            <div class=\"infra-card\" style=\"padding: 8px;\">\n                                <div class=\"live-formula\" id=\"live-calc\">\n                                    <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <h4>Eignung Mantelwellensperre<\/h4>\n                        <div class=\"infra-list\">\n                            <div class=\"infra-card\" style=\"padding-bottom: 6px;\">\n                                <div class=\"graph-outer\">\n                                    <div class=\"label-y-title\">Impedanz Z (\u03a9)<\/div>\n                                    <div class=\"label-x-title\">Frequenz (MHz)<\/div>\n                                    \n                                    <div class=\"graph-wrap\">\n                                        <div class=\"z-red\"><div class=\"zone-text\">Zu niedrig<\/div><\/div>\n                                        <div class=\"z-yellow\" style=\"bottom: 25%;\"><div class=\"zone-text\">Ausreichend<\/div><\/div>\n                                        <div class=\"z-green\"><div class=\"zone-text\">Optimal (1.5k-3k\u03a9)<\/div><\/div>\n                                        <div class=\"z-blue\"><div class=\"zone-text\">Sehr hoch<\/div><\/div>\n                                        \n                                        <div class=\"grid-line-y\" style=\"bottom: 25%;\"><\/div><div class=\"scale-y\" style=\"bottom: 25%;\">1000<\/div>\n                                        <div class=\"grid-line-y\" style=\"bottom: 50%;\"><\/div><div class=\"scale-y\" style=\"bottom: 50%;\">2000<\/div>\n                                        <div class=\"grid-line-y\" style=\"bottom: 75%;\"><\/div><div class=\"scale-y\" style=\"bottom: 75%;\">3000<\/div>\n                                        <div class=\"scale-y\" style=\"top: 2px; transform: none;\">4000<\/div>\n                                        <div class=\"scale-y\" style=\"bottom: 2px; transform: none;\">0<\/div>\n                                        \n                                        <div class=\"grid-line-x\" style=\"left: 0%;\"><\/div><div class=\"scale-x\" style=\"left: 0; transform: translateX(-50%);\">3<\/div>\n                                        <div class=\"grid-line-x\" style=\"left: 31.97%;\"><\/div><div class=\"scale-x\" style=\"left: 31.97%; transform: translateX(-50%);\">50<\/div>\n                                        <div class=\"grid-line-x\" style=\"left: 65.98%;\"><\/div><div class=\"scale-x\" style=\"left: 65.98%; transform: translateX(-50%);\">100<\/div>\n                                        <div class=\"grid-line-x\" style=\"left: 100%;\"><\/div><div class=\"scale-x\" style=\"left: 100%; transform: translateX(-50%);\">150<\/div>\n                                        \n                                        <div id=\"graph-dot\" class=\"dot\"><\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <h4>Resonanz Achterbahn (Antenne)<\/h4>\n                        <div class=\"infra-list\">\n                            <div class=\"infra-card\" style=\"padding-bottom: 6px;\">\n                                <div class=\"graph-outer\">\n                                    <div class=\"label-y-title\">Antennen Impedanz Z (\u03a9)<\/div>\n                                    <div class=\"label-x-title\">Frequenz (MHz)<\/div>\n                                    \n                                    <div class=\"graph-wrap\" id=\"harmonics-wrap\">\n                                        <div class=\"a-green\"><div class=\"zone-text\">Resonant (Gut, <1k\u03a9)<\/div><\/div>\n                                        <div class=\"a-yellow\"><div class=\"zone-text\">Grenzbereich<\/div><\/div>\n                                        <div class=\"a-red\"><div class=\"zone-text\">Sperrend (Schlecht, >2k\u03a9)<\/div><\/div>\n                                        \n                                        <div class=\"grid-line-y\" style=\"bottom: 25%;\"><\/div><div class=\"scale-y\" style=\"bottom: 25%;\">1000<\/div>\n                                        <div class=\"grid-line-y\" style=\"bottom: 50%;\"><\/div><div class=\"scale-y\" style=\"bottom: 50%;\">2000<\/div>\n                                        <div class=\"grid-line-y\" style=\"bottom: 75%;\"><\/div><div class=\"scale-y\" style=\"bottom: 75%;\">3000<\/div>\n                                        <div class=\"scale-y\" style=\"top: 2px; transform: none;\">4000<\/div>\n                                        <div class=\"scale-y\" style=\"bottom: 2px; transform: none;\">0<\/div>\n\n                                        <div class=\"grid-line-x\" style=\"left: 0%;\"><\/div><div class=\"scale-x\" style=\"left: 0; transform: translateX(-50%);\">3<\/div>\n                                        <div class=\"grid-line-x\" style=\"left: 32.88%;\"><\/div><div class=\"scale-x\" style=\"left: 32.88%; transform: translateX(-50%);\">150<\/div>\n                                        <div class=\"grid-line-x\" style=\"left: 66.44%;\"><\/div><div class=\"scale-x\" style=\"left: 66.44%; transform: translateX(-50%);\">300<\/div>\n                                        <div class=\"grid-line-x\" style=\"left: 100%;\"><\/div><div class=\"scale-x\" style=\"left: 100%; transform: translateX(-50%);\">450<\/div>\n                                        \n                                        <svg viewBox=\"0 0 100 100\" preserveAspectRatio=\"none\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 4;\">\n                                            <path id=\"harmonic-curve\" d=\"\" stroke=\"#112233\" stroke-width=\"1.5\" fill=\"none\" vector-effect=\"non-scaling-stroke\"\/>\n                                        <\/svg>\n                                    <\/div>\n                                <\/div>\n                                \n                                <div class=\"exact-harmonics\" id=\"exact-harm-box\">\n                                    <\/div>\n                            <\/div>\n                            \n                            <div style=\"margin-top: 12px; text-align: right;\">\n                                <button onclick=\"hb9idPrintPDF()\" style=\"width: 100%; padding: 12px 20px; background: #DD9933; color: white; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; font-size: 14px; transition: background 0.2s;\">\n                                    Als PDF speichern (Berechnung & Bauanleitung)\n                                <\/button>\n                            <\/div>\n\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div id=\"hb9id-print-layout\">\n            <div class=\"hb9id-print-page\">\n                <h2>T2LT Antennen-Berechnung<\/h2>\n                <div class=\"print-subtitle\">Erstellt am: <span id=\"prt-date\">-<\/span> &nbsp;|&nbsp; Frequenz: <span id=\"prt-freq\">-<\/span> &nbsp;|&nbsp; Kabel: <span id=\"prt-kabel\">-<\/span><\/div>\n\n                <div class=\"print-flex-container\">\n                    \n                    <div class=\"print-col-left\">\n                        <div class=\"print-box\">\n                            <h4>Berechnete Antennenma\u00dfe<\/h4>\n                            <div class=\"data-row\"><strong>Oberer Strahler (L<sub>St<\/sub>):<\/strong> <span id=\"prt-lst\">-<\/span><\/div>\n                            <div class=\"data-row\"><strong>Koax-Strahler (L<sub>Kx<\/sub>):<\/strong> <span id=\"prt-lkx\">-<\/span><\/div>\n                            <div class=\"data-row\"><strong>Spule (Choke):<\/strong> <span id=\"prt-choke\">-<\/span><\/div>\n                            <div class=\"data-row\"><strong>Spulen-Werte:<\/strong> <span id=\"prt-z-l\">-<\/span><\/div>\n                        <\/div>\n\n                        <div class=\"print-box\">\n                            <h4>Harmonische Resonanzen<\/h4>\n                            <div id=\"prt-harmonics\" class=\"print-harmonics\">\n                                <\/div>\n                        <\/div>\n\n                        <div>\n                            <h4 style=\"color:#DD9933; margin:8px 0 6px 0; border-bottom:1px solid #ccc; padding-bottom:3px;\">Bauanleitung & Inbetriebnahme<\/h4>\n                            \n                            <div class=\"guide-step\">\n                                <h4>1. Vorbereitung & Material<\/h4>\n                                <p>Messen Sie das ausgew\u00e4hlte Koaxialkabel exakt auf die berechnete Gesamtl\u00e4nge ab. Addieren Sie zwingend noch ca. 1 bis 2 Meter Reserve f\u00fcr das Wickeln der Mantelwellensperre (Choke) und zus\u00e4tzlichen Spielraum f\u00fcr die finale Abstimmung am Funkger\u00e4t ein.<\/p>\n                            <\/div>\n                            <div class=\"guide-step\">\n                                <h4>2. Mantelwellensperre (Spule) wickeln<\/h4>\n                                <p>Messen Sie vom unteren Ende (dem Anschluss zum Funkger\u00e4t) die ben\u00f6tigte Zuleitungsl\u00e4nge ab. Wickeln Sie exakt ab diesem Punkt das Kabel sehr eng, gleichm\u00e4\u00dfig und sauber um einen festen, runden Tr\u00e4ger (z.B. ein HT-Abflussrohr) mit dem berechneten Durchmesser. Sichern Sie die fertige Spule danach fest mit UV-best\u00e4ndigen Kabelbindern. Diese Sperre ist essenziell und verhindert, dass Hochfrequenz auf dem Kabelmantel zur\u00fcckl\u00e4uft.<\/p>\n                            <\/div>\n                            <div class=\"guide-step\">\n                                <h4>3. Koax-Strahler (L<sub>Kx<\/sub>) abmessen<\/h4>\n                                <p>Messen Sie direkt ab dem oberen Ende der Mantelwellensperre exakt die berechnete L\u00e4nge L<sub>Kx<\/sub> ab. Machen Sie an dieser Stelle mit einem Cutter-Messer einen vorsichtigen, ringf\u00f6rmigen Einschnitt in den \u00e4u\u00dferen Kunststoffmantel. Achten Sie dabei penibel darauf, das darunterliegende Kupfer-Schirmgeflecht keinesfalls zu besch\u00e4digen!<\/p>\n                            <\/div>\n                            <div class=\"guide-step\">\n                                <h4>4. Oberen Strahler (L<sub>St<\/sub>) freilegen<\/h4>\n                                <p>Ziehen Sie den \u00e4u\u00dferen Mantel ab dem gemachten Einschnitt nach oben hin komplett ab. Entfernen Sie anschlie\u00dfend auch das gesamte metallische Schirmgeflecht sauber bis zur Spitze. Es darf ab diesem Punkt nur noch das innere Dielektrikum (die Isolation) mitsamt der Kupferseele \u00fcbrig bleiben. Tipp: Lassen Sie diesen oberen Teil f\u00fcr die Abstimmung zun\u00e4chst 5 bis 10 cm l\u00e4nger als berechnet.<\/p>\n                            <\/div>\n                            <div class=\"guide-step\">\n                                <h4>5. Inbetriebnahme & Abstimmung (SWR messen)<\/h4>\n                                <p>H\u00e4ngen Sie die fertige Antenne an einem nicht-leitenden GFK-Mast m\u00f6glichst hoch, frei und exakt vertikal auf (Achtung auf Abst\u00e4nde zu D\u00e4chern oder Metallteilen). Schlie\u00dfen Sie ein SWR-Meter an. Liegt das SWR-Minimum unterhalb Ihrer Wunschfrequenz (Antenne ist zu lang), k\u00fcrzen Sie den oberen Strahler vorsichtig in kleinen 1-2 cm Schritten, oder klappen Sie das Ende engmaschig zur\u00fcck, bis die Resonanz perfekt auf dem gew\u00fcnschten Kanal liegt.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"print-col-right\">\n                        <svg viewBox=\"0 0 160 450\" width=\"100%\" height=\"100%\">\n                            <line x1=\"25\" y1=\"380\" x2=\"25\" y2=\"440\" stroke=\"#333\" stroke-width=\"4\" \/>\n                            \n                            <path d=\"M 25 380 C 5 380, 5 365, 25 365 C 45 365, 45 350, 25 350 C 5 350, 5 335, 25 335 C 45 335, 45 320, 25 320 C 5 320, 5 305, 25 305\" fill=\"none\" stroke=\"#DD9933\" stroke-width=\"4\" \/>\n                            \n                            <line x1=\"25\" y1=\"150\" x2=\"25\" y2=\"305\" stroke=\"#333\" stroke-width=\"4\" \/>\n                            \n                            <line x1=\"10\" y1=\"150\" x2=\"40\" y2=\"150\" stroke=\"#ff4444\" stroke-width=\"3\" \/>\n                            \n                            <line x1=\"25\" y1=\"20\" x2=\"25\" y2=\"150\" stroke=\"#DD9933\" stroke-width=\"2\" \/>\n                            \n                            <polyline points=\"30,85 45,85\" stroke=\"#aaa\" stroke-width=\"1\" fill=\"none\"\/>\n                            <text x=\"50\" y=\"80\" class=\"svg-text\">Strahler (L_St)<\/text>\n                            <text id=\"svg-lst-val\" x=\"50\" y=\"96\" class=\"svg-val\">-<\/text>\n                            \n                            <polyline points=\"35,150 45,150\" stroke=\"#ff4444\" stroke-width=\"1\" fill=\"none\"\/>\n                            <text x=\"50\" y=\"146\" class=\"svg-red\">Einspeisepunkt<\/text>\n                            <text x=\"50\" y=\"158\" class=\"svg-text\" style=\"font-size:8px; fill:#ff4444;\">(Schirm ab hier weg)<\/text>\n                            \n                            <polyline points=\"30,230 45,230\" stroke=\"#aaa\" stroke-width=\"1\" fill=\"none\"\/>\n                            <text x=\"50\" y=\"225\" class=\"svg-text\">Koax (L_Kx)<\/text>\n                            <text id=\"svg-lkx-val\" x=\"50\" y=\"241\" class=\"svg-val\">-<\/text>\n                            \n                            <polyline points=\"40,340 45,340\" stroke=\"#aaa\" stroke-width=\"1\" fill=\"none\"\/>\n                            <text x=\"50\" y=\"335\" class=\"svg-text\">Spule (Choke)<\/text>\n                            <text id=\"svg-choke-val\" x=\"50\" y=\"351\" class=\"svg-val\">-<\/text>\n                            \n                            <polyline points=\"30,410 45,410\" stroke=\"#aaa\" stroke-width=\"1\" fill=\"none\"\/>\n                            <text x=\"50\" y=\"413\" class=\"svg-text\">Zum Funkger\u00e4t<\/text>\n                        <\/svg>\n                    <\/div>\n\n                <\/div>\n                \n                <div class=\"print-footer\">\n                    Generiert durch den HB9ID Funkverein Iddaburg \u2013 www.hb9id.ch\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <script>\n            const cbFreqs = [\n                26.965, 26.975, 26.985, 27.005, 27.015, 27.025, 27.035, 27.055, 27.065, 27.085,\n                27.095, 27.105, 27.115, 27.125, 27.135, 27.155, 27.165, 27.175, 27.185, 27.205,\n                27.215, 27.225, 27.255, 27.235, 27.245, 27.265, 27.275, 27.285, 27.295, 27.305,\n                27.315, 27.325, 27.335, 27.345, 27.355, 27.365, 27.375, 27.385, 27.395, 27.405\n            ];\n            const cbSelect = document.getElementById('cb-channel');\n            cbFreqs.forEach((f, i) => {\n                let opt = document.createElement('option');\n                opt.value = f;\n                opt.innerText = `Kanal ${i+1} (${f.toFixed(3)})`;\n                if(f === 27.205) opt.selected = true; \n                cbSelect.appendChild(opt);\n            });\n\n            function syncInputs(numId, sliderId) {\n                const num = document.getElementById(numId);\n                const slider = document.getElementById(sliderId);\n                num.addEventListener('input', (e) => { slider.value = e.target.value; calculateT2LT(); });\n                slider.addEventListener('input', (e) => { num.value = e.target.value; calculateT2LT(); });\n            }\n            \n            syncInputs('freq-num', 'freq-slider');\n            syncInputs('coaxDiam-num', 'coaxDiam');\n            syncInputs('lambdaRatio-num', 'lambdaRatio');\n            syncInputs('chokeDiam-num', 'chokeDiam');\n            syncInputs('chokeTurns-num', 'chokeTurns');\n\n            const bandSelect = document.getElementById('band-select');\n            const freqNum = document.getElementById('freq-num');\n            const freqSlider = document.getElementById('freq-slider');\n\n            bandSelect.addEventListener('change', (e) => {\n                const val = e.target.value;\n                cbSelect.style.display = (val === 'cb') ? 'block' : 'none';\n\n                if(val === 'cb') freqNum.value = cbSelect.value;\n                else if (val === '10m') freqNum.value = 28.500;\n                else if (val === '12m') freqNum.value = 24.900;\n                else if (val === '2m') freqNum.value = 145.000;\n                else if (val === '70cm') freqNum.value = 433.000;\n                \n                freqSlider.value = freqNum.value;\n                calculateT2LT();\n            });\n\n            cbSelect.addEventListener('change', (e) => {\n                freqNum.value = e.target.value;\n                freqSlider.value = e.target.value;\n                bandSelect.value = 'cb';\n                calculateT2LT();\n            });\n\n            freqNum.addEventListener('input', () => { bandSelect.value = 'custom'; cbSelect.style.display = 'none'; });\n            freqSlider.addEventListener('input', () => { bandSelect.value = 'custom'; cbSelect.style.display = 'none'; });\n\n            document.getElementById('coax').addEventListener('change', function() {\n                const defaultDiam = this.options[this.selectedIndex].getAttribute('data-diam');\n                if(defaultDiam) {\n                    document.getElementById('coaxDiam-num').value = defaultDiam;\n                    document.getElementById('coaxDiam').value = defaultDiam;\n                    calculateT2LT();\n                }\n            });\n\n            function calculateT2LT() {\n                const f = parseFloat(freqNum.value) || 27.205;\n                const vf = parseFloat(document.getElementById('coax').value);\n                const coaxDiam = parseFloat(document.getElementById('coaxDiam-num').value);\n                const diam = parseFloat(document.getElementById('chokeDiam-num').value);\n                const turns = parseFloat(document.getElementById('chokeTurns-num').value);\n                const ratio = parseFloat(document.getElementById('lambdaRatio-num').value);\n\n                const lambda = 300 \/ f;\n                const l_top = lambda * ratio * 0.95;\n                const l_bot = lambda * ratio * vf;\n\n                const r = diam \/ 2; \n                const l_coil = turns * coaxDiam; \n                const inductance = (Math.pow(r, 2) * Math.pow(turns, 2)) \/ (25.4 * (9 * r + 10 * l_coil));\n                const impedance = 2 * Math.PI * f * inductance;\n\n                const liveCalcHTML = `\n                    &lambda; = 300 \/ <b>${f.toFixed(3)}<\/b> = <b>${lambda.toFixed(3)} m<\/b><br>\n                    L<sub>St<\/sub> = ${lambda.toFixed(3)} &middot; <b>${ratio.toFixed(3)}<\/b> &middot; 0.95 = <b>${l_top.toFixed(3)} m<\/b><br>\n                    L<sub>Kx<\/sub> = ${lambda.toFixed(3)} &middot; <b>${ratio.toFixed(3)}<\/b> &middot; ${vf.toFixed(2)} = <b>${l_bot.toFixed(3)} m<\/b><br>\n                    L<sub>Spule<\/sub> &approx; <b>${inductance.toFixed(2)} &mu;H<\/b><br>\n                    |Z| &approx; 2 &pi; &middot; <b>${f.toFixed(3)}<\/b> &middot; <b>${inductance.toFixed(2)}<\/b> &approx; <b>${impedance.toFixed(0)} &Omega;<\/b>\n                `;\n                document.getElementById('live-calc').innerHTML = liveCalcHTML;\n\n                document.getElementById('res-top').innerText = l_top.toFixed(3) + \" m\";\n                document.getElementById('res-bot').innerText = l_bot.toFixed(3) + \" m\";\n                document.getElementById('res-l').innerText = inductance.toFixed(2) + \" \u00b5H\";\n                document.getElementById('res-z').innerText = impedance.toFixed(0) + \" \u03a9\";\n\n                \/\/ IMPEDANZ GRAPH (CHOKE)\n                let zMinX = 3;\n                let zMaxX = 150;\n                let percentX = ((f - zMinX) \/ (zMaxX - zMinX)) * 100;\n                let percentY = (impedance \/ 4000) * 100;\n                percentX = Math.max(0, Math.min(100, percentX));\n                percentY = Math.max(0, Math.min(100, percentY));\n\n                const dotZ = document.getElementById('graph-dot');\n                dotZ.style.left = percentX + \"%\";\n                dotZ.style.bottom = percentY + \"%\";\n                \n                if(f > zMaxX) {\n                    dotZ.style.background = \"#ff0000\"; dotZ.style.borderColor = \"#ff0000\";\n                } else {\n                    dotZ.style.background = \"#112233\"; dotZ.style.borderColor = \"#fff\";\n                }\n\n                \/\/ HARMONISCHE GRAPH\n                const wrapH = document.getElementById('harmonics-wrap');\n                wrapH.querySelectorAll('.h-dot').forEach(e => e.remove());\n                wrapH.querySelectorAll('.h-lbl').forEach(e => e.remove());\n\n                const hMinX = 3;\n                const hMaxX = 450;\n                const hRange = hMaxX - hMinX;\n\n                let pathD = \"\";\n                for(let pct = 0; pct <= 100; pct += 0.5) {\n                    let f_plot = hMinX + (pct \/ 100) * hRange;\n                    let h = f_plot \/ f;\n                    let zVal = 70 + 4000 * Math.pow(Math.sin((h - 1) * Math.PI \/ 2), 4);\n                    let py = (zVal \/ 4000) * 100;\n                    py = Math.max(0, Math.min(100, py));\n                    let svgY = 100 - py;\n                    if(pct === 0) pathD += `M ${pct} ${svgY} `;\n                    else pathD += `L ${pct} ${svgY} `;\n                }\n                document.getElementById('harmonic-curve').setAttribute('d', pathD);\n\n                let exactHTML = \"\";\n                for(let i=1; i<=5; i++) {\n                    let hFreq = f * i;\n                    let px = ((hFreq - hMinX) \/ hRange) * 100;\n                    let isOdd = (i % 2 !== 0);\n                    let zVal = 70 + 4000 * Math.pow(Math.sin((i - 1) * Math.PI \/ 2), 4);\n                    let py = (zVal \/ 4000) * 100;\n                    py = Math.max(0, Math.min(100, py));\n\n                    if(px >= 0 && px <= 100) {\n                        let dot = document.createElement('div');\n                        dot.className = 'dot h-dot';\n                        dot.style.left = px + '%';\n                        dot.style.bottom = py + '%';\n                        dot.style.background = isOdd ? '#44cc44' : '#ff4444';\n                        dot.style.borderColor = '#fff';\n                        dot.style.zIndex = '10';\n                        \n                        let lbl = document.createElement('div');\n                        lbl.className = 'harmonic-label h-lbl';\n                        lbl.style.left = px + '%';\n                        lbl.style.bottom = (py + 10) + '%';\n                        lbl.style.transform = 'translateX(-50%)';\n                        lbl.innerText = i + 'f';\n\n                        wrapH.appendChild(dot);\n                        wrapH.appendChild(lbl);\n                    }\n                    \n                    if(isOdd) {\n                        exactHTML += `<div class=\"eh-green\"><strong>${i}f:<\/strong> ${hFreq.toFixed(2)} MHz (~${Math.round(zVal)} &Omega;)<\/div>`;\n                    } else {\n                        exactHTML += `<div class=\"eh-red\"><strong>${i}f:<\/strong> ${hFreq.toFixed(2)} MHz (~${Math.round(zVal)} &Omega;)<\/div>`;\n                    }\n                }\n                document.getElementById('exact-harm-box').innerHTML = exactHTML;\n            }\n\n            \/\/ PDF PRINT LOGIK F\u00dcR 1 SEITE KOMBINIERT + NAMENSGEBUNG\n            window.hb9idPrintPDF = function() {\n                const now = new Date();\n                document.getElementById('prt-date').innerText = now.toLocaleDateString('de-CH') + ' ' + now.toLocaleTimeString('de-CH') + ' Uhr';\n                \n                const freqStr = document.getElementById('freq-num').value;\n                document.getElementById('prt-freq').innerText = freqStr + ' MHz';\n                \n                const coaxSel = document.getElementById('coax');\n                document.getElementById('prt-kabel').innerText = coaxSel.options[coaxSel.selectedIndex].text;\n                \n                const turns = document.getElementById('chokeTurns-num').value;\n                const diam = document.getElementById('chokeDiam-num').value;\n                \n                document.getElementById('prt-lst').innerText = document.getElementById('res-top').innerText;\n                document.getElementById('prt-lkx').innerText = document.getElementById('res-bot').innerText;\n                document.getElementById('prt-choke').innerText = turns + \" Wdg. \/ \u00d8 \" + diam + \" mm\";\n                document.getElementById('prt-z-l').innerText = document.getElementById('res-l').innerText + \" | \" + document.getElementById('res-z').innerText;\n\n                \/\/ Harmonien \u00fcbernehmen\n                document.getElementById('prt-harmonics').innerHTML = document.getElementById('exact-harm-box').innerHTML;\n\n                \/\/ SVG Werte einsetzen\n                document.getElementById('svg-lst-val').textContent = document.getElementById('res-top').innerText;\n                document.getElementById('svg-lkx-val').textContent = document.getElementById('res-bot').innerText;\n                document.getElementById('svg-choke-val').textContent = turns + \" Wdg. \/ \u00d8 \" + diam + \" mm\";\n\n                \/\/ Dateinamen generieren: HB9ID_T2LT_*Band*_*Frequenz*_*Datum*\n                const dateFile = now.getFullYear() + String(now.getMonth() + 1).padStart(2, '0') + String(now.getDate()).padStart(2, '0');\n                const bandSel = document.getElementById('band-select');\n                let bandStr = bandSel.value === 'custom' ? 'Manuell' : bandSel.options[bandSel.selectedIndex].text.split(' ')[0];\n                const fileName = `HB9ID_T2LT_${bandStr}_${freqStr}MHz_${dateFile}`;\n\n                \/\/ Tempor\u00e4r den Dokumententitel \u00e4ndern, damit der Browser diesen als Standard-Dateinamen verwendet\n                const originalTitle = document.title;\n                document.title = fileName;\n\n                const container = document.getElementById('hb9id-plugin-container');\n                const placeholder = document.createElement('div');\n                placeholder.id = 'hb9id-placeholder';\n                container.parentNode.insertBefore(placeholder, container);\n                \n                document.body.appendChild(container);\n                document.body.classList.add('hb9id-print-mode');\n                \n                setTimeout(() => {\n                    window.print();\n                    \n                    \/\/ Cleanup\n                    document.body.classList.remove('hb9id-print-mode');\n                    placeholder.parentNode.insertBefore(container, placeholder);\n                    placeholder.remove();\n                    document.title = originalTitle;\n                }, 300);\n            };\n\n            calculateT2LT();\n        <\/script>\n    <\/div>\n    \n    \n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Findest du unsere L\u00f6sungen n\u00fctzlich? Dann unterst\u00fctze uns mit einer Spende!<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"350\" src=\"https:\/\/hb9id.ch\/wp-content\/uploads\/2026\/03\/TWINT_Individueller-Betrag_DE-768x350-1.png\" alt=\"\" class=\"wp-image-3053\" srcset=\"https:\/\/hb9id.ch\/wp-content\/uploads\/2026\/03\/TWINT_Individueller-Betrag_DE-768x350-1.png 768w, https:\/\/hb9id.ch\/wp-content\/uploads\/2026\/03\/TWINT_Individueller-Betrag_DE-768x350-1-300x137.png 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Findest du unsere L\u00f6sungen n\u00fctzlich? Dann unterst\u00fctze uns mit einer Spende!<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":2953,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3180","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hb9id.ch\/index.php\/wp-json\/wp\/v2\/pages\/3180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hb9id.ch\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hb9id.ch\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hb9id.ch\/index.php\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/hb9id.ch\/index.php\/wp-json\/wp\/v2\/comments?post=3180"}],"version-history":[{"count":1,"href":"https:\/\/hb9id.ch\/index.php\/wp-json\/wp\/v2\/pages\/3180\/revisions"}],"predecessor-version":[{"id":3181,"href":"https:\/\/hb9id.ch\/index.php\/wp-json\/wp\/v2\/pages\/3180\/revisions\/3181"}],"up":[{"embeddable":true,"href":"https:\/\/hb9id.ch\/index.php\/wp-json\/wp\/v2\/pages\/2953"}],"wp:attachment":[{"href":"https:\/\/hb9id.ch\/index.php\/wp-json\/wp\/v2\/media?parent=3180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}