{"id":2888,"date":"2025-09-22T18:17:42","date_gmt":"2025-09-22T16:17:42","guid":{"rendered":"http:\/\/www.jyotishi.de\/neu\/?page_id=2888"},"modified":"2025-09-23T16:22:57","modified_gmt":"2025-09-23T14:22:57","slug":"die-ewige-buehne-des-bewusstseins-theaterstueck-des-lebens-12-tage-seminar","status":"publish","type":"page","link":"http:\/\/www.jyotishi.de\/neu\/die-ewige-buehne-des-bewusstseins-theaterstueck-des-lebens-12-tage-seminar\/","title":{"rendered":"Die ewige B\u00fchne des Bewusstseins &#8211; Theaterst\u00fcck des Lebens  &#8211; 12 Tage 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>Das Theaterst\u00fcck des Lebens &#8211; Spirituelles Retreat<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Georgia', serif;\n            line-height: 1.6;\n            color: #2c3e50;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n            border-radius: 20px;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            overflow: hidden;\n        }\n\n        .hero {\n            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1200 600\"><defs><radialGradient id=\"stars\" cx=\"50%\" cy=\"50%\" r=\"50%\"><stop offset=\"0%\" style=\"stop-color:%23FFD700;stop-opacity:0.8\"\/><stop offset=\"50%\" style=\"stop-color:%234B0082;stop-opacity:0.6\"\/><stop offset=\"100%\" style=\"stop-color:%23000080;stop-opacity:0.9\"\/><\/radialGradient><\/defs><rect width=\"1200\" height=\"600\" fill=\"url(%23stars)\"\/><circle cx=\"200\" cy=\"100\" r=\"3\" fill=\"%23FFD700\" opacity=\"0.8\"><animate attributeName=\"opacity\" values=\"0.3;1;0.3\" dur=\"3s\" repeatCount=\"indefinite\"\/><\/circle><circle cx=\"400\" cy=\"150\" r=\"2\" fill=\"%23FFD700\" opacity=\"0.6\"><animate attributeName=\"opacity\" values=\"0.2;0.8;0.2\" dur=\"2s\" repeatCount=\"indefinite\"\/><\/circle><circle cx=\"800\" cy=\"80\" r=\"2.5\" fill=\"%23FFD700\" opacity=\"0.7\"><animate attributeName=\"opacity\" values=\"0.4;0.9;0.4\" dur=\"2.5s\" repeatCount=\"indefinite\"\/><\/circle><\/svg>');\n            background-size: cover;\n            background-position: center;\n            color: white;\n            padding: 80px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at center, transparent 20%, rgba(0, 0, 0, 0.3) 80%);\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n        }\n\n        .hero h1 {\n            font-size: 3.5em;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n            animation: fadeInUp 1s ease-out;\n            background: linear-gradient(45deg, #FFD700, #FFA500);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .hero .subtitle {\n            font-size: 1.8em;\n            margin-bottom: 30px;\n            font-style: italic;\n            animation: fadeInUp 1s ease-out 0.3s both;\n        }\n\n        .hero .intro-questions {\n            font-size: 1.2em;\n            margin-bottom: 40px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n            animation: fadeInUp 1s ease-out 0.6s both;\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(50px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .section {\n            padding: 60px 40px;\n            border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n        }\n\n        .section:last-child {\n            border-bottom: none;\n        }\n\n        .section h2 {\n            font-size: 2.5em;\n            margin-bottom: 30px;\n            text-align: center;\n            background: linear-gradient(45deg, #667eea, #764ba2);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n        }\n\n        .section h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 3px;\n            background: linear-gradient(45deg, #FFD700, #FFA500);\n            border-radius: 2px;\n        }\n\n        .journey-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .house-card {\n            background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 248, 255, 0.9));\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            border-left: 5px solid #FFD700;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .house-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            right: 0;\n            width: 100px;\n            height: 100px;\n            background: radial-gradient(circle, rgba(255, 215, 0, 0.1), transparent);\n            border-radius: 50%;\n            transform: translate(30px, -30px);\n        }\n\n        .house-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);\n        }\n\n        .house-card h3 {\n            color: #2c3e50;\n            margin-bottom: 15px;\n            font-size: 1.4em;\n        }\n\n        .house-card p {\n            color: #555;\n            line-height: 1.7;\n        }\n\n        .quote-section {\n            background: linear-gradient(135deg, #f5f7fa, #c3cfe2);\n            text-align: center;\n            font-style: italic;\n        }\n\n        .quote {\n            font-size: 1.5em;\n            color: #2c3e50;\n            max-width: 800px;\n            margin: 0 auto 20px;\n            line-height: 1.8;\n        }\n\n        .quote-author {\n            font-size: 1.1em;\n            color: #667eea;\n            font-weight: bold;\n        }\n\n        .locations {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 40px;\n        }\n\n        .location-card {\n            background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.9));\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n            background-clip: padding-box;\n            position: relative;\n        }\n\n        .location-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(135deg, #FFD700, #FFA500);\n            border-radius: 20px;\n            z-index: -1;\n            padding: 2px;\n            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n            mask-composite: exclude;\n        }\n\n        .location-card:hover {\n            transform: scale(1.05);\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);\n        }\n\n        .location-card h3 {\n            font-size: 1.8em;\n            margin-bottom: 20px;\n            color: #2c3e50;\n        }\n\n        .investment-box {\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            color: white;\n            padding: 50px;\n            border-radius: 25px;\n            text-align: center;\n            margin: 40px 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .investment-box::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);\n            animation: rotate 20s linear infinite;\n        }\n\n        @keyframes rotate {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        .investment-content {\n            position: relative;\n            z-index: 2;\n        }\n\n        .price {\n            font-size: 3em;\n            font-weight: bold;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n\n        .contact-section {\n            background: linear-gradient(135deg, #2c3e50, #3498db);\n            color: white;\n            text-align: center;\n        }\n\n        .contact-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .contact-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 30px;\n            border-radius: 15px;\n            backdrop-filter: blur(10px);\n            transition: all 0.3s ease;\n        }\n\n        .contact-item:hover {\n            background: rgba(255, 255, 255, 0.2);\n            transform: translateY(-3px);\n        }\n\n        .contact-item h3 {\n            margin-bottom: 15px;\n            font-size: 1.3em;\n        }\n\n        .btn {\n            display: inline-block;\n            background: linear-gradient(45deg, #FFD700, #FFA500);\n            color: #2c3e50;\n            padding: 15px 35px;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 1.1em;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);\n            margin-top: 20px;\n        }\n\n        .btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 35px rgba(255, 215, 0, 0.4);\n            color: #1a252f;\n        }\n\n        .floating-elements {\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        .floating-star {\n            position: absolute;\n            width: 4px;\n            height: 4px;\n            background: #FFD700;\n            border-radius: 50%;\n            animation: float 6s ease-in-out infinite;\n        }\n\n        .floating-star:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }\n        .floating-star:nth-child(2) { top: 60%; left: 85%; animation-delay: 2s; }\n        .floating-star:nth-child(3) { top: 80%; left: 20%; animation-delay: 4s; }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.3; }\n            50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }\n        }\n\n        .summary-highlight {\n            background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 165, 0, 0.1));\n            border-left: 5px solid #FFD700;\n            padding: 30px;\n            margin: 30px 0;\n            border-radius: 10px;\n            font-size: 1.1em;\n            line-height: 1.8;\n        }\n\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 2.5em; }\n            .hero .subtitle { font-size: 1.4em; }\n            .hero .intro-questions { font-size: 1em; }\n            .section { padding: 40px 20px; }\n            .section h2 { font-size: 2em; }\n            .price { font-size: 2.2em; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"floating-elements\">\n        <div class=\"floating-star\"><\/div>\n        <div class=\"floating-star\"><\/div>\n        <div class=\"floating-star\"><\/div>\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"hero\">\n            <div class=\"hero-content\">\n                <h1>Das Theaterst\u00fcck des Lebens<\/h1>\n                <div class=\"subtitle\">Ein 12-t\u00e4giges spirituelles Retreat zwischen Schicksal und freiem Willen<\/div>\n                <div class=\"intro-questions\">\n                    Sind Sie der bewusste Regisseur Ihres eigenen Dramas oder folgt Ihr Leben einem vorgeschriebenen Drehbuch? Welche kosmischen Kr\u00e4fte wirken hinter den Kulissen unserer t\u00e4glichen Inszenierungen?\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section quote-section\">\n            <div class=\"quote\">\n                &#8222;Die Welt ist eine B\u00fchne, und wir alle sind Schauspieler darauf. Aber wer ist der Zuschauer?&#8220;\n            <\/div>\n            <div class=\"quote-author\">\u2014 Ramana Maharshi<\/div>\n        <\/div>\n\n        <div class=\"section\">\n            <h2>Die Zw\u00f6lf H\u00e4user der Seelenerfahrung<\/h2>\n            <p style=\"text-align: center; font-size: 1.2em; margin-bottom: 40px; color: #555;\">\n                Entdecken Sie die zw\u00f6lf &#8222;Drehorte&#8220; Ihrer Seele durch die Weisheit des vedischen Jyotish\n            <\/p>\n            \n            <div class=\"journey-grid\">\n                <div class=\"house-card\">\n                    <h3>\ud83c\udf05 Tage 1-2: Der Hauptdarsteller erwacht<\/h3>\n                    <p><strong>1. Haus &#8211; Lagna:<\/strong> Die B\u00fchne der Selbstwerdung. &#8222;Erkenne dich selbst&#8220; &#8211; Sokrates&#8216; Weisheit in astrologischer Praxis.<\/p>\n                    <p><strong>2. Haus &#8211; Dhana:<\/strong> Innere und \u00e4u\u00dfere Sch\u00e4tze. Erforschung Ihrer wahren Werte jenseits des Materiellen.<\/p>\n                <\/div>\n\n                <div class=\"house-card\">\n                    <h3>\ud83d\udde3\ufe0f Tage 3-4: Die Kunst des Dialogs<\/h3>\n                    <p><strong>3. Haus &#8211; Parakrama:<\/strong> Kommunikation als Br\u00fccke zwischen Welten. Rumi: &#8222;Jenseits von richtig und falsch liegt ein Feld.&#8220;<\/p>\n                    <p><strong>4. Haus &#8211; Sukha:<\/strong> Die emotionale Heimat der Seele. Herzens-Heimat-Meditation. Chandra-Lagna.<\/p>\n                <\/div>\n\n                <div class=\"house-card\">\n                    <h3>\ud83c\udfa8 Tage 5-6: Sch\u00f6pfung und Dienst<\/h3>\n                    <p><strong>5. Haus &#8211; Putra:<\/strong> Kreative Selbstentfaltung. Osho: &#8222;Sei kreativ. Kreativit\u00e4t ist deine ultimative Natur.&#8220;<\/p>\n                    <p><strong>6. Haus &#8211; Ripu:<\/strong> Die Alchemie des Dienens. Gandhi: &#8222;Der beste Weg, sich selbst zu finden, ist im Dienst an anderen.&#8220;<\/p>\n                <\/div>\n\n                <div class=\"house-card\">\n                    <h3>\ud83e\ude9e Tage 7-8: Begegnung und Transformation<\/h3>\n                    <p><strong>7. Haus &#8211; Kalatra:<\/strong> Der Spiegel des Anderen. Tantrische Partner-Meditationen und Dyaden-\u00dcbungen.<\/p>\n                    <p><strong>8. Haus &#8211; Ayus:<\/strong> Das Mysterium der Transformation. C.G. Jungs Schattenintegration in der Praxis. Planetenaufstellungen<\/p>\n                <\/div>\n\n                <div class=\"house-card\">\n                    <h3>\ud83e\udded Tage 9-10: Weisheit und Berufung<\/h3>\n                    <p><strong>9. Haus &#8211; Dharma:<\/strong> Ihr pers\u00f6nlicher Philosophie-Pfad. Pilger-Wanderung zur inneren Wahrheit.<\/p>\n                    <p><strong>10. Haus &#8211; Karma:<\/strong> Die \u00f6ffentliche B\u00fchne. Konfuzius: &#8222;W\u00e4hle einen Beruf, den du liebst.&#8220;<\/p>\n                <\/div>\n\n                <div class=\"house-card\">\n                    <h3>\ud83c\udf1f Tage 11-12: Vollendung und R\u00fcckkehr<\/h3>\n                    <p><strong>11. Haus &#8211; Labha:<\/strong> Vision der Gemeinschaft. HLI-Theorie der progressiven Nutzung in der Praxis.<\/p>\n                    <p><strong>12. Haus &#8211; Moksha:<\/strong> Die R\u00fcckkehr zum Einen. Vital Self Meditation, Bhavatit Dhyan, zur spirituellen Befreiung.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section\">\n            <h2>Wissenschaft trifft Spiritualit\u00e4t<\/h2>\n            <div class=\"summary-highlight\">\n                <p>Moderne Chronobiologie best\u00e4tigt kosmische Einfl\u00fcsse auf biologische Prozesse. Dr. Russell Foster (Oxford University) zeigt Mondphasen-Einfl\u00fcsse auf Schlafmuster. Die Neuroplastizit\u00e4tsforschung von Dr. Norman Doidge demonstriert, wie Bewusstsein neuronale Strukturen ver\u00e4ndert &#8211; ein wissenschaftliches Echo der vedischen Lehre.<\/p>\n                \n                <p><strong>Holistic Leadership Intelligence (HLI):<\/strong> Integration astrologischer Erkenntnisse in authentische F\u00fchrung. <strong>Nada Brahma &#8211; Klangmeditation:<\/strong> Basierend auf Joachim-Ernst Behrendts Konzept harmonisieren spezielle T\u00f6ne und Mantras Ihre Chakras.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"investment-box\">\n            <div class=\"investment-content\">\n                <div class=\"price\">2.160 \u20ac<\/div>\n                <p style=\"font-size: 1.3em; margin-bottom: 20px;\">Komplett-Investition (plus \u00dcbernachtung und Verpflegung)<\/p>\n                <p>\u2728 12 Tage intensive spirituelle Begleitung<br>\n                \u2728 Pers\u00f6nliche Horoskop-Analyse und -deutung<br>\n                \u2728 Traditionelle vedische Rituale und Zeremonien<br>\n                \u2728 K\u00fcnstlerische und kreative Workshops<br>\n                \u2728 Klang- und Musiktherapie Integration<br>\n                \u2728 Zugang zu einer Gemeinschaft Gleichgesinnter<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"section\">\n            <h2>Retreat-Orte<\/h2>\n            <div class=\"locations\">\n                <div class=\"location-card\">\n                    <h3>\ud83d\udd49\ufe0f Varanasi, Indien<\/h3>\n                    <p>Die heilige Stadt am Ganges &#8211; Wiege der Spiritualit\u00e4t. Erleben Sie Jyotish an seinem Ursprungsort in authentischer Ashram-Atmosph\u00e4re mit t\u00e4glichen Ganges-Ritualen.<\/p>\n                <\/div>\n\n                <div class=\"location-card\">\n                    <h3>\ud83c\udfdb\ufe0f Andalusien, Spanien<\/h3>\n                    <p>Spirituelles Zentrum im Nationalpark Coto de Do\u00f1ana zwischen Huelva und Sevilla. Mediterrane Ruhe in kloster\u00e4hnlicher Gemeinschaft an der Costa de la Luz.<\/p>\n                <\/div>\n\n                <div class=\"location-card\">\n                    <h3>\ud83c\udf3f Sri Lanka<\/h3>\n                    <p>Terrace Garden Kapuhengoda, Weligama. Authentische Ayurveda-Anlage in unber\u00fchrter Natur. Traditionelle Heilkunde ohne Gift, Plastik und sch\u00e4dliche Einfl\u00fcsse.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section\">\n            <h2>Ihre Transformation beginnt jetzt<\/h2>\n            <div class=\"summary-highlight\">\n                <p><strong>Sie sind gleichzeitig Autor, Regisseur und Hauptdarsteller Ihres Lebensdramas.<\/strong> Die Planeten schreiben nicht Ihr Schicksal &#8211; sie zeigen Ihnen die verf\u00fcgbaren Energien, mit denen Sie bewusst sch\u00f6pfen k\u00f6nnen.<\/p>\n                \n                <p>In einer Zeit von KI und Digitalisierung bietet die uralte Wissenschaft des Jyotish einen Kompass f\u00fcr authentische Menschlichkeit. Durch Integration vedischer Weisheit, moderner Wissenschaft und praktischer Spiritualit\u00e4t finden Sie zu einer integrierten, authentischen Existenz zur\u00fcck.<\/p>\n            <\/div>\n            \n            <div style=\"text-align: center; margin-top: 40px;\">\n                <a href=\"#contact\" class=\"btn\">Jetzt Ihre Reise beginnen<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"section contact-section\" id=\"contact\">\n            <h2 style=\"color: white;\">Kontakt &#038; Buchung<\/h2>\n            <div class=\"contact-grid\">\n                <div class=\"contact-item\">\n                    <h3>\ud83d\udce7 E-Mail<\/h3>\n                    <p>info@jyotishi.de<br>\n                    info@vedastudium.de<br>\n                    reservation@terrace-garden.de<\/p>\n                <\/div>\n\n                <div class=\"contact-item\">\n                    <h3>\ud83d\udcde Telefon<\/h3>\n                    <p>+49 (0) 2463 997366<br>\n                    WhatsApp: +49 172 4612138<\/p>\n                <\/div>\n\n                <div class=\"contact-item\">\n                    <h3>\ud83c\udf10 Online<\/h3>\n                    <p>www.jyotishi.de<br>\n                    https:\/\/terrace-garden.de\/<\/p>\n                <\/div>\n            <\/div>\n\n            <div style=\"margin-top: 40px; font-style: italic;\">\n                <p>&#8222;Es ist nicht wenig Zeit, die wir haben, sondern viel Zeit, die wir nicht nutzen.&#8220; \u2014 Seneca<\/p>\n                <p style=\"margin-top: 20px; font-size: 1.2em; color: #FFD700;\">Diese zw\u00f6lf Tage sind eine Investition in die bewusste Gestaltung Ihres Lebensdramas.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Das Theaterst\u00fcck des Lebens &#8211; Spirituelles Retreat Das Theaterst\u00fcck des Lebens Ein 12-t\u00e4giges spirituelles Retreat zwischen Schicksal und freiem Willen Sind Sie der bewusste Regisseur Ihres eigenen Dramas oder folgt Ihr Leben einem vorgeschriebenen Drehbuch? Welche kosmischen Kr\u00e4fte wirken hinter den Kulissen unserer t\u00e4glichen Inszenierungen? &#8222;Die Welt ist eine B\u00fchne, und wir alle sind Schauspieler [&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-2888","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2888","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=2888"}],"version-history":[{"count":5,"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2888\/revisions"}],"predecessor-version":[{"id":2903,"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/pages\/2888\/revisions\/2903"}],"wp:attachment":[{"href":"http:\/\/www.jyotishi.de\/neu\/wp-json\/wp\/v2\/media?parent=2888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}