{"product_id":"weiblicher-zyklus-ubersicht-kartchen-download-zum-selbst-drucken","title":"ZYKLUSRAD+ Kärtchen (Download zum selber Ausdrucken)","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --sage: #3d6b5e;\n    --sage-mid: #6a9e8c;\n    --sage-light: #b8d4cb;\n    --cream: #f5ede0;\n    --card-bg: #faf8f4;\n    --terra: #b8604a;\n    --forest: #243d35;\n    --text-light: #5c7a70;\n    --white: #ffffff;\n    --winter: #b8c9e8;\n    --fruehling: #c8e6c9;\n    --sommer: #fff9c4;\n    --herbst: #ffe0b2;\n  }\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { font-family: 'DM Sans', sans-serif; font-weight: 300; color: var(--forest); background: var(--white); line-height: 1.7; -webkit-font-smoothing: antialiased; }\n  .wrap { max-width: 720px; margin: 0 auto; padding: 0 16px; }\n\n  .hero { background: var(--cream); border-radius: 20px; padding: 52px 44px; text-align: center; margin-bottom: 40px; position: relative; overflow: hidden; }\n  .hero::before { content: ''; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(61,107,94,0.1) 0%, transparent 70%); border-radius: 50%; }\n  .hero-tag { display: inline-block; background: var(--sage); color: var(--white); font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; padding: 6px 18px; border-radius: 20px; margin-bottom: 20px; position: relative; z-index: 1; }\n  .hero h1 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: clamp(30px, 5vw, 44px); line-height: 1.2; margin-bottom: 14px; position: relative; z-index: 1; }\n  .hero-subtitle { font-size: 15px; font-weight: 300; color: var(--text-light); max-width: 480px; margin: 0 auto 28px; line-height: 1.8; position: relative; z-index: 1; }\n  .hero-badges { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; position: relative; z-index: 1; }\n  .hero-badge { background: var(--white); border: 1px solid rgba(61,107,94,0.2); border-radius: 50px; padding: 7px 16px; font-size: 12px; font-weight: 400; color: var(--text-light); display: flex; align-items: center; gap: 6px; }\n  .badge-dot { width: 6px; height: 6px; background: var(--sage); border-radius: 50%; }\n\n  .intro { padding: 8px 0 44px; text-align: center; }\n  .intro p { font-size: 16px; font-weight: 300; max-width: 560px; margin: 0 auto 14px; line-height: 1.85; }\n\n  .section-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: 26px; text-align: center; margin-bottom: 8px; }\n  .section-subtitle { font-size: 14px; font-weight: 300; color: var(--text-light); text-align: center; margin-bottom: 28px; }\n\n  \/* JAHRESZEITEN *\/\n  .seasons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 44px; }\n  .season { border-radius: 16px; padding: 22px 20px; }\n  .season-winter { background: var(--winter); }\n  .season-fruehling { background: var(--fruehling); }\n  .season-sommer { background: var(--sommer); }\n  .season-herbst { background: var(--herbst); }\n  .season-label { font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--forest); opacity: 0.6; margin-bottom: 4px; display: block; }\n  .season-name { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 20px; color: var(--forest); margin-bottom: 6px; }\n  .season-desc { font-size: 13px; font-weight: 300; color: var(--forest); opacity: 0.75; line-height: 1.55; }\n\n  \/* WAS DRIN *\/\n  .content-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 44px; }\n  .content-item { background: var(--card-bg); border: 1px solid rgba(61,107,94,0.12); border-radius: 12px; padding: 16px 20px; display: flex; gap: 14px; align-items: center; }\n  .content-icon { font-size: 18px; flex-shrink: 0; }\n  .content-text { font-size: 14px; font-weight: 300; color: var(--forest); line-height: 1.5; }\n  .content-text strong { font-weight: 500; }\n\n  \/* ANWENDUNG *\/\n  .uses { display: flex; flex-direction: column; gap: 14px; margin-bottom: 44px; }\n  .use-card { border-radius: 16px; padding: 26px 28px; display: flex; gap: 18px; align-items: flex-start; }\n  .use-card--cream { background: var(--cream); }\n  .use-card--sage { background: rgba(61,107,94,0.08); border: 1px solid rgba(61,107,94,0.15); }\n  .use-card--forest { background: var(--forest); }\n  .use-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }\n  .use-title { font-weight: 500; font-size: 14px; margin-bottom: 7px; color: var(--forest); }\n  .use-card--forest .use-title { color: var(--white); }\n  .use-desc { font-size: 13.5px; font-weight: 300; color: var(--text-light); line-height: 1.7; }\n  .use-card--forest .use-desc { color: rgba(245,237,224,0.85); }\n\n  \/* AUDIENCE *\/\n  .audience { background: var(--forest); border-radius: 20px; padding: 40px 44px; margin-bottom: 40px; color: var(--white); }\n  .audience h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: 24px; margin-bottom: 20px; }\n  .audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n  .audience-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 300; line-height: 1.55; opacity: 0.9; }\n  .audience-item::before { content: '✓'; font-weight: 500; color: var(--sage-light); flex-shrink: 0; margin-top: 1px; }\n\n  \/* EINSTIEG *\/\n  .einstieg { background: rgba(61,107,94,0.08); border: 1px solid rgba(61,107,94,0.15); border-radius: 16px; padding: 28px 32px; margin-bottom: 40px; }\n  .einstieg h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 20px; color: var(--forest); margin-bottom: 10px; }\n  .einstieg p { font-size: 14px; font-weight: 300; color: var(--text-light); line-height: 1.75; }\n\n  \/* PROMISE *\/\n  .promise { background: var(--cream); border-radius: 20px; padding: 40px 44px; text-align: center; }\n  .promise h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: 24px; margin-bottom: 10px; }\n  .promise p { font-size: 14.5px; font-weight: 300; color: var(--text-light); line-height: 1.75; max-width: 480px; margin: 0 auto; }\n\n  @media (max-width: 600px) {\n    .hero { padding: 36px 24px; }\n    .seasons { grid-template-columns: 1fr; }\n    .audience { padding: 32px 24px; }\n    .audience-grid { grid-template-columns: 1fr; }\n    .use-card { padding: 22px; }\n    .promise { padding: 32px 24px; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-tag\"\u003eBestseller · Für Frauen \u0026amp; Familien\u003c\/span\u003e\n    \u003ch1\u003eDas Zyklusrad\u003c\/h1\u003e\n    \u003cp class=\"hero-subtitle\"\u003eDein weiblicher Zyklus ist kein Problem das du managen musst. Er ist ein Rhythmus dem du folgen kannst, wenn du ihn verstehst.\u003c\/p\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cdiv class=\"hero-badge\"\u003e\n\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003e4 Jahreszeiten\u003c\/div\u003e\n      \u003cdiv class=\"hero-badge\"\u003e\n\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eErnährung, Bewegung \u0026amp; mehr\u003c\/div\u003e\n      \u003cdiv class=\"hero-badge\"\u003e\n\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eSofortiger Download\u003c\/div\u003e\n      \u003cdiv class=\"hero-badge\"\u003e\n\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eVon Mine \u0026amp; Burhan\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"intro\"\u003e\n    \u003cp\u003eViele Frauen leben an den natürlichen Rhythmen ihres Körpers vorbei, weil der Alltag zu laut ist um auf die feinen Signale zu hören. Doch dein Zyklus ist kein Störfaktor. Er ist ein innerer Kompass.\u003c\/p\u003e\n    \u003cp\u003eDas Zyklusrad hilft dir dabei, deinen Zyklus nicht nur zu verstehen, sondern bewusst mit ihm zu leben. Als Frau, als Partnerin und als Mutter.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- WAS IM RAD STECKT --\u003e\n  \u003cp class=\"section-title\"\u003eWas das Zyklusrad dir gibt\u003c\/p\u003e\n  \u003cp class=\"section-subtitle\"\u003eFür jede Phase ein klares Bild davon was gerade in dir passiert und was du brauchst.\u003c\/p\u003e\n  \u003cdiv class=\"content-list\"\u003e\n    \u003cdiv class=\"content-item\"\u003e\n      \u003cdiv class=\"content-icon\"\u003e🌿\u003c\/div\u003e\n      \u003cdiv class=\"content-text\"\u003e\n\u003cstrong\u003eKörperwissen je Phase\u003c\/strong\u003e — du verstehst was in deinem Körper gerade passiert und warum\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"content-item\"\u003e\n      \u003cdiv class=\"content-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv class=\"content-text\"\u003e\n\u003cstrong\u003eDeine Stärken je Phase\u003c\/strong\u003e — du weißt welche Energie gerade in dir steckt und wie du sie nutzt\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"content-item\"\u003e\n      \u003cdiv class=\"content-icon\"\u003e🧭\u003c\/div\u003e\n      \u003cdiv class=\"content-text\"\u003e\n\u003cstrong\u003eOrientierung für den Alltag\u003c\/strong\u003e — Ernährung, Bewegung und Selbstfürsorge phasengerecht erklärt\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"content-item\"\u003e\n      \u003cdiv class=\"content-icon\"\u003e💬\u003c\/div\u003e\n      \u003cdiv class=\"content-text\"\u003e\n\u003cstrong\u003eImpulse zur Reflexion\u003c\/strong\u003e — Fragen und Einladungen die dich tiefer mit dir verbinden\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"content-item\"\u003e\n      \u003cdiv class=\"content-icon\"\u003e🗺️\u003c\/div\u003e\n      \u003cdiv class=\"content-text\"\u003e\n\u003cstrong\u003eSanfter Einstieg\u003c\/strong\u003e — eine Begleitung wie du Schritt für Schritt beginnst im Einklang mit dir zu leben\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ANWENDUNG --\u003e\n  \u003cp class=\"section-title\"\u003eWofür das Zyklusrad genutzt wird\u003c\/p\u003e\n  \u003cp class=\"section-subtitle\"\u003eWas als persönliches Tool begann hat unsere Community weitergedacht.\u003c\/p\u003e\n  \u003cdiv class=\"uses\"\u003e\n\n    \u003cdiv class=\"use-card use-card--cream\"\u003e\n      \u003cdiv class=\"use-icon\"\u003e🌸\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"use-title\" style=\"color: #243d35;\"\u003eFür dich — endlich dich selbst verstehen\u003c\/div\u003e\n        \u003cdiv class=\"use-desc\"\u003eDu hörst auf gegen deinen Zyklus zu kämpfen und fängst an mit ihm zu leben. Du weißt wann du Projekte startest, wann du dich zurückziehst, wann du Gespräche führst und wann du sie verschiebst.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"use-card use-card--sage\"\u003e\n      \u003cdiv class=\"use-icon\"\u003e👨‍👩‍👧\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"use-title\" style=\"color: #243d35;\"\u003eFür die Familie — Verständnis und Rücksicht\u003c\/div\u003e\n        \u003cdiv class=\"use-desc\"\u003eViele Familien nutzen das Zyklusrad um Kindern die aktuelle Phase der Mama oder Schwester zu erklären. So entsteht Empathie statt Unverständnis, denn das Kind versteht was gerade passiert und wie es helfen kann.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"use-card use-card--forest\"\u003e\n      \u003cdiv class=\"use-icon\"\u003e🎓\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"use-title\" style=\"color: #243d35;\"\u003eFür Schulen und Teenager\u003c\/div\u003e\n        \u003cdiv class=\"use-desc\"\u003eImmer mehr Schulen nutzen das Zyklusrad um jungen Frauen früh ein gesundes Verständnis für ihren Zyklus zu geben. Teenager die neu in ihrem Zyklus sind lernen sich von Anfang an mit Selbstmitgefühl statt mit Frustration zu begegnen.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- EINSTIEG --\u003e\n  \u003cdiv class=\"einstieg\"\u003e\n    \u003ch4\u003eZyklusbewusstsein ist kein Ziel. Es ist eine Reise zu dir selbst.\u003c\/h4\u003e\n    \u003cp\u003eDu musst nicht alles auf einmal umsetzen. Das Zyklusrad gibt dir eine sanfte Einladung: Beobachte zuerst. Setze dann einen kleinen Schritt um. Und geh weiter wenn du bereit bist. Ohne Druck. In deinem eigenen Tempo.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- AUDIENCE --\u003e\n  \u003cdiv class=\"audience\"\u003e\n    \u003ch3 style=\"font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: 24px; margin-bottom: 20px; color: #f5ede0 !important;\"\u003eFür wen ist das Zyklusrad?\u003c\/h3\u003e\n    \u003cdiv class=\"audience-grid\"\u003e\n      \u003cdiv class=\"audience-item\"\u003eFrauen die ihren Zyklus verstehen wollen\u003c\/div\u003e\n      \u003cdiv class=\"audience-item\"\u003eMütter die ihre Kinder daran teilhaben lassen\u003c\/div\u003e\n      \u003cdiv class=\"audience-item\"\u003eTeenager am Anfang ihres Zyklus\u003c\/div\u003e\n      \u003cdiv class=\"audience-item\"\u003eSchulen und Pädagoginnen\u003c\/div\u003e\n      \u003cdiv class=\"audience-item\"\u003eFamilien die mehr Empathie füreinander schaffen wollen\u003c\/div\u003e\n      \u003cdiv class=\"audience-item\"\u003eAlle die im Einklang mit sich leben wollen\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PARTNER --\u003e\n  \u003cdiv class=\"use-card use-card--sage\" style=\"margin-bottom: 14px; border-radius: 16px;\"\u003e\n    \u003cdiv class=\"use-icon\"\u003e❤️\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"use-title\" style=\"color: #243d35;\"\u003eAuch für deinen Partner ein echter Aha-Effekt\u003c\/div\u003e\n      \u003cdiv class=\"use-desc\"\u003eViele Männer möchten gerne unterstützen, wissen aber nicht wie. Das Zyklusrad macht die Phasen sichtbar und greifbar, ohne lange Erklärungen. So entsteht mehr Verständnis, Empathie und Verbindung im Alltag.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BONUS --\u003e\n  \u003cdiv style=\"background: var(--terra); border-radius: 16px; padding: 24px 28px; margin-bottom: 40px; display: flex; gap: 16px; align-items: flex-start;\"\u003e\n    \u003cdiv style=\"font-size: 20px; flex-shrink: 0;\"\u003e🎁\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv style=\"font-weight: 500; font-size: 14px; color: var(--white); margin-bottom: 6px;\"\u003eBonus inklusive\u003c\/div\u003e\n      \u003cdiv style=\"font-size: 13.5px; font-weight: 300; color: rgba(255,255,255,0.88); line-height: 1.65;\"\u003eEine Begleitseite mit sanfter Orientierung wie du deine ersten Schritte gehst, wie du sie aufeinander aufbaust und was du tun kannst wenn es mal nicht rund läuft.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PROMISE --\u003e\n  \u003cdiv class=\"promise\"\u003e\n    \u003ch3 style=\"font-family: Cormorant Garamond, serif; font-weight: 300; font-style: italic; font-size: 24px; margin-bottom: 10px; color: #243d35 !important;\"\u003eSofort verfügbar. Sofort aufhängen.\u003c\/h3\u003e\n    \u003cp\u003eNach dem Kauf erhältst du das Zyklusrad als hochauflösende PDF-Datei zum Selbstausdrucken. In jedem Format, für jede Wand.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"vitaFAM","offers":[{"title":"Default Title","offer_id":54840185520453,"sku":"","price":7.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0755\/6261\/5109\/files\/D31A6482-177D-44AF-A747-A9B4DA8F1E3D.png?v=1748896510","url":"https:\/\/shop.mineundburhan.de\/products\/weiblicher-zyklus-ubersicht-kartchen-download-zum-selbst-drucken","provider":"Mine und Burhan","version":"1.0","type":"link"}