/* Global Bildungs-Hinweis (über fixem Header) */
:root {
  --legal-global-bar-height: 2.75rem;
}
@media (max-width: 48rem) {
  :root {
    --legal-global-bar-height: 4.25rem;
  }
}
.legal-global-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  min-height: var(--legal-global-bar-height);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.97) 100%);
  color: #e2e8f0;
  font-size: clamp(0.6875rem, 1.45vw, 0.8125rem);
  line-height: 1.35;
  padding: 0.4rem 0.75rem;
  text-align: center;
  border-bottom: 1px solid rgba(99, 102, 241, 0.35);
  box-sizing: border-box;
}
.legal-global-bar__inner {
  max-width: 90rem;
  margin: 0 auto;
}
.page-header {
  top: var(--legal-global-bar-height);
}
.wrapper {
  padding-top: calc(50px + var(--legal-global-bar-height));
}
.abonnieren__legal-disclaimer {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgb(71, 85, 105);
  border: 1px solid rgba(99, 102, 241, 0.25);
  border-radius: 0.5rem;
  padding: 0.85rem 1rem;
  background: rgba(99, 102, 241, 0.06);
}
.abonnieren__legal-disclaimer strong {
  color: rgb(15, 23, 42);
}
.livorano-footer__legal-links {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.livorano-footer__legal-links a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.livorano-footer__legal-links a:hover {
  color: rgb(99, 102, 241);
}
