/* =============================================================
   IMPRESSUM – proZerspanung Website
   ============================================================= */

.legal-hero {
      background: var(--color-grau-4);
      padding: 4rem 0 3rem;
      border-bottom: 1px solid #E8E8E8;
    }
    .legal-hero .breadcrumb__link {
      color: var(--color-grau-57);
    }
    .legal-hero .breadcrumb__link:hover {
      color: var(--color-rot);
    }
    .legal-hero .breadcrumb__separator {
      color: var(--color-grau-57);
    }
    .legal-hero .breadcrumb__current {
      color: var(--color-grau-80);
    }
    .legal-hero__headline {
      font-family: 'Raleway', sans-serif;
      font-size: clamp(1.75rem, 4vw, 2.75rem);
      font-weight: 900;
      color: var(--color-schwarz);
      margin: 0.5rem 0 0;
    }
    .legal-content {
      max-width: 760px;
      padding: 3rem 0 5rem;
    }
    .legal-content h2 {
      font-family: 'Raleway', sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--color-schwarz);
      margin: 2.5rem 0 0.5rem;
      padding-top: 2rem;
      border-top: 1px solid #E8E8E8;
    }
    .legal-content h2:first-of-type {
      border-top: none;
      padding-top: 0;
      margin-top: 1.5rem;
    }
    .legal-content h3 {
      font-family: 'Raleway', sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--color-grau-80);
      margin: 1.5rem 0 0.25rem;
    }
    .legal-content p,
    .legal-content address {
      font-family: 'Libre Baskerville', Georgia, serif;
      font-size: 0.92rem;
      line-height: 1.75;
      color: var(--color-grau-72);
      font-style: normal;
      margin: 0 0 0.75rem;
    }
    .legal-content a {
      /* --color-rot auf hellem Grund nur 3,87:1, --color-rot-active erreicht 5,2:1 */
      color: var(--color-rot-active);
      text-decoration: underline;
    }
    .legal-content a:hover {
      color: var(--color-rot-hover);
    }
