/* Stable runtime layer for the recovered AbschiedsPlaner site. */
:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
img, video, iframe { max-width: 100%; }
iframe { border: 0; }

.typedream.content .animated-block-initial,
.typedream.content .fade-in,
.typedream.content .slide-in-up {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html.static-enhanced .typedream.content .static-reveal {
  opacity: 0 !important;
  transform: translateY(18px) !important;
  transition: opacity .55s ease, transform .55s ease !important;
}
html.static-enhanced .typedream.content .static-reveal.static-visible {
  opacity: 1 !important;
  transform: none !important;
}

#td-navbar {
  z-index: 10000 !important;
  background: rgba(255,255,255,.96) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

a:focus-visible, button:focus-visible, [role="button"]:focus-visible {
  outline: 3px solid #8a24ff !important;
  outline-offset: 3px;
}

.slate-accordion_item button { cursor: pointer; }
.slate-accordion_item [role="region"] { overflow: visible; }
.static-accordion-copy { color: #281136; font-size: 16px; line-height: 1.65; margin: 0 0 1em; }
.static-accordion-copy:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  #td-navbar { max-height: none !important; overflow: visible !important; }
  #td-navbar > div:first-of-type { width: 100% !important; }
  #td-navbar > div:nth-of-type(2),
  #td-navbar > div:nth-of-type(3) {
    display: none !important;
  }
  #td-navbar.static-menu-open > div:nth-of-type(2),
  #td-navbar.static-menu-open > div:nth-of-type(3) {
    display: flex !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 10px 20px !important;
    background: #fff !important;
    box-shadow: 0 18px 30px rgba(40,17,54,.14) !important;
  }
  #td-navbar.static-menu-open > div:nth-of-type(2) { top: 60px !important; }
  #td-navbar.static-menu-open > div:nth-of-type(3) { top: 60px !important; padding-top: 230px !important; }
  #td-navbar.static-menu-open > div:nth-of-type(2) > *,
  #td-navbar.static-menu-open > div:nth-of-type(3) > * {
    width: 100% !important;
    text-align: center !important;
    padding: 8px 0 !important;
  }
}

@media (min-width: 901px) {
  #td-navbar [aria-label="Open menu"] { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.static-enhanced .typedream.content .static-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
