/* Desktop-only legal page typography reduction by 50%.
   Scope: AGB, Impressum and Datenschutz main content only. */
@media (min-width: 761px) {
  body.legal-static-page main {
    font-size: 8px !important;
    line-height: 1.65 !important;
  }

  body.legal-static-page main .breadcrumbs {
    font-size: 6.5px !important;
    margin-bottom: 13px !important;
  }

  body.legal-static-page main .hero h1 {
    font-size: 22px !important;
    margin-top: 7px !important;
    margin-bottom: 9px !important;
  }

  body.legal-static-page main .hero p {
    font-size: 9px !important;
  }

  body.legal-static-page main .content h2 {
    font-size: 15px !important;
    margin-bottom: 8px !important;
  }

  body.legal-static-page main .content h3 {
    font-size: 11px !important;
    margin-top: 15px !important;
  }

  body.legal-static-page main .content p,
  body.legal-static-page main .content li,
  body.legal-static-page main .content a,
  body.legal-static-page main .content strong {
    font-size: 8px !important;
    line-height: 1.65 !important;
  }
}
