/* Shared typography, cards and booking controls, loaded after page styles. */
:root { --heading-h2: clamp(1.6rem, 2.2vw, 1.85rem); --heading-h3: clamp(1.35rem, 1.7vw, 1.6rem); }
/* One H1 scale for every page, including articles and legal pages. */
h1 { font-size: 3.8rem !important; line-height: 3.6rem !important; }
@media (max-width: 768px) {
  h1 { font-size: 1.9rem !important; line-height: 2.1rem !important; }
}
main h2, footer h2 { line-height: 1.12 !important; }
main h2 { font-size: var(--heading-h2) !important; }
main h3:not(.faq-heading), footer h3 { font-size: var(--heading-h3) !important; line-height: 1.15 !important; }
.intro-section .intro-large-text {
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  line-height: 1.17;
  letter-spacing: -0.025em;
  margin: 1.4rem 0 1.8rem;
}
.hero-buttons, .cta-buttons { flex-wrap: wrap; gap: 0.75rem; }
.hero .hero-text > p:not(.kicker), .hero > p:not(.kicker) { width: 100%; max-width: 78ch; }
html :is(.main-cta, .main-cta-dark, .secondary-cta, .secondary-cta-dark, .menu-mobile__cta-link) {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.85rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(54, 42, 31, 0.12);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
html :is(.main-cta, .main-cta-dark, .menu-mobile__cta-link) { background: #ab2b1d; color: #faf3e1; }
html :is(.main-cta, .main-cta-dark, .menu-mobile__cta-link):is(:hover, :focus-visible) { background: #852115; color: #faf3e1; transform: translateY(-1px); }
html .secondary-cta { background: rgba(0, 0, 0, 0.12); color: #faf3e1; border-color: rgba(250, 243, 225, 0.8); box-shadow: none; }
html .secondary-cta-dark { background: transparent; color: #2c2a2a; border-color: #756c61; box-shadow: none; }
html .secondary-cta:is(:hover, :focus-visible) { background: #faf3e1; color: #2c2a2a; }
html .secondary-cta-dark:is(:hover, :focus-visible) { background: #e9e0d2; color: #2c2a2a; }
html .header-desktop .main-cta { white-space: nowrap; }
.mobile-header.scrolled { background: #f3eee3; box-shadow: 0 1px 0 rgba(44, 42, 42, 0.12); }
.mobile-header.scrolled .mobile-header__menu-line { background: #2c2a2a; }
.mobile-header.scrolled { padding-block: 0.35rem 0.2rem; }
.mobile-header__menu-button { width: 44px; height: 44px; justify-content: center; transform: none; cursor: pointer; }
/* Opening a dropdown changes colour only; navigation geometry stays fixed. */
.header-desktop.scrolled { padding-block: 0.6rem 0.4rem; }

/* Short, reversible transitions keep repeated menu interactions smooth. */
.menu-mobile { display: block; background: #faf3e1; color: #2c2a2a; clip-path: none; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 200ms ease, visibility 0s linear 200ms; }
.menu-mobile.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.menu-mobile__inner { padding: 0.65rem 1.2rem max(1rem, env(safe-area-inset-bottom)); }
.menu-mobile__top { flex-shrink: 0; }
.menu-mobile__close { width: 44px; height: 44px; cursor: pointer; }
.menu-mobile__content { min-height: 0; padding: 1.2rem 0 1rem; overscroll-behavior: contain; }
.menu-mobile .menu-mobile__nav > * { opacity: 0; transform: translateY(10px); transition: opacity 160ms ease, transform 250ms cubic-bezier(0.22, 1, 0.36, 1); }
.menu-mobile.is-open .menu-mobile__nav > * { opacity: 1; transform: none; transition-delay: calc(35ms + var(--menu-item-index, 0) * 25ms); }
.menu-mobile .menu-mobile__trigger, .menu-mobile .menu-mobile__direct-link, .menu-mobile__language-switch .language-toggle { box-sizing: border-box; min-height: 72px; padding: 1.3rem 0; color: #2c2a2a; font: 500 clamp(1.3rem, 4.8vw, 1.6rem)/1.15 "PPFrama", sans-serif; gap: 1rem; }
.menu-mobile__group, .menu-mobile .menu-mobile__direct-link { border-bottom-color: rgba(44, 42, 42, 0.2); }
.menu-mobile__trigger img, .menu-mobile__close img { filter: brightness(0) saturate(100%); opacity: 0.8; }
.menu-mobile__trigger > span { min-width: 0; }
.menu-mobile__trigger img { flex: 0 0 14px; width: 14px; height: 14px; }
.menu-mobile__panel { display: grid; grid-template-rows: 0fr; height: auto; transition: grid-template-rows 220ms cubic-bezier(0.22, 1, 0.36, 1); }
.menu-mobile__panel-inner { min-height: 0; overflow: hidden; padding: 0; visibility: hidden; transition: visibility 0s linear 220ms; }
.menu-mobile__group.is-open .menu-mobile__panel { grid-template-rows: 1fr; }
.menu-mobile__group.is-open .menu-mobile__panel-inner { visibility: visible; transition-delay: 0s; }
.menu-mobile__panel-inner a { box-sizing: border-box; min-height: 40px; display: flex; align-items: center; width: 100%; padding: 0.45rem 0.1rem; color: #514a43; font-size: 1rem; font-weight: 200; }
.menu-mobile__panel-inner a:last-child { margin-bottom: 0.35rem; }
.menu-mobile :is(.menu-mobile__trigger, .menu-mobile__direct-link, .menu-mobile__panel-inner a):is(:hover, :focus-visible) { color: #ab2b1d; }
.menu-mobile__nav > .menu-mobile__language-switch { padding: 0; color: #2c2a2a; border-bottom: 1px solid rgba(44, 42, 42, 0.2); }
.menu-mobile__language-switch .language-toggle { width: 100%; justify-content: space-between; }
.menu-mobile__language-switch .language-toggle span { text-decoration: none; }
.menu-mobile__language-switch .language-options { position: static; display: flex; flex-wrap: wrap; gap: 0.5rem; width: auto; margin: 0; padding: 0 0 1rem; border: 0; background: transparent; box-shadow: none; }
.menu-mobile__language-switch:not([open]) .language-options { display: none; }
.menu-mobile__language-switch .language-options a { min-height: 42px; padding: 0.6rem 1rem; border: 1px solid rgba(44, 42, 42, 0.25); border-radius: 999px; color: #2c2a2a; background: transparent; font: 200 1rem "Roboto", sans-serif; text-decoration: none; }
.menu-mobile__language-switch .language-options a[aria-current="page"] { background: #e9e0d2; color: #2c2a2a; }
.menu-mobile__language-switch .language-options a:is(:hover, :focus-visible) { background: #e9e0d2; color: #2c2a2a; }
.menu-mobile__nav > .menu-mobile__cta-link { margin-top: 1.1rem; }

.schwerpunkte-section, .blog-section { padding-inline: clamp(1rem, 4vw, 5rem); }
.schwerpunkte-section .schwerpunkte-cards-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2rem);
  align-items: stretch;
}
.schwerpunkte-section .schwerpunkte-card { width: auto; height: auto; min-height: 640px; border-radius: 1.15rem; }
.schwerpunkte-card > a { box-sizing: border-box; display: flex; flex-direction: column; min-height: 640px; padding: clamp(1rem, 1.4vw, 1.3rem); }
.schwerpunkte-card .schwerpunkte-categories { position: relative; top: auto; left: auto; gap: 0.4rem; }
.schwerpunkte-card .category-item { padding: 0.4rem 0.9rem; background: rgba(44, 42, 42, 0.44); }
.schwerpunkte-card .category-item p { font-size: 0.9rem; }
.schwerpunkte-card .schwerpunkte-card-text { position: relative; bottom: auto; left: auto; right: auto; margin-top: auto; padding-top: 5rem; }
.schwerpunkte-card .schwerpunkte-card-text h3 { font-size: clamp(1.8rem, 2.4vw, 2.5rem); line-height: 1.1; letter-spacing: -0.025em; margin: 0 0 1rem; }
.schwerpunkte-card .schwerpunkte-card-text p { font-size: 1.125rem; font-weight: 200; margin: 0 0 1.5rem; }
.schwerpunkte-card .schwerpunkte-card-gradient { background: linear-gradient(180deg, rgba(25, 18, 13, 0.05) 20%, rgba(25, 18, 13, 0.4) 48%, rgba(25, 18, 13, 0.8) 100%); }
.schwerpunkte-card:focus-within { outline: 2px solid #ab2b1d; outline-offset: 4px; }
.schwerpunkte-card > a:focus-visible { outline: none; }
.services-section.anliegen-entry > p:not(.site-kicker),
.services-section.anliegen-entry .anliegen-links a { font-family: "Roboto", sans-serif; font-weight: 200; }
.anliegen-entry .anliegen-links a { gap: 1rem; padding-right: 0.5rem; }
.anliegen-links img { flex: 0 0 18px; width: 18px; height: 18px; transform: rotate(-45deg); filter: brightness(0) saturate(100%); opacity: 0.65; transition: transform 180ms ease; }
.anliegen-links a:is(:hover, :focus-visible) img { transform: rotate(-45deg) translateX(3px); }
.header-desktop__mega-linkline a::after { content: ""; width: 18px; height: 18px; background: currentColor; mask: url("/assets/icons/arrow-right-icon.svg") center / contain no-repeat; }

.faq-section .faq-wrapper { margin-top: 2rem; }
.faq-heading:first-child .faq-item { margin-top: 0; }
.faq-wrapper button.faq-item { padding: 2.5rem 0; gap: 1.5rem; }
button.faq-item .faq-question { margin: 0; font-family: "Roboto", sans-serif; font-size: clamp(1.125rem, 1.45vw, 1.35rem); font-weight: 500; line-height: normal; }
button.faq-item .faq-icon { display: flex; flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid #9c9181; border-radius: 1px; }
.faq-icon img { width: 16px; height: 16px; }
.faq-item:focus-visible { outline: 2px solid #7c7171; outline-offset: 5px; }
.faq-content p { font-weight: 200; }
.service-content .faq-heading { margin: 0; }
.faq-wrapper .faq-content > p { margin: 0.75rem 0 1.5rem; }
.faq-wrapper .faq-content > p:last-child { margin-bottom: 2.5rem; }

.blog-section .blog-layout, .article-list .blog-layout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2vw, 2rem); align-items: stretch; margin-top: 3rem; }
.blog-section .blog-item, .article-list .blog-item { box-sizing: border-box; min-width: 0; width: auto; padding: 0.75rem; border: 1px solid #d9cfbe; border-radius: 1.35rem; background: #fcf7eb; box-shadow: 0 12px 32px rgba(54, 42, 31, 0.06); overflow: hidden; }
.blog-section .blog-item > a, .article-list .blog-item > a { display: flex; flex-direction: column; height: 100%; border-radius: 0.8rem; color: #2c2a2a; text-decoration: none; }
.blog-section .blog-img, .article-list .blog-img { position: relative; flex: 0 0 auto; height: auto; aspect-ratio: 6 / 5; overflow: hidden; border-radius: 0.8rem; }
.blog-section .blog-img img, .article-list .blog-img img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease; }
.blog-section .blog-text, .article-list .blog-text { display: flex; flex: 1; flex-direction: column; padding: 1.5rem 0.85rem 0.75rem; }
.blog-section .blog-text h3, .article-list .blog-text h3 { min-height: 0; margin: 0 0 0.9rem; font-family: "PPFrama", sans-serif; font-size: clamp(1.55rem, 2vw, 2rem); font-weight: 500; line-height: 1.12; letter-spacing: -0.025em; text-wrap: balance; }
.blog-section .blog-text > p, .article-list .blog-text > p { flex: 1; margin: 0 0 1.8rem; color: #5f5955; font-family: "Roboto", sans-serif; font-size: 1.075rem; font-weight: 200; }
.blog-meta { position: absolute; top: 0.9rem; left: 0.9rem; right: 0.9rem; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem; font: 200 0.8rem "Roboto", sans-serif; }
.blog-tag, .blog-meta time { padding: 0.45rem 0.7rem; border: 1px solid rgba(250, 243, 225, 0.55); border-radius: 999px; color: #fcf7eb; background: rgba(44, 36, 30, 0.52); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.blog-meta time { margin-left: auto; white-space: nowrap; }
.article-cta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.1rem; border-top: 1px solid #d9cfbe; color: #ab2b1d; font-family: "Roboto", sans-serif; font-size: 1rem; font-weight: 200; }
.article-cta-icon { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border: 1px solid #ab2b1d; border-radius: 50%; background: #ab2b1d; transition: background 180ms ease, transform 180ms ease; }
.article-cta-icon img { width: 14px; height: 14px; filter: brightness(0) invert(1); }
.blog-item > a:is(:hover, :focus-visible) .article-cta-icon { background: #852115; transform: translateX(3px); }
.blog-item > a:is(:hover, :focus-visible) .article-cta > span:first-child { text-decoration: underline; text-underline-offset: 0.2em; }
.blog-item > a:focus-visible { outline: 2px solid #ab2b1d; outline-offset: 3px; }
.service-content.article-list { display: block; padding-inline: clamp(1rem, 4vw, 5rem); }
.article-list > .blog-layout { margin-top: 0; }

/* Editorial columns follow the document scroll, without a nested scroll area. */
body:has(.service-content) { overflow-x: clip !important; }
.service-content-grid > div:last-child { display: block; }
.service-intro-grid > div:last-child > p + p { margin-top: 1.1rem; }
.service-content-grid > div:last-child > p { margin: 0 0 1.1rem; }
.service-content-grid > div:last-child > p:last-child { margin-bottom: 0; }
.service-content-grid > div:last-child > h3:not(.faq-heading) { margin: 2.75rem 0 0.65rem; }
.service-content-grid > div:last-child > h3:first-child { margin-top: 0; }
.service-content :is(ul, ol) { margin: 1rem 0 1.5rem; padding-left: 1.25rem; color: #2c2a2a; font-family: "Roboto", sans-serif; font-size: 1.1rem; font-weight: 200; }
.service-content li + li { margin-top: 0.7rem; }
.privacy-contents { margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(44, 42, 42, 0.14); }
.privacy-contents ul { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; padding: 0; list-style: none; }
.privacy-contents li + li { margin-top: 0; }
.privacy-contents a { color: inherit; text-underline-offset: 0.2em; }
@media (min-width: 1101px) {
  .service-intro-grid > div:first-child, .service-content-grid > div:first-child { position: sticky; top: 8rem; align-self: start; }
}

.consultation-banner { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); margin: 3rem 0 4.5rem; overflow: hidden; border-radius: 1.2rem; background: #61523e; box-shadow: 0 12px 35px rgba(54, 42, 31, 0.09); }
.home-consultation { padding: 0 clamp(1rem, 4vw, 5rem) clamp(3rem, 5vw, 5rem); }
.home-consultation .consultation-banner { margin: 0; }
.consultation-portrait { position: relative; min-height: 390px; margin: 0; }
.consultation-portrait img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.consultation-portrait figcaption { position: absolute; inset: auto 0 0; padding: 2.5rem 1.5rem 1.25rem; background: linear-gradient(transparent, rgba(44, 32, 23, 0.6)); color: #faf3e1; font: 200 1rem "Roboto", sans-serif; }
.consultation-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-width: 0; padding: clamp(1.5rem, 4vw, 4rem); }
.consultation-banner .consultation-copy h2 { max-width: min(34ch, 92%); margin: 0 0 1rem; color: #faf3e1; font-family: "PPFrama", sans-serif; font-weight: 500; text-wrap: balance; }
.consultation-banner .consultation-copy p { max-width: min(68ch, 92%); margin: 0 0 1rem; color: #faf3e1; font-family: "Roboto", sans-serif; font-weight: 200; font-size: 1.075rem; }
.consultation-banner .consultation-copy .section-kicker { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1.1rem; font-family: "PPEditorialOld", serif; font-weight: 300; font-style: italic; font-size: 1.1rem; }
.consultation-copy .section-kicker span { display: inline-block; flex: 0 0 8px; height: 8px; margin-top: -4px; background: #e5b89b; }
.consultation-copy p a:not([class]) { color: #faf3e1; }
.consultation-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; margin-top: 0.65rem; }

.related-information { padding-top: 3.5rem; border-top: 1px solid rgba(44, 42, 42, 0.16); }
.related-information > h2 { margin: 0 0 1.75rem; }
.related-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.related-card-grid:has(> :nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.related-card-grid:has(> :only-child) { grid-template-columns: minmax(0, 1fr); max-width: 36rem; }
.related-card { display: flex; flex-direction: column; min-width: 0; padding: 0.6rem; border: 1px solid #d9cfbe; border-radius: 1.15rem; background: #fcf7eb; color: #2c2a2a; text-decoration: none; overflow: hidden; transition: box-shadow 180ms ease, border-color 180ms ease; }
.related-card-image { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 0.75rem; }
.related-card-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.4rem 0.65rem 0.65rem; }
.related-information .related-card h3 { margin: 0 0 0.65rem; }
.related-information .related-card p { margin: 0 0 1.4rem; font-size: 1rem; color: #655d54; }
.related-card-cta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; margin-top: auto; padding-top: 1rem; border-top: 1px solid #d9cfbe; color: #ab2b1d; font: 200 1rem "Roboto", sans-serif; }
.related-card-cta img { width: 16px; height: 16px; filter: brightness(0) saturate(100%); opacity: 0.6; transition: transform 180ms ease; }
.related-card:is(:hover, :focus-visible) { border-color: #bba792; box-shadow: 0 8px 24px rgba(54, 42, 31, 0.1); }
.related-card:is(:hover, :focus-visible) .related-card-cta span { text-decoration: underline; text-underline-offset: 0.2em; }
.related-card:is(:hover, :focus-visible) .related-card-cta img { transform: translateX(3px); }
@media (max-width: 1100px) {
  .related-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .consultation-banner { grid-template-columns: minmax(0, 1fr); margin: 2.5rem 0 3rem; }
  .consultation-portrait { min-height: 0; aspect-ratio: 4 / 3; }
  .consultation-copy { padding: 1.6rem 1.25rem; }
  .consultation-banner .consultation-copy :is(h2, p) { max-width: none; }
  .consultation-actions, .consultation-actions > a { width: 100%; }
  .related-card-grid, .related-card-grid:has(> :nth-child(2):last-child) { grid-template-columns: minmax(0, 1fr); }
  .related-information { padding-top: 2.5rem; }
}

/* Comparison tables keep every value visible, including on narrow screens. */
.service-content-grid > div, .service-intro-grid > div { min-width: 0; }
.table-wrap, .table-scroll { width: 100%; max-width: 100%; min-width: 0; }
.table-scroll table { width: 100%; min-width: 0; border-collapse: collapse; table-layout: fixed; color: #2c2a2a; font-family: "Roboto", sans-serif; font-size: 1rem; font-weight: 200; }
.table-scroll :is(th, td) { padding: 1rem 0.75rem; text-align: left; vertical-align: top; overflow-wrap: anywhere; hyphens: auto; border-bottom: 1px solid rgba(44, 42, 42, 0.2); }
.table-scroll th { font-weight: 500; }
.table-scroll:focus-visible { outline: 2px solid #7c7171; outline-offset: 4px; }
@media (max-width: 700px) {
  .table-scroll { overflow: visible; }
  .table-scroll table, .table-scroll tbody { display: block; }
  .table-scroll thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .table-scroll tbody tr { display: block; padding: 1.25rem 0; border-bottom: 1px solid rgba(44, 42, 42, 0.2); }
  .table-scroll tbody tr:first-child { border-top: 1px solid rgba(44, 42, 42, 0.2); }
  .table-scroll td { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 1rem; padding: 0.6rem 0; border: 0; }
  .table-scroll td::before { content: attr(data-label); font-size: 0.9rem; font-weight: 500; color: #655d54; }
}

/* The supplied testimonials share one layout on desktop and mobile. */
.review-section { padding-inline: clamp(1rem, 4vw, 5rem); }
.review-section .review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 3rem; }
.review-section .review-card { display: flex; flex-direction: column; box-sizing: border-box; min-width: 0; height: auto; min-height: 350px; padding: 4rem clamp(1.25rem, 3vw, 3rem) 2.5rem; }
.review-section .review-card:not(:last-child) { border-right: 1px solid rgba(44, 42, 42, 0.14); }
.review-section .review-quote { margin: 0 0 2.5rem; font: 500 clamp(1.05rem, 1.3vw, 1.25rem)/1.45 "PPFrama", sans-serif; }
.review-section .review-author { display: flex; flex-direction: row; align-items: center; gap: 1rem; margin-top: auto; }
.review-section .review-author img { width: 64px; height: 64px; }
.review-section .review-name { font-size: 1.05rem; }
.review-section .review-role { font-size: 0.9rem; font-weight: 200; }
.review-section .review-wrapper { margin-top: 1.2rem; gap: 0.4rem; font: 200 1rem "Roboto", sans-serif; color: #66615d; }
.review-google { width: 30px; height: 30px; }
.review-section .review-stars { gap: 2px; }
.review-section .review-stars img { width: 21px; height: 21px; }

.booking-fallback, .booking-frame { position: fixed; right: max(1rem, env(safe-area-inset-right)); bottom: calc(max(1rem, env(safe-area-inset-bottom)) + var(--booking-footer-offset, 0px)); z-index: 100; }
.booking-fallback { display: inline-flex; box-sizing: border-box; align-items: center; justify-content: center; gap: 0.5rem; min-height: 52px; max-width: calc(100vw - 2rem); padding: 0.85rem 1.4rem; border: 1px solid #ab2b1d; border-radius: 999px; background: #ab2b1d; color: #faf3e1; box-shadow: 0 4px 14px rgba(54, 42, 31, 0.22), 0 1px 3px rgba(54, 42, 31, 0.12); font: 200 1rem "Roboto", sans-serif; text-decoration: none; }
.booking-fallback img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.booking-fallback .booking-calendar { display: none; }
.booking-fallback .booking-arrow { width: 14px; height: 14px; margin-top: 1px; }
.booking-fallback:is(:hover, :focus-visible) { background: #852115; }
.booking-fallback:focus-visible { outline: 2px solid #faf3e1; outline-offset: -5px; }
.booking-frame { width: var(--booking-button-width, 300px); max-width: calc(100vw - 2rem); height: 64px; border: 0; color-scheme: light; background: transparent; }
.booking-frame.is-loading { visibility: hidden; pointer-events: none; }
.booking-frame.is-open { width: min(440px, calc(100vw - 2rem)); height: min(780px, calc(100dvh - 2rem - var(--booking-footer-offset, 0px))); }
.booking-fallback[hidden], .cookie-settings[hidden] { display: none !important; }
[data-cookiefirst-action="open-preferences"] { bottom: calc(max(1rem, env(safe-area-inset-bottom)) + var(--booking-footer-offset, 0px)) !important; }
body:has(.menu-mobile[aria-hidden="false"]) :is(.booking-fallback, .booking-frame) { visibility: hidden; }
.cookie-settings { appearance: none; border: 0; background: transparent; color: inherit; font: inherit; font-weight: 200; padding: 0; min-height: 44px; text-decoration: underline; text-underline-offset: 0.2em; cursor: pointer; }
.footer-bottom { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 0.5rem 2rem; padding-bottom: max(1rem, env(safe-area-inset-bottom)); }
.footer-bottom .cookie-settings { grid-column: 1 / -1; justify-self: start; color: #fcf7eb; }
.footer-bottom > p:last-child { text-align: right; }
@media (max-width: 1100px) {
  .schwerpunkte-section .schwerpunkte-cards-layout, .blog-section .blog-layout, .article-list .blog-layout { grid-template-columns: minmax(0, 1fr); max-width: 44rem; margin-inline: auto; }
  .schwerpunkte-section .schwerpunkte-card, .schwerpunkte-card > a { min-height: 560px; }
  .schwerpunkte-card .schwerpunkte-card-text h3 { font-size: clamp(1.8rem, 4.5vw, 2.5rem); }
  .blog-section .blog-img, .article-list .blog-img { aspect-ratio: 4 / 3; }
  .blog-section .blog-text h3, .article-list .blog-text h3 { font-size: clamp(1.55rem, 3.8vw, 2rem); }
  .review-section .review-grid { grid-template-columns: minmax(0, 1fr); max-width: 44rem; margin-inline: auto; }
  .review-section .review-card { min-height: 0; padding: 2rem 0; }
  .review-section .review-card:not(:last-child) { border-right: 0; border-bottom: 1px solid rgba(44, 42, 42, 0.14); }
}
@media (max-width: 600px) {
  .footer-bottom { grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: center; }
  .footer-bottom .cookie-settings { justify-self: center; }
  .footer-bottom > p:last-child { text-align: center; }
  .footer-title h2 { max-width: 100%; font-size: clamp(2.5rem, 15vw, 4rem); }
  .impressionen-section .image-6 { left: auto; right: 1rem; max-width: calc(100% - 2rem); }
  .intro-section .intro-large-text { font-size: 1.85rem; line-height: 1.16; }
  .hero .hero-buttons { display: grid; grid-template-columns: minmax(0, 1fr); align-items: stretch; max-width: 28rem; }
  .hero .hero-buttons > a { width: 100%; }
  .schwerpunkte-section, .blog-section { padding-inline: 1rem; }
  .schwerpunkte-card > a { padding: 1rem; }
  .schwerpunkte-card .schwerpunkte-card-text p { font-size: 1.075rem; }
  .faq-wrapper button.faq-item { padding: 2rem 0; gap: 1rem; }
  button.faq-item .faq-question { font-size: 1.125rem; }
  .booking-fallback { width: 56px; min-height: 56px; height: 56px; padding: 0; gap: 0; }
  .booking-fallback .booking-calendar { display: block; width: 24px; height: 24px; }
  .booking-fallback span, .booking-fallback .booking-arrow { display: none; }
  .blog-section .blog-text, .article-list .blog-text { padding: 1.3rem 0.65rem 0.65rem; }
  .blog-meta { top: 0.65rem; left: 0.65rem; right: 0.65rem; font-size: 0.75rem; gap: 0.3rem; }
  .blog-tag, .blog-meta time { padding: 0.4rem 0.55rem; }
  .review-section .review-card { padding: 1.8rem 0; }
}
@media (max-width: 767px) {
  .intro-section .cta-buttons { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .booking-fallback, .schwerpunkte-card *, .blog-item *, .related-card, .related-card *, .anliegen-links img { transition: none !important; }
  .menu-mobile, .menu-mobile * { transition: none !important; }
}
