/* =========================================================
   Moderatoren-Agentur – modernisierte Unterseiten
   Benötigt: ma-shared.css
   ========================================================= */

.subpage-wide {
  width: 100%;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 26px;
  padding-right: 26px;
}

#hero-top,
#leistungen,
#qualitaet,
#formate,
#faq,
#contact-us {
  scroll-margin-top: var(--ma-header-offset-desktop);
}

/* -------------------- navigation -------------------- */
#sticker {
  position: sticky;
  top: 0;
  z-index: 5000;
}

#navigation.navbar {
  position: relative;
  z-index: 5001;
  overflow: visible;
}

#navigation .container,
#navigation .navbar-main,
#topnav,
.navbar-nav-custom,
.navbar-nav-custom > li,
.has-premium-dropdown {
  overflow: visible;
}

.navbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.navbar-brand {
  flex: 0 0 auto;
}

.navbar-menu {
  flex: 1 1 auto;
  min-width: 0;
}

.navbar-nav-custom {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.navbar-nav-custom > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.navbar-nav-custom > li > a,
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 18px 14px;
  color: var(--ma-text);
  font-size: 14.7px;
  font-weight: 500;
  letter-spacing: 0.012em;
  text-decoration: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  transition: color 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}

.navbar-nav-custom > li > a:hover,
.navbar-nav-custom > li > a:focus-visible,
.navbar-nav-custom > li > a[aria-current="page"],
.navbar-nav-custom > li > a.is-active,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[aria-expanded="true"] {
  color: var(--ma-text);
  box-shadow: inset 0 -2px 0 rgba(226, 174, 19, 0.42);
  text-decoration: none;
}

.nav-dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.55rem;
  border-right: 1.5px solid #9a7a15;
  border-bottom: 1.5px solid #9a7a15;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}

.nav-dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg) translateY(-1px);
}

.dropdown-menu-custom {
  list-style: none;
  margin: 0;
  padding: 12px 0 10px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(76, 61, 30, 0.075);
  background: rgba(255, 255, 255, 0.985);
  min-width: 330px;
}

.dropdown-menu-custom::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(176, 136, 18, 0),
    rgba(212, 175, 55, 0.58),
    rgba(255, 196, 0, 0.66),
    rgba(212, 175, 55, 0.58),
    rgba(176, 136, 18, 0)
  );
}

.dropdown-menu-custom li {
  margin: 0;
  padding: 0;
}

.dropdown-menu-custom li a {
  display: block;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ma-text);
  white-space: normal;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.dropdown-menu-custom li a:hover,
.dropdown-menu-custom li a:focus-visible {
  background: rgba(255, 196, 0, 0.055);
  color: var(--ma-text);
  text-decoration: none;
}

.navbar-toggler {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(176, 136, 18, 0.28);
  border-radius: 12px;
  background: #fffdf9;
  cursor: pointer;
}

.navbar-toggler-box {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.navbar-toggler-box span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background-color: #6f685f;
}

@media (min-width: 992px) {
  .has-premium-dropdown > .dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 6000;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-width: 500px;
    width: 500px;
    max-width: 500px;
    transform: translateY(4px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  .has-premium-dropdown:hover > .dropdown-menu-custom,
  .has-premium-dropdown:focus-within > .dropdown-menu-custom,
  .has-premium-dropdown.is-open > .dropdown-menu-custom,
  .has-premium-dropdown.is-expanded > .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .has-premium-dropdown.is-escape-closed > .dropdown-menu-custom {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(4px) !important;
  }
}

@media (max-width: 991px) {
  .navbar-main {
    flex-wrap: wrap;
    gap: 12px;
  }

  .navbar-toggler {
    display: inline-flex;
  }

  #navigation .navbar-menu {
    display: none;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 8px;
    padding: 10px 16px 14px;
    border: 1px solid rgba(212, 175, 55, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 18px 34px rgba(76, 61, 30, 0.075);
  }

  #navigation .navbar-menu.is-open {
    display: block;
  }

  .navbar-nav-custom {
    display: block;
  }

  .navbar-nav-custom > li > a,
  .nav-dropdown-toggle {
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 14px 0;
    justify-content: space-between;
    text-align: left;
  }

  .dropdown-menu-custom {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 4px 0 6px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .dropdown-menu-custom::before {
    display: none;
  }

  .has-premium-dropdown.is-open > .dropdown-menu-custom,
  .has-premium-dropdown.is-expanded > .dropdown-menu-custom,
  .nav-dropdown-toggle[aria-expanded="true"] + .dropdown-menu-custom {
    display: block;
  }
}

/* -------------------- hero -------------------- */
.subpage-hero {
  position: relative;
  background: linear-gradient(180deg, var(--ma-porcelain) 0%, #f8f2ea 100%) !important;
  overflow: hidden;
  padding: 44px 0 58px;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  top: 46px;
  border-radius: 50%;
  border: 1px solid rgba(165, 111, 0, 0.24);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.42) 0%, rgba(255, 241, 211, 0.10) 24%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.subpage-hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -110px;
  bottom: 36px;
  border-radius: 50%;
  border: 1px solid rgba(165, 111, 0, 0.18);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 242, 215, 0.06) 24%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.subpage-hero-inner {
  position: relative;
  z-index: 2;
}

.subpage-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 34px;
  align-items: stretch;
}

