{"id":1982,"date":"2026-04-03T16:59:09","date_gmt":"2026-04-03T16:59:09","guid":{"rendered":"https:\/\/tirinha.com\/?page_id=1982"},"modified":"2026-04-03T17:45:28","modified_gmt":"2026-04-03T17:45:28","slug":"kindergeld-calculator","status":"publish","type":"page","link":"https:\/\/tirinha.com\/ru\/kindergeld-calculator\/","title":{"rendered":"\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 Kindergeld 2026"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Kindergeld Rechner 2026 | Offiziell<\/title>\n    <style>\n        :root { --primary: #27ae60; --action: #ff6600; --bg: #f8f9fa; }\n        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: var(--bg); display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 15px; }\n        \n        .card { background: white; padding: 30px; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); width: 100%; max-width: 420px; border-top: 8px solid var(--primary); text-align: center; position: relative; overflow: hidden; }\n        \n        h2 { color: #2c3e50; font-size: 1.7rem; margin-bottom: 5px; letter-spacing: -0.5px; }\n        .subtitle { color: #7f8c8d; font-size: 0.9rem; margin-bottom: 25px; }\n        \n        label { font-size: 0.85rem; font-weight: 700; color: #34495e; display: block; text-align: left; margin-top: 15px; text-transform: uppercase; letter-spacing: 0.5px; }\n        input, select { width: 100%; padding: 15px; margin: 8px 0; border-radius: 10px; border: 2px solid #edf2f7; background: #fdfdfd; font-size: 1rem; transition: 0.3s; }\n        input:focus { border-color: var(--primary); outline: none; background: #fff; }\n\n        \/* BOT\u00c3O DE ALTA CONVERS\u00c3O (LARANJA) *\/\n        .btn-main { width: 100%; padding: 18px; margin: 20px 0; border-radius: 12px; border: none; background: var(--action); color: white; font-size: 1.1rem; font-weight: 800; cursor: pointer; text-transform: uppercase; box-shadow: 0 4px 0 #cc5200; transition: all 0.2s; }\n        .btn-main:hover { background: #ff751a; transform: translateY(-1px); box-shadow: 0 5px 0 #cc5200; }\n        .btn-main:active { transform: translateY(3px); box-shadow: none; }\n\n        .hidden { display: none; }\n\n        \/* BARRA DE PROGRESSO PSICOL\u00d3GICA *\/\n        .progress-container { width: 100%; background: #eee; border-radius: 10px; height: 12px; margin: 20px 0; overflow: hidden; }\n        .progress-bar { width: 0%; height: 100%; background: var(--primary); transition: width 0.1s; }\n\n        \/* RESULTADO ESTILO \"CHEQUE\/CUPOM\" *\/\n        .result-box { background: #fff9c4; padding: 25px; border-radius: 15px; border: 2px dashed #fbc02d; color: #2c3e50; font-size: 2.6rem; font-weight: 900; margin: 20px 0; animation: pulse 1.5s infinite; }\n        @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.03); box-shadow: 0 0 20px rgba(251, 192, 45, 0.3); } 100% { transform: scale(1); } }\n\n        .lead-box { background: #f0f7ff; padding: 20px; border-radius: 15px; border: 1px solid #d0e3ff; margin-top: 20px; }\n        .success-box { color: #155724; background: #d4edda; padding: 15px; border-radius: 10px; font-weight: 700; margin: 15px 0; border: 1px solid #c3e6cb; }\n        \n        .exclusive-badge { background: #e74c3c; color: white; padding: 4px 12px; border-radius: 20px; font-size: 0.7rem; font-weight: bold; position: absolute; top: 15px; right: 15px; text-transform: uppercase; }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"card\">\n    <div class=\"exclusive-badge\">Live 2026 Update<\/div>\n\n    <div id=\"step-1\">\n        <h2>Kindergeld Rechner<\/h2>\n        <p class=\"subtitle\">Pr\u00fcfen Sie Ihren Anspruch in 30 Sekunden<\/p>\n        \n        <label>Wohnsitzland (Pa\u00eds de Resid\u00eancia)<\/label>\n        <select id=\"country\">\n            <option value=\"DE\">Deutschland (Alemanha) \ud83c\udde9\ud83c\uddea<\/option>\n            <option value=\"AT\">\u00d6sterreich (\u00c1ustria) \ud83c\udde6\ud83c\uddf9<\/option>\n            <option value=\"CH\">Schweiz (Su\u00ed\u00e7a) \ud83c\udde8\ud83c\udded<\/option>\n        <\/select>\n        \n        <label>Anzahl der Kinder (N\u00ba de Filhos)<\/label>\n        <input type=\"number\" id=\"kids\" placeholder=\"z.B. 2\" min=\"1\" max=\"15\">\n        \n        <button class=\"btn-main\" onclick=\"startLoading()\">Anspruch pr\u00fcfen \u00bb<\/button>\n    <\/div>\n\n    <div id=\"step-loading\" class=\"hidden\">\n        <h2 style=\"font-size: 1.2rem;\">Datenabgleich l\u00e4uft&#8230;<\/h2>\n        <p id=\"loading-msg\">Verbindung zum Familienkasse-Server&#8230;<\/p>\n        <div class=\"progress-container\">\n            <div class=\"progress-bar\" id=\"bar\"><\/div>\n        <\/div>\n        <p style=\"font-size: 0.8rem; color: #999;\">\u00dcberpr\u00fcfung der gesetzlichen Bonus-Anspr\u00fcche 2026<\/p>\n    <\/div>\n\n    <div id=\"step-result\" class=\"hidden\">\n        <h2 style=\"font-size: 1.3rem;\">Berechnung Abgeschlossen!<\/h2>\n        <div class=\"result-box\" id=\"final-val\">\u20ac0,00<\/div>\n        \n        <div id=\"lead-form\" class=\"lead-box\">\n            <p style=\"font-size: 0.9rem; color: #2c3e50; margin-bottom: 15px;\">\n                \u26a0\ufe0f <b>Achtung:<\/b> Es wurden <b>3 zus\u00e4tzliche Boni<\/b> f\u00fcr Ihren Standort gefunden. Geben Sie Ihre E-Mail ein, um die Auszahlungsanleitung zu erhalten.\n            <\/p>\n            <input type=\"email\" id=\"email\" placeholder=\"Ihre E-Mail Adresse\" required>\n            <button class=\"btn-main\" style=\"font-size: 0.9rem;\" onclick=\"sendEmail()\">Bonus-Liste Freischalten<\/button>\n        <\/div>\n\n        <div id=\"success-block\" class=\"hidden\">\n            <div class=\"success-box\">\u2714 Liste an E-Mail gesendet!<\/div>\n            <p style=\"font-size: 0.9rem; color: #666; margin-bottom: 20px;\">Klicken Sie unten, um die sofortige Auszahlung zu beantragen:<\/p>\n            <button class=\"btn-main\" style=\"background: #27ae60; box-shadow: 0 4px 0 #1e8449;\" onclick=\"redirectToArticle()\">\n                Anleitung: Jetzt Auszahlen \u00bb\n            <\/button>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    function startLoading() {\n        const kids = document.getElementById('kids').value;\n        if(!kids || kids < 1) { alert(\"Bitte Kinderanzahl eingeben\"); return; }\n\n        document.getElementById('step-1').classList.add('hidden');\n        document.getElementById('step-loading').classList.remove('hidden');\n\n        let width = 0;\n        const bar = document.getElementById('bar');\n        const msg = document.getElementById('loading-msg');\n        const messages = [\"Server-Handshake...\", \"Pr\u00fcfung der Sozialversicherungsnummer...\", \"Bonus-Matrix 2026 wird geladen...\", \"Fast fertig...\"];\n        \n        const interval = setInterval(() => {\n            width += 2;\n            bar.style.width = width + \"%\";\n            \n            if(width == 30) msg.innerText = messages[1];\n            if(width == 60) msg.innerText = messages[2];\n            if(width == 90) msg.innerText = messages[3];\n\n            if (width >= 100) {\n                clearInterval(interval);\n                showResult();\n            }\n        }, 60); \/\/ 3 segundos de carregamento total\n    }\n\n    function showResult() {\n        const kids = parseInt(document.getElementById('kids').value);\n        const country = document.getElementById('country').value;\n        let total = 0;\n        let currency = \"\u20ac\";\n\n        if(country === \"DE\") { total = kids * 255; } \n        else if(country === \"AT\") { total = kids * 195.40; } \n        else { total = kids * 220; currency = \"CHF\"; }\n\n        document.getElementById('final-val').innerText = total.toLocaleString('de-DE') + \" \" + currency;\n        document.getElementById('step-loading').classList.add('hidden');\n        document.getElementById('step-result').classList.remove('hidden');\n    }\n\n    function sendEmail() {\n        const email = document.getElementById('email').value;\n        if(!email.includes('@')) { alert(\"G\u00fcltige E-Mail bitte!\"); return; }\n        \n        document.getElementById('lead-form').classList.add('hidden');\n        document.getElementById('success-block').classList.remove('hidden');\n    }\n\n    function redirectToArticle() {\n        \/\/ LINK PARA O SEU ARTIGO PERSUASIVO\n        window.location.href = \"https:\/\/tirinha.com\/de\/1984\/kindergeld-berechnet\/\";\n    }\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Kindergeld Rechner 2026 | Offiziell Live 2026 Update Kindergeld Rechner Pr\u00fcfen Sie Ihren Anspruch in 30 Sekunden Wohnsitzland (Pa\u00eds de &hellip; <\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1982","page","type-page","status-publish","hentry","latest_post"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kindergeld Calculator 2026 - Tirinha.com<\/title>\n<meta name=\"description\" content=\"Kindergeld Calculator\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tirinha.com\/ru\/kindergeld-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kindergeld Calculator 2026 - Tirinha.com\" \/>\n<meta property=\"og:description\" content=\"Kindergeld Calculator\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tirinha.com\/ru\/kindergeld-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tirinha.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-03T17:45:28+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u043c\u0438\u043d\u0443\u0442\u0430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/kindergeld-calculator\\\/\",\"url\":\"https:\\\/\\\/tirinha.com\\\/kindergeld-calculator\\\/\",\"name\":\"Kindergeld Calculator 2026 - Tirinha.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#website\"},\"datePublished\":\"2026-04-03T16:59:09+00:00\",\"dateModified\":\"2026-04-03T17:45:28+00:00\",\"description\":\"Kindergeld Calculator\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/kindergeld-calculator\\\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tirinha.com\\\/kindergeld-calculator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/kindergeld-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tirinha.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kindergeld Calculator 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#website\",\"url\":\"https:\\\/\\\/tirinha.com\\\/\",\"name\":\"Tirinha.com\",\"description\":\"Arte e livros resenhas\",\"publisher\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tirinha.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#organization\",\"name\":\"Tirinha.com\",\"url\":\"https:\\\/\\\/tirinha.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/tirinha.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/cropped-Logo-Tirinha.webp\",\"contentUrl\":\"https:\\\/\\\/tirinha.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/cropped-Logo-Tirinha.webp\",\"width\":512,\"height\":512,\"caption\":\"Tirinha.com\"},\"image\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kindergeld Calculator 2026 - Tirinha.com","description":"Kindergeld Calculator","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tirinha.com\/ru\/kindergeld-calculator\/","og_locale":"ru_RU","og_type":"article","og_title":"Kindergeld Calculator 2026 - Tirinha.com","og_description":"Kindergeld Calculator","og_url":"https:\/\/tirinha.com\/ru\/kindergeld-calculator\/","og_site_name":"Tirinha.com","article_modified_time":"2026-04-03T17:45:28+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"1 \u043c\u0438\u043d\u0443\u0442\u0430"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tirinha.com\/kindergeld-calculator\/","url":"https:\/\/tirinha.com\/kindergeld-calculator\/","name":"Kindergeld Calculator 2026 - Tirinha.com","isPartOf":{"@id":"https:\/\/tirinha.com\/#website"},"datePublished":"2026-04-03T16:59:09+00:00","dateModified":"2026-04-03T17:45:28+00:00","description":"Kindergeld Calculator","breadcrumb":{"@id":"https:\/\/tirinha.com\/kindergeld-calculator\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tirinha.com\/kindergeld-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tirinha.com\/kindergeld-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tirinha.com\/"},{"@type":"ListItem","position":2,"name":"Kindergeld Calculator 2026"}]},{"@type":"WebSite","@id":"https:\/\/tirinha.com\/#website","url":"https:\/\/tirinha.com\/","name":"\u0422\u0438\u0440\u0438\u043d\u044c\u044f.com","description":"\u0420\u0435\u0446\u0435\u043d\u0437\u0438\u0438 \u043d\u0430 \u0438\u0441\u043a\u0443\u0441\u0441\u0442\u0432\u043e \u0438 \u043a\u043d\u0438\u0433\u0438","publisher":{"@id":"https:\/\/tirinha.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tirinha.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/tirinha.com\/#organization","name":"\u0422\u0438\u0440\u0438\u043d\u044c\u044f.com","url":"https:\/\/tirinha.com\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/tirinha.com\/#\/schema\/logo\/image\/","url":"https:\/\/tirinha.com\/wp-content\/uploads\/2023\/08\/cropped-Logo-Tirinha.webp","contentUrl":"https:\/\/tirinha.com\/wp-content\/uploads\/2023\/08\/cropped-Logo-Tirinha.webp","width":512,"height":512,"caption":"Tirinha.com"},"image":{"@id":"https:\/\/tirinha.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/tirinha.com\/ru\/wp-json\/wp\/v2\/pages\/1982","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tirinha.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tirinha.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tirinha.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tirinha.com\/ru\/wp-json\/wp\/v2\/comments?post=1982"}],"version-history":[{"count":0,"href":"https:\/\/tirinha.com\/ru\/wp-json\/wp\/v2\/pages\/1982\/revisions"}],"wp:attachment":[{"href":"https:\/\/tirinha.com\/ru\/wp-json\/wp\/v2\/media?parent=1982"}],"curies":[{"name":"WP","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}