{"id":17,"date":"2026-01-08T12:33:36","date_gmt":"2026-01-08T12:33:36","guid":{"rendered":"https:\/\/drstankiewicz.de\/index.php\/home\/"},"modified":"2026-01-12T14:42:22","modified_gmt":"2026-01-12T14:42:22","slug":"home","status":"publish","type":"page","link":"https:\/\/drstankiewicz.de\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"17\" class=\"elementor elementor-17\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15a9f1b e-flex e-con-boxed e-con e-parent\" data-id=\"15a9f1b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b9ca69 elementor-widget elementor-widget-html\" data-id=\"3b9ca69\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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    <meta name=\"description\" content=\"Infektion STOPP von Dr. Arkadiusz Stankiewicz. Der Praxis-Ratgeber f\u00fcr die sichere Behandlung von Infekten mit Hom\u00f6opathie. 5-Becher-Methode.\">\n    <meta name=\"keywords\" content=\"Hom\u00f6opathie, Infektion Stopp, Dr. Stankiewicz, 5-Becher-Methode, Kindergesundheit, Naturheilkunde, Grippe, Otitis\">\n    <meta name=\"author\" content=\"Dr. Arkadiusz Stankiewicz\">\n    <title>Infektion STOPP | Dr. Arkadiusz Stankiewicz<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;700&family=Playfair+Display:wght@700;900&display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* RESET & BASE STYLES *\/\n        :root {\n            --bg-beige: #f8f2e2;\n            --text-brown: #5c554b;\n            --accent-yellow: #ffff00;\n            --white: #ffffff;\n            --dark-border: #3e3a32;\n        }\n\n        * {\n            box-sizing: border-box;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: 'Manrope', sans-serif !important;\n            background-color: var(--bg-beige) !important;\n            color: var(--text-brown) !important;\n            line-height: 1.6;\n            padding-top: 80px; \/* Space for fixed header *\/\n        }\n\n        img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* TYPOGRAPHY *\/\n        h1, h2, h3, h4 {\n            font-family: 'Playfair Display', 'Georgia', serif !important;\n            font-weight: 700;\n            margin-top: 0;\n            color: #2c2924 !important;\n        }\n\n        h1 {\n            font-size: 2.8rem;\n            line-height: 1.1;\n            margin-bottom: 20px;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 30px;\n            position: relative;\n            display: inline-block;\n        }\n\n        h2::after {\n            content: '';\n            display: block;\n            width: 100%;\n            height: 6px;\n            background-color: var(--accent-yellow) !important;\n            position: absolute;\n            bottom: 2px;\n            left: 0;\n            z-index: -1;\n            opacity: 0.8;\n        }\n\n        p {\n            margin-bottom: 1.5rem;\n            font-size: 1.05rem;\n        }\n\n        \/* NAVIGATION *\/\n        .navbar {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            background-color: var(--bg-beige) !important;\n            border-bottom: 1px solid rgba(92, 85, 75, 0.1);\n            padding: 15px 0;\n            z-index: 1000;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        .nav-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .logo {\n            font-family: 'Playfair Display', serif;\n            font-weight: 900;\n            font-size: 1.5rem;\n            color: var(--text-brown) !important;\n            text-decoration: none;\n            border: 2px solid var(--text-brown);\n            padding: 5px 10px;\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 30px;\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .nav-links a {\n            text-decoration: none;\n            color: var(--text-brown) !important;\n            font-weight: 600;\n            text-transform: uppercase;\n            font-size: 0.9rem;\n            letter-spacing: 1px;\n            transition: color 0.3s;\n        }\n\n        .nav-links a:hover {\n            color: #000 !important;\n            text-decoration: underline;\n            text-decoration-color: var(--accent-yellow);\n            text-decoration-thickness: 3px;\n        }\n\n        \/* Hamburger Menu *\/\n        .hamburger {\n            display: none;\n            cursor: pointer;\n            flex-direction: column;\n            gap: 5px;\n        }\n\n        .bar {\n            width: 25px;\n            height: 3px;\n            background-color: var(--text-brown);\n            transition: 0.3s;\n        }\n\n        \/* LAYOUT UTILS *\/\n        .container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .section {\n            padding: 80px 0;\n        }\n\n        .grid-2 {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n\n        .grid-3 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n        }\n\n        \/* CARDS *\/\n        .card {\n            background-color: var(--white) !important;\n            padding: 30px;\n            border-radius: 4px;\n            border: 1px solid rgba(92, 85, 75, 0.1);\n            box-shadow: 10px 10px 0px rgba(92, 85, 75, 0.05);\n            transition: transform 0.3s;\n            height: 100%;\n        }\n\n        .card:hover {\n            transform: translateY(-5px);\n            border-color: var(--accent-yellow) !important;\n        }\n\n        \/* BUTTONS *\/\n        .btn {\n            display: inline-block;\n            background-color: var(--accent-yellow) !important;\n            color: #000000 !important; \/* High contrast black on yellow *\/\n            font-weight: 700;\n            padding: 16px 32px;\n            text-decoration: none;\n            border: 2px solid #000000 !important;\n            box-shadow: 4px 4px 0px #000000;\n            transition: all 0.2s ease;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-size: 1rem;\n            cursor: pointer;\n        }\n\n        .btn:hover {\n            transform: translate(-2px, -2px);\n            box-shadow: 6px 6px 0px #000000;\n        }\n\n        .btn-full {\n            width: 100%;\n            text-align: center;\n        }\n\n        \/* SPECIAL SECTIONS *\/\n        .hero-bg {\n            position: relative;\n            overflow: hidden;\n        }\n\n        .highlight-marker {\n            background-color: var(--accent-yellow) !important;\n            padding: 0 5px;\n            color: #000 !important;\n        }\n\n        \/* 5 CUPS METHOD *\/\n        .step-row {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 20px;\n            background: #fff;\n            padding: 20px;\n            border-left: 5px solid var(--accent-yellow);\n        }\n\n        .step-number {\n            font-size: 2rem;\n            font-weight: 900;\n            color: #000;\n            margin-right: 20px;\n            line-height: 1;\n            font-family: 'Playfair Display', serif;\n        }\n\n        \/* PRICING *\/\n        .price-tag {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #000 !important;\n            margin: 15px 0;\n            font-family: 'Playfair Display', serif;\n        }\n\n        \/* MOBILE RESPONSIVENESS *\/\n        @media (max-width: 900px) {\n            .grid-2, .grid-3 {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n            \n            h1 { font-size: 2.2rem; }\n            h2 { font-size: 1.8rem; }\n            \n            .hamburger { display: flex; }\n            \n            .nav-links {\n                display: none;\n                position: absolute;\n                top: 100%;\n                left: 0;\n                width: 100%;\n                background-color: var(--bg-beige) !important;\n                flex-direction: column;\n                align-items: center;\n                padding: 20px 0;\n                border-bottom: 1px solid var(--text-brown);\n                box-shadow: 0 5px 10px rgba(0,0,0,0.1);\n            }\n\n            .nav-links.active {\n                display: flex;\n            }\n\n            .nav-links li {\n                margin: 10px 0;\n            }\n\n            .hero-img-container {\n                order: -1;\n                text-align: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- NAVIGATION -->\n    <nav class=\"navbar\">\n        <div class=\"nav-container\">\n            <a href=\"#\" class=\"logo\">PSHK<\/a>\n            <div class=\"hamburger\" onclick=\"toggleMenu()\">\n                <div class=\"bar\"><\/div>\n                <div class=\"bar\"><\/div>\n                <div class=\"bar\"><\/div>\n            <\/div>\n            <ul class=\"nav-links\" id=\"navLinks\">\n                <li><a href=\"#buch\" onclick=\"toggleMenu()\">Das Buch<\/a><\/li>\n                <li><a href=\"#methode\" onclick=\"toggleMenu()\">5-Becher-Methode<\/a><\/li>\n                <li><a href=\"#autor\" onclick=\"toggleMenu()\">Der Autor<\/a><\/li>\n                <li><a href=\"#preise\" onclick=\"toggleMenu()\">Bestellen<\/a><\/li>\n            <\/ul>\n        <\/div>\n    <\/nav>\n\n    <!-- HERO SECTION -->\n    <header class=\"section hero-bg\">\n        <div class=\"container\">\n            <div class=\"grid-2\">\n                <div>\n                    <span style=\"display:inline-block; background: var(--accent-yellow); padding: 5px 10px; font-weight:bold; font-size: 0.8rem; margin-bottom: 15px; border: 1px solid #000;\">NEU AUF DEM MARKT<\/span>\n                    <h1>Infektion STOPP<\/h1>\n                    <p style=\"font-size: 1.3rem; margin-bottom: 10px; font-weight: 500;\">Der Praxis-Ratgeber f\u00fcr ungeduldige Patienten.<\/p>\n                    <p>Die sichere Behandlung von Infekten ohne Chemie \u2013 basierend auf klinischen Fakten und der revolution\u00e4ren 5-Becher-Methode.<\/p>\n                    <div style=\"margin-top: 30px; display:flex; gap: 15px; flex-wrap: wrap;\">\n                        <a href=\"#preise\" class=\"btn\">Jetzt bestellen<\/a>\n                        <a href=\"#buch\" style=\"display:inline-block; padding: 16px 20px; color: var(--text-brown); text-decoration: underline; font-weight: 600;\">Mehr erfahren<\/a>\n                    <\/div>\n                    <div style=\"margin-top: 40px; font-size: 0.9rem; opacity: 0.8;\">\n                        <span style=\"margin-right: 15px;\">\u2713 Keine Esoterik<\/span>\n                        <span style=\"margin-right: 15px;\">\u2713 F\u00fcr Babys & Erwachsene<\/span>\n                        <span>\u2713 Sofort anwendbar<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"hero-img-container\">\n                    <!-- BOOK COVER IMAGE -->\n                    <img decoding=\"async\" src=\"https:\/\/drstankiewicz.de\/wp-content\/uploads\/2026\/01\/okladka-Infekcja-Stop-DE-2.png\" alt=\"Buchcover Infektion Stopp\" style=\"border-radius: 4px; box-shadow: 20px 20px 0px rgba(0,0,0,0.1); max-width: 350px; margin: 0 auto;\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- BOOK SECTION 1: THE PROBLEM -->\n    <section id=\"buch\" class=\"section\">\n        <div class=\"container\">\n            <div style=\"text-align: center; max-width: 800px; margin: 0 auto 50px auto;\">\n                <h2>Warum dieses Buch anders ist<\/h2>\n                <p>Krankheit ist keine Strafe, sondern ein Signal. Die meisten Behandlungen unterdr\u00fccken dieses Signal nur.<\/p>\n            <\/div>\n            \n            <div class=\"grid-3\">\n                <div class=\"card\">\n                    <h3>Die \"Reise der Krankheit\"<\/h3>\n                    <p>Dr. Stankiewicz erkl\u00e4rt das Ph\u00e4nomen der Unterdr\u00fcckung. Wenn wir Schnupfen chemisch stoppen, verschwindet die Krankheit nicht \u2013 sie wandert tiefer. Aus einem einfachen Infekt wird Asthma oder eine Allergie. Dieses Buch zeigt, wie man diesen Teufelskreis durchbricht.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>Klinische Fakten, keine Magie<\/h3>\n                    <p>Viele halten Hom\u00f6opathie f\u00fcr Placebo. Doch wie erkl\u00e4rt man die Heilung bei <strong>S\u00e4uglingen, Tieren oder komat\u00f6sen Patienten<\/strong>? Dieses Buch basiert auf 30 Jahren klinischer Erfahrung und strengen Protokollen, nicht auf Glauben.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>F\u00fcr \"Ungeduldige\"<\/h3>\n                    <p>Niemand hat Zeit, 14 Tage krank zu sein. Die Protokolle in diesem Buch zielen darauf ab, die Heilung signifikant zu beschleunigen (oft in 2-3 Tagen), indem sie die Lebenskraft (Lebenskraft) stimulieren statt Symptome zu maskieren.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- BOOK SECTION 2: 5 CUPS METHOD -->\n    <section id=\"methode\" class=\"section\" style=\"background-color: #fff;\">\n        <div class=\"container\">\n            <div class=\"grid-2\">\n                <div>\n                    <h2>Die 5-Becher-Methode<\/h2>\n                    <p>Eine einzigartige Technik f\u00fcr geschw\u00e4chte Patienten, Kinder und Senioren. Sie minimiert das Risiko einer Erstverschlimmerung und maximiert die sanfte Wirkung der Arznei.<\/p>\n                    <p><strong>So funktioniert es (Kurzfassung):<\/strong><\/p>\n                    \n                    <div class=\"step-row\">\n                        <div class=\"step-number\">1<\/div>\n                        <div>5 Gl\u00e4ser mit gleicher Menge Quellwasser f\u00fcllen.<\/div>\n                    <\/div>\n                    <div class=\"step-row\">\n                        <div class=\"step-number\">2<\/div>\n                        <div>Eine Dosis Globuli in das erste Glas geben und aufl\u00f6sen.<\/div>\n                    <\/div>\n                    <div class=\"step-row\">\n                        <div class=\"step-number\">3<\/div>\n                        <div>Einen Teel\u00f6ffel aus Glas 1 in Glas 2 geben. Vorgang bis Glas 5 wiederholen.<\/div>\n                    <\/div>\n                    <div class=\"step-row\">\n                        <div class=\"step-number\">!<\/div>\n                        <div style=\"font-weight: bold;\">Der Patient trinkt nur einen Schluck aus dem letzten, f\u00fcnften Glas.<\/div>\n                    <\/div>\n                <\/div>\n                <div style=\"background-color: var(--bg-beige); padding: 40px; border-radius: 8px; border: 1px solid var(--text-brown); text-align: center;\">\n                    <div style=\"font-size: 4rem; margin-bottom: 20px;\">\ud83d\udca7\ud83d\udca7\ud83d\udca7\ud83d\udca7\ud83d\udca7<\/div>\n                    <h3>Maximale Sicherheit<\/h3>\n                    <p>Durch die Verd\u00fcnnung \u00fcber 5 Stufen wird die materielle Dosis reduziert, w\u00e4hrend die dynamische Information erhalten bleibt. Ideal bei hohem Fieber und akuten Zust\u00e4nden wie Grippe.<\/p>\n                    <a href=\"#preise\" class=\"btn\" style=\"margin-top: 20px;\">Methode lernen<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- BOOK SECTION 3: CONTENT & CHAPTERS -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <h2>Was Sie im Buch finden<\/h2>\n            <div class=\"grid-2\">\n                <div class=\"card\">\n                    <h3>Inhalts\u00fcbersicht<\/h3>\n                    <ul style=\"padding-left: 20px; line-height: 1.8;\">\n                        <li><strong>Kapitel 1: Dokumentierte F\u00e4lle.<\/strong> Echte Patientengeschichten aus der Praxis. Vom \"ertrinkenden Kind\" bis zur akuten Halsentz\u00fcndung.<\/li>\n                        <li><strong>Kapitel 2: Homeopathie in der Praxis.<\/strong> Konkrete Handlungsanweisungen f\u00fcr COVID-19, Grippe, Mittelohrentz\u00fcndung (Otitis) und Sinusitis.<\/li>\n                        <li><strong>Kapitel 3: Emotionen & Krankheit.<\/strong> Warum Streit der Eltern Kinder krank macht und wie Angst das Immunsystem blockiert.<\/li>\n                        <li><strong>Anhang: Die 10 Goldenen Regeln.<\/strong> Was Sie w\u00e4hrend der Krankheit NICHT tun d\u00fcrfen (Kaffee, TV, hei\u00dfe B\u00e4der etc.).<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"card\" style=\"background-color: var(--bg-beige) !important; border-color: var(--accent-yellow) !important;\">\n                    <h3>Praktischer Nutzen<\/h3>\n                    <p>Dies ist kein Lehrbuch f\u00fcr Theorie, sondern ein <strong>Handbuch f\u00fcr den Notfall<\/strong>.<\/p>\n                    <p style=\"margin-bottom: 5px;\"><strong>Sie lernen:<\/strong><\/p>\n                    <ul style=\"list-style-type: none; padding: 0;\">\n                        <li style=\"margin-bottom: 10px;\">\u2705 Wie Sie Grippe ohne Komplikationen \u00fcberstehen.<\/li>\n                        <li style=\"margin-bottom: 10px;\">\u2705 Warum Fieber Ihr Freund ist und wie man es kontrolliert.<\/li>\n                        <li style=\"margin-bottom: 10px;\">\u2705 Welche Hausmittel die Wirkung von Hom\u00f6opathie zerst\u00f6ren.<\/li>\n                        <li style=\"margin-bottom: 10px;\">\u2705 Wie Sie die richtige Potenz w\u00e4hlen.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- AUTHOR SECTION -->\n    <section id=\"autor\" class=\"section\" style=\"background-color: #fff; border-top: 1px solid #eee;\">\n        <div class=\"container\">\n            <div class=\"grid-2\">\n                <div>\n                    <!-- AUTHOR IMAGE -->\n                    <img decoding=\"async\" src=\"https:\/\/drstankiewicz.de\/wp-content\/uploads\/2026\/01\/Sepia-Arek.jpeg\" alt=\"Dr. Arkadiusz Stankiewicz\" style=\"border-radius: 4px; box-shadow: 15px 15px 0px var(--accent-yellow); border: 1px solid #000; width: 100%;\">\n                <\/div>\n                <div>\n                    <h2>\u00dcber den Autor<\/h2>\n                    <p class=\"highlight-marker\" style=\"display:inline-block; font-weight:bold; margin-bottom: 20px;\">Dr. Arkadiusz Stankiewicz<\/p>\n                    \n                    <h3>Ausbildung & Kompetenz<\/h3>\n                    <p>Dr. Stankiewicz ist ein Br\u00fcckenbauer zwischen akademischer Wissenschaft und klassischer Hom\u00f6opathie. Er promovierte in <strong>Psychologie (PhD)<\/strong> an der Universit\u00e4t Danzig und absolvierte seine hom\u00f6opathische Ausbildung an der renommierten <strong>SHI Hom\u00f6opathie Schule in der Schweiz<\/strong> bei Dr. Mohinder S. Jus.<\/p>\n                    \n                    <h3>Internationale Erfahrung<\/h3>\n                    <p>Seine Expertise vertiefte er durch klinische Praktika in Indien, unter anderem in der Klinik von Dr. Farokh Master in Mumbai. Er ist Gr\u00fcnder der Polnischen Schule f\u00fcr Klassische Hom\u00f6opathie (PSHK) und Mitglied der LMHI (Liga Medicorum Homoeopathica Internationalis).<\/p>\n\n                    <h3>Philosophie<\/h3>\n                    <p><em>\"Ich bin kein Guru. Ich folge strikt den Regeln von Samuel Hahnemann.\"<\/em> Dr. Stankiewicz lehnt \"Polypharmazie\" (Komplexmittel) ab und setzt auf die klassische Monotherapie. Seine Erfolge basieren auf Pr\u00e4zision, nicht auf Zufall.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- PRICING SECTION -->\n    <section id=\"preise\" class=\"section\">\n        <div class=\"container\">\n            <div style=\"text-align: center; margin-bottom: 50px;\">\n                <h2>W\u00e4hlen Sie Ihr Format<\/h2>\n                <p>Investieren Sie in Ihre Gesundheit und Unabh\u00e4ngigkeit.<\/p>\n            <\/div>\n\n            <div class=\"grid-3\">\n                <!-- PRODUCT 1: AUDIOBOOK -->\n                <div class=\"card\" style=\"display: flex; flex-direction: column; justify-content: space-between;\">\n                    <div>\n                        <h3 style=\"font-size: 1.4rem;\">H\u00f6rbuch (Audio)<\/h3>\n                        <p style=\"font-size: 0.9rem; color: #777;\">Digitaler Download (MP3)<\/p>\n                        <hr style=\"border: 0; border-top: 1px solid #eee; margin: 20px 0;\">\n                        <p>Perfekt f\u00fcr unterwegs. H\u00f6ren Sie die Fallstudien und Erkl\u00e4rungen direkt vom Autor (Synchronsprecher).<\/p>\n                        <ul style=\"font-size: 0.9rem; padding-left: 20px;\">\n                            <li>Sofort verf\u00fcgbar<\/li>\n                            <li>Keine Versandkosten<\/li>\n                            <li>Ideal zum Lernen<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"price-tag\">8,90 \u20ac<\/div>\n                        <a href=\"#\" class=\"btn btn-full\" style=\"background-color: #fff !important; color: #000 !important;\">H\u00f6rbuch kaufen<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- PRODUCT 2: PAPERBACK -->\n                <div class=\"card\" style=\"border: 2px solid var(--text-brown); position: relative; display: flex; flex-direction: column; justify-content: space-between;\">\n                    <div style=\"position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--accent-yellow); padding: 5px 15px; font-weight: bold; border: 1px solid #000; font-size: 0.8rem;\">BESTSELLER<\/div>\n                    <div>\n                        <h3 style=\"font-size: 1.4rem;\">Taschenbuch<\/h3>\n                        <p style=\"font-size: 0.9rem; color: #777;\">Softcover, 135 Seiten<\/p>\n                        <hr style=\"border: 0; border-top: 1px solid #eee; margin: 20px 0;\">\n                        <p>Das physische Buch f\u00fcr Ihre Hausapotheke. Schnelles Nachschlagen im Notfall.<\/p>\n                        <ul style=\"font-size: 0.9rem; padding-left: 20px;\">\n                            <li>Hochwertiger Druck<\/li>\n                            <li>Griffbereit im Regal<\/li>\n                            <li>Inkl. Protokoll-Tabellen<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"price-tag\">9,90 \u20ac<\/div>\n                        <p style=\"font-size: 0.75rem; color: #888;\">*Zzgl. Versand aus Polen<\/p>\n                        <a href=\"#\" class=\"btn btn-full\">Buch bestellen<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- PRODUCT 3: BUNDLE -->\n                <div class=\"card\" style=\"background-color: #2c2924 !important; color: #fff !important; display: flex; flex-direction: column; justify-content: space-between;\">\n                    <div>\n                        <h3 style=\"font-size: 1.4rem; color: #fff !important;\">Komplett-Set<\/h3>\n                        <p style=\"font-size: 0.9rem; color: #ccc;\">Buch + H\u00f6rbuch<\/p>\n                        <hr style=\"border: 0; border-top: 1px solid #555; margin: 20px 0;\">\n                        <p>Die volle Erfahrung. Lesen Sie nach und h\u00f6ren Sie parallel zur Vertiefung.<\/p>\n                        <ul style=\"font-size: 0.9rem; padding-left: 20px;\">\n                            <li>Alles in einem Paket<\/li>\n                            <li>Maximaler Lerneffekt<\/li>\n                            <li>Preisvorteil<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"price-tag\" style=\"color: var(--accent-yellow) !important;\">16,90 \u20ac<\/div>\n                        <p style=\"font-size: 0.75rem; color: #ccc;\">*Zzgl. Versand<\/p>\n                        <a href=\"#\" class=\"btn btn-full\" style=\"background-color: var(--accent-yellow) !important; border-color: var(--accent-yellow) !important;\">Set kaufen<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ SECTION -->\n    <section class=\"section\" style=\"background-color: #fff;\">\n        <div class=\"container\" style=\"max-width: 800px;\">\n            <h2 style=\"text-align: center;\">H\u00e4ufige Fragen<\/h2>\n            \n            <div style=\"margin-top: 30px;\">\n                <details style=\"margin-bottom: 15px; padding: 15px; border: 1px solid #eee; border-radius: 4px;\">\n                    <summary style=\"font-weight: 700; cursor: pointer;\">Kann ich das Buch aus Deutschland\/\u00d6sterreich bestellen?<\/summary>\n                    <p style=\"margin-top: 10px;\">Ja, wir versenden europaweit. Bitte beachten Sie, dass der Versand aus Polen erfolgt und einige Tage dauern kann. F\u00fcr sofortigen Zugriff empfehlen wir das H\u00f6rbuch.<\/p>\n                <\/details>\n\n                <details style=\"margin-bottom: 15px; padding: 15px; border: 1px solid #eee; border-radius: 4px;\">\n                    <summary style=\"font-weight: 700; cursor: pointer;\">Brauche ich medizinisches Vorwissen?<\/summary>\n                    <p style=\"margin-top: 10px;\">Nein. Das Buch ist explizit f\u00fcr Laien, Eltern und Patienten geschrieben. Die Sprache ist einfach und verst\u00e4ndlich.<\/p>\n                <\/details>\n\n                <details style=\"margin-bottom: 15px; padding: 15px; border: 1px solid #eee; border-radius: 4px;\">\n                    <summary style=\"font-weight: 700; cursor: pointer;\">Ist die 5-Becher-Methode sicher f\u00fcr Babys?<\/summary>\n                    <p style=\"margin-top: 10px;\">Ja, das ist einer der Hauptvorteile. Durch die Verd\u00fcnnung wird die Arznei sanft genug f\u00fcr S\u00e4uglinge und sehr geschw\u00e4chte Personen.<\/p>\n                <\/details>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FOOTER -->\n    <footer style=\"background-color: #2c2924; color: #fff; padding: 40px 0; text-align: center; font-size: 0.9rem;\">\n        <div class=\"container\">\n            <p style=\"font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: bold;\">PSHK Verlag<\/p>\n            <p>&copy; 2025 Dr. Arkadiusz Stankiewicz. Alle Rechte vorbehalten.<\/p>\n            <div style=\"margin-top: 20px; color: #aaa;\">\n                <p>Disclaimer: Die Inhalte dieses Buches dienen ausschlie\u00dflich der Information und ersetzen nicht den Besuch bei einem Arzt oder Heilpraktiker. Bei schweren Symptomen konsultieren Sie bitte sofort medizinische Hilfe.<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- SIMPLE JS FOR MENU -->\n    <script>\n        function toggleMenu() {\n            const navLinks = document.getElementById('navLinks');\n            navLinks.classList.toggle('active');\n        }\n    <\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Infektion STOPP | Dr. Arkadiusz Stankiewicz PSHK Das Buch 5-Becher-Methode Der Autor Bestellen NEU AUF DEM MARKT Infektion STOPP Der Praxis-Ratgeber f\u00fcr ungeduldige Patienten. Die sichere Behandlung von Infekten ohne Chemie \u2013 basierend auf klinischen Fakten und der revolution\u00e4ren 5-Becher-Methode. Jetzt bestellen Mehr erfahren \u2713 Keine Esoterik \u2713 F\u00fcr Babys &#038; Erwachsene \u2713 Sofort anwendbar [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-17","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/drstankiewicz.de\/index.php\/wp-json\/wp\/v2\/pages\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drstankiewicz.de\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/drstankiewicz.de\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/drstankiewicz.de\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/drstankiewicz.de\/index.php\/wp-json\/wp\/v2\/comments?post=17"}],"version-history":[{"count":25,"href":"https:\/\/drstankiewicz.de\/index.php\/wp-json\/wp\/v2\/pages\/17\/revisions"}],"predecessor-version":[{"id":91,"href":"https:\/\/drstankiewicz.de\/index.php\/wp-json\/wp\/v2\/pages\/17\/revisions\/91"}],"wp:attachment":[{"href":"https:\/\/drstankiewicz.de\/index.php\/wp-json\/wp\/v2\/media?parent=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}