.subpage-hero-copy {
  padding: 82px 18px 38px 18px;
}

.hero-kicker {
  margin: 0 0 16px;
  color: #8f7110;
  font-size: 17px;
  line-height: 1.3;
}

.subpage-hero-title {
  margin: 0 0 26px;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.018em;
  color: var(--ma-text);
}

.subpage-hero-copy-rich {
  max-width: 760px;
}

.subpage-hero-copy-rich p {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.74;
  letter-spacing: 0.003em;
  color: var(--ma-text-soft);
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-actions .hero-btn-primary {
  min-width: 470px;
}

.subpage-hero-visual {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  isolation: isolate;
}

.subpage-media-shell {
  position: relative;
  width: 100%;
  max-width: 610px;
  height: 592px;
  overflow: hidden;
  border-radius: var(--ma-radius-30);
  background: #f8f1e8;
  box-shadow: 0 24px 58px rgba(76, 61, 30, 0.07);
}

.subpage-media-shell::before {
  content: "";
  position: absolute;
  inset: 20px 16px 18px 24px;
  border-radius: 50%;
  border: 1px solid rgba(165, 111, 0, 0.22);
  pointer-events: none;
  z-index: 2;
}

.subpage-media-shell::after {
  content: "";
  position: absolute;
  top: 36px;
  right: 44px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(165, 111, 0, 0.20);
  pointer-events: none;
  z-index: 2;
}

.subpage-media-shell picture,
.subpage-media-shell img {
  display: block;
  width: 100%;
  height: 100%;
}

.subpage-media-shell img {
  object-fit: cover;
  object-position: 50% center;
  border-radius: var(--ma-radius-30);
  background: var(--ma-white);
  filter: saturate(1.01) brightness(1.02) sepia(0.03);
  transition: transform 1s ease;
}

.subpage-media-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: var(--ma-radius-30);
  background: linear-gradient(90deg, rgba(252, 250, 246, 0.62) 0%, rgba(252, 250, 246, 0.18) 10%, rgba(252, 250, 246, 0.04) 22%, rgba(252, 250, 246, 0) 34%);
}

.subpage-hero-points {
  position: absolute;
  top: 162px;
  right: -48px;
  width: 148px;
  height: 248px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  opacity: 0.46;
  pointer-events: none;
  z-index: 4;
}

.subpage-hero-points-col {
  width: 6px;
  flex: 0 0 6px;
  border-radius: 999px;
  background-image: radial-gradient(circle, rgba(170, 163, 153, 0.52) 0 1.95px, transparent 2.7px);
  background-size: 6px 18px;
  background-repeat: repeat-y;
  background-position: center top;
}

.subpage-hero-points-col-1 {
  height: 76px;
  margin-top: 84px;
}

.subpage-hero-points-col-2 {
  height: 148px;
  margin-top: 28px;
}

.subpage-hero-points-col-3 {
  height: 112px;
  margin-top: 64px;
}

.subpage-hero-points-col-4 {
  height: 166px;
  margin-top: 0;
}

.subpage-hero-points-col-5 {
  height: 112px;
  margin-top: 48px;
}

.subpage-hero-points-col-6 {
  height: 76px;
  margin-top: 92px;
}

/* -------------------- intro + cards -------------------- */
.section-top {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding-top: 30px;
}

.intro-card {
  background: linear-gradient(180deg, #fffefc 0%, #fcf9f4 100%);
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: var(--ma-radius-24);
  box-shadow: 0 12px 28px rgba(76, 61, 30, 0.03);
  padding: 28px 32px 24px;
  position: relative;
  overflow: hidden;
}

.intro-card::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 2px;
  border-radius: var(--ma-radius-round);
  background: var(--ma-accent-line);
}

