{"id":2897,"date":"2025-09-23T14:48:43","date_gmt":"2025-09-23T12:48:43","guid":{"rendered":"http:\/\/www.jyotishi.de\/neu\/?page_id=2897"},"modified":"2025-09-23T14:48:43","modified_gmt":"2025-09-23T12:48:43","slug":"licht-und-schatten-der-seele-die-30-tithis-und-das-gesetz-des-inneren-wandels-seminar","status":"publish","type":"page","link":"http:\/\/www.jyotishi.de\/neu\/licht-und-schatten-der-seele-die-30-tithis-und-das-gesetz-des-inneren-wandels-seminar\/","title":{"rendered":"Licht und Schatten der Seele \u2013 Die 30 Tithis und das Gesetz des inneren Wandels &#8211; Seminar"},"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>Die 30 Tithis &#8211; Vedisches Mondkalender-Retreat<\/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            color: #2c3e50;\n            background: linear-gradient(135deg, #0f0f23 0%, #1a1a3a 25%, #2d1b69 50%, #1a1a3a 75%, #0f0f23 100%);\n            min-height: 100vh;\n            overflow-x: hidden;\n        }\n\n        \/* Sternenfeld Animation *\/\n        .stars {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 1;\n        }\n\n        .star {\n            position: absolute;\n            width: 2px;\n            height: 2px;\n            background: #fff;\n            border-radius: 50%;\n            animation: twinkle 4s ease-in-out infinite alternate;\n        }\n\n        @keyframes twinkle {\n            0% { opacity: 0.3; }\n            100% { opacity: 1; }\n        }\n\n        \/* Mondphasen Animation *\/\n        .moon-phases {\n            position: fixed;\n            top: 50%;\n            right: -100px;\n            transform: translateY(-50%);\n            z-index: 2;\n            animation: moonOrbit 30s linear infinite;\n        }\n\n        .moon {\n            width: 80px;\n            height: 80px;\n            background: radial-gradient(circle at 30% 30%, #ffd700, #ffec8b, #ffd700);\n            border-radius: 50%;\n            box-shadow: 0 0 30px rgba(255, 215, 0, 0.4);\n            position: relative;\n        }\n\n        @keyframes moonOrbit {\n            0% { transform: translateY(-50%) rotate(0deg) translateX(120px) rotate(0deg); }\n            100% { transform: translateY(-50%) rotate(360deg) translateX(120px) rotate(-360deg); }\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 10;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n        }\n\n        .header {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            text-align: center;\n            padding: 4rem 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header::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 20\"><defs><pattern id=\"constellation\" patternUnits=\"userSpaceOnUse\" width=\"100\" height=\"20\"><circle cx=\"10\" cy=\"10\" r=\"1\" fill=\"white\" opacity=\"0.3\"\/><circle cx=\"30\" cy=\"5\" r=\"0.5\" fill=\"white\" opacity=\"0.5\"\/><circle cx=\"60\" cy=\"15\" r=\"1.5\" fill=\"white\" opacity=\"0.4\"\/><circle cx=\"80\" cy=\"8\" r=\"0.8\" fill=\"white\" opacity=\"0.6\"\/><\/pattern><\/defs><rect width=\"100\" height=\"20\" fill=\"url(%23constellation)\"\/><\/svg>') repeat;\n            opacity: 0.2;\n        }\n\n        .header h1 {\n            font-size: 3.5rem;\n            margin-bottom: 1rem;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n            position: relative;\n            z-index: 1;\n        }\n\n        .header .subtitle {\n            font-size: 1.4rem;\n            opacity: 0.9;\n            font-style: italic;\n            position: relative;\n            z-index: 1;\n        }\n\n        .intro {\n            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n            padding: 3rem 2rem;\n            text-align: center;\n        }\n\n        .intro p {\n            font-size: 1.3rem;\n            font-style: italic;\n            color: #34495e;\n            margin-bottom: 1.5rem;\n        }\n\n        .content-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 0;\n        }\n\n        .section {\n            padding: 3rem 2rem;\n            position: relative;\n        }\n\n        .section:nth-child(odd) {\n            background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);\n        }\n\n        .section:nth-child(even) {\n            background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);\n        }\n\n        .section h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            color: #2c3e50;\n            position: relative;\n        }\n\n        .section h2::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 50px;\n            height: 3px;\n            background: linear-gradient(90deg, #667eea, #764ba2);\n            border-radius: 2px;\n        }\n\n        .retreat-phases {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin: 2rem 0;\n        }\n\n        .phase-card {\n            background: rgba(255, 255, 255, 0.9);\n            padding: 2rem;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            border-left: 5px solid #667eea;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .phase-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);\n        }\n\n        .phase-title {\n            font-size: 1.5rem;\n            font-weight: bold;\n            margin-bottom: 1rem;\n            color: #667eea;\n        }\n\n        .locations {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            margin: 2rem 0;\n        }\n\n        .location-card {\n            background: rgba(255, 255, 255, 0.95);\n            padding: 2rem;\n            border-radius: 20px;\n            text-align: center;\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .location-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);\n        }\n\n        .location-card:hover {\n            transform: scale(1.05);\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n        }\n\n        .location-title {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 1rem;\n        }\n\n        .price-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            text-align: center;\n            padding: 4rem 2rem;\n            position: relative;\n        }\n\n        .price {\n            font-size: 4rem;\n            font-weight: bold;\n            margin: 2rem 0;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n\n        .contact-section {\n            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);\n            color: white;\n            padding: 4rem 2rem;\n            text-align: center;\n        }\n\n        .contact-info {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin: 2rem 0;\n        }\n\n        .contact-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 1.5rem;\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n        }\n\n        .quote {\n            font-style: italic;\n            font-size: 1.2rem;\n            color: #7f8c8d;\n            text-align: center;\n            margin: 2rem 0;\n            padding: 1rem;\n            border-left: 3px solid #667eea;\n            background: rgba(103, 126, 234, 0.05);\n        }\n\n        @media (max-width: 768px) {\n            .content-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .header h1 {\n                font-size: 2.5rem;\n            }\n            \n            .price {\n                font-size: 2.5rem;\n            }\n            \n            .section {\n                padding: 2rem 1rem;\n            }\n        }\n\n        \/* Planetensymbole *\/\n        .planet-symbol {\n            display: inline-block;\n            font-size: 1.2em;\n            margin: 0 0.3em;\n            color: #f39c12;\n        }\n\n        \/* Zodiac Ornamente *\/\n        .zodiac-border {\n            border: 2px solid transparent;\n            background: linear-gradient(white, white) padding-box,\n                       linear-gradient(45deg, #f39c12, #e74c3c, #9b59b6, #3498db) border-box;\n            border-radius: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"stars\"><\/div>\n    <div class=\"moon-phases\">\n        <div class=\"moon\"><\/div>\n    <\/div>\n\n    <div class=\"container\">\n        <header class=\"header\">\n            <h1>Die 30 Tithis <span class=\"planet-symbol\">\u263d<\/span><\/h1>\n            <p class=\"subtitle\">Vedische Mondkalender-Astrologie f\u00fcr tiefe Einsicht und bewusste Lebensf\u00fchrung<\/p>\n        <\/header>\n\n        <section class=\"intro\">\n            <p>&#8222;Kannst du die fl\u00fcsternden Stimmen des Mondes h\u00f6ren? Sp\u00fcrst du, wie die 30 heiligen Rhythmen des Himmels dein Leben durchdringen?&#8220;<\/p>\n            <div class=\"quote\">\n                &#8222;In der F\u00fclle des Mondes offenbart sich das Geheimnis des Seins.&#8220; &#8211; Kabir\n            <\/div>\n        <\/section>\n\n        <div class=\"content-grid\">\n            <section class=\"section zodiac-border\">\n                <h2>Was sind Tithis? <span class=\"planet-symbol\">\u25d0<\/span><\/h2>\n                <p>Dieses 14-t\u00e4gige Intensiv-Retreat f\u00fchrt Sie durch die mystische Welt der Tithis \u2013 die 30 Mondtage des vedischen Kalenders, die als Schl\u00fcssel zur kosmischen Ordnung und Selbsterkenntnis dienen.<\/p>\n                <p>Im sanften Rhythmus zwischen Theorie und Praxis, zwischen uralter Weisheit und modernem Leben, werden wir gemeinsam in die Geheimnisse der Zeit eintauchen.<\/p>\n                \n                <div class=\"retreat-phases\">\n                    <div class=\"phase-card\">\n                        <div class=\"phase-title\">Shukla Paksha <span class=\"planet-symbol\">\u263e<\/span><\/div>\n                        <p>Die zunehmende Mondphase &#8211; Von Neumond zu Vollmond. 15 Tithis des Wachstums, der Expansion und der manifestierenden Energie.<\/p>\n                    <\/div>\n                    <div class=\"phase-card\">\n                        <div class=\"phase-title\">Krishna Paksha <span class=\"planet-symbol\">\u263d<\/span><\/div>\n                        <p>Die abnehmende Mondphase &#8211; Von Vollmond zu Neumond. 15 Tithis der Reflexion, Losl\u00f6sung und inneren Transformation.<\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <section class=\"section\">\n                <h2>Retreat-Struktur <span class=\"planet-symbol\">\u26b9<\/span><\/h2>\n                <div style=\"display: grid; gap: 1rem; margin-top: 1.5rem;\">\n                    <div style=\"background: rgba(255,255,255,0.7); padding: 1rem; border-radius: 8px;\">\n                        <strong>Tag 1-2:<\/strong> Grundlagen und Kosmologie\n                    <\/div>\n                    <div style=\"background: rgba(255,255,255,0.7); padding: 1rem; border-radius: 8px;\">\n                        <strong>Tag 3-6:<\/strong> Shukla Paksha (Zunehmender Mond)\n                    <\/div>\n                    <div style=\"background: rgba(255,255,255,0.7); padding: 1rem; border-radius: 8px;\">\n                        <strong>Tag 7:<\/strong> Integration und Reflektion\n                    <\/div>\n                    <div style=\"background: rgba(255,255,255,0.7); padding: 1rem; border-radius: 8px;\">\n                        <strong>Tag 8-11:<\/strong> Krishna Paksha (Abnehmender Mond)\n                    <\/div>\n                    <div style=\"background: rgba(255,255,255,0.7); padding: 1rem; border-radius: 8px;\">\n                        <strong>Tag 12-14:<\/strong> Praktische Anwendung &#038; Abschluss\n                    <\/div>\n                <\/div>\n\n                <div class=\"quote\">\n                    &#8222;Werde leer wie der Neumond \u2013 dann wird dein Herz vom Licht Gottes gef\u00fcllt.&#8220; &#8211; Hazrat Inayat Khan\n                <\/div>\n            <\/section>\n\n            <section class=\"section\">\n                <h2>T\u00e4glicher Rhythmus <span class=\"planet-symbol\">\u2609<\/span><\/h2>\n                <div style=\"display: grid; gap: 0.8rem; font-size: 0.95rem;\">\n                    <div><strong>05:30 &#8211; 06:30:<\/strong> Morgenmeditation und Pranayama<\/div>\n                    <div><strong>07:00 &#8211; 08:30:<\/strong> Fr\u00fchst\u00fcck und stille Zeit<\/div>\n                    <div><strong>09:00 &#8211; 12:00:<\/strong> Vormittags-Sessions<\/div>\n                    <div><strong>12:00 &#8211; 14:00:<\/strong> Mittagessen und Ruhepause<\/div>\n                    <div><strong>14:00 &#8211; 17:00:<\/strong> Nachmittags-Sessions<\/div>\n                    <div><strong>17:00 &#8211; 18:30:<\/strong> Yoga-Praxis<\/div>\n                    <div><strong>18:30 &#8211; 20:00:<\/strong> Abendessen<\/div>\n                    <div><strong>20:00 &#8211; 21:00:<\/strong> Abendmeditation oder Satsang<\/div>\n                    <div><strong>21:00:<\/strong> Noble Stille<\/div>\n                <\/div>\n\n                <h3 style=\"margin-top: 2rem; color: #667eea;\">Besondere Praktiken:<\/h3>\n                <p>\u2022 VSM &#8211; Vital Self Meditation \u2022 Yantra-Zeichnung \u2022 Vedische Kochkunst \u2022 Klang-Meditation \u2022 Agnihotra-Puja \u2022 Astronomische Mondbeobachtung<\/p>\n            <\/section>\n\n            <section class=\"section\">\n                <h2>Lernziele <span class=\"planet-symbol\">\u263f<\/span><\/h2>\n                <div style=\"display: grid; gap: 1.5rem;\">\n                    <div>\n                        <h4 style=\"color: #e74c3c; margin-bottom: 0.5rem;\">Theoretisches Verst\u00e4ndnis:<\/h4>\n                        <p>Die 30 Tithis und ihre Bedeutungen \u2022 Tithi-Berechnungen \u2022 Panchanga-Interpretation \u2022 Planetarische Einfl\u00fcsse<\/p>\n                    <\/div>\n                    <div>\n                        <h4 style=\"color: #27ae60; margin-bottom: 0.5rem;\">Praktische F\u00e4higkeiten:<\/h4>\n                        <p>Pers\u00f6nliche Tithi-Analysen \u2022 Muhurta-Bestimmung \u2022 Tithi-spezifische Rituale \u2022 Mondkalender-Integration<\/p>\n                    <\/div>\n                    <div>\n                        <h4 style=\"color: #8e44ad; margin-bottom: 0.5rem;\">Spirituelle Kompetenzen:<\/h4>\n                        <p>Tithi-bewusste Meditation \u2022 Energetische Mondphasen-Wahrnehmung \u2022 Pers\u00f6nliche Transformation \u2022 Gemeinschaftliche Praxis<\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/div>\n\n        <section class=\"price-section\">\n            <h2>Investition in Ihre spirituelle Entwicklung<\/h2>\n            <div class=\"price\">2.520 \u20ac<\/div>\n            <p style=\"font-size: 1.1rem; opacity: 0.9;\">14-t\u00e4giges Intensiv-Retreat inkl. umfassende Materialien<br>\n            <em>(plus Anreise, \u00dcbernachtung und Verpflegung)<\/em><\/p>\n            \n            <div class=\"quote\" style=\"color: rgba(255,255,255,0.9); margin-top: 2rem;\">\n                &#8222;Purnamadah Purnamidam &#8211; Das ist Vollkommenheit, dies ist Vollkommenheit&#8220;<br>\n                <span style=\"font-size: 0.9rem;\">&#8211; Isha Upanishad<\/span>\n            <\/div>\n        <\/section>\n\n        <section class=\"section\">\n            <h2>Retreat-Orte <span class=\"planet-symbol\">\u2295<\/span><\/h2>\n            <div class=\"locations\">\n                <div class=\"location-card\">\n                    <h3 class=\"location-title\">\ud83d\udd49\ufe0f Varanasi, Indien<\/h3>\n                    <p>Die heilige Stadt am Ganges &#8211; Wiege der Spiritualit\u00e4t. Ashram-Atmosph\u00e4re, t\u00e4gliche Rituale am heiligen Fluss, authentische vedische Kultur.<\/p>\n                <\/div>\n                <div class=\"location-card\">\n                    <h3 class=\"location-title\">\ud83c\udf05 Andalusien, Spanien<\/h3>\n                    <p>Nationalpark Coto de Do\u00f1ana, Costa de la Luz. Spirituelles Zentrum zwischen Natur und Meer, mediterrane Ruhe, kloster\u00e4hnliche Gemeinschaft.<\/p>\n                <\/div>\n                <div class=\"location-card\">\n                    <h3 class=\"location-title\">\ud83c\udf3a Sri Lanka<\/h3>\n                    <p>Terrace Garden, Weligama. Authentische Ayurveda-Anlage, nat\u00fcrliche Umgebung ohne sch\u00e4dliche Einfl\u00fcsse, traditionelle Weisheit.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"contact-section\">\n            <h2>Kontakt &#038; Anmeldung <span class=\"planet-symbol\">\u260a<\/span><\/h2>\n            <div class=\"contact-info\">\n                <div class=\"contact-item\">\n                    <h4>\ud83d\udce7 E-Mail<\/h4>\n                    <p>info@jyotishi.de<br>\n                    info@vedastudium.de<br>\n                    reservation@terrace-garden.de<\/p>\n                <\/div>\n                <div class=\"contact-item\">\n                    <h4>\ud83d\udcde Telefon<\/h4>\n                    <p>+49 (0) 2463 997366<\/p>\n                <\/div>\n                <div class=\"contact-item\">\n                    <h4>\ud83d\udcf1 WhatsApp<\/h4>\n                    <p>+49 172 4612138<\/p>\n                <\/div>\n                <div class=\"contact-item\">\n                    <h4>\ud83c\udf10 Internet<\/h4>\n                    <p>www.jyotishi.de<br>\n                    terrace-garden.de<\/p>\n                <\/div>\n            <\/div>\n\n            <div style=\"margin-top: 3rem; padding: 2rem; background: rgba(255,255,255,0.1); border-radius: 15px;\">\n                <h3>Om Chandraya Namah &#8211; Om, Verehrung dem Mond<\/h3>\n                <h3>Om Kaalaya Namah &#8211; Om, Verehrung der Zeit<\/h3>\n                <h3>Om Purnamadah Purnamidam &#8211; Om, Vollkommenheit hier und dort<\/h3>\n                <p style=\"margin-top: 1rem; font-style: italic; opacity: 0.8;\">\n                    In tiefer Dankbarkeit f\u00fcr die Weisheit der Rishis und die ewigen Rhythmen des Kosmos\n                <\/p>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <script>\n        \/\/ Sterne generieren\n        function createStars() {\n            const starsContainer = document.querySelector('.stars');\n            const numberOfStars = 100;\n\n            for (let i = 0; i < numberOfStars; i++) {\n                const star = document.createElement('div');\n                star.className = 'star';\n                star.style.left = Math.random() * 100 + '%';\n                star.style.top = Math.random() * 100 + '%';\n                star.style.animationDelay = Math.random() * 4 + 's';\n                starsContainer.appendChild(star);\n            }\n        }\n\n        \/\/ Scroll-Animationen\n        function handleScroll() {\n            const sections = document.querySelectorAll('.section');\n            const scrollTop = window.pageYOffset;\n\n            sections.forEach((section, index) => {\n                const sectionTop = section.offsetTop;\n                const sectionHeight = section.offsetHeight;\n                const windowHeight = window.innerHeight;\n\n                if (scrollTop + windowHeight > sectionTop + 100) {\n                    section.style.transform = 'translateY(0)';\n                    section.style.opacity = '1';\n                }\n            });\n        }\n\n        \/\/ Mond-Parallax-Effekt\n        function updateMoonPosition() {\n            const moon = document.querySelector('.moon-phases');\n            const scrollTop = window.pageYOffset;\n            const rate = scrollTop * -0.3;\n            \n            moon.style.transform = `translateY(calc(-50% + ${rate}px))`;\n        }\n\n        \/\/ Event Listeners\n        document.addEventListener('DOMContentLoaded', function() {\n            createStars();\n            \n            \/\/ Initiale Animation der Sections\n            const sections = document.querySelectorAll('.section');\n            sections.forEach(section => {\n                section.style.transform = 'translateY(30px)';\n                section.style.opacity = '0';\n                section.style.transition = 'all 0.8s ease';\n            });\n        });\n\n        window.addEventListener('scroll', function() {\n            handleScroll();\n            updateMoonPosition();\n        });\n\n        \/\/ Hover-Effekte f\u00fcr Karten\n        document.querySelectorAll('.phase-card, .location-card').forEach(card => {\n            card.addEventListener('mouseenter', function() {\n                this.style.transform = 'translateY(-10px) scale(1.02)';\n            });\n            \n            card.addEventListener('mouseleave', function() {\n                this.style.transform = 'translateY(0) scale(1)';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Die 30 Tithis &#8211; Vedisches Mondkalender-Retreat Die 30 Tithis \u263d Vedische Mondkalender-Astrologie f\u00fcr tiefe Einsicht und bewusste Lebensf\u00fchrung &#8222;Kannst du die fl\u00fcsternden Stimmen des Mondes h\u00f6ren? Sp\u00fcrst du, wie die 30 heiligen Rhythmen des Himmels dein Leben durchdringen?&#8220; &#8222;In der F\u00fclle des Mondes offenbart sich das Geheimnis des Seins.&#8220; &#8211; Kabir Was sind Tithis? \u25d0 [&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-2897","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2897","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=2897"}],"version-history":[{"count":1,"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2897\/revisions"}],"predecessor-version":[{"id":2900,"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2897\/revisions\/2900"}],"wp:attachment":[{"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/media?parent=2897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}