{"id":2871,"date":"2025-09-20T17:22:29","date_gmt":"2025-09-20T15:22:29","guid":{"rendered":"http:\/\/www.jyotishi.de\/neu\/?page_id=2871"},"modified":"2025-09-20T17:22:29","modified_gmt":"2025-09-20T15:22:29","slug":"einfuehrungskurs-zur-vedanta-philosophie","status":"publish","type":"page","link":"http:\/\/www.jyotishi.de\/neu\/einfuehrungskurs-zur-vedanta-philosophie\/","title":{"rendered":"Einf\u00fchrungskurs zur Vedanta-Philosophie"},"content":{"rendered":"\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>\ud83c\udf3f Vedanta Online-Seminar &#8211; 4 Module der Weisheit<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .hero-section {\n            background: rgba(255, 255, 255, 0.95);\n            border-radius: 20px;\n            padding: 40px;\n            margin-bottom: 30px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            backdrop-filter: blur(10px);\n            text-align: center;\n        }\n        \n        .hero-title {\n            font-size: 2.5em;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);\n        }\n        \n        .hero-quote {\n            font-style: italic;\n            font-size: 1.3em;\n            color: #8e44ad;\n            margin-bottom: 20px;\n            padding: 20px;\n            background: linear-gradient(45deg, #f8f9fa, #e9ecef);\n            border-radius: 15px;\n            border-left: 5px solid #8e44ad;\n        }\n        \n        .intro-text {\n            font-size: 1.2em;\n            color: #555;\n            margin-bottom: 30px;\n        }\n        \n        .content-section {\n            background: rgba(255, 255, 255, 0.95);\n            border-radius: 15px;\n            padding: 30px;\n            margin-bottom: 20px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            backdrop-filter: blur(10px);\n        }\n        \n        .section-title {\n            font-size: 1.8em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .section-icon {\n            font-size: 1.2em;\n        }\n        \n        .module-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin: 20px 0;\n        }\n        \n        .module-card {\n            background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n            padding: 20px;\n            border-radius: 12px;\n            border-left: 4px solid #3498db;\n        }\n        \n        .pricing-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 30px 0;\n        }\n        \n        .pricing-card {\n            background: linear-gradient(135deg, #ffffff, #f8f9fa);\n            padding: 30px;\n            border-radius: 15px;\n            text-align: center;\n            border: 2px solid #e9ecef;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .pricing-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.15);\n        }\n        \n        .pricing-card.featured {\n            border: 3px solid #8e44ad;\n            transform: scale(1.05);\n        }\n        \n        .pricing-card.featured::before {\n            content: \"EMPFOHLEN\";\n            position: absolute;\n            top: -10px;\n            right: -35px;\n            background: #8e44ad;\n            color: white;\n            padding: 5px 40px;\n            font-size: 12px;\n            transform: rotate(45deg);\n            font-weight: bold;\n        }\n        \n        .price {\n            font-size: 2.5em;\n            font-weight: bold;\n            color: #8e44ad;\n            margin: 20px 0;\n        }\n        \n        .cta-button {\n            background: linear-gradient(135deg, #8e44ad, #9b59b6);\n            color: white;\n            padding: 15px 30px;\n            border: none;\n            border-radius: 50px;\n            font-size: 1.2em;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-block;\n            margin: 10px;\n            box-shadow: 0 5px 15px rgba(142, 68, 173, 0.3);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 25px rgba(142, 68, 173, 0.4);\n        }\n        \n        .benefits-list {\n            list-style: none;\n            padding: 0;\n        }\n        \n        .benefits-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #eee;\n            position: relative;\n            padding-left: 30px;\n        }\n        \n        .benefits-list li::before {\n            content: \"\u2728\";\n            position: absolute;\n            left: 0;\n            top: 10px;\n        }\n        \n        .contact-section {\n            background: linear-gradient(135deg, #2c3e50, #34495e);\n            color: white;\n            text-align: center;\n            padding: 40px;\n            border-radius: 15px;\n            margin-top: 30px;\n        }\n        \n        .contact-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .contact-item {\n            padding: 15px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 10px;\n            backdrop-filter: blur(5px);\n        }\n        \n        .final-quote {\n            font-style: italic;\n            font-size: 1.2em;\n            color: #8e44ad;\n            text-align: center;\n            margin: 30px 0;\n            padding: 20px;\n            background: rgba(142, 68, 173, 0.05);\n            border-radius: 15px;\n            border-left: 4px solid #8e44ad;\n        }\n        \n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 2em;\n            }\n            \n            .pricing-card.featured {\n                transform: none;\n            }\n            \n            .container {\n                padding: 10px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Hero Section -->\n        <div class=\"hero-section\">\n            <h1 class=\"hero-title\">\ud83c\udf3f Online-Seminar: Einf\u00fchrung in den Vedanta<\/h1>\n            <h2 style=\"color: #8e44ad; margin-bottom: 20px;\">4 Module der zeitlosen Weisheit<\/h2>\n            \n            <div class=\"hero-quote\">\n                \u201eErkenne dich selbst, und du wirst das Universum erkennen.&#8220;<br>\n                <small>\u2013 Vedantischer Leitsatz<\/small>\n            <\/div>\n            \n            <p class=\"intro-text\">\n                Was ist das wahre Wesen des Selbst? Wie k\u00f6nnen wir das Leiden \u00fcberwinden und die Einheit mit dem Unendlichen erfahren? Diese fundamentalen Fragen der menschlichen Existenz f\u00fchren uns direkt ins Herz des Vedanta \u2013 der Krone der vedischen Philosophie.\n            <\/p>\n            \n            <p style=\"font-size: 1.1em; color: #666; margin-bottom: 30px;\">\n                Dieses transformative Online-Seminar f\u00fchrt Sie systematisch durch die zeitlosen Lehren des Vedanta, angereichert mit praxisnahen Beispielen, gef\u00fchrten Meditationen und lebendigen philosophischen Dialogen.\n            <\/p>\n            \n            <a href=\"#anmeldung\" class=\"cta-button\">\ud83c\udfaf JETZT ANMELDEN!<\/a>\n        <\/div>\n\n        <!-- Seminarstruktur -->\n        <div class=\"content-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\">\u2728<\/span>\n                Seminarstruktur &#038; Inhalte\n            <\/h2>\n            \n            <div style=\"background: linear-gradient(45deg, #f8f9fa, #e9ecef); padding: 20px; border-radius: 10px; margin-bottom: 20px;\">\n                <strong>4 aufeinander aufbauende Module<\/strong> \u00e0 90\u2013120 Minuten<br>\n                <strong>Durchf\u00fchrung:<\/strong> Online \u00fcber MS Teams, Google Meet und Google Classroom<br>\n                <strong>Lernplattform:<\/strong> LS Tutor f\u00fcr Materialien, Aufzeichnungen und Austausch\n            <\/div>\n            \n            <div class=\"module-grid\">\n                <div class=\"module-card\">\n                    <h3>\ud83d\udcda Modul 1: Grundlagen des Vedanta<\/h3>\n                    <p>Die philosophischen Grundpfeiler, historische Entwicklung und die drei Hauptschulen des Vedanta. Einf\u00fchrung in Sanskrit-Begriffe und deren praktische Bedeutung.<\/p>\n                <\/div>\n                \n                <div class=\"module-card\">\n                    <h3>\ud83c\udfaf Modul 2: Atman &#038; Brahman<\/h3>\n                    <p>Das individuelle Selbst und das universelle Bewusstsein. Die Erkenntnis der fundamentalen Einheit allen Seins durch philosophische Analyse und Meditation.<\/p>\n                <\/div>\n                \n                <div class=\"module-card\">\n                    <h3>\ud83c\udf0a Modul 3: Maya &#038; Realit\u00e4t<\/h3>\n                    <p>Die Natur der Illusion und die Ebenen der Wirklichkeit. Praktische Techniken zur Unterscheidung zwischen dem Verg\u00e4nglichen und dem Ewigen.<\/p>\n                <\/div>\n                \n                <div class=\"module-card\">\n                    <h3>\ud83e\uddd8 Modul 4: Vedantische Praxis<\/h3>\n                    <p>Integration der Erkenntnisse in den Alltag. Meditation, Selbsterforschung (Atma Vichara) und die Kunst des bewussten Lebens.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Preisoptionen -->\n        <div class=\"content-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\">\ud83d\udca0<\/span>\n                Preisoptionen f\u00fcr jeden Lerntyp\n            <\/h2>\n            \n            <div class=\"pricing-grid\">\n                <div class=\"pricing-card\">\n                    <h3>\ud83c\udfaf Klassisch \u2013 Einzelmodul<\/h3>\n                    <div class=\"price\">300 \u20ac<\/div>\n                    <p><strong>1 Modul nach Wahl<\/strong><\/p>\n                    <p>Ideal f\u00fcr Teilnehmer, die zun\u00e4chst in ein spezifisches Thema einsteigen m\u00f6chten.<\/p>\n                    <ul style=\"text-align: left; margin: 20px 0;\">\n                        <li>\u2713 90-120 Minuten intensiver Unterricht<\/li>\n                        <li>\u2713 Digitale Materialien<\/li>\n                        <li>\u2713 Aufzeichnung verf\u00fcgbar<\/li>\n                    <\/ul>\n                    <a href=\"#anmeldung\" class=\"cta-button\">Einzelmodul buchen<\/a>\n                <\/div>\n                \n                <div class=\"pricing-card featured\">\n                    <h3>\ud83c\udfc6 Gesamtpaket Premium<\/h3>\n                    <div class=\"price\">700 \u20ac<\/div>\n                    <p><strong>4 Module + Bonus Q&#038;A<\/strong><\/p>\n                    <p>Empfohlen f\u00fcr ernsthafte Sch\u00fcler mit strukturiertem Lernansatz.<\/p>\n                    <ul style=\"text-align: left; margin: 20px 0;\">\n                        <li>\u2713 Alle 4 Module komplett<\/li>\n                        <li>\u2713 30 Min. pers\u00f6nliche Q&#038;A-Session<\/li>\n                        <li>\u2713 Umfassendes Skript &#038; Audioaufzeichnungen<\/li>\n                        <li>\u2713 Lifetime-Zugang zu Materialien<\/li>\n                    <\/ul>\n                    <a href=\"#anmeldung\" class=\"cta-button\">Premium-Paket sichern<\/a>\n                <\/div>\n                \n                <div class=\"pricing-card\">\n                    <h3>\ud83d\ude4f Dakshina-Modell<\/h3>\n                    <div class=\"price\">500 \u20ac<\/div>\n                    <p><strong>Spirituelles Preismodell<\/strong><\/p>\n                    <p>\u00d6stliche Tradition trifft moderne Verbindlichkeit.<\/p>\n                    <ul style=\"text-align: left; margin: 20px 0;\">\n                        <li>\u2713 Alle 4 Module komplett<\/li>\n                        <li>\u2713 Volle Begleitung und Unterst\u00fctzung<\/li>\n                        <li>\u2713 M\u00f6glichkeit zus\u00e4tzlicher freiwilliger Gabe<\/li>\n                        <li>\u2713 F\u00fcr Herzens-orientierte Sch\u00fcler<\/li>\n                    <\/ul>\n                    <a href=\"#anmeldung\" class=\"cta-button\">Dakshina-Weg w\u00e4hlen<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Was Sie erhalten -->\n        <div class=\"content-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\">\ud83c\udf81<\/span>\n                Was Sie erhalten\n            <\/h2>\n            \n            <ul class=\"benefits-list\">\n                <li><strong>Tiefgr\u00fcndiges Wissen<\/strong> der vedischen Philosophie, anschaulich und praxisnah vermittelt<\/li>\n                <li><strong>Pers\u00f6nliche Begleitung<\/strong> mit Raum f\u00fcr individuelle Fragen und Erkenntnisprozesse<\/li>\n                <li><strong>Meditationen &#038; \u00dcbungen<\/strong> f\u00fcr die Integration in Ihren Alltag<\/li>\n                <li><strong>Digitale Lernplattformen<\/strong> (Google Classroom &#038; LS Tutor) mit umfassenden Materialien<\/li>\n                <li><strong>Zeitlose Weisheit<\/strong> f\u00fcr mehr Klarheit, Gelassenheit und spirituelles Wachstum<\/li>\n                <li><strong>Philosophische Zitate<\/strong> von Shankara, Vivekananda, Ramana Maharshi und anderen Weisen<\/li>\n                <li><strong>Wissenschaftliche Verbindungen<\/strong> zu moderner Bewusstseinsforschung und Quantenphysik<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- Philosophische Vertiefung -->\n        <div class=\"content-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\">\ud83d\udcd6<\/span>\n                Philosophische Fundierung\n            <\/h2>\n            \n            <p style=\"margin-bottom: 20px;\">\n                Wie Swami Vivekananda lehrte: <em>&#8222;Vedanta ist nicht Theorie, sondern das Erwachen zur h\u00f6chsten Wirklichkeit in dir selbst.&#8220;<\/em> Diese Erkenntnis verbindet die zeitlose Weisheit der Upanishaden mit den Einsichten moderner Bewusstseinsforschung.\n            <\/p>\n            \n            <p style=\"margin-bottom: 20px;\">\n                Von Shankara&#8217;s Advaita \u00fcber Ramanujas Vishishtadvaita bis zu Krishnamurtis radikaler Selbsterforschung \u2013 wir erkunden die Vielfalt vedantischer Ans\u00e4tze. Dabei werden auch Verbindungen zu westlichen Denkern wie Jung, Schopenhauer und der modernen Quantenphysik aufgezeigt.\n            <\/p>\n            \n            <div style=\"background: linear-gradient(45deg, #f8f9fa, #e9ecef); padding: 20px; border-radius: 10px; font-style: italic;\">\n                &#8222;Das Selbst ist der Zeuge, leuchtend, jenseits aller Ver\u00e4nderungen, ohne Anfang und Ende.&#8220;<br>\n                <small>\u2013 Adi Shankara, Vivekachudamani<\/small>\n            <\/div>\n        <\/div>\n\n        <!-- Registrierung und Zugang -->\n        <div class=\"content-section\" id=\"anmeldung\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\">\ud83c\udf93<\/span>\n                Registrierung &#038; Kurszugang\n            <\/h2>\n            \n            <div style=\"background: linear-gradient(45deg, #e8f5e8, #f0f8f0); padding: 25px; border-radius: 15px; border-left: 5px solid #27ae60;\">\n                <h3 style=\"color: #27ae60; margin-bottom: 15px;\">So funktioniert Ihre Anmeldung:<\/h3>\n                <ol style=\"font-size: 1.1em; line-height: 1.8;\">\n                    <li><strong>Anmeldung:<\/strong> W\u00e4hlen Sie Ihr bevorzugtes Preismodell und melden sich an<\/li>\n                    <li><strong>Zahlung:<\/strong> Nach erfolgreicher Zahlung erhalten Sie Ihren pers\u00f6nlichen Zugang<\/li>\n                    <li><strong>Zugangsdaten:<\/strong> Link und Passwort zur exklusiven Kursplattform per E-Mail<\/li>\n                    <li><strong>Download:<\/strong> Module unter &#8222;My Registration&#8220; nach Login verf\u00fcgbar<\/li>\n                    <li><strong>Start:<\/strong> Ihr transformativer Vedanta-Weg beginnt!<\/li>\n                <\/ol>\n            <\/div>\n            \n            <div style=\"text-align: center; margin: 30px 0;\">\n                <a href=\"mailto:info@jyotishi.de?subject=Anmeldung Vedanta Online-Seminar\" class=\"cta-button\">\n                    \ud83d\udce7 JETZT ANMELDEN!\n                <\/a>\n                <a href=\"https:\/\/www.vedastudium.de\" target=\"_blank\" class=\"cta-button\">\n                    \ud83c\udf10 Mehr Infos\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Kontakt -->\n        <div class=\"contact-section\">\n            <h2 style=\"margin-bottom: 30px;\">\ud83d\udcde Kontakt &#038; Information<\/h2>\n            \n            <div class=\"contact-grid\">\n                <div class=\"contact-item\">\n                    <h3>\ud83d\udce7 E-Mail<\/h3>\n                    <a href=\"mailto:info@jyotishi.de\" style=\"color: #f1c40f; text-decoration: none;\">info@jyotishi.de<\/a>\n                <\/div>\n                \n                <div class=\"contact-item\">\n                    <h3>\ud83d\udcf1 Telefon<\/h3>\n                    <a href=\"tel:+4924639973661\" style=\"color: #f1c40f; text-decoration: none;\">+49 2463 997366<\/a>\n                <\/div>\n                \n                <div class=\"contact-item\">\n                    <h3>\ud83d\udcac WhatsApp<\/h3>\n                    <a href=\"https:\/\/wa.me\/4917246121381\" target=\"_blank\" style=\"color: #f1c40f; text-decoration: none;\">+49 172 4612138<\/a>\n                <\/div>\n                \n                <div class=\"contact-item\">\n                    <h3>\ud83d\udcf1 Telegram<\/h3>\n                    <a href=\"https:\/\/t.me\/+vI23r0JfCcplMTVi\" target=\"_blank\" style=\"color: #f1c40f; text-decoration: none;\">Telegram-Gruppe<\/a>\n                <\/div>\n                \n                <div class=\"contact-item\">\n                    <h3>\ud83d\udcd8 Facebook<\/h3>\n                    <a href=\"https:\/\/www.facebook.com\/groups\/jyotishi\/\" target=\"_blank\" style=\"color: #f1c40f; text-decoration: none;\">Jyotishi-Gruppe<\/a>\n                <\/div>\n                \n                <div class=\"contact-item\">\n                    <h3>\ud83c\udf10 Website<\/h3>\n                    <a href=\"https:\/\/www.vedastudium.de\" target=\"_blank\" style=\"color: #f1c40f; text-decoration: none;\">www.vedastudium.de<\/a>\n                <\/div>\n            <\/div>\n            \n            <div style=\"margin-top: 30px; text-align: center;\">\n                <a href=\"mailto:info@jyotishi.de?subject=Vedanta Seminar Anmeldung\" class=\"cta-button\" style=\"background: linear-gradient(135deg, #f1c40f, #f39c12);\">\n                    \ud83d\ude80 JETZT STARTEN &#8211; IHR WEG ZUR SELBSTERKENNTNIS!\n                <\/a>\n            <\/div>\n        <\/div>\n        \n        <!-- Abschlie\u00dfendes Zitat -->\n        <div class=\"final-quote\">\n            &#8222;Tat tvam asi &#8211; Das bist Du. Die Erkenntnis der wahren Natur des Selbst ist nicht nur philosophisches Wissen, sondern die direkte Erfahrung unserer unendlichen, unverg\u00e4nglichen Essenz.&#8220;<br>\n            <small>\u2013 Chandogya Upanishad &#038; moderne Vedanta-Praxis<\/small>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Smooth scrolling f\u00fcr interne Links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                document.querySelector(this.getAttribute('href')).scrollIntoView({\n                    behavior: 'smooth'\n                });\n            });\n        });\n\n        \/\/ Animationen beim Scrollen\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver(function(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        \/\/ Beobachte alle content-sections\n        document.querySelectorAll('.content-section, .hero-section').forEach(section => {\n            section.style.opacity = '0';\n            section.style.transform = 'translateY(30px)';\n            section.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(section);\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf3f Vedanta Online-Seminar &#8211; 4 Module der Weisheit \ud83c\udf3f Online-Seminar: Einf\u00fchrung in den Vedanta 4 Module der zeitlosen Weisheit \u201eErkenne dich selbst, und du wirst das Universum erkennen.&#8220; \u2013 Vedantischer Leitsatz Was ist das wahre Wesen des Selbst? Wie k\u00f6nnen wir das Leiden \u00fcberwinden und die Einheit mit dem Unendlichen erfahren? Diese fundamentalen Fragen der [&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-2871","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2871","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=2871"}],"version-history":[{"count":1,"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2871\/revisions"}],"predecessor-version":[{"id":2874,"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2871\/revisions\/2874"}],"wp:attachment":[{"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/media?parent=2871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}