.intro-card h2 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 400;
  color: var(--ma-text);
}

.intro-card p {
  margin: 0;
  max-width: none;
  font-size: 17px;
  line-height: 1.84;
  color: var(--ma-text-soft);
  text-wrap: pretty;
}

.page-section {
  position: relative;
  padding: 48px 0 34px;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.section-card {
  position: relative;
  height: 100%;
  background: var(--ma-surface-card);
  border: 1px solid rgba(181, 140, 22, 0.10);
  border-radius: var(--ma-radius-24);
  box-shadow: var(--ma-shadow-soft);
  padding: 30px 32px 26px;
  overflow: hidden;
}

.section-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 2px;
  border-radius: var(--ma-radius-round);
  background: var(--ma-accent-line);
}

.section-label {
  display: block;
  margin: 0 0 10px;
  font-size: 15.8px;
  line-height: 1.2;
  font-weight: 400;
  color: #8f7110;
}

.section-card h2,
.faq-shell h2,
.closing-editorial h2,
.closing-contact h2 {
  margin: 0 0 14px;
  font-size: 31px;
  line-height: 1.18;
  font-weight: 400;
  color: var(--ma-text);
}

.section-card p,
.role-list li,
.steps-list li,
.faq-answer p,
.closing-copy {
  font-size: var(--ma-copy-size);
  line-height: 1.78;
  letter-spacing: var(--ma-copy-track);
  color: var(--ma-text-soft);
  text-wrap: pretty;
}

.section-card p {
  margin: 0 0 16px;
}

.section-card p:last-child {
  margin-bottom: 0;
}

.role-list {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.role-list li {
  position: relative;
  margin: 0;
  padding: 1rem 1.05rem 1rem 3.7rem;
  border: 1px solid rgba(186, 162, 115, 0.24);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,244,237,0.94));
  box-shadow: 0 12px 28px rgba(35, 28, 18, 0.06), inset 0 1px 0 rgba(255,255,255,0.9);
}

.role-list li::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 0.92rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #7a6029;
  background: radial-gradient(circle at 30% 30%, #fffdf7 0%, #f1e3be 56%, #d2b062 100%);
  box-shadow: 0 6px 14px rgba(88,67,23,0.12), inset 0 1px 0 rgba(255,255,255,0.88);
}

.role-list li::after {
  display: none;
}

.steps-list {
  counter-reset: moderator-steps;
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.steps-list li {
  counter-increment: moderator-steps;
  position: relative;
  margin: 0;
  padding: 1.08rem 1.1rem 1.08rem 4.9rem;
  border: 1px solid rgba(184, 160, 110, 0.28);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,242,233,0.92));
  box-shadow: 0 14px 34px rgba(33, 28, 19, 0.07), inset 0 1px 0 rgba(255,255,255,0.85);
}

