{"id":2881,"date":"2025-09-21T12:17:55","date_gmt":"2025-09-21T10:17:55","guid":{"rendered":"http:\/\/www.jyotishi.de\/neu\/?page_id=2881"},"modified":"2025-09-21T12:17:55","modified_gmt":"2025-09-21T10:17:55","slug":"upayas-der-pfad-der-karmischen-transformation","status":"publish","type":"page","link":"http:\/\/www.jyotishi.de\/neu\/upayas-der-pfad-der-karmischen-transformation\/","title":{"rendered":"UPAYAS &#8211; Der Pfad der karmischen Transformation"},"content":{"rendered":"\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>Upayas Onlinekurs &#8211; Vedische Astrologie | Jyotishi.de<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Georgia', 'Times New Roman', serif;\n            line-height: 1.6;\n            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);\n            color: #333;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            position: relative;\n        }\n\n        .hero {\n            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), \n                        radial-gradient(circle at center, #ff6b35 0%, #f7931e 50%, #ffd700 100%);\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            text-align: center;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"stars\" x=\"0\" y=\"0\" width=\"20\" height=\"20\" patternUnits=\"userSpaceOnUse\"><circle cx=\"10\" cy=\"10\" r=\"1\" fill=\"white\" opacity=\"0.3\"\/><\/pattern><\/defs><rect width=\"100\" height=\"100\" fill=\"url(%23stars)\"\/><\/svg>') repeat;\n            animation: starMove 20s linear infinite;\n            opacity: 0.3;\n        }\n\n        @keyframes starMove {\n            0% { transform: translateY(0); }\n            100% { transform: translateY(-100px); }\n        }\n\n        .hero-content {\n            z-index: 2;\n            position: relative;\n            padding: 2rem;\n        }\n\n        .hero h1 {\n            font-size: clamp(2.5rem, 5vw, 4rem);\n            margin-bottom: 1rem;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n            font-weight: 300;\n            letter-spacing: 2px;\n        }\n\n        .sanskrit-title {\n            font-size: clamp(1.2rem, 3vw, 2rem);\n            color: #ffd700;\n            margin-bottom: 1.5rem;\n            font-style: italic;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.7);\n        }\n\n        .hero-subtitle {\n            font-size: clamp(1.1rem, 2.5vw, 1.5rem);\n            margin-bottom: 2rem;\n            opacity: 0.9;\n            line-height: 1.4;\n        }\n\n        .intro-section {\n            background: linear-gradient(45deg, #fff 0%, #f8f9fa 100%);\n            padding: 4rem 2rem;\n            position: relative;\n        }\n\n        .intro-content {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .intro-question {\n            font-size: 1.3rem;\n            color: #2c3e50;\n            font-style: italic;\n            margin-bottom: 2rem;\n            line-height: 1.6;\n        }\n\n        .main-content {\n            background: white;\n            padding: 4rem 2rem;\n        }\n\n        .section {\n            margin-bottom: 3rem;\n            padding: 2rem;\n            border-radius: 15px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .section:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(0,0,0,0.15);\n        }\n\n        .section h2 {\n            color: #2c3e50;\n            margin-bottom: 1.5rem;\n            font-size: 2rem;\n            border-bottom: 3px solid #ff6b35;\n            padding-bottom: 0.5rem;\n        }\n\n        .modules-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            margin: 2rem 0;\n        }\n\n        .module {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 2rem;\n            border-radius: 15px;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.2);\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .module::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 50%);\n            transform: rotate(45deg);\n            transition: all 0.3s ease;\n        }\n\n        .module:hover {\n            transform: scale(1.05);\n            box-shadow: 0 15px 40px rgba(0,0,0,0.3);\n        }\n\n        .module:hover::before {\n            right: -30%;\n            top: -30%;\n        }\n\n        .module h3 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\n            position: relative;\n            z-index: 2;\n        }\n\n        .module-content {\n            position: relative;\n            z-index: 2;\n        }\n\n        .pricing-section {\n            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);\n            color: white;\n            padding: 4rem 2rem;\n        }\n\n        .pricing-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .pricing-card {\n            background: rgba(255,255,255,0.1);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255,255,255,0.2);\n            border-radius: 20px;\n            padding: 2rem;\n            text-align: center;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .pricing-card:hover {\n            transform: translateY(-10px);\n            background: rgba(255,255,255,0.15);\n            box-shadow: 0 20px 40px rgba(0,0,0,0.3);\n        }\n\n        .pricing-card.featured {\n            border: 2px solid #ffd700;\n            transform: scale(1.05);\n        }\n\n        .pricing-card.featured::before {\n            content: 'EMPFOHLEN';\n            position: absolute;\n            top: 1rem;\n            right: -2rem;\n            background: #ffd700;\n            color: #2c3e50;\n            padding: 0.5rem 3rem;\n            transform: rotate(45deg);\n            font-weight: bold;\n            font-size: 0.8rem;\n        }\n\n        .price {\n            font-size: 3rem;\n            font-weight: bold;\n            color: #ffd700;\n            margin: 1rem 0;\n        }\n\n        .quote-section {\n            background: linear-gradient(45deg, #ff6b35 0%, #f7931e 100%);\n            color: white;\n            padding: 3rem 2rem;\n            text-align: center;\n            font-style: italic;\n            font-size: 1.2rem;\n        }\n\n        .cta-section {\n            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);\n            color: white;\n            padding: 4rem 2rem;\n            text-align: center;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(45deg, #ff6b35 0%, #ffd700 100%);\n            color: #1a1a2e;\n            padding: 1.5rem 3rem;\n            font-size: 1.2rem;\n            font-weight: bold;\n            text-decoration: none;\n            border-radius: 50px;\n            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);\n            transition: all 0.3s ease;\n            margin: 1rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-button::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);\n            transition: left 0.5s ease;\n        }\n\n        .cta-button:hover::before {\n            left: 100%;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 40px rgba(255, 107, 53, 0.6);\n        }\n\n        .contact-info {\n            background: #f8f9fa;\n            padding: 3rem 2rem;\n            text-align: center;\n        }\n\n        .contact-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .contact-item {\n            padding: 1rem;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n\n        .contact-item:hover {\n            transform: scale(1.05);\n        }\n\n        .footer {\n            background: #1a1a2e;\n            color: white;\n            padding: 2rem;\n            text-align: center;\n        }\n\n        @media (max-width: 768px) {\n            .modules-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .pricing-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .hero h1 {\n                font-size: 2rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"hero\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <h1>UPAYAS<\/h1>\n                <div class=\"sanskrit-title\">\u0909\u092a\u093e\u092f &#8211; Der Pfad der karmischen Transformation<\/div>\n                <p class=\"hero-subtitle\">\n                    Meistere die vedischen Heilmittel und transformiere dein Schicksal durch die zeitlose Weisheit der Jyotish-Astrologie\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"intro-section\">\n        <div class=\"container\">\n            <div class=\"intro-content\">\n                <p class=\"intro-question\">\n                    Welche verborgenen Kr\u00e4fte wirken in deinem Leben, und wie kannst du sie zu deinem Vorteil lenken? \n                    Gibt es einen Weg, die Herausforderungen des Schicksals nicht nur zu ertragen, sondern aktiv zu transformieren?\n                <\/p>\n                <p>\n                    In der vedischen Astrologie liegt ein jahrtausendealtes Geheimnis verborgen: Die Kunst der <strong>Upayas<\/strong> \u2013 kraftvolle Korrekturma\u00dfnahmen, \n                    die negative planetare Einfl\u00fcsse harmonisieren und dein Leben in Balance bringen k\u00f6nnen.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"main-content\">\n        <div class=\"container\">\n            <div class=\"section\">\n                <h2>Die Philosophie der Transformation<\/h2>\n                <p>\n                    Wie Swami Vivekananda einst sagte: <em>&#8222;Wir sind das, was wir denken. Mit unseren Gedanken erschaffen wir die Welt.&#8220;<\/em> \n                    Die Upayas verk\u00f6rpern dieses Prinzip der bewussten Gestaltung unserer Realit\u00e4t. Sie sind nicht blo\u00dfe Rituale, \n                    sondern wissenschaftlich fundierte Methoden zur Harmonisierung der subtilen Energien, die unser Leben beeinflussen.\n                <\/p>\n                <p>\n                    In der modernen Quantenphysik erkennen wir Parallelen zu diesen uralten Lehren: Alles ist Schwingung, \n                    alles ist miteinander verbunden. Die Upayas nutzen diese universellen Gesetze, um durch gezielte Aktionen \n                    \u2013 seien es Mantras, Edelsteine oder rituelle Handlungen \u2013 die Frequenz unseres Lebens zu ver\u00e4ndern.\n                <\/p>\n            <\/div>\n\n            <div class=\"section\">\n                <h2>Dein Lernweg in 4 Modulen<\/h2>\n                <div class=\"modules-grid\">\n                    <div class=\"module\">\n                        <h3>Modul 1: Grundlagen &#038; Philosophie<\/h3>\n                        <div class=\"module-content\">\n                            <p>Verstehe die Verbindung zwischen Karma, Planetenenergien und den korrigierenden Ma\u00dfnahmen. \n                            Wie Marcus Aurelius lehrte: &#8222;Das Universum ist Transformation, unser Leben ist das, was unsere Gedanken daraus machen.&#8220;<\/p>\n                            <ul>\n                                <li>Definition und ethische Grunds\u00e4tze<\/li>\n                                <li>Das Karma-Prinzip in der Astrologie<\/li>\n                                <li>Planetare Energien verstehen<\/li>\n                                <li>\u00dcberblick der Upaya-Arten<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"module\">\n                        <h3>Modul 2: Mantras &#038; Rituale<\/h3>\n                        <div class=\"module-content\">\n                            <p>Die Kraft des Klanges: &#8222;Nada Brahma&#8220; \u2013 das Universum ist Klang. Lerne, wie Schwingungen \n                            deine planetaren Energien transformieren k\u00f6nnen.<\/p>\n                            <ul>\n                                <li>Wissenschaft der Klangschwingungen<\/li>\n                                <li>Navagraha-Mantras f\u00fcr alle 9 Planeten<\/li>\n                                <li>Yagyas und Pujas f\u00fcr zu Hause<\/li>\n                                <li>Muhurta &#8211; das richtige Timing<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"module\">\n                        <h3>Modul 3: Edelsteine &#038; Kristalle<\/h3>\n                        <div class=\"module-content\">\n                            <p>Edelsteine als kosmische Verst\u00e4rker: Entdecke, wie diese Geschenke der Erde planetare Frequenzen \n                            b\u00fcndeln und weiterleiten k\u00f6nnen.<\/p>\n                            <ul>\n                                <li>Kristallographie und Energetik<\/li>\n                                <li>Planetare Zuordnungen der Ratnas<\/li>\n                                <li>Auswahl, Reinigung und Aktivierung<\/li>\n                                <li>Alternative Uparatnas<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"module\">\n                        <h3>Modul 4: Spenden &#038; Fasten<\/h3>\n                        <div class=\"module-content\">\n                            <p>Das Prinzip der Hingabe: Wie Mahatma Gandhi sagte: &#8222;Sei du selbst die Ver\u00e4nderung, die du dir w\u00fcnschst f\u00fcr diese Welt.&#8220;<\/p>\n                            <ul>\n                                <li>Daana &#8211; Die Philosophie des Gebens<\/li>\n                                <li>Planetenspezifische Spenden<\/li>\n                                <li>Vratas &#8211; Transformatives Fasten<\/li>\n                                <li>Yantras und weitere Methoden<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"quote-section\">\n        <div class=\"container\">\n            <p>&#8222;Das Schicksal ist nicht eine Frage des Zufalls, sondern eine Frage der Wahl; es ist nicht etwas, worauf man wartet, sondern etwas, was man erreicht.&#8220; &#8211; William Jennings Bryan<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"pricing-section\">\n        <div class=\"container\">\n            <h2 style=\"text-align: center; margin-bottom: 2rem; font-size: 2.5rem;\">W\u00e4hle deinen Transformationspfad<\/h2>\n            \n            <div class=\"pricing-grid\">\n                <div class=\"pricing-card\">\n                    <h3>Klassisch &#8211; Einzelmodul<\/h3>\n                    <div class=\"price\">300\u20ac<\/div>\n                    <p>Pro Modul<\/p>\n                    <ul style=\"text-align: left; margin: 1rem 0;\">\n                        <li>90-120 Minuten intensives Lernen<\/li>\n                        <li>Lebenslanger Zugriff<\/li>\n                        <li>Downloadbare Skripte<\/li>\n                        <li>Flexible Modulwahl<\/li>\n                    <\/ul>\n                    <p><em>Ideal f\u00fcr spezifische Interessensgebiete<\/em><\/p>\n                <\/div>\n\n                <div class=\"pricing-card featured\">\n                    <h3>Gesamtpaket mit Bonus<\/h3>\n                    <div class=\"price\">700\u20ac<\/div>\n                    <p>Alle 4 Module + Extras<\/p>\n                    <ul style=\"text-align: left; margin: 1rem 0;\">\n                        <li>Alle 4 Module komplett<\/li>\n                        <li>30 Min. pers\u00f6nliche Q&#038;A-Session<\/li>\n                        <li>Audio-Aufzeichnungen aller Module<\/li>\n                        <li>Umfassende Skript-Sammlung<\/li>\n                        <li>Praxisbeispiele &#038; Fallstudien<\/li>\n                    <\/ul>\n                    <p><em>F\u00fcr ernsthafte Studierende empfohlen<\/em><\/p>\n                <\/div>\n\n                <div class=\"pricing-card\">\n                    <h3>Spirituelles Dakshina-Modell<\/h3>\n                    <div class=\"price\">500\u20ac<\/div>\n                    <p>Alle 4 Module + freiwillige Gabe<\/p>\n                    <ul style=\"text-align: left; margin: 1rem 0;\">\n                        <li>Komplette Kursbegleitung<\/li>\n                        <li>Traditionelle Guru-Sch\u00fcler-Beziehung<\/li>\n                        <li>Zus\u00e4tzliche Dakshina nach Wertsch\u00e4tzung<\/li>\n                        <li>Spiritueller Transformationspfad<\/li>\n                    <\/ul>\n                    <p><em>Verbindung von Tradition und Moderne<\/em><\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"section\" style=\"background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%); margin: 0;\">\n        <div class=\"container\">\n            <h2 style=\"text-align: center;\">Wissenschaft trifft Spiritualit\u00e4t<\/h2>\n            <p>\n                Moderne Forschungen in der Epigenetik best\u00e4tigen, was die vedischen Weisen bereits wussten: \n                Unsere Gedanken, Worte und Handlungen k\u00f6nnen unsere biologischen Prozesse beeinflussen. \n                Dr. Bruce Lipton&#8217;s Studien zeigen, wie Bewusstsein die Genexpression ver\u00e4ndert \u2013 \n                ein wissenschaftlicher Beleg f\u00fcr die Wirksamkeit der Upayas.\n            <\/p>\n            <p style=\"margin-top: 1rem;\">\n                Wie Deepak Chopra erkl\u00e4rt: &#8222;Die Quantenphysik hat gezeigt, dass Realit\u00e4t ein Konstrukt des Beobachters ist.&#8220; \n                Die Upayas sind pr\u00e4zise Werkzeuge, um als bewusster Beobachter und Gestalter deiner Realit\u00e4t zu agieren.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"cta-section\">\n        <div class=\"container\">\n            <h2 style=\"margin-bottom: 2rem;\">Beginne deine Transformation heute<\/h2>\n            <p style=\"font-size: 1.2rem; margin-bottom: 2rem;\">\n                &#8222;Ein Weg von tausend Meilen beginnt mit dem ersten Schritt.&#8220; &#8211; Laozi\n            <\/p>\n            <a href=\"#\" class=\"cta-button\">Jetzt anmelden &#038; transformieren<\/a>\n            <p style=\"margin-top: 2rem; opacity: 0.8;\">\n                Nach erfolgreicher Zahlung erh\u00e4ltst du sofortigen Zugang zur Kursplattform.<br>\n                Alle Materialien sind unter &#8222;My Registration&#8220; verf\u00fcgbar.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"contact-info\">\n        <div class=\"container\">\n            <h2 style=\"margin-bottom: 2rem; color: #2c3e50;\">Kontakt &#038; Information<\/h2>\n            <div class=\"contact-grid\">\n                <div class=\"contact-item\">\n                    <strong>Website<\/strong><br>\n                    <a href=\"http:\/\/www.vedastudium.de\">www.vedastudium.de<\/a>\n                <\/div>\n                <div class=\"contact-item\">\n                    <strong>E-Mail<\/strong><br>\n                    <a href=\"mailto:info@jyotishi.de\">info@jyotishi.de<\/a>\n                <\/div>\n                <div class=\"contact-item\">\n                    <strong>Telefon<\/strong><br>\n                    +49 2463 997366\n                <\/div>\n                <div class=\"contact-item\">\n                    <strong>WhatsApp<\/strong><br>\n                    +49 172 4612138\n                <\/div>\n                <div class=\"contact-item\">\n                    <strong>Telegram<\/strong><br>\n                    <a href=\"https:\/\/t.me\/+vI23r0JfCcplMTVi\">Jyotishi Gruppe<\/a>\n                <\/div>\n                <div class=\"contact-item\">\n                    <strong>Facebook<\/strong><br>\n                    <a href=\"https:\/\/www.facebook.com\/groups\/jyotishi\/?ref=share\">Jyotishi Community<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"footer\">\n        <div class=\"container\">\n            <p>&copy; 2025 Jyotishi.de &#8211; Traditionelle Vedische Astrologie f\u00fcr das moderne Leben<\/p>\n            <p style=\"margin-top: 1rem; font-style: italic; opacity: 0.8;\">\n                &#8222;\u092f\u0924\u094d\u0930 \u091c\u094d\u092f\u094b\u0924\u093f\u0937\u0902 \u0924\u0924\u094d\u0930 \u0915\u0932\u094d\u092f\u093e\u0923\u092e\u094d&#8220; &#8211; Wo Jyotish ist, dort ist Wohlergehen\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Smooth scrolling for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Parallax effect for hero section\n        window.addEventListener('scroll', () => {\n            const scrolled = window.pageYOffset;\n            const hero = document.querySelector('.hero');\n            if (hero) {\n                hero.style.transform = `translateY(${scrolled * 0.5}px)`;\n            }\n        });\n\n        \/\/ Animate elements on scroll\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n\n        \/\/ Observe all sections for animation\n        document.querySelectorAll('.section, .module, .pricing-card').forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(30px)';\n            el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(el);\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Upayas Onlinekurs &#8211; Vedische Astrologie | Jyotishi.de UPAYAS \u0909\u092a\u093e\u092f &#8211; Der Pfad der karmischen Transformation Meistere die vedischen Heilmittel und transformiere dein Schicksal durch die zeitlose Weisheit der Jyotish-Astrologie Welche verborgenen Kr\u00e4fte wirken in deinem Leben, und wie kannst du sie zu deinem Vorteil lenken? Gibt es einen Weg, die Herausforderungen des Schicksals nicht nur [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2881","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2881","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/comments?post=2881"}],"version-history":[{"count":1,"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2881\/revisions"}],"predecessor-version":[{"id":2884,"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2881\/revisions\/2884"}],"wp:attachment":[{"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/media?parent=2881"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}