{"id":6,"date":"2026-06-25T19:25:31","date_gmt":"2026-06-25T19:25:31","guid":{"rendered":"https:\/\/togethervenezuela.org\/?page_id=6"},"modified":"2026-06-25T19:34:32","modified_gmt":"2026-06-25T19:34:32","slug":"home","status":"publish","type":"page","link":"https:\/\/togethervenezuela.org\/","title":{"rendered":"Home"},"content":{"rendered":"    <style>\n        \/* RADIKALES BLOCKSY BYPASS OVERRIDE *\/\n        .ct-container, .ct-container-full, .site-main, #primary, .entry-content, \n        .post-page-grid, article.page, [data-layout], .ct-inner-container, .hero-section {\n            max-width: 100% !important; \n            width: 100% !important; \n            padding: 0 !important; \n            margin: 0 !important; \n            display: block !important; \n            float: none !important;\n        }\n        .page-header, .entry-header, .hero-section { display: none !important; }\n\n        \/* DETAILED WRAPPER ENGINE (Optimiert nach Vorbild deiner SB8-Struktur) *\/\n        .tv-main-wrapper {\n            --accent: #e67e22;\n            --accent-bright: #ff9f43;\n            --bg: #0b0d11; \n            --card: #16191f;\n            --text: #ffffff;\n            --dim: #94a3b8;\n            --border: rgba(255, 255, 255, 0.1);\n            --tv-light-bg: #11141a;\n            \n            background: var(--bg);\n            color: var(--text);\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            width: 100% !important;\n            margin: 0 !important;\n            padding: 0 0 40px 0 !important;\n            box-sizing: border-box;\n            overflow-x: hidden;\n        }\n        \n        .tv-main-wrapper * { box-sizing: border-box; }\n        \n        \/* EXAKTES SB8 1400PX MAX-GRID SYSTEM *\/\n        .tv-container { \n            width: 100%; \n            max-width: 1400px; \n            margin: 0 auto !important; \n            padding: 0 20px; \n        }\n        \n        .tv-section { padding: 90px 0; width: 100%; display: block; }\n        .tv-bg-light { background-color: var(--tv-light-bg); }\n        .tv-bg-dark { background-color: #07090c; }\n        .tv-text-center { text-align: center; }\n        .max-700 { max-width: 700px; margin: 0 auto; }\n        .max-800 { max-width: 800px; margin: 0 auto; }\n\n        .tv-section-heading {\n            font-size: clamp(28px, 5vw, 42px);\n            font-weight: 900;\n            letter-spacing: -0.03em;\n            color: #fff !important;\n            margin: 0 0 40px;\n            text-transform: uppercase;\n            text-align: center;\n        }\n\n        \/* LIVE BAR *\/\n        .tv-live-bar { background: #e74c3c; color: white; padding: 14px 0; font-size: 0.95rem; font-weight: 600; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.1); }\n        .tv-live-flex { display: flex; align-items: center; gap: 10px; justify-content: center; text-align: center; }\n        .tv-pulse-icon { width: 10px; height: 10px; background: white; border-radius: 50%; display: inline-block; flex-shrink: 0; animation: tvPulse 1.8s infinite; }\n        @keyframes tvPulse { 0% { transform: scale(0.8); opacity: 0.5; } 50% { transform: scale(1.2); opacity: 1; } 100% { transform: scale(0.8); opacity: 0.5; } }\n\n        \/* MODERN RESPONSIVE BENTO ENGINE *\/\n        .tv-grid { display: grid; gap: 20px; margin-top: 40px; width: 100%; grid-template-columns: 1fr; }\n        \n        @media (min-width: 768px) {\n            .tv-grid-2 { grid-template-columns: repeat(2, 1fr); }\n            .tv-grid-3 { grid-template-columns: repeat(2, 1fr); }\n            .tv-grid-4 { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (min-width: 1024px) {\n            .tv-grid-3 { grid-template-columns: repeat(3, 1fr); }\n            .tv-grid-4 { grid-template-columns: repeat(4, 1fr); }\n        }\n\n        \/* HIGH-END HERO ELEMENTS WITH CLAMP() *\/\n        .tv-hero { \n            position: relative; \n            min-height: 75vh; \n            width: 100%; \n            display: flex; \n            align-items: center; \n            justify-content: center; \n            text-align: center; \n            background-repeat: no-repeat;\n            background-position: center center; \n            background-size: cover; \n            padding: 120px 20px 80px; \n            background-blend-mode: overlay;\n        }\n        .tv-hero-overlay { \n            position: absolute; \n            inset: 0;\n            background: radial-gradient(circle at 50% -20%, rgba(230, 126, 34, 0.3) 0%, #0b0d11 90%); \n            z-index: 1; \n        }\n        .tv-hero-content { position: relative; z-index: 2; width: 100%; max-width: 900px; }\n        \n        .tv-hero-title { \n            font-size: clamp(36px, 7vw, 76px); \n            font-weight: 900; \n            color: #fff !important; \n            margin: 0; \n            line-height: 0.95; \n            letter-spacing: -0.05em;\n        }\n        .tv-hero-title span { \n            display: block;\n            background: linear-gradient(90deg, var(--accent), var(--accent-bright));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        .tv-hero-subtitle { \n            font-size: clamp(16px, 3.5vw, 21px); \n            color: var(--dim); \n            margin: 30px auto 40px; \n            max-width: 650px;\n            font-weight: 400;\n        }\n        \n        \/* BENTO CARDS DESIGN *\/\n        .tv-card-bento { \n            background: var(--card); \n            padding: 35px 30px; \n            border-radius: 25px; \n            border: 1px solid var(--border); \n            transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1); \n            height: 100%; \n        }\n        .tv-card-bento:hover {\n            transform: translateY(-5px);\n            border-color: var(--accent);\n        }\n        .tv-card-bento h3 { font-size: 22px; font-weight: 800; color: #fff; margin: 0 0 15px; }\n        .tv-card-bento p { color: var(--dim); margin: 0; font-size: 15px; }\n        \n        .tv-stat-number { font-size: 2.8rem; font-weight: 900; color: var(--accent); display: block; line-height: 1; margin-bottom: 10px; letter-spacing: -0.03em; }\n        .tv-notice-box { background: rgba(230, 126, 34, 0.05); border: 1px solid var(--accent); padding: 30px; margin-top: 40px; text-align: left; border-radius: 20px; }\n        .tv-notice-box strong { color: #fff; font-size: 18px; display: block; margin-bottom: 5px; }\n        .tv-notice-box p { color: var(--dim); margin: 0; }\n        \n        .tv-status-badge { display: inline-block; color: white; font-size: 11px; padding: 5px 14px; border-radius: 12px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; }\n        .badge-warning { background: var(--accent); }\n        .badge-success { background: #2ecc71; }\n        .tv-donation-details { background: rgba(0,0,0,0.2); padding: 20px; border-radius: 15px; margin-top: 15px; border: 1px solid var(--border); word-break: break-all; }\n        .tv-donation-details h4 { color: #fff; margin: 0 0 10px; font-size: 18px; }\n        .tv-donation-details code { background: #000; color: var(--accent-bright); padding: 6px 10px; font-size: 14px; border-radius: 8px; font-family: monospace; display: block; margin-top: 5px; }\n\n        \/* BUTTONS *\/\n        .tv-btn-group { display: flex; gap: 15px; justify-content: center; margin-top: 35px; flex-wrap: wrap; }\n        .tv-btn { display: inline-block; padding: 16px 36px; border-radius: 16px; font-weight: 800; text-decoration: none; transition: 0.3s; font-size: 15px; text-transform: uppercase; text-align: center; }\n        .tv-btn-primary { background-color: var(--accent); color: #fff !important; }\n        .tv-btn-primary:hover { background-color: var(--accent-bright); transform: scale(1.02); }\n        .tv-btn-secondary { background: rgba(255,255,255,0.05); border: 1px solid var(--border); color: #fff !important; backdrop-filter: blur(10px); }\n        .tv-btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: #fff; }\n\n        \/* LANGUAGE SWITCHER *\/\n        .tv-lang-switcher-wrap { position: absolute; top: 25px; right: 25px; z-index: 10; }\n        .tv-lang-switcher { list-style: none; padding: 0; margin: 0; display: flex; gap: 10px; background: rgba(0,0,0,0.4); padding: 6px 14px; border-radius: 30px; border: 1px solid var(--border); }\n        .tv-lang-switcher li a { color: #fff; text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; opacity: 0.6; transition: 0.3s; }\n        .tv-lang-switcher li.current-lang a, .tv-lang-switcher li a:hover { opacity: 1; color: var(--accent-bright); }\n\n        \/* PARTNER & GALLERY *\/\n        .tv-partner-placeholder { background: var(--card); border: 1px solid var(--border); padding: 30px; border-radius: 20px; color: var(--dim); font-weight: 700; font-size: 16px; }\n        .tv-gallery-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }\n        @media (min-width: 768px) { .tv-gallery-grid { grid-template-columns: repeat(2, 1fr); } }\n        .tv-gallery-item { border-radius: 25px; overflow: hidden; height: 350px; border: 1px solid var(--border); }\n        .tv-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }\n        .tv-gallery-item:hover img { transform: scale(1.03); }\n\n        \/* TIMELINE *\/\n        .tv-timeline { position: relative; max-width: 800px; margin: 40px auto 0; padding: 20px 0; }\n        .tv-timeline::after { content: ''; position: absolute; width: 2px; background: var(--border); top: 0; bottom: 0; left: 30px; }\n        .tv-timeline-item { position: relative; margin-bottom: 40px; padding-left: 80px; }\n        .tv-timeline-badge { position: absolute; left: 13px; width: 36px; height: 36px; background: var(--accent); border-radius: 50%; color: #fff; text-align: center; line-height: 36px; font-weight: 900; z-index: 2; box-shadow: 0 0 0 8px var(--bg); }\n        .tv-timeline-panel { background: var(--card); border: 1px solid var(--border); padding: 30px; border-radius: 20px; }\n\n        \/* NEWS CARD *\/\n        .tv-news-card { background: var(--card); border: 1px solid var(--border); border-radius: 25px; overflow: hidden; height: 100%; display: flex; flex-direction: column; }\n        .tv-news-thumb { height: 220px; background-size: cover; background-position: center; }\n        .tv-news-body { padding: 30px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }\n        .tv-news-body p { color: var(--dim); font-size: 15px; margin: 0 0 20px; line-height: 1.6; }\n\n        \/* ACCORDION (FAQ) *\/\n        .tv-accordion { margin-top: 40px; }\n        .tv-accordion-trigger { width: 100%; background: var(--card); border: 1px solid var(--border); padding: 22px 30px; text-align: left; color: #fff; font-size: 17px; font-weight: 800; border-radius: 15px; cursor: pointer; transition: 0.3s; display: flex; justify-content: space-between; align-items: center; }\n        .tv-accordion-trigger:hover { border-color: var(--accent); background: #1c2027; }\n\n        \/* CONTACT FORM *\/\n        .tv-form input, .tv-form textarea { width: 100%; background: #07090c; border: 1px solid var(--border); padding: 16px 20px; border-radius: 12px; color: #fff; margin-bottom: 15px; font-family: sans-serif; font-size: 15px; transition: 0.3s; }\n        .tv-form input:focus, .tv-form textarea:focus { border-color: var(--accent); outline: none; background: #000; }\n\n        \/* FOOTER *\/\n        .tv-footer { padding: 80px 0 40px; text-align: center; border-top: 1px solid var(--border); width: 100%; background: #07090c; }\n        .tv-share-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }\n        .tv-btn-share { background: var(--card); border: 1px solid var(--border); color: #fff; text-decoration: none; padding: 12px 24px; border-radius: 12px; font-size: 14px; font-weight: 700; transition: 0.3s; }\n        .tv-btn-share:hover { border-color: var(--accent); background: var(--bg); transform: translateY(-2px); }\n    <\/style>\n    <div class=\"tv-main-wrapper\">    <div class=\"tv-live-bar\">\n        <div class=\"tv-container tv-live-flex\">\n            <span class=\"tv-pulse-icon\"><\/span>\n            <div>\n                <strong>LIVE-STATUS:<\/strong>\n                Letzte Aktualisierung: 25. Juni 2026 - 21:34 Uhr\n            <\/div>\n        <\/div>\n    <\/div>\n        <section class=\"tv-hero\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1488521787991-ed7bbaae773c?q=80&#038;w=2070');\">\n        <div class=\"tv-hero-overlay\"><\/div>\n        <div class=\"tv-hero-content\">\n            <div class=\"tv-lang-switcher-wrap\"><ul class=\"tv-lang-switcher\">\t<li class=\"lang-item lang-item-3 lang-item-de current-lang lang-item-first\"><a lang=\"de-DE\" hreflang=\"de-DE\" href=\"https:\/\/togethervenezuela.org\/\" aria-current=\"true\">de<\/a><\/li>\n\t<li class=\"lang-item lang-item-6 lang-item-es\"><a lang=\"es-ES\" hreflang=\"es-ES\" href=\"https:\/\/togethervenezuela.org\/index.php\/es\/home-espanol\/\">es<\/a><\/li>\n<\/ul><\/div>            <h1 class=\"tv-hero-title\">Together<span>Venezuela<\/span><\/h1>\n            <p class=\"tv-hero-subtitle\">Helping people. Building hope. Supporting Venezuela.<\/p>\n            <div class=\"tv-btn-group\">\n                <a href=\"#how-to-help\" class=\"tv-btn tv-btn-primary\">Jetzt helfen<\/a>\n                <a href=\"#situation\" class=\"tv-btn tv-btn-secondary\">Aktuelle Lage<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n        <section id=\"situation\" class=\"tv-section tv-bg-light\">\n        <div class=\"tv-container\">\n            <h2 class=\"tv-section-heading\">Aktuelle Situation<\/h2>\n            <div class=\"tv-grid tv-grid-4\">\n                <div class=\"tv-card-bento\"><span class=\"tv-stat-number\">100%<\/span><h3>Was ist passiert?<\/h3><p>Krise\/Notlage Detailbeschreibung...<\/p><\/div>\n                <div class=\"tv-card-bento\"><span class=\"tv-stat-number\">--<\/span><h3>Betroffene Personen<\/h3><p>Zahlen werden nach Best\u00e4tigung aktualisiert.<\/p><\/div>\n                <div class=\"tv-card-bento\"><span class=\"tv-stat-number\">La Guaira<\/span><h3>Regionen<\/h3><p>Fokus auf La Guaira.<\/p><\/div>\n                <div class=\"tv-card-bento\"><span class=\"tv-stat-number\">!<\/span><h3>Ben\u00f6tigte Hilfe<\/h3><p>Medikamente, Nahrung, Logistik.<\/p><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n        <section class=\"tv-section\">\n        <div class=\"tv-container tv-text-center max-700\">\n            <h2 class=\"tv-section-heading\">Warum diese Initiative?<\/h2>\n            <p style=\"font-size: 1.1rem; color: var(--dim);\">Diese Plattform dient ausschlie\u00dflich der Aufkl\u00e4rung und Information \u00fcber die aktuelle Lage vor Ort.<\/p>\n            <div class=\"tv-notice-box\">\n                <strong>Wichtiger Hinweis:<\/strong>\n                <p>Diese Website sammelt selbst zu keinem Zeitpunkt Spendengelder oder Daten.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n        <section class=\"tv-section tv-bg-light\">\n        <div class=\"tv-container\">\n            <h2 class=\"tv-section-heading tv-text-center\">Transparenz & Struktur<\/h2>\n            <div class=\"tv-grid tv-grid-4\">\n                <div class=\"tv-card-bento\"><h3>1. Wer organisiert?<\/h3><p>Friedemann Vieweger & Gerardo Gherma.<\/p><\/div>\n                <div class=\"tv-card-bento\"><h3>2. Wer erh\u00e4lt Spenden?<\/h3><p>Verifizierung l\u00e4uft \u00fcber offizielle Stellen.<\/p><\/div>\n                <div class=\"tv-card-bento\"><h3>3. Wer verteilt?<\/h3><p>Geplant: Katholische Kirche \/ Caritas in La Guaira.<\/p><\/div>\n                <div class=\"tv-card-bento\"><h3>4. Wie gesichert?<\/h3><p>Direkter Belegfluss und lokale Verifizierung.<\/p><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n        <section class=\"tv-section\">\n        <div class=\"tv-container tv-text-center\">\n            <h2 class=\"tv-section-heading\">Verifizierte Partner & Organisationen<\/h2>\n            <div class=\"tv-grid tv-grid-4\">\n                <div class=\"tv-partner-placeholder\">Caritas (Wartend)<\/div>\n                <div class=\"tv-partner-placeholder\">Di\u00f6zese La Guaira<\/div>\n                <div class=\"tv-partner-placeholder\">Katholische Kirche<\/div>\n                <div class=\"tv-partner-placeholder\">Lokale Gemeinden<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n        <section id=\"how-to-help\" class=\"tv-section tv-bg-light\">\n        <div class=\"tv-container\">\n            <h2 class=\"tv-section-heading tv-text-center\">Wie kann ich helfen?<\/h2>\n            <div class=\"tv-grid tv-grid-2\">\n                <div class=\"tv-card-bento\" style=\"border-top-color: #e67e22;\">\n                    <div style=\"font-size:35px; margin-bottom:15px;\">\ud83d\udcb6<\/div>\n                    <h3>Finanzielle Unterst\u00fctzung<\/h3>\n                                            <p class=\"tv-status-badge badge-warning\">Phase 1: Pr\u00fcfung l\u00e4uft<\/p>\n                        <p>Es wird ausdr\u00fccklich darauf hingewiesen, dass derzeit \u00fcber diese Plattform keine Spenden entgegengenommen werden. Die offizielle Partnerorganisation wird aktuell verifiziert.<\/p>\n                                    <\/div>\n                <div class=\"tv-card-bento\">\n                    <div style=\"font-size:35px; margin-bottom:15px;\">\ud83d\udce6<\/div>\n                    <h3>Sach- & Netzwerkhilfe<\/h3>\n                    <p>Bedarfslisten f\u00fcr medizinische G\u00fcter folgen. Nutzen Sie Ihr Netzwerk, um die Kan\u00e4le zu teilen.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n        <section class=\"tv-section\">\n        <div class=\"tv-container\">\n            <h2 class=\"tv-section-heading\">Aktuelle Berichte & Updates<\/h2>\n            <div class=\"tv-grid tv-grid-3\">\n                                    <article class=\"tv-news-card\">\n                                                    <div class=\"tv-news-thumb\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1532938911079-1b06ac7ceec7?q=80&w=600');\"><\/div>\n                                                <div class=\"tv-news-body\">\n                            <span style=\"font-size:12px; color:var(--dim); display:block; margin-bottom:5px;\">Juni 25, 2026<\/span>\n                            <h3 style=\"color: #fff; margin:0 0 10px; font-size:20px; font-weight:800;\">Hello world!<\/h3>\n                            <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!<\/p>\n                            <a href=\"https:\/\/togethervenezuela.org\/index.php\/2026\/06\/25\/hello-world\/\" style=\"color:var(--accent-bright); text-decoration:none; font-weight:800; display:inline-block; margin-top:10px;\">Weiterlesen \u2192<\/a>\n                        <\/div>\n                    <\/article>\n                            <\/div>\n        <\/div>\n    <\/section>\n        <section class=\"tv-section tv-bg-light\">\n        <div class=\"tv-container\">\n            <h2 class=\"tv-section-heading\">Bilder & Dokumentation<\/h2>\n            <div class=\"tv-gallery-grid\">\n                <div class=\"tv-gallery-item\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1488521787991-ed7bbaae773c?q=80&w=800\" alt=\"Venezuela Update\"><\/div>\n                <div class=\"tv-gallery-item\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1509099836639-18ba1795216d?q=80&w=800\" alt=\"Venezuela Update\"><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n        <section class=\"tv-section\">\n        <div class=\"tv-container\">\n            <h2 class=\"tv-section-heading tv-text-center\">Chronologischer Ablauf<\/h2>\n            <div class=\"tv-timeline\">\n                <div class=\"tv-timeline-item\">\n                    <div class=\"tv-timeline-badge\">1<\/div>\n                    <div class=\"tv-timeline-panel\">\n                        <h4 style=\"margin:0 0 10px; font-weight:800; font-size:18px; color:#fff;\">Erfassung der Notlage<\/h4>\n                        <p style=\"margin:0; color:var(--dim);\">Schadensaufnahme und Strukturierung der prim\u00e4r betroffenen Pfarreien.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n        <section class=\"tv-section tv-bg-light\">\n        <div class=\"tv-container\">\n            <h2 class=\"tv-section-heading\">Dokumente & Infomaterial<\/h2>\n            <div class=\"tv-grid tv-grid-3\">\n                <div class=\"tv-card-bento\">\n                    <h4 style=\"font-weight:800; font-size:18px; margin-top:0;\">\ud83d\udcc4 Flyer (DE \/ ES)<\/h4>\n                    <p style=\"color:var(--dim); font-size:14px;\">Informationsflyer zum Ausdrucken und Verteilen.<\/p>\n                    <a href=\"#\" style=\"color:var(--accent-bright); font-weight:800; text-decoration:none;\">Download (PDF)<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n        <section class=\"tv-section\">\n        <div class=\"tv-container max-800\">\n            <h2 class=\"tv-section-heading tv-text-center\">H\u00e4ufige Fragen (FAQ)<\/h2>\n            <div class=\"tv-accordion\">\n                <div class=\"tv-accordion-item\">\n                    <button class=\"tv-accordion-trigger\" onclick=\"this.nextElementSibling.style.display = this.nextElementSibling.style.display === 'block' ? 'none' : 'block';\">Wer steht hinter Together Venezuela?<\/button>\n                    <div class=\"tv-accordion-content\" style=\"display:none; padding: 25px; background:var(--card); border: 1px solid var(--border); border-top:none; border-radius:0 0 15px 15px;\"><p style=\"margin:0; color:var(--dim);\">Eine private Aufkl\u00e4rungsinitiative von Friedemann Vieweger & Gerardo Gherma.<\/p><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n        <section class=\"tv-section tv-bg-dark\">\n        <div class=\"tv-container tv-grid tv-grid-2\">\n            <div>\n                <h2 class=\"tv-section-heading\" style=\"text-align:left;\">Kontakt aufnehmen<\/h2>\n                <p style=\"color:var(--dim); font-size:18px;\">Haben Sie Fragen zur Initiative oder Kontakte vor Ort? Schreiben Sie uns.<\/p>\n            <\/div>\n            <div>\n                <form action=\"#\" method=\"post\" class=\"tv-form\" onsubmit=\"event.preventDefault(); alert('In Arbeit...');\">\n                    <input type=\"text\" placeholder=\"Ihr Name\" required>\n                    <input type=\"email\" placeholder=\"Ihre E-Mail-Adresse\" required>\n                    <textarea rows=\"4\" placeholder=\"Ihre Nachricht...\" required><\/textarea>\n                    <button type=\"submit\" class=\"tv-btn tv-btn-primary\" style=\"width:100%; border:none; cursor:pointer;\">Nachricht senden<\/button>\n                <\/form>\n            <\/div>\n        <\/div>\n    <\/section>\n        <footer class=\"tv-footer\">\n        <div class=\"tv-container\">\n            <p style=\"margin-bottom: 25px; color: #fff; font-weight:800; text-transform:uppercase; letter-spacing:1px;\">Aktion teilen:<\/p>\n            <div class=\"tv-share-buttons\">\n                <a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Ftogethervenezuela.org\" target=\"_blank\" class=\"tv-btn-share\">Facebook<\/a>\n                <a href=\"https:\/\/api.whatsapp.com\/send?text=Together+Venezuela+%E2%80%94+Information+%26+Aufkl%C3%A4rung%20https%3A%2F%2Ftogethervenezuela.org\" target=\"_blank\" class=\"tv-btn-share\">WhatsApp<\/a>\n                <a href=\"https:\/\/telegram.me\/share\/url?url=https%3A%2F%2Ftogethervenezuela.org&text=Together+Venezuela+%E2%80%94+Information+%26+Aufkl%C3%A4rung\" target=\"_blank\" class=\"tv-btn-share\">Telegram<\/a>\n                <a href=\"mailto:?subject=Together+Venezuela+%E2%80%94+Information+%26+Aufkl%C3%A4rung&body=https%3A%2F%2Ftogethervenezuela.org\" class=\"tv-btn-share\">E-Mail<\/a>\n            <\/div>\n            <p style=\"color: var(--dim); font-size: 13px; margin-top:40px;\">&copy; 2026 Together Venezuela. All rights reserved.<\/p>\n        <\/div>\n    <\/footer>\n    <\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/togethervenezuela.org\/index.php\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/togethervenezuela.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/togethervenezuela.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/togethervenezuela.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/togethervenezuela.org\/index.php\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":2,"href":"https:\/\/togethervenezuela.org\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":9,"href":"https:\/\/togethervenezuela.org\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions\/9"}],"wp:attachment":[{"href":"https:\/\/togethervenezuela.org\/index.php\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}