{"campaignId":"6a3d1e45ee9ba5e34a808cf6","campaignVersionId":"6a3e8a34142a81d0610b7f44","companyId":"6919c806392a32003c9661a1","pageId":"6a3d1e45ee9ba5e34a808cfe","pageName":"Start","pageSlug":"startseite","tag":"landing","components":[{"_id":"6a3e87fdc3a202c7da474c9f","type":"component","isTemplate":false,"name":"embed","content":{"body":"&lt;style&gt;\n  .sanuria-home {\n    width: 100%;\n    min-height: 100vh;\n    font-family: Montserrat, Arial, sans-serif;\n    background:\n      radial-gradient(circle at 12% 8%, rgba(20, 79, 159, 0.13), transparent 30%),\n      radial-gradient(circle at 88% 16%, rgba(245, 179, 1, 0.11), transparent 28%),\n      linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #eef6ff 100%);\n    color: #142033;\n    padding: 34px 20px 58px;\n    box-sizing: border-box;\n  }\n\n  .sanuria-home * {\n    box-sizing: border-box;\n  }\n\n  .sanuria-home-inner {\n    max-width: 1140px;\n    margin: 0 auto;\n  }\n\n  .sanuria-home-header {\n    display: flex;\n    justify-content: flex-end;\n    align-items: center;\n    margin-bottom: 58px;\n  }\n\n  .sanuria-header-badge {\n    padding: 9px 15px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.78);\n    border: 1px solid rgba(20,79,159,0.12);\n    font-size: 13px;\n    font-weight: 750;\n    color: #344054;\n    box-shadow: 0 8px 24px rgba(20,79,159,0.07);\n  }\n\n  .sanuria-hero {\n    display: grid;\n    grid-template-columns: 1.08fr 0.92fr;\n    gap: 46px;\n    align-items: center;\n  }\n\n  .sanuria-label {\n    display: inline-flex;\n    align-items: center;\n    margin-bottom: 18px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: rgba(20,79,159,0.08);\n    color: #144f9f;\n    font-size: 13px;\n    font-weight: 850;\n  }\n\n  .sanuria-hero h1 {\n    margin: 0;\n    max-width: 710px;\n    font-size: clamp(37px, 5vw, 64px);\n    line-height: 1.04;\n    letter-spacing: -1.9px;\n    font-weight: 950;\n    color: #101828;\n  }\n\n  .sanuria-hero p {\n    margin: 22px 0 0;\n    max-width: 620px;\n    font-size: 18px;\n    line-height: 1.65;\n    color: #475467;\n    font-weight: 500;\n  }\n\n  .sanuria-cta-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-top: 31px;\n  }\n\n  .sanuria-btn-primary,\n  .sanuria-btn-secondary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 56px;\n    padding: 0 25px;\n    border-radius: 999px;\n    text-decoration: none;\n    font-size: 15.5px;\n    font-weight: 900;\n    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;\n  }\n\n  .sanuria-btn-primary {\n    background: #144f9f;\n    color: #ffffff !important;\n    box-shadow: 0 16px 34px rgba(20,79,159,0.25);\n  }\n\n  .sanuria-btn-primary:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 20px 42px rgba(20,79,159,0.32);\n  }\n\n  .sanuria-btn-secondary {\n    background: rgba(255,255,255,0.82);\n    color: #144f9f !important;\n    border: 1px solid rgba(20,79,159,0.15);\n  }\n\n  .sanuria-btn-secondary:hover {\n    transform: translateY(-2px);\n    border-color: rgba(20,79,159,0.25);\n    box-shadow: 0 14px 30px rgba(20,79,159,0.10);\n  }\n\n  .sanuria-mini-trust {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .sanuria-mini-trust span {\n    padding: 9px 13px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.72);\n    border: 1px solid rgba(20,79,159,0.11);\n    color: #344054;\n    font-size: 13px;\n    font-weight: 750;\n  }\n\n  .sanuria-main-card {\n    position: relative;\n    border-radius: 34px;\n    padding: 28px;\n    background: rgba(255,255,255,0.84);\n    border: 1px solid rgba(20,79,159,0.13);\n    box-shadow: 0 26px 70px rgba(20,79,159,0.14);\n    backdrop-filter: blur(14px);\n  }\n\n  .sanuria-card-top {\n    padding: 22px;\n    border-radius: 26px;\n    background:\n      radial-gradient(circle at 15% 0%, rgba(245,179,1,0.18), transparent 35%),\n      linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);\n    border: 1px solid rgba(20,79,159,0.10);\n    text-align: center;\n  }\n\n  .sanuria-stars {\n    display: flex;\n    justify-content: center;\n    gap: 4px;\n    margin-bottom: 10px;\n  }\n\n  .sanuria-stars svg {\n    width: 22px;\n    height: 22px;\n    fill: #f5b301;\n    filter: drop-shadow(0 6px 10px rgba(245, 179, 1, 0.20));\n  }\n\n  .sanuria-card-title {\n    font-size: 18px;\n    font-weight: 950;\n    color: #101828;\n  }\n\n  .sanuria-card-text {\n    margin-top: 6px;\n    font-size: 13.5px;\n    color: #667085;\n    font-weight: 600;\n    line-height: 1.45;\n  }\n\n  .sanuria-benefits {\n    margin-top: 15px;\n    display: grid;\n    gap: 11px;\n  }\n\n  .sanuria-benefit {\n    display: flex;\n    gap: 13px;\n    align-items: flex-start;\n    padding: 15px;\n    border-radius: 20px;\n    background: #ffffff;\n    border: 1px solid rgba(20,79,159,0.10);\n    box-shadow: 0 10px 26px rgba(20,79,159,0.06);\n  }\n\n  .sanuria-icon {\n    flex: 0 0 40px;\n    width: 40px;\n    height: 40px;\n    border-radius: 14px;\n    background: rgba(20,79,159,0.08);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #144f9f;\n  }\n\n  .sanuria-icon svg {\n    width: 23px;\n    height: 23px;\n  }\n\n  .sanuria-benefit strong {\n    display: block;\n    font-size: 14px;\n    font-weight: 950;\n    color: #142033;\n    margin-bottom: 3px;\n  }\n\n  .sanuria-benefit span {\n    display: block;\n    font-size: 12.8px;\n    font-weight: 600;\n    color: #667085;\n    line-height: 1.4;\n  }\n\n  .sanuria-section {\n    margin-top: 72px;\n  }\n\n  .sanuria-section-head {\n    max-width: 760px;\n    margin: 0 auto 28px;\n    text-align: center;\n  }\n\n  .sanuria-section-head h2 {\n    margin: 0;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.12;\n    letter-spacing: -1px;\n    color: #101828;\n    font-weight: 950;\n  }\n\n  .sanuria-section-head p {\n    margin: 14px auto 0;\n    max-width: 650px;\n    font-size: 16px;\n    line-height: 1.65;\n    color: #667085;\n    font-weight: 500;\n  }\n\n  .sanuria-services-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .sanuria-service-card {\n    background: rgba(255,255,255,0.88);\n    border: 1px solid rgba(20,79,159,0.11);\n    border-radius: 24px;\n    padding: 22px 18px;\n    box-shadow: 0 16px 38px rgba(20,79,159,0.075);\n  }\n\n  .sanuria-service-icon {\n    width: 44px;\n    height: 44px;\n    border-radius: 16px;\n    background: rgba(20,79,159,0.08);\n    color: #144f9f;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n  }\n\n  .sanuria-service-icon svg {\n    width: 24px;\n    height: 24px;\n  }\n\n  .sanuria-service-card h3 {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.3;\n    color: #142033;\n    font-weight: 950;\n  }\n\n  .sanuria-service-card p {\n    margin: 8px 0 0;\n    font-size: 13.5px;\n    line-height: 1.55;\n    color: #667085;\n    font-weight: 550;\n  }\n\n  .sanuria-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n  }\n\n  .sanuria-step {\n    position: relative;\n    background: #ffffff;\n    border: 1px solid rgba(20,79,159,0.11);\n    border-radius: 24px;\n    padding: 24px 20px;\n    box-shadow: 0 16px 38px rgba(20,79,159,0.075);\n  }\n\n  .sanuria-step-number {\n    width: 36px;\n    height: 36px;\n    border-radius: 999px;\n    background: #144f9f;\n    color: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 950;\n    margin-bottom: 14px;\n  }\n\n  .sanuria-step h3 {\n    margin: 0;\n    font-size: 17px;\n    font-weight: 950;\n    color: #142033;\n  }\n\n  .sanuria-step p {\n    margin: 8px 0 0;\n    font-size: 13.8px;\n    line-height: 1.6;\n    color: #667085;\n    font-weight: 550;\n  }\n\n  .sanuria-final-cta {\n    margin-top: 72px;\n    border-radius: 32px;\n    padding: 34px 28px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 10% 10%, rgba(245,179,1,0.16), transparent 30%),\n      linear-gradient(135deg, #144f9f 0%, #0f3f82 100%);\n    color: #ffffff;\n    box-shadow: 0 24px 60px rgba(20,79,159,0.22);\n  }\n\n  .sanuria-final-cta h2 {\n    margin: 0;\n    font-size: clamp(27px, 4vw, 40px);\n    line-height: 1.15;\n    font-weight: 950;\n    letter-spacing: -0.8px;\n  }\n\n  .sanuria-final-cta p {\n    margin: 13px auto 0;\n    max-width: 620px;\n    color: rgba(255,255,255,0.86);\n    font-size: 16px;\n    line-height: 1.6;\n    font-weight: 500;\n  }\n\n  .sanuria-final-cta .sanuria-btn-primary {\n    margin-top: 24px;\n    background: #ffffff;\n    color: #144f9f !important;\n    box-shadow: 0 16px 34px rgba(0,0,0,0.14);\n  }\n\n  .sanuria-bottom-note {\n    margin-top: 34px;\n    text-align: center;\n    color: #667085;\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  @media (max-width: 980px) {\n    .sanuria-hero,\n    .sanuria-services-grid,\n    .sanuria-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .sanuria-services-grid {\n      max-width: 620px;\n      margin: 0 auto;\n    }\n  }\n\n  @media (max-width: 900px) {\n    .sanuria-home {\n      padding: 24px 16px 44px;\n    }\n\n    .sanuria-home-header {\n      justify-content: center;\n      margin-bottom: 34px;\n    }\n\n    .sanuria-header-badge {\n      font-size: 12.5px;\n      text-align: center;\n    }\n\n    .sanuria-hero {\n      gap: 34px;\n    }\n\n    .sanuria-hero h1 {\n      font-size: clamp(34px, 9vw, 46px);\n      letter-spacing: -1.2px;\n    }\n\n    .sanuria-hero p {\n      font-size: 16px;\n      line-height: 1.55;\n    }\n\n    .sanuria-cta-row {\n      flex-direction: column;\n    }\n\n    .sanuria-btn-primary,\n    .sanuria-btn-secondary {\n      width: 100%;\n    }\n\n    .sanuria-main-card {\n      padding: 18px;\n      border-radius: 28px;\n    }\n\n    .sanuria-section,\n    .sanuria-final-cta {\n      margin-top: 54px;\n    }\n\n    .sanuria-final-cta {\n      padding: 30px 20px;\n      border-radius: 28px;\n    }\n  }\n&lt;/style&gt;\n\n&lt;section class=&quot;sanuria-home&quot;&gt;\n  &lt;div class=&quot;sanuria-home-inner&quot;&gt;\n\n    &lt;header class=&quot;sanuria-home-header&quot;&gt;\n      &lt;div class=&quot;sanuria-header-badge&quot;&gt;Unterstützung im Alltag nach § 45a SGB XI&lt;/div&gt;\n    &lt;/header&gt;\n\n    &lt;div class=&quot;sanuria-hero&quot;&gt;\n      &lt;div&gt;\n        &lt;div class=&quot;sanuria-label&quot;&gt;Alltagshilfe &amp; Haushaltshilfe&lt;/div&gt;\n\n        &lt;h1&gt;Unterstützung im Alltag, die wirklich entlastet.&lt;/h1&gt;\n\n        &lt;p&gt;\n          Sanuria unterstützt Menschen mit Pflegegrad im Haushalt und Alltag.\n          Prüfen Sie jetzt unverbindlich, ob eine Kostenübernahme durch die Pflegekasse möglich ist.\n        &lt;/p&gt;\n\n        &lt;div class=&quot;sanuria-cta-row&quot;&gt;\n          &lt;a class=&quot;sanuria-btn-primary&quot; href=&quot;https://alltagshilfe.sanuria.de/start&quot;&gt;Jetzt unverbindlich prüfen&lt;/a&gt;\n          &lt;a class=&quot;sanuria-btn-secondary&quot; href=&quot;#leistungen&quot;&gt;Mehr erfahren&lt;/a&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;sanuria-mini-trust&quot;&gt;\n          &lt;span&gt;Unverbindliche Anfrage&lt;/span&gt;\n          &lt;span&gt;Pflegekasse möglich&lt;/span&gt;\n          &lt;span&gt;In ca. 2 Minuten&lt;/span&gt;\n        &lt;/div&gt;\n      &lt;/div&gt;\n\n      &lt;div class=&quot;sanuria-main-card&quot;&gt;\n        &lt;div class=&quot;sanuria-card-top&quot;&gt;\n          &lt;div class=&quot;sanuria-stars&quot;&gt;\n            &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M12 2.7l2.9 6 6.6.9-4.8 4.7 1.1 6.6L12 17.8 6.1 20.9l1.1-6.6-4.8-4.7 6.6-.9L12 2.7z&quot;/&gt;&lt;/svg&gt;\n            &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M12 2.7l2.9 6 6.6.9-4.8 4.7 1.1 6.6L12 17.8 6.1 20.9l1.1-6.6-4.8-4.7 6.6-.9L12 2.7z&quot;/&gt;&lt;/svg&gt;\n            &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M12 2.7l2.9 6 6.6.9-4.8 4.7 1.1 6.6L12 17.8 6.1 20.9l1.1-6.6-4.8-4.7 6.6-.9L12 2.7z&quot;/&gt;&lt;/svg&gt;\n            &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M12 2.7l2.9 6 6.6.9-4.8 4.7 1.1 6.6L12 17.8 6.1 20.9l1.1-6.6-4.8-4.7 6.6-.9L12 2.7z&quot;/&gt;&lt;/svg&gt;\n            &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M12 2.7l2.9 6 6.6.9-4.8 4.7 1.1 6.6L12 17.8 6.1 20.9l1.1-6.6-4.8-4.7 6.6-.9L12 2.7z&quot;/&gt;&lt;/svg&gt;\n          &lt;/div&gt;\n          &lt;div class=&quot;sanuria-card-title&quot;&gt;Mit 4,9/5 Sternen bewertet&lt;/div&gt;\n          &lt;div class=&quot;sanuria-card-text&quot;&gt;Persönliche Alltagshilfe mit Herz, Vertrauen und hoher Kundenzufriedenheit.&lt;/div&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;sanuria-benefits&quot;&gt;\n          &lt;div class=&quot;sanuria-benefit&quot;&gt;\n            &lt;div class=&quot;sanuria-icon&quot;&gt;\n              &lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot;&gt;\n                &lt;path d=&quot;M7 11V8.5C7 5.5 9 3.5 12 3.5C15 3.5 17 5.5 17 8.5V11&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot;/&gt;\n                &lt;path d=&quot;M6.5 11H17.5C18.3 11 19 11.7 19 12.5V19C19 19.8 18.3 20.5 17.5 20.5H6.5C5.7 20.5 5 19.8 5 19V12.5C5 11.7 5.7 11 6.5 11Z&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot;/&gt;\n              &lt;/svg&gt;\n            &lt;/div&gt;\n            &lt;div&gt;\n              &lt;strong&gt;Unverbindliche Anfrage&lt;/strong&gt;\n              &lt;span&gt;Wir prüfen Ihr Anliegen persönlich und kostenlos.&lt;/span&gt;\n            &lt;/div&gt;\n          &lt;/div&gt;\n\n          &lt;div class=&quot;sanuria-benefit&quot;&gt;\n            &lt;div class=&quot;sanuria-icon&quot;&gt;\n              &lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot;&gt;\n                &lt;path d=&quot;M12 21C12 21 19 17.5 19 10.5V5.5L12 3L5 5.5V10.5C5 17.5 12 21 12 21Z&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linejoin=&quot;round&quot;/&gt;\n                &lt;path d=&quot;M12 8V14&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot;/&gt;\n                &lt;path d=&quot;M9 11H15&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot;/&gt;\n              &lt;/svg&gt;\n            &lt;/div&gt;\n            &lt;div&gt;\n              &lt;strong&gt;Kostenübernahme durch Pflegekasse möglich&lt;/strong&gt;\n              &lt;span&gt;Bei Pflegegrad kann die Leistung übernommen werden.&lt;/span&gt;\n            &lt;/div&gt;\n          &lt;/div&gt;\n\n          &lt;div class=&quot;sanuria-benefit&quot;&gt;\n            &lt;div class=&quot;sanuria-icon&quot;&gt;\n              &lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot;&gt;\n                &lt;path d=&quot;M12 21C16.7 21 20.5 17.2 20.5 12.5C20.5 7.8 16.7 4 12 4C7.3 4 3.5 7.8 3.5 12.5C3.5 17.2 7.3 21 12 21Z&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot;/&gt;\n                &lt;path d=&quot;M12 8V13L15 15&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;/&gt;\n              &lt;/svg&gt;\n            &lt;/div&gt;\n            &lt;div&gt;\n              &lt;strong&gt;In ca. 2 Minuten erledigt&lt;/strong&gt;\n              &lt;span&gt;Wenige Fragen, danach melden wir uns persönlich.&lt;/span&gt;\n            &lt;/div&gt;\n          &lt;/div&gt;\n        &lt;/div&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;section class=&quot;sanuria-section&quot; id=&quot;leistungen&quot;&gt;\n      &lt;div class=&quot;sanuria-section-head&quot;&gt;\n        &lt;h2&gt;Welche Unterstützung ist möglich?&lt;/h2&gt;\n        &lt;p&gt;\n          Unsere Alltagshilfen entlasten dort, wo im Alltag Unterstützung gebraucht wird –\n          persönlich, zuverlässig und auf die Situation vor Ort abgestimmt.\n        &lt;/p&gt;\n      &lt;/div&gt;\n\n      &lt;div class=&quot;sanuria-services-grid&quot;&gt;\n        &lt;div class=&quot;sanuria-service-card&quot;&gt;\n          &lt;div class=&quot;sanuria-service-icon&quot;&gt;\n            &lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot;&gt;\n              &lt;path d=&quot;M4 11L12 4L20 11&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;/&gt;\n              &lt;path d=&quot;M6.5 10.5V20H17.5V10.5&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linejoin=&quot;round&quot;/&gt;\n            &lt;/svg&gt;\n          &lt;/div&gt;\n          &lt;h3&gt;Haushalt &amp; Reinigung&lt;/h3&gt;\n          &lt;p&gt;Unterstützung bei alltäglichen Aufgaben im Haushalt und bei der Haushaltsführung.&lt;/p&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;sanuria-service-card&quot;&gt;\n          &lt;div class=&quot;sanuria-service-icon&quot;&gt;\n            &lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot;&gt;\n              &lt;path d=&quot;M6 7H21L19 14H8L6 7Z&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linejoin=&quot;round&quot;/&gt;\n              &lt;path d=&quot;M6 7L5.2 4H3&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot;/&gt;\n              &lt;path d=&quot;M9 20C9.5 20 10 19.5 10 19C10 18.5 9.5 18 9 18C8.5 18 8 18.5 8 19C8 19.5 8.5 20 9 20Z&quot; fill=&quot;currentColor&quot;/&gt;\n              &lt;path d=&quot;M18 20C18.5 20 19 19.5 19 19C19 18.5 18.5 18 18 18C17.5 18 17 18.5 17 19C17 19.5 17.5 20 18 20Z&quot; fill=&quot;currentColor&quot;/&gt;\n            &lt;/svg&gt;\n          &lt;/div&gt;\n          &lt;h3&gt;Einkäufe &amp; Erledigungen&lt;/h3&gt;\n          &lt;p&gt;Hilfe bei Einkäufen, Besorgungen und kleinen Erledigungen des täglichen Lebens.&lt;/p&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;sanuria-service-card&quot;&gt;\n          &lt;div class=&quot;sanuria-service-icon&quot;&gt;\n            &lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot;&gt;\n              &lt;path d=&quot;M12 21C12 21 18 15.8 18 10C18 6.7 15.3 4 12 4C8.7 4 6 6.7 6 10C6 15.8 12 21 12 21Z&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot;/&gt;\n              &lt;path d=&quot;M12 12.2C13.2 12.2 14.2 11.2 14.2 10C14.2 8.8 13.2 7.8 12 7.8C10.8 7.8 9.8 8.8 9.8 10C9.8 11.2 10.8 12.2 12 12.2Z&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot;/&gt;\n            &lt;/svg&gt;\n          &lt;/div&gt;\n          &lt;h3&gt;Begleitungen &amp; Termine&lt;/h3&gt;\n          &lt;p&gt;Begleitung zu Terminen oder Unterstützung bei Wegen im Alltag.&lt;/p&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;sanuria-service-card&quot;&gt;\n          &lt;div class=&quot;sanuria-service-icon&quot;&gt;\n            &lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot;&gt;\n              &lt;path d=&quot;M7.5 12.5C5.6 12.5 4 10.9 4 9C4 7.1 5.6 5.5 7.5 5.5C9.4 5.5 11 7.1 11 9C11 10.9 9.4 12.5 7.5 12.5Z&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot;/&gt;\n              &lt;path d=&quot;M16.5 12.5C14.6 12.5 13 10.9 13 9C13 7.1 14.6 5.5 16.5 5.5C18.4 5.5 20 7.1 20 9C20 10.9 18.4 12.5 16.5 12.5Z&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot;/&gt;\n              &lt;path d=&quot;M4 19C4.8 16.8 6 15.5 7.5 15.5C9 15.5 10.2 16.8 11 19&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot;/&gt;\n              &lt;path d=&quot;M13 19C13.8 16.8 15 15.5 16.5 15.5C18 15.5 19.2 16.8 20 19&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot;/&gt;\n            &lt;/svg&gt;\n          &lt;/div&gt;\n          &lt;h3&gt;Entlastung von Angehörigen&lt;/h3&gt;\n          &lt;p&gt;Mehr Unterstützung im Alltag, damit Angehörige spürbar entlastet werden.&lt;/p&gt;\n        &lt;/div&gt;\n      &lt;/div&gt;\n    &lt;/section&gt;\n\n    &lt;section class=&quot;sanuria-section&quot;&gt;\n      &lt;div class=&quot;sanuria-section-head&quot;&gt;\n        &lt;h2&gt;So einfach funktioniert die Anfrage&lt;/h2&gt;\n        &lt;p&gt;\n          Sie beantworten wenige Fragen. Danach melden wir uns persönlich und besprechen,\n          welche Unterstützung möglich ist.\n        &lt;/p&gt;\n      &lt;/div&gt;\n\n      &lt;div class=&quot;sanuria-steps&quot;&gt;\n        &lt;div class=&quot;sanuria-step&quot;&gt;\n          &lt;div class=&quot;sanuria-step-number&quot;&gt;1&lt;/div&gt;\n          &lt;h3&gt;Kurze Fragen beantworten&lt;/h3&gt;\n          &lt;p&gt;Sie geben an, für wen Unterstützung benötigt wird und wobei Hilfe gebraucht wird.&lt;/p&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;sanuria-step&quot;&gt;\n          &lt;div class=&quot;sanuria-step-number&quot;&gt;2&lt;/div&gt;\n          &lt;h3&gt;Angaben prüfen lassen&lt;/h3&gt;\n          &lt;p&gt;Wir prüfen Ihre Anfrage persönlich und schauen, welche Unterstützung möglich ist.&lt;/p&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;sanuria-step&quot;&gt;\n          &lt;div class=&quot;sanuria-step-number&quot;&gt;3&lt;/div&gt;\n          &lt;h3&gt;Persönliche Rückmeldung&lt;/h3&gt;\n          &lt;p&gt;Wir melden uns zeitnah bei Ihnen und besprechen die nächsten Schritte.&lt;/p&gt;\n        &lt;/div&gt;\n      &lt;/div&gt;\n    &lt;/section&gt;\n\n    &lt;div class=&quot;sanuria-final-cta&quot;&gt;\n      &lt;h2&gt;Jetzt unverbindlich Unterstützung prüfen&lt;/h2&gt;\n      &lt;p&gt;\n        Die Anfrage dauert nur wenige Minuten. Bei Pflegegrad kann eine Kostenübernahme\n        durch die Pflegekasse möglich sein.\n      &lt;/p&gt;\n      &lt;a class=&quot;sanuria-btn-primary&quot; href=&quot;https://alltagshilfe.sanuria.de/start&quot;&gt;Anfrage starten&lt;/a&gt;\n    &lt;/div&gt;\n\n    &lt;div class=&quot;sanuria-bottom-note&quot;&gt;\n      Sanuria Alltagshilfe · Persönliche Unterstützung im Haushalt und Alltag\n    &lt;/div&gt;\n\n  &lt;/div&gt;\n&lt;/section&gt;","provider":"custom-html","box":{"left":"none","right":"none","top":"small","bottom":"small"},"framed":false,"isGdprSensitive":true},"categoryId":"5a957843b727462286d2d61e","sectionId":"65eb072f9671ba48e6c83915","campaignId":"6a3d1e45ee9ba5e34a808cf6","components":[],"allowedChildSections":[],"pageId":"6a3d1e45ee9ba5e34a808cfe","companyId":"6919c806392a32003c9661a1","componentType":"embed","createdAt":"2026-06-26T14:09:01.446Z","updatedAt":"2026-06-26T14:14:33.400Z","__v":0}],"isResultPage":false,"animation":"none","theme":{"_id":"6a3d0c50fae8a51aa8451b08","type":"theme","name":"Sanuria","image":"https://perspective.imgix.net/assets/app/themes/perspective.png","fontColor":"#000000","backgroundColor":"#ffffff","formFieldBackgroundColor":"#144F9F","buttonBackgroundColor":"#144F9F","typography":"Montserrat:300,700","transition":"default","companyId":"6919c806392a32003c9661a1","createdAt":"2026-06-25T11:09:04.007Z","updatedAt":"2026-06-25T11:46:31.858Z","__v":0,"borderRadius":"large","fontId":null},"themeV2":{"typography":"Montserrat:300,700","fontId":null,"fontColor":"#000000","backgroundColor":"#ffffff","formFieldBackgroundColor":"#144F9F","buttonBackgroundColor":"#144F9F","borderRadius":"large","transition":"default"},"fields":[{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_3rgful","componentId":"6a3d1eb7c6c860c73f7b62ff","answerTextId":"6a3d1eb7c6c860c73f7b62ff","_id":"6a3d1eb7c6c860c73f7b630d","value":"Pflegegrad 1"},{"fieldName":"question_3rgful","componentId":"6a3d1eb7c6c860c73f7b6303","answerTextId":"6a3d1eb7c6c860c73f7b6303","_id":"6a3d1eb7c6c860c73f7b6312","value":"Pflegegrad 3"},{"fieldName":"question_3rgful","componentId":"6a3d1eb7c6c860c73f7b6300","answerTextId":"6a3d1eb7c6c860c73f7b6300","_id":"6a3d1eb7c6c860c73f7b6314","value":"Pflegegrad 2"},{"fieldName":"question_3rgful","componentId":"6a3d1eb7c6c860c73f7b6304","answerTextId":"6a3d1eb7c6c860c73f7b6304","_id":"6a3d1eb7c6c860c73f7b6317","value":"Pflegegrad 4"},{"fieldName":"question_3rgful","componentId":"6a3d1eee0cc046ca68fd5da2","answerTextId":"6a3d1eee0cc046ca68fd5da2","_id":"6a3d1eee0cc046ca68fd5da6","value":"Pflegegrad 5"},{"fieldName":"question_3rgful","componentId":"6a3d1eee9f2a2ac8f9259c30","answerTextId":"6a3d1eee9f2a2ac8f9259c30","_id":"6a3d1eee9f2a2ac8f9259c34","value":"Kein Pflegegrad"}]},"_id":"6a3d1eb7c6c860c73f7b62f3","type":"field","title":"Welcher Pflegegrad liegt vor?","interactionType":"answers","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","pageId":"6a3d1e75a9d01a2bdf0a5809","componentId":"6a3d1eb7c6c860c73f7b62f0","createdAt":"2026-06-25T12:27:35.771Z","updatedAt":"2026-06-25T13:04:35.473Z","__v":0},{"additional":{"form":{"componentId":"6a3d20d1b240c62cadc4e41b","inputs":[{"fieldName":"input_5p8g7f","conversionTrigger":false,"componentId":"6a3d20d1b240c62cadc4e421","inputType":"dropdown","required":true,"title":"Ort auswählen","visual":"round_pushpin","visualType":"emoji"}]},"answers":[]},"_id":"6a3d20d1b240c62cadc4e416","type":"field","title":"Wo wird die Unterstützung benötigt?","interactionType":"form","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","pageId":"6a3d20b7af2c8b8f632e7e50","componentId":"6a3d20d1b240c62cadc4e413","createdAt":"2026-06-25T12:36:33.522Z","updatedAt":"2026-06-25T13:05:15.632Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_6ncugx","componentId":"6a3d2648bcb8529895039419","answerTextId":"6a3d2648bcb8529895039419","_id":"6a3d2648bcb8529895039429","value":"Haushalt & Reinigung"},{"fieldName":"question_6ncugx","componentId":"6a3d2648bcb852989503941b","answerTextId":"6a3d2648bcb852989503941b","_id":"6a3d2648bcb852989503942f","value":"Begleitungen & Termine"},{"fieldName":"question_6ncugx","componentId":"6a3d2648bcb852989503941c","answerTextId":"6a3d2648bcb852989503941c","_id":"6a3d2648bcb8529895039431","value":"Einkäufe & Erledigungen"},{"fieldName":"question_6ncugx","componentId":"6a3d2648bcb852989503941d","answerTextId":"6a3d2648bcb852989503941d","_id":"6a3d2648bcb8529895039433","value":"Unterstützung im Alltag"},{"fieldName":"question_6ncugx","componentId":"6a3d26bd6401da2607bb5589","answerTextId":"6a3d26bd6401da2607bb5589","_id":"6a3d26bd6401da2607bb558d","value":"Entlastung von Angehörigen"}]},"_id":"6a3d2648bcb852989503940c","type":"field","title":"Wobei wird Unterstützung benötigt? (Mehrfachauswahl möglich)","interactionType":"answers","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","pageId":"6a3d25170ca6e5571f5f0db1","componentId":"6a3d2648bcb8529895039409","createdAt":"2026-06-25T12:59:52.125Z","updatedAt":"2026-06-25T13:02:02.895Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_sr7wdn","componentId":"6a3d26fe797ebe750254270f","answerTextId":"6a3d26fe797ebe750254270f","_id":"6a3d26fe797ebe7502542726","value":"Für mich"},{"fieldName":"question_sr7wdn","componentId":"6a3d26fe797ebe7502542710","answerTextId":"6a3d26fe797ebe7502542710","_id":"6a3d26fe797ebe7502542730","value":"Für einen Angehörigen"}]},"_id":"6a3d26fe797ebe7502542701","type":"field","title":"Für wen wird die Unterstützung benötigt?","interactionType":"answers","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","pageId":"6a3d26fe797ebe75025426f9","componentId":"6a3d26fe797ebe75025426fe","createdAt":"2026-06-25T13:02:54.898Z","updatedAt":"2026-06-25T13:05:08.126Z","__v":0},{"additional":{"form":{"componentId":"6a3d27ef484ede9fb64f81d7","inputs":[{"fieldName":"lastName","conversionTrigger":false,"componentId":"6a3d27ef484ede9fb64f81e0","inputType":"text","required":true,"title":"Ihr Vor- und Nachname","visual":":wave:","visualType":"emoji"},{"fieldName":"phone","conversionTrigger":true,"componentId":"6a3d27ef484ede9fb64f81e2","inputType":"phone","required":true,"title":"Ihre Telefonnummer","visual":":telephone_receiver:","visualType":"emoji"},{"fieldName":"email","conversionTrigger":true,"componentId":"6a3d27ef484ede9fb64f81e3","inputType":"email","required":true,"title":"Ihre E-Mail Adresse","visual":":email:","visualType":"emoji"},{"fieldName":"address.postalCode","conversionTrigger":false,"componentId":"6a3e6be548bbf1ddb6f6be38","inputType":"text","required":true,"title":"Ihre Postleitzahl","visual":"round_pushpin","visualType":"emoji"}]},"answers":[]},"_id":"6a3d27ef484ede9fb64f81d2","type":"field","title":"Fasst geschafft! Bitte hinterlassen Sie Ihre Kontaktdaten. Wir melden uns zeitnah persönlich bei Ihnen, um die nächsten Schritte zu besprechen.","interactionType":"form","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","pageId":"6a3d27d1d215907e224017a5","componentId":"6a3d27ef484ede9fb64f81cf","createdAt":"2026-06-25T13:06:55.799Z","updatedAt":"2026-06-26T12:09:26.909Z","__v":0}],"cookiesEnabled":false,"language":"de","showProgressBar":false,"showAffiliateBadge":false,"affiliateLink":"","resultMapping":{},"nextPage":"6a3d26fe797ebe75025426f9","sortedPages":["6a3d1e45ee9ba5e34a808cfe","6a3d26fe797ebe75025426f9","6a3d1e75a9d01a2bdf0a5809","6a3d20b7af2c8b8f632e7e50","6a3d25170ca6e5571f5f0db1","6a3d27d1d215907e224017a5"],"hasResultPages":true,"resultPages":["6a3d1e45ee9ba5e34a808cff"],"isHomePage":true,"isLastPage":false,"firstResultPage":"6a3d1e45ee9ba5e34a808cff","headScript":"","bodyScript":"","trackingProperties":[{"_id":"6a3e6bea43780197e3b5cb9d","type":"trackingProperty","fieldName":"address.postalCode","title":"address.postalCode","source":"input","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","components":["6a3e6be548bbf1ddb6f6be38"],"createdAt":"2026-06-26T12:09:14.242Z","updatedAt":"2026-06-26T13:48:54.072Z","__v":0},{"_id":"6a3d27ef484ede9fb64f8209","type":"trackingProperty","fieldName":"email","title":"email","source":"input","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","components":["6a3d27ef484ede9fb64f81e3"],"createdAt":"2026-06-25T13:06:55.925Z","updatedAt":"2026-06-26T13:48:54.072Z","__v":0},{"_id":"6a3d20d1b240c62cadc4e42e","type":"trackingProperty","fieldName":"input_5p8g7f","title":"input_5p8g7f","source":"input","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","components":["6a3d20d1b240c62cadc4e421"],"createdAt":"2026-06-25T12:36:33.603Z","updatedAt":"2026-06-26T13:48:54.072Z","__v":0},{"_id":"6a3d27ef484ede9fb64f8202","type":"trackingProperty","fieldName":"lastName","title":"lastName","source":"input","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","components":["6a3d27ef484ede9fb64f81e0"],"createdAt":"2026-06-25T13:06:55.915Z","updatedAt":"2026-06-26T13:48:54.072Z","__v":0},{"_id":"6a3d27ef484ede9fb64f8206","type":"trackingProperty","fieldName":"phone","title":"phone","source":"input","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","components":["6a3d27ef484ede9fb64f81e2"],"createdAt":"2026-06-25T13:06:55.920Z","updatedAt":"2026-06-26T13:48:54.072Z","__v":0},{"_id":"6a3d1eb7c6c860c73f7b62f8","type":"trackingProperty","fieldName":"question_3rgful","title":"Welcher Pflegegrad liegt vor?","source":"question","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","components":["6a3d1eb7c6c860c73f7b62f0"],"createdAt":"2026-06-25T12:27:35.790Z","updatedAt":"2026-06-26T13:48:54.072Z","__v":0},{"_id":"6a3d2648bcb8529895039411","type":"trackingProperty","fieldName":"question_6ncugx","title":"Wobei wird Unterstützung benötigt? (Mehrfachauswahl möglich)","source":"question","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","components":["6a3d2648bcb8529895039409"],"createdAt":"2026-06-25T12:59:52.149Z","updatedAt":"2026-06-26T13:48:54.072Z","__v":0},{"_id":"6a3d26fe797ebe7502542706","type":"trackingProperty","fieldName":"question_sr7wdn","title":"Für wen wird die Unterstützung benötigt?","source":"question","companyId":"6919c806392a32003c9661a1","campaignId":"6a3d1e45ee9ba5e34a808cf6","components":["6a3d26fe797ebe75025426fe"],"createdAt":"2026-06-25T13:02:54.922Z","updatedAt":"2026-06-26T13:48:54.072Z","__v":0}],"automaticRedirect":null,"inputMap":{"byComponent":{"6a3d20d1b240c62cadc4e421":{"name":"input_5p8g7f","originalName":"input_5p8g7f","parentId":"6a3d20d1b240c62cadc4e41b","autocomplete":""},"6a3d27ef484ede9fb64f81e0":{"name":"lname","originalName":"lname","parentId":"6a3d27ef484ede9fb64f81d7","autocomplete":"family-name"},"6a3d27ef484ede9fb64f81e3":{"name":"email","originalName":"email","parentId":"6a3d27ef484ede9fb64f81d7","autocomplete":"email"},"6a3d27ef484ede9fb64f81e2":{"name":"phone","originalName":"phone","parentId":"6a3d27ef484ede9fb64f81d7","autocomplete":"tel"},"6a3e6be548bbf1ddb6f6be38":{"name":"postal","originalName":"postal","parentId":"6a3d27ef484ede9fb64f81d7","autocomplete":"postal-code"}},"byName":{"6a3d20d1b240c62cadc4e41b":{"input_5p8g7f":"6a3d20d1b240c62cadc4e421"},"6a3d27ef484ede9fb64f81d7":{"lname":"6a3d27ef484ede9fb64f81e0","email":"6a3d27ef484ede9fb64f81e3","phone":"6a3d27ef484ede9fb64f81e2","postal":"6a3e6be548bbf1ddb6f6be38"}}},"pageIdSlugMap":{"6a3d1e45ee9ba5e34a808cfe":"startseite","6a3d1e45ee9ba5e34a808cff":"danke","6a3d1e75a9d01a2bdf0a5809":"pflegegrad","6a3d20b7af2c8b8f632e7e50":"standort","6a3d25170ca6e5571f5f0db1":"leistungen","6a3d26fe797ebe75025426f9":"start","6a3d27d1d215907e224017a5":"kontakt"},"context":{"slug":"","trackingVersion":"v4","url":"https://alltagshilfe.sanuria.de/","domain":"alltagshilfe.sanuria.de"}}