       html {
            background-color: #ffffff;
       }
       body {
            margin: 0;
            padding: 0;
            min-height: 100vh;
            position: relative;
            z-index: 0;
       }
       body::before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-image: url('https://www.oxyconcepts.com/ims0001/ims0003.webp');
            background-repeat: repeat;
            background-position: top left;
            z-index: -1;
       }
       header {
            height: 125px;
            padding: 60px 0;
            text-align: center;
       }
       main {
            padding: 0.5rem 2rem;
       }
        footer {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 120px;
            padding: 1rem;
            text-align: center;
        }
        .footer-links {
            display: flex;
            justify-content: center;
            gap: 10px;
            font-size: 18px;
            font-family: Arial, sans-serif;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }
        .footer-link {
            color: black;
            text-decoration: none;
            font-family: Arial, sans-serif;
        }
        .separator {
            color: #ff8f0a;
        }
        .footer-info {
            text-align: center;
            font-size: 12px;
            color: #000;
            font-family: Arial, sans-serif;
            margin-top: 2px;
            margin-bottom: 0;
        }
        .footer-info p {
            margin-top: 2px;
            margin-bottom: 0;
            line-height: 1.2;
        }
       .intro-header {
            text-align: center;
            margin-top: 30px;
            margin-bottom: 0;
       }
       .intro-title {
            color: #000000;
            font-size: 28px;
            font-family: Arial, sans-serif;
            font-weight: bold;
            margin: 0;
            letter-spacing: 1px;
       }
       .intro-slogan {
            color: #000000;
            font-size: 11px;
            font-family: Arial, sans-serif;
            font-weight: normal;
            margin-top: 5px;
            letter-spacing: 10px;
       }
       .legal-info {
            font-family: Arial, sans-serif;
            text-align: center;
            font-size: 16px;
            line-height: 1.6;
            padding: 40px 20px;
            color: #000;
       }
       .legal-info h1 {
            color: #000000;
            text-align: center;
            font-size: 33px;
            font-family: Arial, sans-serif;
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 1rem;
       }
       .legal-info a {
            display: block;
            color: #000;
            text-decoration: none;
            margin: 0 0;
            transition: color 0.2s ease;
       }
       .legal-info a[href^="mailto:"],
       .legal-info a[href^="tel:"] {
            color: #ff8f0a;
       }
       .legal-info a[href^="mailto:"]:hover,
       .legal-info a[href^="tel:"]:hover {
            color: #008000; /* grün */
       }
       .legal-info .top-line {
            font-size: 16px;
       }
       .legal-info .top-line strong {
            font-weight: bold;
       }
       .legal-info .contact.email {
            font-weight: bold;
            font-size: 18px;
            color: #ff8f0a;
       }
       .legal-info .contact.phone {
            font-weight: bold;
            font-size: 18px;
            color: #ff8f0a;
       }
       .legal-info .address {
            font-weight: bold;
            font-size: 18px;
       }
       .legal-info .legal {
            font-size: 15px;
       }
       .legal-info .legal strong {
            font-weight: bold;
            display: block;
       }
       a:link, a:visited {
            color: black;
            text-decoration: none;
            font-weight: normal;
       }
       a:active, a:hover {
            color: #ff8f0a;
            text-decoration: none;
            font-weight: normal;
       }
       .unsichtbarer-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 1rem 2rem 2rem 2rem;
       }
       .unsichtbarer-container h2 {
            text-align: center;
            font-family: "Arial", sans-serif;
            font-size: 28px;
            color: #000000;
            margin-bottom: 10px;
       }
       .unsichtbarer-container h3 {
            text-align: left;
            font-family: "Arial", sans-serif;
            font-size: 20px;
            color: #000000;
            margin-top: 40px;
            margin-bottom: 0px;
       }
       .unsichtbarer-container p {
            text-align: justify;
            font-family: "Arial", sans-serif;
            font-size: 18px;
            color: #000000;
            line-height: 1.6;
       }
       .bild-container {
          display: flex;
          justify-content: center;
          width: 100%;
       }
.intro-header{
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}