{"product_id":"guided-living-trust-workbook-rjc","title":"Workbook für geführtes Living Trust","description":"\u0026nbsp;\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Educational Guide \/ Estate Planning Notebook\nTarget Audience: Adults \u0026 seniors planning for the future, seeking clarity and security\nVisual Style: Professional, trustworthy, authoritative yet accessible\nColor Strategy: Trustworthy Navy Blue (--primary) with Slate Grays for high readability\nShape Strategy: Radius 8px-16px (structured but approachable, softening legal anxiety)\nTypography Strategy: Large Type (H1 34-44px, Body 18-20px) \/ Mobile-first, excellent legibility for mature eyes\nMobile Table Strategy: Card-based (No horizontal scroll, high contrast data-labels)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* CSS Variables Design System *\/\n    --primary: #1e3a8a;       \/* Trustworthy Navy Blue *\/\n    --primary-light: #eff6ff;\n    --bg-body: #ffffff;\n    --bg-card: #f8fafc;       \/* Subtle slate for contrast *\/\n    --text-main: #0f172a;     \/* High contrast slate black *\/\n    --text-sub: #475569;      \/* Readable secondary gray *\/\n    --border-color: #e2e8f0;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n    \n    \/* Spacing \u0026 Layout *\/\n    --spacing-section: clamp(2rem, 5vw, 4rem);\n    \n    \/* Core Layout Rules *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: 'Helvetica Neue', Arial, sans-serif, system-ui;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 700;\n    color: var(--primary);\n    line-height: 1.2;\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 600;\n    color: var(--text-main);\n    line-height: 1.3;\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 600;\n    color: var(--text-main);\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  .product-detail-container ul {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    padding-left: 1.5rem;\n    margin: 0 0 1.5rem 0;\n  }\n\n  .product-detail-container li {\n    margin-bottom: 0.75rem;\n  }\n\n  \/* Image \u0026 Media Protocol *\/\n  .product-detail-container .media-wrapper {\n    width: 100%;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    background: var(--bg-card);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain; \/* Failsafe *\/\n  }\n\n  \/* Placeholder Styling for AI Output *\/\n  .product-detail-container .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background: #f8f9fa;\n    border: 2px dashed #cbd5e1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #64748b;\n    font-size: 1.25rem;\n    font-weight: 600;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Non-clickable Badge *\/\n  .product-detail-container .trust-badge {\n    display: inline-block;\n    background-color: var(--primary-light);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Section Spacing *\/\n  .product-detail-container .section {\n    padding: var(--spacing-section) 0;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .product-detail-container .section:last-child {\n    border-bottom: none;\n  }\n\n  \/* Hero Section *\/\n  .product-detail-container .hero-section {\n    text-align: center;\n    padding-top: var(--spacing-section);\n  }\n  .product-detail-container .hero-content {\n    max-width: 800px;\n    margin: 0 auto var(--spacing-section) auto;\n  }\n\n  \/* Z-Pattern Features (Mobile First) *\/\n  .product-detail-container .feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-section);\n  }\n\n  .product-detail-container .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: 2rem;\n  }\n\n  \/* Desktop Z-Pattern *\/\n  @media (min-width: 768px) {\n    .product-detail-container .feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    .product-detail-container .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .product-detail-container .feature-media,\n    .product-detail-container .feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n    .product-detail-container .feature-copy {\n      padding: 0 2rem;\n    }\n  }\n\n  \/* Specifications Table (Card-based on Mobile) *\/\n  .product-detail-container .specs-table-wrapper {\n    width: 100%;\n  }\n\n  .product-detail-container table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-body);\n  }\n\n  .product-detail-container th, \n  .product-detail-container td {\n    padding: 1.25rem;\n    text-align: left;\n    font-size: 18px;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .product-detail-container th {\n    background-color: var(--bg-card);\n    font-weight: 600;\n    color: var(--text-main);\n  }\n\n  \/* Mobile Specs Table Constraint *\/\n  @media (max-width: 767px) {\n    .product-detail-container table, \n    .product-detail-container thead, \n    .product-detail-container tbody, \n    .product-detail-container tr, \n    .product-detail-container th, \n    .product-detail-container td {\n      display: block;\n      width: 100%;\n    }\n    .product-detail-container thead {\n      display: none;\n    }\n    .product-detail-container tr {\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background: var(--bg-card);\n      overflow: hidden;\n    }\n    .product-detail-container td {\n      display: flex;\n      flex-direction: column;\n      padding: 1rem 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .product-detail-container td:last-child {\n      border-bottom: none;\n    }\n    .product-detail-container td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n      font-size: 16px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .product-detail-container .faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 2rem;\n    margin-bottom: 1.5rem;\n  }\n  .product-detail-container .faq-item h3 {\n    color: var(--primary);\n    margin-bottom: 0.75rem;\n  }\n  .product-detail-container .faq-item p {\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eUnverzichtbare Nachlassplanung\u003c\/div\u003e\n\n\u003ch1\u003eSichern Sie Ihr Vermächtnis mit absoluter Klarheit\u003c\/h1\u003e\n\n\u003ch2\u003eSo erstellen Sie Ihren eigenen lebenden Trust: Der ultimative Schritt-für-Schritt-Leitfaden\u003c\/h2\u003e\n\n\u003cp\u003eNavigieren Sie mit Zuversicht durch die Komplexität der Nachlassplanung. Speziell für Personen entwickelt, die ihren Nachlass effektiv verwalten möchten, verwandelt dieses umfassende Notizbuch verwirrende rechtliche Abläufe in eine einfache, geradlinige Reise.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a06f289164a9_20260423_d50187d3_20260423_9f4a5c56_from_url_en_01_fc49f8622b6cd9e7389850855a59e468.webp?v=1778840204\" width=\"662\" height=\"662\" style=\"width: 662px; min-width: 662px; max-width: 662px; height: 662px; min-height: 662px; max-height: 662px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260423_16305acc_20260423_1066b117_from_url_en_07_77c507e073bd030b58bcdf08d11ad276.jpg?v=1778840309\" width=\"299\" height=\"299\" style=\"width: 299px; min-width: 299px; max-width: 299px; height: 299px; min-height: 299px; max-height: 299px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eUmfassende \u0026amp; klare Anweisungen\u003c\/h3\u003e\n\n\u003cp\u003eKein juristisches Rätselraten mehr. Unser Leitfaden ist sorgfältig darauf ausgelegt, komplexe Konzepte des lebenden Trusts in leicht verdauliche Informationen zu zerlegen.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eVerstehen Sie die grundlegenden Säulen des Vermögensschutzes.\u003c\/li\u003e\n\t\u003cli\u003eErmitteln Sie genau, welcher Trust-Typ zur einzigartigen Situation Ihrer Familie passt.\u003c\/li\u003e\n\t\u003cli\u003eBehalten Sie die volle Kontrolle über Ihren Nachlass mit strukturierten, leicht verständlichen Kapiteln.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260423_16d080fc_20260423_81f0abc8_from_url_en_08_217d24b00505c16439a0ce72b9343d80.png?v=1778840315\" width=\"299\" height=\"299\" style=\"width: 299px; min-width: 299px; max-width: 299px; height: 299px; min-height: 299px; max-height: 299px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEine narrensichere Schritt-für-Schritt-Methode\u003c\/h3\u003e\n\n\u003cp\u003eDies ist kein reines Lesebuch; es ist ein praktisches Arbeitsbuch. Wir begleiten Sie durch jede entscheidende Phase der Einrichtung Ihres lebenden Trusts, damit kein wichtiges Detail übersehen wird.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eFolgen Sie unserer strukturierten Checkliste vom ersten Vermögenszusammenstellen bis zur endgültigen Beglaubigung.\u003c\/li\u003e\n\t\u003cli\u003eAusfüllbare Vorlagen, die Ihre Gedanken und rechtlichen Absichten sicher organisieren.\u003c\/li\u003e\n\t\u003cli\u003eVermeiden Sie häufige Fallstricke, die Nachlassübertragungen oft verzögern.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260423_e7fd677d_20260423_9dd5f911_from_url_en_09_c612280f21295733e0c188120116d649.png?v=1778840320\" width=\"299\" height=\"299\" style=\"width: 299px; min-width: 299px; max-width: 299px; height: 299px; min-height: 299px; max-height: 299px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eUnverzichtbar für völlige Seelenruhe\u003c\/h3\u003e\n\n\u003cp\u003eÜbernehmen Sie heute die Kontrolle über die Zukunft Ihrer Familie. Ideal für Nachlassplanungs-Enthusiasten und Anfänger gleichermaßen, befähigt Sie dieser Leitfaden, Ihren Nachlass effizient zu verwalten und dabei hohe Vorabberatungskosten zu sparen.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eSchützen Sie Ihre Erben vor dem langwierigen, öffentlichen und kostspieligen Nachlassverfahren.\u003c\/li\u003e\n\t\u003cli\u003eStellen Sie sicher, dass Ihre medizinischen und finanziellen Wünsche ausdrücklich dokumentiert sind.\u003c\/li\u003e\n\t\u003cli\u003eGewinnen Sie die Sicherheit, dass das Lebenswerk genau so gesichert ist, wie Sie es beabsichtigen.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003cdiv style=\"margin-bottom: 2rem; text-align: center;\" class=\"hero-content\"\u003e\n\u003ch2\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003cp\u003eDetaillierte physische und funktionale Eigenschaften Ihres Leitfadens.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpezifikation\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails anzeigen\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Format Type\"\u003eFormattyp\u003c\/td\u003e\n\t\t\t\u003ctd\u003eInteraktives Arbeitsbuch \/ Notizbuch-Leitfaden\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Target Audience\"\u003eZielgruppe\u003c\/td\u003e\n\t\t\t\u003ctd\u003eNachlassplanungs-Enthusiasten, Einzelpersonen, Familien\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eAbmessungen\u003c\/td\u003e\n\t\t\t\u003ctd\u003e14 x 21 cm (5,51 x 8,27 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Item Weight\"\u003eArtikelgewicht\u003c\/td\u003e\n\t\t\t\u003ctd\u003e450 g (15,9 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Language\"\u003eSprache\u003c\/td\u003e\n\t\t\t\u003ctd\u003eEnglisch\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003cdiv style=\"margin-bottom: 2rem; text-align: center;\" class=\"hero-content\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cp\u003eAlles, was Sie über die Nutzung dieses Leitfadens zum lebenden Trust wissen müssen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eBrauche ich Vorkenntnisse im Recht, um diesen Leitfaden zu nutzen?\u003c\/h3\u003e\n\n\u003cp\u003eKeineswegs. Dieser Leitfaden ist speziell für absolute Anfänger geschrieben. Er übersetzt komplexes juristisches Fachchinesisch in einfaches, verständliches Deutsch, sodass jeder den Prozess der Erstellung eines lebenden Trusts selbstbewusst durchlaufen kann.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eErsetzt dies die Notwendigkeit eines Anwalts?\u003c\/h3\u003e\n\n\u003cp\u003eWährend dieses umfassende Notizbuch Ihnen den entscheidenden Rahmen, die Bildung und die schrittweise Organisation zur Erstellung Ihres lebenden Trusts bietet, wird dringend empfohlen, Ihre endgültigen Dokumente von einem zugelassenen Anwalt überprüfen zu lassen, um die vollständige Einhaltung der spezifischen lokalen Landesgesetze sicherzustellen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWas unterscheidet diesen Leitfaden von herkömmlichen Büchern zur Nachlassplanung?\u003c\/h3\u003e\n\n\u003cp\u003eIm Gegensatz zu herkömmlichen, textlastigen Büchern fungiert dieses als eine Kombination aus strukturiertem Notizbuch und Leitfaden. Es enthält praktische Schritt-für-Schritt-Anleitungen, organisierte Abschnitte für Ihre persönlichen Notizen und eine klare lineare Abfolge, um sicherzustellen, dass Sie den Prozess tatsächlich abschließen und nicht nur darüber lesen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📘 1 Exemplar (Standard)","offer_id":47908473405652,"sku":"0319-13385008","price":12.95,"currency_code":"USD","in_stock":true},{"title":"👥 2 Exemplare (Für Paare - 20 % sparen)","offer_id":47908473438420,"sku":"0319-13383537","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/77c507e073bd030b58bcdf08d11ad276.jpg?v=1778307827","url":"https:\/\/omurio.com\/de\/products\/guided-living-trust-workbook-rjc","provider":"Omurio","version":"1.0","type":"link"}