@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');:root{--primary:#831f82;--primary-dark:#671868;--primary-rgb:131,31,130;--primary-light:rgba(131,31,130,.08);--fg:#111;--muted:#6b7280;--bg:#f9f9f9;--card:#fff;--border:#e5e7eb;--sand:#f3f4f6;--footer-bg:#2f3131;--footer-fg:#f2f2f2;--font:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;--max-w:1200px;--px:2rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);font-size:16px;line-height:1.7;color:var(--fg);background:#fff;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}button{font-family:inherit;cursor:pointer}.skip-link{position:absolute;left:-9999px;top:0;background:var(--primary);color:#fff;padding:.5rem 1rem;z-index:9999}.skip-link:focus{left:0}.container{max-width:var(--max-w);margin-left:auto;margin-right:auto;padding-left:var(--px);padding-right:var(--px)}@media(max-width:640px){:root{--px:1rem}}h1,h2,h3,h4{font-family:var(--font);line-height:1.2;font-weight:300}h1{font-size:clamp(2rem,5vw,3.75rem)}h2{font-size:clamp(1.6rem,3vw,2.5rem)}h3{font-size:1.15rem;font-weight:600}.hb-divider{width:60px;height:3px;background:var(--primary);margin:.75rem auto 0}.hb-divider--left{margin-left:0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-family:var(--font);font-size:.9rem;font-weight:500;border:2px solid transparent;cursor:pointer;text-decoration:none;line-height:1.4;transition:background .2s,border-color .2s,color .2s;white-space:nowrap}.btn:hover{text-decoration:none}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff}.btn-outline{background:0 0;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-white{background:#fff;color:var(--primary);border-color:#fff}.btn-white:hover{background:var(--primary-light)}.btn-outline-white{background:0 0;color:#fff;border-color:rgba(255,255,255,.7)}.btn-outline-white:hover{background:rgba(255,255,255,.15)}.btn-lg{padding:.875rem 2rem;font-size:1rem}.site-header{position:sticky;top:0;z-index:200;width:100%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.1)}.admin-bar .site-header{top:32px}@media(max-width:782px){.admin-bar .site-header{top:46px}}.header-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--px);position:relative}.header-phone-btn{display:none;position:absolute;right:var(--px);top:.75rem;background:var(--primary);color:#fff;padding:.4rem 1rem;font-size:.875rem;font-weight:500;align-items:center;gap:.5rem;border-radius:2px;text-decoration:none;transition:background .2s;z-index:10}.header-phone-btn:hover{background:var(--primary-dark);text-decoration:none;color:#fff}.header-phone-btn__inner{display:flex;flex-direction:column;line-height:1.1}.header-phone-btn__24h{font-size:.65rem;font-weight:400;opacity:.85}.header-phone-btn__num{font-size:.95rem;font-weight:600}@media(min-width:1024px){.header-phone-btn{display:flex}}.header-nav-row{display:flex;align-items:center;justify-content:space-between;height:7rem;gap:2rem}@media(min-width:768px){.header-nav-row{height:9rem}}@media(min-width:1024px){.header-nav-row{height:11rem}}.header-logo{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;gap:.2rem;text-decoration:none}.header-logo__img{height:auto;width:auto;max-height:5rem}.header-logo__claim{height:auto;width:auto;max-height:1rem;opacity:.75}@media(min-width:768px){.header-logo__img{max-height:6rem}}@media(min-width:1024px){.header-logo__img{max-height:7rem}.header-logo__claim{max-height:1.2rem}}.header-nav-list{display:none;align-items:center;gap:1.25rem;list-style:none;margin-left:auto}@media(min-width:1024px){.header-nav-list{display:flex}}.nav-link{display:flex;align-items:center;gap:.25rem;font-size:.95rem;font-weight:400;color:var(--fg);background:0 0;border:none;padding:.25rem;cursor:pointer;white-space:nowrap;transition:color .2s;text-decoration:none}.nav-link:hover,.nav-link:focus{color:var(--primary);outline:none;text-decoration:none}.nav-chevron{transition:transform .2s;flex-shrink:0;color:var(--muted)}.nav-item.is-open .nav-chevron{transform:rotate(180deg)}.nav-item{position:relative}.nav-dropdown{position:absolute;top:calc(100% + .5rem);left:50%;transform:translateX(-50%);background:#fff;border:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:220px;z-index:300;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(8px);transition:opacity .2s,transform .2s,visibility .2s}.nav-item.is-open .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.nav-dropdown-link{display:block;padding:.65rem 1.25rem;font-size:.875rem;color:var(--fg);white-space:nowrap;transition:background .15s,color .15s;text-decoration:none}.nav-dropdown-link:hover{background:var(--primary-light);color:var(--primary);text-decoration:none}.header-hamburger{display:flex;flex-direction:column;gap:5px;background:0 0;border:none;padding:.5rem;cursor:pointer;flex-shrink:0}.hamburger-line{display:block;width:24px;height:2px;background:var(--fg);border-radius:1px;transition:.2s}.header-hamburger.is-open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header-hamburger.is-open .hamburger-line:nth-child(2){opacity:0}.header-hamburger.is-open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(min-width:1024px){.header-hamburger{display:none}}.mobile-nav{display:none;background:#fff;border-top:1px solid var(--border);max-height:80vh;overflow-y:auto}.mobile-nav.is-open{display:block}.mobile-nav-inner{padding:1.5rem var(--px)}.mobile-nav-group{margin-bottom:1.25rem}.mobile-nav-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.4rem}.mobile-nav-link{display:block;padding:.45rem 0;font-size:.95rem;color:var(--fg);border-bottom:1px solid var(--border);text-decoration:none;transition:color .15s}.mobile-nav-link:hover{color:var(--primary)}.mobile-nav-link--strong{font-weight:600;margin-top:1rem}.mobile-nav-phone{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem;padding:.875rem 1.25rem;background:var(--primary);color:#fff;justify-content:center;text-decoration:none;font-weight:500}.mobile-nav-phone:hover{background:var(--primary-dark);color:#fff;text-decoration:none}.sticky-side{position:fixed;right:0;top:50%;z-index:150;transform:translateY(-50%);display:flex;flex-direction:column;gap:4px}.sticky-side__btn{display:flex;align-items:center;overflow:hidden;background:var(--primary);color:#fff;border-radius:6px 0 0 6px;box-shadow:-2px 2px 12px rgba(0,0,0,.2);text-decoration:none;transition:padding .3s}.sticky-side__btn:hover{padding-right:.75rem;text-decoration:none}.sticky-side__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;color:#fff}.sticky-side__label{max-width:0;overflow:hidden;white-space:nowrap;font-size:.8rem;font-weight:500;color:#fff;opacity:0;transition:max-width .3s,opacity .3s}.sticky-side__btn:hover .sticky-side__label{max-width:200px;opacity:1}.mob-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:150;background:var(--primary);box-shadow:0 -2px 10px rgba(0,0,0,.15)}.mob-bar__btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;gap:.25rem;color:#fff;font-size:.65rem;font-weight:500;text-decoration:none;border-right:1px solid rgba(255,255,255,.15)}.mob-bar__btn:last-child{border-right:none}.mob-bar__btn:hover{background:var(--primary-dark);text-decoration:none;color:#fff}@media(max-width:1023px){.sticky-side{display:none}.mob-bar{display:flex}.site-main{padding-bottom:62px}}.site-main{min-height:60vh}section{padding:5rem 0}@media(max-width:768px){section{padding:3.5rem 0}}.bg-white{background:#fff !important}.bg-sand,.bg-muted{background:var(--sand) !important}.bg-primary{background:var(--primary) !important;color:#fff}.bg-secondary{background:rgba(131,31,130,.08) !important}.hb-hero-bg{position:relative;min-height:340px;display:flex;align-items:center;justify-content:center;background-size:cover;background-repeat:no-repeat;padding:0}@media(min-width:768px){.hb-hero-bg{min-height:500px}}.hb-hero-bg__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.2) 0%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.3) 100%)}.hb-hero-bg .container{position:relative;z-index:1;width:100%}.hb-hero-bg__content{text-align:center;padding:3rem 0;max-width:820px;margin:0 auto}.hb-hero-bg__tagline{font-size:.875rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.85);margin-bottom:1rem}.hb-hero-bg__h1{font-size:clamp(2rem,5vw,3.75rem);font-weight:300;color:var(--fg);line-height:1.15;margin-bottom:.75rem}.hb-hero-bg__subtitle{font-size:clamp(1.1rem,2.5vw,1.6rem);color:var(--primary);font-family:var(--font);margin-bottom:1rem}.hb-hero-bg__desc{font-size:1.05rem;color:var(--fg);max-width:600px;margin:0 auto 1.5rem}.hb-hero-bg .hb-divider{background:var(--primary);margin:.75rem auto 1.25rem}.hb-hero-bg__btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.hb-features-cards{padding:4rem 0}.hb-features-cards__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.hb-features-cards__card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;border:1px solid var(--border);background:var(--card);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.hb-features-cards__card:hover{border-color:rgba(var(--primary-rgb),.35);box-shadow:0 4px 20px rgba(0,0,0,.08);text-decoration:none}.hb-features-cards__icon-wrap{width:64px;height:64px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--primary)}.hb-features-cards__icon{width:32px;height:32px;object-fit:contain}.hb-features-cards__title{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.hb-features-cards__desc{color:var(--muted);font-size:.95rem;line-height:1.65}.hb-trauerfall-2col{padding:5rem 0}.hb-trauerfall-2col__header{text-align:center;margin-bottom:3rem}.hb-trauerfall-2col__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300}.hb-trauerfall-2col__grid{display:grid;gap:3rem}@media(min-width:768px){.hb-trauerfall-2col__grid{grid-template-columns:1fr 1fr}}.hb-trauerfall-2col__card{border:1px solid var(--border);padding:2rem;background:var(--card);border-radius:2px}.hb-trauerfall-2col__card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.75rem}.hb-trauerfall-2col__icon-wrap{width:44px;height:44px;border-radius:50%;flex-shrink:0;background:var(--primary-light);display:flex;align-items:center;justify-content:center;color:var(--primary)}.hb-trauerfall-2col__icon{width:22px;height:22px;object-fit:contain}.hb-trauerfall-2col__card-title{font-size:1rem;font-weight:600;line-height:1.5}.hb-trauerfall-2col__step{display:flex;gap:1rem;margin-bottom:1.5rem}.hb-trauerfall-2col__step-num{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;margin-top:.1rem}.hb-trauerfall-2col__step-text{color:var(--muted);line-height:1.75;font-size:.95rem}.hb-trauerfall-2col__step-note{font-size:.85rem;font-style:italic;color:var(--muted);margin-top:.35rem}.hb-trauerfall-2col__step-highlight{color:var(--primary);font-weight:600;margin-top:.4rem;font-size:.95rem}.hb-trauerfall-2col__step-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem}.hb-trauerfall-2col__doc-list{list-style:none}.hb-trauerfall-2col__doc-item{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1rem;color:var(--muted);font-size:.95rem}.hb-trauerfall-2col__doc-icon{color:var(--primary);font-weight:700;flex-shrink:0;font-size:1rem}.hb-trauerfall-2col__note{background:var(--sand);padding:1rem 1.25rem;margin-top:1.25rem;font-size:.875rem;color:var(--muted);line-height:1.7}.hb-trauerfall-2col__note strong{color:var(--fg)}.hb-gedenkportal-cta{padding:5rem 0}.hb-gedenkportal-cta__inner{max-width:700px;margin:0 auto;text-align:center}.hb-gedenkportal-cta__heading{font-size:clamp(2rem,4vw,2.75rem);font-weight:300;color:var(--primary)}.hb-gedenkportal-cta__desc{color:var(--muted);font-size:1.05rem;line-height:1.85;margin:2rem 0}.hb-about-image-text{padding:5rem 0}.hb-about-image-text__grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.hb-about-image-text__grid{grid-template-columns:1fr 1fr;gap:4rem}}.hb-about-image-text__grid--reverse .hb-about-image-text__image-col{order:2}.hb-about-image-text__grid--reverse .hb-about-image-text__text-col{order:1}.hb-about-image-text__image{width:100%;height:500px;object-fit:cover;object-position:top;display:block;box-shadow:0 4px 24px rgba(0,0,0,.12)}@media(max-width:767px){.hb-about-image-text__image{height:280px}}.hb-about-image-text__heading{font-size:clamp(1.6rem,3vw,2.5rem);font-weight:300;color:var(--primary);margin-bottom:.75rem}.hb-about-image-text__desc{margin-top:1.5rem;color:var(--muted);line-height:1.85}.hb-about-image-text__desc p{margin-bottom:.85rem}.hb-about-image-text__desc strong{color:var(--fg)}.hb-about-image-text__btn-wrap{margin-top:2rem}.hb-services-cards{padding:5rem 0}.hb-services-cards__header{text-align:center;margin-bottom:3rem}.hb-services-cards__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;color:var(--primary)}.hb-services-cards__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media(min-width:768px){.hb-services-cards__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hb-services-cards__grid{grid-template-columns:repeat(3,1fr)}}.hb-services-cards__card{display:block;overflow:hidden;background:var(--card);box-shadow:0 2px 12px rgba(0,0,0,.08);text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s}.hb-services-cards__card:hover{box-shadow:0 8px 28px rgba(0,0,0,.14);transform:translateY(-2px);text-decoration:none}.hb-services-cards__img-wrap{height:224px;overflow:hidden}.hb-services-cards__img{width:100%;height:100%;object-fit:cover;transition:transform .4s;display:block}.hb-services-cards__card:hover .hb-services-cards__img{transform:scale(1.06)}.hb-services-cards__body{padding:1.5rem}.hb-services-cards__title{font-size:1.05rem;font-weight:300;margin-bottom:.5rem;color:var(--fg)}.hb-services-cards__desc{color:var(--muted);font-size:.875rem;line-height:1.65}.hb-cta-phone{padding:5rem 0}.hb-cta-phone__inner{max-width:700px;margin:0 auto;text-align:center}.hb-cta-phone__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;margin-bottom:.75rem}.hb-cta-phone--dark .hb-cta-phone__heading{color:#fff}.hb-cta-phone__desc{font-size:1.05rem;max-width:560px;margin:1.25rem auto;line-height:1.85}.hb-cta-phone--dark .hb-cta-phone__desc{color:rgba(255,255,255,.85)}.hb-cta-phone__btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2.5rem}.hb-intro-text,.hb-benefits-cards,.hb-steps-timeline,.hb-split-image-text,.hb-faq,.hb-related-pages,.hb-values-cards,.hb-reviews,.hb-team,.hb-checklist-accordion,.hb-gallery,.hb-leistungen-liste,.hb-text-wysiwyg,.hb-downloads,.hb-kontakt-info,.hb-kontakt-form-map,.hb-friedhoefe,.hb-presse,.hb-aktuelles,.hb-vorsorge-form,.hb-wald-section,.hb-erinnerungen-cards,.hb-trauerdruck-leistungen,.hb-gedenkportal-embed{padding:5rem 0}.hb-intro-text__inner,.hb-gedenkportal-cta__inner{max-width:860px;margin:0 auto;text-align:center}.hb-intro-text__heading,.hb-benefits-cards__heading,.hb-steps-timeline__heading,.hb-faq__heading,.hb-related-pages__heading,.hb-values-cards__heading,.hb-reviews__heading,.hb-team__heading,.hb-checklist-accordion__heading,.hb-gallery__heading,.hb-leistungen-liste__heading,.hb-text-wysiwyg__heading,.hb-downloads__heading,.hb-friedhoefe__heading,.hb-presse__heading,.hb-aktuelles__heading,.hb-vorsorge-form__heading,.hb-erinnerungen-cards__heading,.hb-trauerdruck-leistungen__heading{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:300;color:var(--primary);text-align:center;margin-bottom:.75rem}.hb-benefits-cards__header,.hb-steps-timeline__header,.hb-faq__header,.hb-related-pages__header,.hb-values-cards__header,.hb-reviews__header,.hb-team__header,.hb-checklist-accordion__header,.hb-gallery__header,.hb-leistungen-liste__header,.hb-downloads__header,.hb-friedhoefe__header,.hb-presse__header,.hb-aktuelles__header,.hb-vorsorge-form__header,.hb-erinnerungen-cards__header,.hb-trauerdruck-leistungen__header{text-align:center;margin-bottom:3rem}.hb-benefits-cards__grid,.hb-values-cards__grid,.hb-erinnerungen-cards__grid,.hb-trauerdruck-leistungen__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hb-benefits-cards__card,.hb-values-cards__card,.hb-erinnerungen-cards__card,.hb-trauerdruck-leistungen__card{text-align:center;padding:2rem 1.5rem;border:1px solid var(--border);background:var(--card)}.hb-benefits-cards__icon-wrap,.hb-values-cards__icon-wrap,.hb-erinnerungen-cards__icon-wrap,.hb-trauerdruck-leistungen__icon-wrap{width:64px;height:64px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--primary)}.hb-benefits-cards__icon,.hb-values-cards__icon,.hb-erinnerungen-cards__icon,.hb-trauerdruck-leistungen__icon{width:32px;height:32px;object-fit:contain}.hb-benefits-cards__title,.hb-values-cards__title,.hb-erinnerungen-cards__title,.hb-trauerdruck-leistungen__title{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.hb-benefits-cards__desc,.hb-values-cards__desc,.hb-erinnerungen-cards__desc,.hb-trauerdruck-leistungen__desc{color:var(--muted);font-size:.9rem;line-height:1.7}.hb-steps-timeline__list{max-width:760px;margin:0 auto;list-style:none}.hb-steps-timeline__item{display:flex;gap:1.5rem;margin-bottom:2.5rem;align-items:flex-start}.hb-steps-timeline__num{width:48px;height:48px;border-radius:50%;flex-shrink:0;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700}.hb-steps-timeline__title{font-size:1rem;font-weight:600;margin-bottom:.4rem}.hb-steps-timeline__desc{color:var(--muted);line-height:1.75;font-size:.95rem}.hb-split-image-text__grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.hb-split-image-text__grid{grid-template-columns:1fr 1fr}}.hb-split-image-text__grid--reverse .hb-split-image-text__image-col{order:2}.hb-split-image-text__image{width:100%;height:480px;object-fit:cover;display:block}@media(max-width:767px){.hb-split-image-text__image{height:260px}}.hb-split-image-text__heading{font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:300;color:var(--primary)}.hb-split-image-text__desc{margin-top:1.5rem;color:var(--muted);line-height:1.85}.hb-split-image-text__desc p{margin-bottom:.85rem}.hb-split-image-text__checklist{list-style:none;margin-top:1.25rem}.hb-split-image-text__check-item{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.6rem;color:var(--muted);font-size:.95rem}.hb-split-image-text__check-icon{color:var(--primary);font-weight:700;flex-shrink:0}.hb-split-image-text__btn-wrap{margin-top:2rem}.hb-faq__list{max-width:780px;margin:0 auto}.hb-faq__item{border:1px solid var(--border);margin-bottom:.5rem;background:var(--card)}.hb-faq__trigger{width:100%;text-align:left;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;background:0 0;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:var(--font);color:var(--fg)}.hb-faq__trigger:hover{background:var(--sand)}.hb-faq__icon{flex-shrink:0;color:var(--primary);transition:transform .25s}.hb-faq__trigger[aria-expanded=true] .hb-faq__icon{transform:rotate(180deg)}.hb-faq__answer-inner{padding:0 1.5rem 1.5rem;color:var(--muted);line-height:1.8;font-size:.95rem}.hb-related-pages__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-width:1000px;margin:0 auto}.hb-related-pages__card{display:block;border:1px solid var(--border);background:var(--card);padding:1.5rem;text-decoration:none;color:inherit;transition:border-color .2s}.hb-related-pages__card:hover{border-color:var(--primary);text-decoration:none}.hb-related-pages__title{font-size:1.05rem;font-weight:600;color:var(--primary);margin-bottom:.4rem}.hb-related-pages__desc{color:var(--muted);font-size:.875rem;line-height:1.6;margin-bottom:.75rem}.hb-related-pages__more{font-size:.875rem;color:var(--primary);font-weight:500}.hb-reviews__overall{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.25rem}.hb-reviews__stars{display:flex;gap:2px}.hb-reviews__star{color:#f59e0b}.hb-reviews__rating{font-size:1.25rem;font-weight:700}.hb-reviews__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:2rem}.hb-reviews__card{background:var(--card);padding:1.5rem;border:1px solid var(--border)}.hb-reviews__card-stars{display:flex;gap:2px;margin-bottom:.75rem}.hb-reviews__text p{color:var(--muted);font-style:italic;line-height:1.75;margin-bottom:1rem;font-size:.95rem}.hb-reviews__name{font-weight:600;font-size:.875rem;font-style:normal}.hb-reviews__google-link{display:block;text-align:center;margin-top:2rem;color:var(--primary);font-weight:500;font-size:.95rem}.hb-team__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hb-team__member{text-align:center}.hb-team__photo-wrap{width:160px;height:160px;border-radius:50%;overflow:hidden;margin:0 auto 1.25rem}.hb-team__photo{width:100%;height:100%;object-fit:cover}.hb-team__name{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.hb-team__role{color:var(--primary);font-size:.875rem;margin-bottom:.5rem}.hb-team__bio{color:var(--muted);font-size:.875rem;line-height:1.7}.hb-team__email{display:block;color:var(--primary);font-size:.875rem;margin-top:.5rem}.hb-checklist-accordion__list{max-width:860px;margin:0 auto}.hb-checklist-accordion__item{border:1px solid var(--border);margin-bottom:.5rem}.hb-checklist-accordion__trigger{width:100%;text-align:left;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;gap:1rem;font-family:var(--font);color:var(--fg)}.hb-checklist-accordion__trigger:hover{background:var(--sand)}.hb-checklist-accordion__group-icon{width:28px;height:28px;object-fit:contain;flex-shrink:0}.hb-checklist-accordion__group-title{flex:1}.hb-checklist-accordion__arrow{flex-shrink:0;color:var(--muted);transition:transform .25s}.hb-checklist-accordion__trigger[aria-expanded=true] .hb-checklist-accordion__arrow{transform:rotate(180deg)}.hb-checklist-accordion__items{list-style:none;padding:0 1.5rem 1.5rem}.hb-checklist-accordion__item-row{display:flex;gap:.75rem;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid var(--border);color:var(--muted);font-size:.95rem}.hb-checklist-accordion__item-row:last-child{border-bottom:none}.hb-checklist-accordion__item-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0;margin-top:.1rem}.hb-checklist-accordion__item-bullet{color:var(--primary);font-weight:700;flex-shrink:0}.hb-gallery__grid{display:grid;gap:.5rem}.hb-gallery__grid--2col{grid-template-columns:repeat(2,1fr)}.hb-gallery__grid--3col{grid-template-columns:repeat(3,1fr)}.hb-gallery__grid--4col{grid-template-columns:repeat(4,1fr)}@media(max-width:640px){.hb-gallery__grid--3col,.hb-gallery__grid--4col{grid-template-columns:repeat(2,1fr)}}.hb-gallery__item{display:block;overflow:hidden;aspect-ratio:4/3;cursor:pointer}.hb-gallery__img{width:100%;height:100%;object-fit:cover;transition:transform .35s;display:block}.hb-gallery__item:hover .hb-gallery__img{transform:scale(1.05)}.hb-gallery__lightbox{position:fixed;inset:0;z-index:9000;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center}.hb-gallery__lb-content{max-width:90vw;max-height:85vh}.hb-gallery__lb-img{max-width:100%;max-height:85vh;object-fit:contain;display:block}.hb-gallery__lb-close{position:absolute;top:1rem;right:1.25rem;background:0 0;border:none;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1}.hb-gallery__lb-prev,.hb-gallery__lb-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem 1rem}.hb-gallery__lb-prev{left:1rem}.hb-gallery__lb-next{right:1rem}.hb-leistungen-liste__card{max-width:900px;margin:0 auto;border:1px solid var(--border);padding:2rem;background:var(--card)}.hb-leistungen-liste__list{list-style:none}.hb-leistungen-liste__item{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid var(--border);font-size:.95rem;color:var(--muted)}.hb-leistungen-liste__item:last-child{border-bottom:none}.hb-leistungen-liste__icon{width:22px;height:22px;object-fit:contain;flex-shrink:0;margin-top:.1rem}.hb-leistungen-liste__bullet{color:var(--primary);font-weight:700;flex-shrink:0}.hb-text-wysiwyg__inner{max-width:860px;margin:0 auto}.hb-text-wysiwyg__content,.wysiwyg-content{color:var(--muted);line-height:1.9;margin-top:1.5rem}.hb-text-wysiwyg__content p,.wysiwyg-content p{margin-bottom:1rem}.hb-text-wysiwyg__content h2,.wysiwyg-content h2{font-size:1.5rem;font-weight:300;color:var(--fg);margin:2rem 0 1rem}.hb-text-wysiwyg__content ol,.hb-text-wysiwyg__content ul,.wysiwyg-content ol,.wysiwyg-content ul{padding-left:1.5rem;margin-bottom:1rem}.hb-text-wysiwyg__content li,.wysiwyg-content li{margin-bottom:.5rem}.hb-text-wysiwyg__content strong,.wysiwyg-content strong{color:var(--fg)}.hb-text-wysiwyg__content a,.wysiwyg-content a{color:var(--primary)}.hb-downloads__list{max-width:900px;margin:0 auto;list-style:none}.hb-downloads__item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;border:1px solid var(--border);background:var(--card);margin-bottom:.75rem;flex-wrap:wrap}.hb-downloads__icon-col{flex-shrink:0;color:var(--primary)}.hb-downloads__icon{width:36px;height:36px;object-fit:contain}.hb-downloads__info{flex:1;min-width:160px;display:flex;flex-direction:column;gap:.2rem}.hb-downloads__title{font-weight:600;font-size:.95rem;color:var(--fg)}.hb-downloads__desc{color:var(--muted);font-size:.8rem}.hb-downloads__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.hb-downloads__size{color:var(--muted);font-size:.8rem}.hb-kontakt-info__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.hb-kontakt-info__card{text-align:center;padding:2rem 1.5rem;border:1px solid var(--border);background:var(--card)}.hb-kontakt-info__icon-wrap{width:56px;height:56px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.hb-kontakt-info__icon{width:28px;height:28px;object-fit:contain}.hb-kontakt-info__title{font-weight:600;margin-bottom:.5rem}.hb-kontakt-info__content{color:var(--muted);font-size:.875rem;line-height:1.65}.hb-kontakt-info__content a{color:var(--primary);text-decoration:none;display:block}.hb-kontakt-info__content address{font-style:normal}.hb-kontakt-form-map__maps-section{margin-bottom:4rem}.hb-kontakt-form-map__map-heading,.hb-kontakt-form-map__form-heading{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:300;text-align:center;margin-bottom:.75rem}.hb-kontakt-form-map__maps-grid{display:grid;gap:2rem;margin-top:2rem}@media(min-width:768px){.hb-kontakt-form-map__maps-grid{grid-template-columns:1fr 1fr}}.hb-kontakt-form-map__standort-name{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.hb-kontakt-form-map__address{color:var(--muted);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.hb-kontakt-form-map__map-embed{border:1px solid var(--border);overflow:hidden}.hb-kontakt-form-map__maps-link{display:inline-block;margin-top:.75rem;color:var(--primary);font-size:.875rem}.hb-kontakt-form-map__form-wrap{max-width:720px;margin:2rem auto 0;padding:2rem;border:1px solid var(--border);background:var(--card)}.hb-friedhoefe__grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.hb-friedhoefe__card{border:1px solid var(--border);background:var(--card);padding:.875rem 1.1rem;display:flex;gap:.75rem;align-items:flex-start}.hb-friedhoefe__pin{color:var(--primary);flex-shrink:0;margin-top:.15rem}.hb-friedhoefe__info{display:flex;flex-direction:column;gap:.15rem}.hb-friedhoefe__name{font-weight:600;font-size:.9rem;color:var(--fg)}.hb-friedhoefe__str,.hb-friedhoefe__ort{color:var(--muted);font-size:.8rem}.hb-presse__list{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}.hb-presse__card{border:1px solid var(--border);background:var(--card);padding:1.5rem}.hb-presse__source{font-size:.75rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:.4rem}.hb-presse__title{font-size:1.2rem;font-weight:500;margin-bottom:.3rem;color:var(--fg)}.hb-presse__subtitle{color:var(--muted);font-size:.95rem;margin-bottom:1rem}.hb-presse__thumb-img{width:180px;height:130px;object-fit:cover;display:block}@media(min-width:640px){.hb-presse__card{display:flex;gap:1.5rem;align-items:flex-start}}.hb-aktuelles__feed{max-width:900px;margin:0 auto}.hb-aktuelles__beitrag{padding-bottom:2.5rem;margin-bottom:2.5rem;border-bottom:1px solid var(--border)}.hb-aktuelles__beitrag:last-child{border-bottom:none}.hb-aktuelles__beitrag-title{font-size:1.3rem;font-weight:400;margin-bottom:1rem;color:var(--fg)}.hb-aktuelles__figure{margin-bottom:1.25rem}.hb-aktuelles__bild{width:100%;max-height:420px;object-fit:cover;display:block}.hb-aktuelles__bildnachweis{color:var(--muted);font-size:.75rem;margin-top:.3rem}.hb-aktuelles__inhalt{color:var(--muted);line-height:1.85;margin-bottom:1.25rem}.hb-aktuelles__inhalt p{margin-bottom:.85rem}.hb-vorsorge-form__header{text-align:center;margin-bottom:2.5rem}.hb-vorsorge-form__desc{color:var(--muted);max-width:600px;margin:.75rem auto 0}.hb-vorsorge-form__wrap{max-width:720px;margin:0 auto;padding:2rem;border:1px solid var(--border);background:var(--card)}.hb-wald-section__nav{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hb-wald-section__nav-link{display:flex;align-items:center;gap:.6rem;padding:.875rem 1.25rem;border:1px solid var(--border);background:var(--card);color:var(--fg);text-decoration:none;transition:background .2s;font-size:.95rem}.hb-wald-section__nav-link:hover{background:var(--sand);text-decoration:none}.hb-wald-section__body{display:grid;gap:3rem;align-items:center}@media(min-width:900px){.hb-wald-section__body{grid-template-columns:1fr 1fr}}.hb-wald-section__heading{font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:300;color:var(--primary)}.hb-wald-section__desc{color:var(--muted);line-height:1.85;margin-top:1.25rem}.hb-wald-section__desc p{margin-bottom:.85rem}.hb-wald-section__btn{margin-top:1.5rem}.hb-wald-section__image{width:100%;height:380px;object-fit:cover;display:block}@media(max-width:899px){.hb-wald-section__image{height:260px}}.hb-standort-seo__lst-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:2rem}.hb-standort-seo__lst-item{text-align:center;padding:1.5rem;border:1px solid var(--border);background:var(--card)}.hb-standort-seo__lst-icon-wrap{width:56px;height:56px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.hb-standort-seo__lst-icon{width:28px;height:28px;object-fit:contain}.hb-standort-seo__lst-title{font-weight:600;margin-bottom:.4rem}.hb-standort-seo__lst-desc{color:var(--muted);font-size:.875rem;line-height:1.65}.hb-standort-seo__cta{background:var(--primary);padding:4rem 0}.hb-standort-seo__cta-inner{text-align:center}.hb-standort-seo__cta-heading{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:300;color:#fff;margin-bottom:.75rem}.hb-standort-seo__cta-text{color:rgba(255,255,255,.85);margin-bottom:1.5rem}.hb-gedenkportal-embed__header{text-align:center;margin-bottom:2.5rem}.hb-gedenkportal-embed__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;color:var(--primary)}.hb-gedenkportal-embed__desc{color:var(--muted);max-width:640px;margin:.75rem auto 0;line-height:1.85}.hb-gedenkportal-embed__frame{border:1px solid var(--border);overflow:hidden;margin-bottom:2rem}.hb-gedenkportal-embed__frame iframe{width:100%;min-height:500px;border:0;display:block}.hb-gedenkportal-embed__fallback{text-align:center;padding:3rem 0}.hb-gedenkportal-embed__features{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.hb-gedenkportal-embed__feature{text-align:center;padding:1.75rem;border:1px solid var(--border);background:var(--card)}.hb-gedenkportal-embed__feat-icon-wrap{width:56px;height:56px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.hb-gedenkportal-embed__feat-icon{width:28px;height:28px;object-fit:contain}.hb-gedenkportal-embed__feat-title{font-weight:600;margin-bottom:.4rem}.hb-gedenkportal-embed__feat-desc{color:var(--muted);font-size:.875rem;line-height:1.65}.gform_wrapper input[type=text],.gform_wrapper input[type=email],.gform_wrapper input[type=tel],.gform_wrapper input[type=number],.gform_wrapper textarea,.gform_wrapper select{width:100%;padding:.625rem .875rem;border:1px solid var(--border);background:#fff;font-family:var(--font);font-size:.95rem;border-radius:2px;transition:border-color .2s}.gform_wrapper input:focus,.gform_wrapper textarea:focus,.gform_wrapper select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(131,31,130,.1)}.gform_wrapper textarea{min-height:120px;resize:vertical}.gform_wrapper .gform_submit,.gform_wrapper input[type=submit]{background:var(--primary);color:#fff;border:2px solid var(--primary);padding:.75rem 2rem;font-family:var(--font);font-size:1rem;font-weight:500;cursor:pointer;border-radius:2px;transition:.2s}.gform_wrapper .gform_submit:hover,.gform_wrapper input[type=submit]:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.gform_wrapper .gfield_label{font-size:.9rem;font-weight:500;margin-bottom:.35rem;display:block;color:var(--fg)}.gform_wrapper .gfield{margin-bottom:1.25rem}.gform_wrapper .validation_error{background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;padding:1rem;margin-bottom:1.5rem}.gform_wrapper .gform_confirmation_message{background:var(--primary-light);border:1px solid rgba(131,31,130,.3);padding:1.25rem;color:var(--primary);font-weight:500}.site-footer{background:var(--footer-bg);color:var(--footer-fg)}.footer-wrap{max-width:var(--max-w);margin:0 auto;padding:3rem var(--px)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2.5rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:1.4fr 1fr 1.5fr 1.4fr}}.footer-col--brand{display:flex;flex-direction:column}.footer-logo{height:auto;width:auto;max-height:6rem;filter:brightness(0) invert(1);display:block;margin-bottom:.5rem}.footer-brand-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.footer-diind{height:9rem;width:auto}.footer-leavegreen{height:6rem;width:auto;border-radius:50%}.footer-social{display:flex;gap:.5rem;align-items:center}.footer-social__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(242,242,242,.4);color:rgba(242,242,242,.8);border-radius:50%;transition:.2s}.footer-social__link:hover{border-color:var(--footer-fg);color:var(--footer-fg);text-decoration:none}.footer-col__heading{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--footer-fg)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-link{color:rgba(242,242,242,.75);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--footer-fg);text-decoration:none}.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem}.footer-contact-item svg{flex-shrink:0;margin-top:.2rem}.footer-24h{font-size:.875rem;color:rgba(242,242,242,.75);margin-bottom:1rem}.footer-24h strong{color:var(--footer-fg)}.footer-standorte-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(242,242,242,.5);margin-bottom:.5rem}.footer-standorte{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-standort-name{font-size:.9rem;font-weight:600;color:var(--footer-fg);display:block}.footer-standort-addr{display:flex;align-items:flex-start;gap:.5rem;margin-top:.25rem}.footer-standort-addr svg{flex-shrink:0;margin-top:.2rem}.footer-standort-addr .footer-link{line-height:1.5}.footer-bottom{border-top:1px solid rgba(242,242,242,.15);padding-top:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;font-size:.875rem;color:rgba(242,242,242,.6)}@media(min-width:640px){.footer-bottom{flex-direction:row}}.footer-bottom__copy .footer-link{color:rgba(242,242,242,.6);text-decoration:underline}.footer-bottom__nav{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-bottom__nav .footer-link{color:rgba(242,242,242,.6)}.admin-bar .site-header{top:32px}@media(max-width:782px){.admin-bar .site-header{top:46px}}.hb-hero-split{padding:4rem 0}.hb-hero-split__grid{display:grid;gap:3rem;align-items:center}@media(min-width:900px){.hb-hero-split__grid{grid-template-columns:1fr 1fr}}.hb-hero-split__image{overflow:hidden}.hb-hero-split__image img{width:100%;height:480px;object-fit:cover;object-position:top;display:block}@media(max-width:899px){.hb-hero-split__image img{height:280px}}.hb-hero-split__tagline{font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}.hb-hero-split__h1{font-size:clamp(2rem,4vw,3rem);font-weight:300;margin-bottom:.75rem}.hb-hero-split__desc{margin-top:1.5rem;color:var(--muted);line-height:1.85}.hb-hero-split__desc p{margin-bottom:.85rem}.hb-hero-split__btn-wrap{margin-top:2rem}.hb-hero-plain{padding:4rem 0}.hb-hero-plain__content{max-width:760px;margin:0 auto;text-align:center}.hb-hero-plain__eyebrow{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);display:block;margin-bottom:.75rem}.hb-hero-plain__h1{font-size:clamp(2rem,4vw,3rem);font-weight:300;margin-bottom:.75rem}.hb-hero-plain__subtitle{font-size:1.25rem;color:var(--muted);margin-top:1rem}.hb-hero-plain__desc{color:var(--muted);margin-top:1rem;line-height:1.8}@media print{.sticky-side,.mob-bar,.site-header,.site-footer{display:none !important}.site-main{padding:0 !important}}.hb-imagevideo{padding:4rem 0}.hb-imagevideo__header{text-align:center;margin-bottom:2.5rem}.hb-imagevideo__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;color:var(--primary)}.hb-imagevideo__desc{color:var(--muted);margin-top:.75rem}.hb-imagevideo__frame-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:900px;margin:0 auto}.hb-imagevideo__frame{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.hb-finanzielle-absicherung{padding:5rem 0}.hb-fa__inner{max-width:860px;margin:0 auto}.hb-fa__heading{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:300;color:var(--primary);margin-bottom:.75rem}.hb-fa__content{margin-top:1.5rem}.hb-fa__partners{margin-top:3rem}.hb-fa__partners-heading{font-size:1.2rem;font-weight:600;margin-bottom:1.25rem}.hb-fa__partners-list{display:flex;gap:1.25rem;flex-wrap:wrap;align-items:center}.hb-fa__partner-link{display:inline-flex;align-items:center;padding:.75rem 1.25rem;border:1px solid var(--border);background:var(--card);color:var(--primary);font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .2s}.hb-fa__partner-link:hover{border-color:var(--primary);text-decoration:none}.hb-fa__partner-logo{height:40px;width:auto;max-width:140px;object-fit:contain}.hb-fa__partner-name{font-size:.875rem;color:var(--primary)}.hb-vorsorgedokumente{padding:5rem 0}.hb-vd__header{text-align:center;margin-bottom:2.5rem}.hb-vd__heading{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:300;color:var(--primary)}.hb-vd__desc{color:var(--muted);max-width:640px;margin:.75rem auto 0}.hb-vd__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hb-vd__card{text-align:center;padding:2rem 1.5rem;border:1px solid var(--border);background:var(--card)}.hb-vd__icon-wrap{width:64px;height:64px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.hb-vd__icon{width:32px;height:32px;object-fit:contain}.hb-vd__card-title{font-size:1rem;font-weight:600;margin-bottom:.4rem}.hb-vd__card-desc{color:var(--muted);font-size:.875rem;line-height:1.65}.hb-vd__partner{text-align:center;margin-top:3rem;padding:2rem;background:var(--sand);border:1px solid var(--border)}.hb-vd__partner-text{color:var(--muted);margin-bottom:1.25rem}.hb-ratgeber-text{padding:4rem 0}.hb-rt__inner{max-width:860px;margin:0 auto}.hb-rt__heading{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:300;color:var(--fg);margin-bottom:.75rem}.hb-rt__content{margin-top:1.5rem}.hb-rt__cta{margin-top:2rem}.hb-rt__note{margin-top:1.5rem;padding:1rem 1.25rem;background:var(--sand);border-left:3px solid var(--primary);color:var(--muted);font-size:.875rem;font-style:italic;line-height:1.7}.hb-erblotse{padding:5rem 0}.hb-erblotse__inner{max-width:760px;margin:0 auto;text-align:center}.hb-erblotse__content{color:var(--muted);line-height:1.9;margin-bottom:2rem}.hb-erblotse__content p{margin-bottom:1rem}.hb-online-services{padding:5rem 0}.hb-os__header{text-align:center;margin-bottom:2.5rem}.hb-os__heading{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:300;color:var(--primary)}.hb-os__desc{color:var(--muted);max-width:640px;margin:.75rem auto 0}.hb-os__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hb-os__card{text-align:center;padding:2rem 1.5rem;border:1px solid var(--border);background:var(--card)}.hb-os__icon-wrap{width:64px;height:64px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.hb-os__icon{width:32px;height:32px;object-fit:contain}.hb-os__card-title{font-size:1rem;font-weight:600;margin-bottom:.4rem}.hb-os__card-desc{color:var(--muted);font-size:.875rem;line-height:1.65}.hb-os__cta{text-align:center;margin-top:3rem;padding:2.5rem;background:var(--card);border:1px solid var(--border)}.hb-os__cta-heading{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem}.hb-redenformate{padding:5rem 0}.hb-redenformate__header{text-align:center;margin-bottom:2.5rem}.hb-redenformate__heading{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:300}.hb-redenformate__grid{display:grid;gap:2rem;margin-top:2.5rem}@media(min-width:768px){.hb-redenformate__grid{grid-template-columns:1fr 1fr}}.hb-redenformate__card{background:var(--card);padding:2rem;border:1px solid var(--border)}.hb-redenformate__card-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.hb-redenformate__card-content{color:var(--muted);line-height:1.8}.hb-redenformate__card-content p{margin-bottom:.85rem}.hb-redenformate__price{font-weight:600;color:var(--fg);margin-top:1rem;font-size:.95rem}.hb-redenformate__closing{text-align:center;margin-top:2.5rem;color:var(--muted);font-size:1rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.8}.hb-erste-schritte{padding:5rem 0}.hb-erste-schritte__header{text-align:center;margin-bottom:2.5rem}.hb-erste-schritte__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300}.hb-erste-schritte__desc{color:var(--muted);max-width:600px;margin:.75rem auto 0;font-size:1.05rem}.hb-erste-schritte__grid{display:grid;gap:1.5rem;max-width:900px;margin:0 auto}@media(min-width:768px){.hb-erste-schritte__grid{grid-template-columns:1fr 1fr}}.hb-erste-schritte__card{background:var(--card);padding:1.75rem 2rem;border:1px solid var(--border)}.hb-erste-schritte__card-title{font-size:1.05rem;font-weight:600;margin-bottom:.75rem;color:var(--fg)}.hb-erste-schritte__card-text{color:var(--muted);line-height:1.8;font-size:.95rem}.hb-akuten-trauerfall{padding:3rem 0}.hb-akt__inner{text-align:center}.hb-akt__heading{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:300;color:#fff;margin-bottom:.75rem}.hb-akt__subtext{color:rgba(255,255,255,.85);margin-bottom:1.5rem;font-size:1.05rem}.hb-akt__phone-btn{display:inline-flex;align-items:center;gap:.75rem;border:2px solid rgba(255,255,255,.7);padding:.875rem 2rem;color:#fff;font-size:1.25rem;font-weight:600;border-radius:4px;text-decoration:none;transition:.2s}.hb-akt__phone-btn:hover{background:rgba(255,255,255,.15);text-decoration:none;color:#fff}.hb-benoetigte-unterlagen{padding:5rem 0}.hb-bu__header{text-align:center;margin-bottom:2.5rem}.hb-bu__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300}.hb-bu__grid{display:grid;gap:2.5rem;max-width:900px;margin:0 auto}@media(min-width:768px){.hb-bu__grid{grid-template-columns:1fr 1fr}}.hb-bu__col-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;margin-bottom:1.25rem;color:var(--fg)}.hb-bu__list{list-style:none}.hb-bu__item{display:flex;gap:.75rem;align-items:flex-start;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.95rem;color:var(--muted)}.hb-bu__item:last-child{border-bottom:none}.hb-bu__check{color:var(--primary);flex-shrink:0;margin-top:.15rem}.hb-bu__item strong{color:var(--fg)}.hb-map-embed{padding:4rem 0}.hb-map-embed__frame-wrap{border-radius:4px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.hb-map-embed__frame{display:block;border:0;width:100%}.hb-aktuelles-feed__beitraege{padding:4rem 0}.hb-aktuelles-feed__list{max-width:768px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.hb-aktuelles-feed__beitrag{border:1px solid var(--border);background:var(--card);padding:2rem}.hb-aktuelles-feed__beitrag-title{font-size:1.2rem;font-weight:400;margin-bottom:1.25rem;color:var(--fg)}.hb-aktuelles-feed__figure{margin-bottom:1.25rem}.hb-aktuelles-feed__img{width:100%;max-height:400px;object-fit:cover;display:block}.hb-aktuelles-feed__inhalt{color:var(--muted);line-height:1.85;margin-bottom:1.25rem}.hb-aktuelles-feed__inhalt p{margin-bottom:.85rem}.hb-aktuelles-feed__link{margin-top:.75rem}.hb-aktuelles-feed__info-bar{padding:2rem 0;background:rgba(131,31,130,.05)}.hb-aktuelles-feed__info-inner{text-align:center;max-width:760px;margin:0 auto}.hb-aktuelles-feed__info-strong{font-weight:600;color:var(--fg);margin-bottom:.5rem}.hb-aktuelles-feed__info-muted{color:var(--muted);font-size:.875rem;font-style:italic}.hb-aktuelles-feed__links{padding:4rem 0}.hb-aktuelles-feed__links-grid{display:grid;gap:1.5rem;max-width:768px;margin:0 auto}@media(min-width:640px){.hb-aktuelles-feed__links-grid{grid-template-columns:1fr 1fr}}.hb-aktuelles-feed__link-card{text-align:center;border:1px solid var(--border);background:var(--card);padding:2rem 1.5rem}.hb-aktuelles-feed__link-icon{width:36px;height:36px;margin:0 auto 1rem;object-fit:contain}.hb-aktuelles-feed__link-title{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.hb-aktuelles-feed__link-desc{color:var(--muted);font-size:.875rem;line-height:1.65;margin-bottom:1rem}.hb-aktuelles-feed__quote{padding:4rem 0}.hb-aktuelles-feed__blockquote{max-width:660px;margin:0 auto;text-align:center}.hb-aktuelles-feed__blockquote p{font-size:1.2rem;font-style:italic;color:var(--fg);line-height:1.85}.hb-aktuelles-feed__cite{display:block;margin-top:1rem;color:var(--muted);font-size:.875rem}.hb-aktuelles-feed__cta{padding:4rem 0}.hb-aktuelles-feed__cta-inner{text-align:center}.hb-aktuelles-feed__cta-heading{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:300;margin-bottom:.5rem}.hb-aktuelles-feed__cta-text{color:var(--muted);margin-bottom:1.5rem}.hb-aktuelles-feed__cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.bg-primary-light{background:rgba(131,31,130,.05)}