/* Skip link — WCAG 2.4.1; no visible focus rings site-wide */

.machbar-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10001;
  padding: 0.75rem 1.25rem;
  background: #1a1a1a;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 0 0 4px 0;
}

.machbar-skip-link:focus,
.machbar-skip-link:focus-visible {
  left: 0;
  outline: none;
  box-shadow: none;
}

#main-content:focus,
#main-content:focus-visible {
  outline: none;
  box-shadow: none;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .machbar-skip-link {
    transition: none;
  }
}

/*
 * Semantic heading demotion: former <h1> chrome/labels are now span/p.
 * Restore only Webflow's heading bold (h1–h6 { font-weight: bold }) —
 * do not change font-size / line-height / type scale.
 */
span.headline,
p.headline,
span.caseteaser_headline,
p.caseteaser_headline,
span.subheadline,
p.subheadline,
span.startseite-link {
  font-weight: bold;
}