.steps-list li::before {
  content: counter(moderator-steps);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #7b6330;
  background: radial-gradient(circle at 30% 30%, #fffdf7 0%, #f4ead2 56%, #e0c98d 100%);
  border: 1px solid rgba(175, 145, 79, 0.42);
  box-shadow: 0 8px 18px rgba(88, 67, 23, 0.16), inset 0 1px 0 rgba(255,255,255,0.85);
}

.steps-list li a {
  font-weight: 600;
}

.steps-list li:last-child,
.role-list li:last-child,
.closing-contact-list li:last-child {
  margin-bottom: 0;
}

.section-card a,
.faq-answer a,
.closing-contact-list a,
.post-contact-meta-inner a,
.moderator-subtle-link a {
  color: var(--ma-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

/* -------------------- faq -------------------- */
.section-faq {
  padding: 4px 0 36px;
  background: var(--ma-surface-card);
}

.faq-shell {
  position: relative;
  background: var(--ma-surface-warm);
  border: 1px solid rgba(181, 140, 22, 0.10);
  border-radius: var(--ma-radius-24);
  box-shadow: var(--ma-shadow-soft);
  padding: 30px 32px 26px;
  overflow: hidden;
}

.faq-shell::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 2px;
  border-radius: var(--ma-radius-round);
  background: var(--ma-accent-line);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.faq-card {
  margin: 0;
  background: linear-gradient(180deg, #fffefc 0%, #fcf9f4 100%);
  border: 1px solid var(--ma-border-soft);
  border-radius: var(--ma-radius-20);
  box-shadow: 0 10px 22px rgba(76, 61, 30, 0.02);
  overflow: hidden;
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.faq-card::before {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, rgba(176, 136, 18, 0.58), rgba(212, 175, 55, 0.68), rgba(255, 196, 0, 0.64), rgba(212, 175, 55, 0.68));
}

.faq-card[open],
.faq-card:hover {
  border-color: rgba(212, 175, 55, 0.16);
  box-shadow: 0 12px 24px rgba(76, 61, 30, 0.03);
  transform: translateY(-1px);
}

.faq-card summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 54px 16px 20px;
  color: var(--ma-text);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 13px;
  color: var(--ma-title-accent);
  font-size: 30px;
  line-height: 1;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
}

.faq-card[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 20px 18px;
}

.faq-answer p {
  margin: 0;
}

.moderator-subtle-link {
  margin-top: 12px;
}

/* -------------------- closing + contact -------------------- */
#contact-us.page-section {
  padding-top: 52px;
  padding-bottom: 54px;
  background: var(--ma-surface-warm) !important;
}

.closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
}

.closing-editorial,
.closing-contact {
  position: relative;
  background: var(--ma-surface-card);
  border: 1px solid rgba(181, 140, 22, 0.10);
  border-radius: var(--ma-radius-24);
  box-shadow: var(--ma-shadow-soft);
  padding: 30px 32px 26px;
  overflow: hidden;
}

.closing-editorial::before,
.closing-contact::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 2px;
  border-radius: var(--ma-radius-round);
  background: var(--ma-accent-line);
}

.closing-copy {
  margin: 0 0 24px;
}

.closing-contact {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,241,232,0.96));
  box-shadow: 0 18px 42px rgba(35, 28, 18, 0.08), inset 0 1px 0 rgba(255,255,255,0.92);
}

.closing-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.closing-contact-list li {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 4.8rem;
  border: 1px solid rgba(186, 162, 115, 0.18);
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  color: var(--ma-text);
  font-size: var(--ma-copy-size);
  line-height: 1.78;
  letter-spacing: var(--ma-copy-track);
  text-wrap: pretty;
}

.contact-icon {
  position: absolute;
  left: 0.95rem;
  top: 0.18rem;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #7a6029;
  background: radial-gradient(circle at 30% 30%, #fffdf7 0%, #f1e3be 56%, #d2b062 100%);
  border: 1px solid rgba(175, 145, 79, 0.24);
  box-shadow: 0 8px 18px rgba(88, 67, 23, 0.14), inset 0 1px 0 rgba(255,255,255,0.88);
}

.contact-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.closing-contact-list strong {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--ma-text);
}

.closing-contact-list a {
  color: var(--ma-text);
  text-decoration: none;
}

.closing-contact-list a:hover,
.closing-contact-list a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

/* -------------------- post contact facts line -------------------- */
.post-contact-meta {
  background: var(--ma-surface-card);
  padding: 0 0 24px;
}

.post-contact-meta-inner {
  border-top: 1px solid rgba(185, 178, 169, 0.34);
  padding-top: 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #5f594f;
}

.post-contact-meta-inner a {
  color: #5f594f;
  text-decoration: none;
}

.post-contact-meta-inner a:hover,
.post-contact-meta-inner a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

/* -------------------- footer widget spacing -------------------- */
#footer .widget-title {
  padding-bottom: 12px;
}

#footer .footer-legal-links {
  margin-top: -9px;
}

/* -------------------- footer refinements for subpages -------------------- */
.copyright-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.copyright-text {
  flex: 1 1 auto;
  min-width: 0;
}

.copyright-arrow {
  flex: 0 0 auto;
  padding-top: 2px;
  transform: translateY(-8px);
}

.copyright-arrow.text-end {
  text-align: right;
}

/* -------------------- hover states -------------------- */
@media (hover: hover) and (pointer: fine) {
  .section-card:hover,
  .section-card:focus-within,
  .faq-shell:hover,
  .closing-editorial:hover,
  .closing-contact:hover {
    box-shadow: var(--ma-shadow-hover);
  }

  .section-card:hover,
  .section-card:focus-within,
  .closing-editorial:hover,
  .closing-editorial:focus-within,
  .closing-contact:hover,
  .closing-contact:focus-within {
    transform: translateY(-2px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  }

  .subpage-media-shell:hover img {
    transform: scale(1.015);
  }
}

/* -------------------- responsive -------------------- */
@media (max-width: 1499px) {
  .subpage-hero-title {
    font-size: 52px;
  }

  .hero-actions .hero-btn-primary {
    min-width: 430px;
  }
}

@media (max-width: 1299px) {
  .subpage-hero-title {
    font-size: 46px;
  }

  .subpage-hero-copy {
    padding-top: 62px;
  }

  .subpage-media-shell {
    max-width: 540px;
    height: 545px;
  }

  .section-card h2,
  .faq-shell h2,
  .closing-editorial h2,
  .closing-contact h2,
  .intro-card h2 {
    font-size: 28px;
  }
}

@media (max-width: 1099px) {
  .subpage-hero-grid,
  .closing-grid {
    grid-template-columns: 1fr;
  }

  .subpage-hero-copy {
    padding: 34px 12px 20px;
  }

  .subpage-hero-visual {
    justify-content: center;
  }

  .subpage-media-shell {
    max-width: 430px;
    height: 500px;
  }

  .subpage-hero-points {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .intro-card,
  .section-card,
  .faq-shell,
  .closing-editorial,
  .closing-contact {
    padding: 24px 24px 22px;
  }

  .intro-card::before,
  .section-card::before,
  .faq-shell::before,
  .closing-editorial::before,
  .closing-contact::before {
    left: 18px;
    right: 18px;
  }
}

@media (max-width: 767px) {
  #hero-top,
  #leistungen,
  #qualitaet,
  #formate,
  #faq,
  #contact-us {
    scroll-margin-top: var(--ma-header-offset-mobile);
  }

  .subpage-wide {
    padding-left: 14px;
    padding-right: 14px;
  }

  .subpage-hero {
    padding: 18px 0 34px;
  }

  .subpage-hero-title {
    font-size: 35px;
    line-height: 1.14;
    margin-bottom: 22px;
  }

  .hero-kicker {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .subpage-hero-copy-rich p {
    font-size: 17px;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .hero-btn-primary {
    min-width: 0;
    width: 100%;
  }

  .subpage-media-shell {
    max-width: 340px;
    height: 420px;
  }

  .section-top {
    margin-top: -14px;
  }

  .page-section,
  .section-faq,
  #contact-us.page-section {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .intro-card h2,
  .section-card h2,
  .faq-shell h2,
  .closing-editorial h2,
  .closing-contact h2 {
    font-size: 24px;
    line-height: 1.22;
  }

  .section-card,
  .faq-shell,
  .closing-editorial,
  .closing-contact {
    border-radius: var(--ma-radius-20);
  }

  .section-card p,
  .role-list li,
  .steps-list li,
  .faq-answer p,
  .closing-copy,
  .closing-contact-list li,
  .intro-card p {
    font-size: 14.8px;
    line-height: 1.68;
  }

  .role-list li {
    padding: 0.95rem 0.95rem 0.95rem 3.35rem;
    border-radius: 17px;
  }

  .role-list li::before {
    left: 0.9rem;
    top: 0.88rem;
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .steps-list li {
    padding: 1rem 1rem 1rem 4.25rem;
    border-radius: 18px;
  }

  .steps-list li::before {
    width: 40px;
    height: 40px;
    left: 0.9rem;
    font-size: 0.94rem;
  }

  .faq-card {
    border-radius: var(--ma-radius-18);
  }

  .faq-card summary {
    padding: 17px 48px 15px 18px;
    font-size: 19px;
    line-height: 1.34;
  }

  .faq-card summary::after {
    right: 16px;
    top: 13px;
    font-size: 28px;
  }

  .faq-answer {
    padding: 0 18px 16px;
  }

  .closing-contact-list li {
    padding: 0.95rem 0.95rem 0.95rem 4.15rem;
  }

  .contact-icon {
    left: 0.85rem;
    top: 0.52rem;
    width: 44px;
    height: 44px;
  }

  .contact-icon svg {
    width: 20px;
    height: 20px;
    display: block;
  }
}

/* -------------------- 2026-04-08: finale Hero-Feinkorrekturen -------------------- */
@media (min-width: 1100px) {
  .subpage-media-shell {
    transform: translateX(-109px) !important;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1100px) {
  .subpage-media-shell:hover {
    transform: translateX(-109px) translateY(-2px) !important;
  }
}
```

Wichtig ist hier vor allem dieser wieder eingebaute Teil:

```css
#navigation .navbar-menu.is-open {
  display: block;
}