        .impressum-section {
            max-width: 900px;
            margin: 0 auto;
            padding: 60px 20px;
            line-height: 1.8;
        }

        .impressum-section h1 {
            color: #1a472a;
            margin-bottom: 30px;
            font-size: 2.5rem;
        }

        .impressum-section h2 {
            color: #2d5f3f;
            margin-top: 40px;
            margin-bottom: 20px;
            font-size: 1.5rem;
            border-bottom: 2px solid #4a9960;
            padding-bottom: 10px;
        }

        .impressum-section h3 {
            color: #2d5f3f;
            margin-top: 25px;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }

        .impressum-section p {
            margin-bottom: 15px;
            color: #333;
        }

        .impressum-section a {
            color: #4a9960;
            text-decoration: none;
        }

        .impressum-section a:hover {
            text-decoration: underline;
        }

        .contact-box {
            background-color: #f5f9f7;
            border-left: 4px solid #4a9960;
            padding: 20px;
            margin: 30px 0;
        }

        .back-link {
            display: inline-block;
            margin-bottom: 30px;
            color: #4a9960;
            text-decoration: none;
            font-weight: 500;
        }

        .back-link:hover {
            text-decoration: underline;
        }

        .legal-note {
            background-color: #fff3cd;
            border: 1px solid #ffc107;
            padding: 15px;
            margin: 20px 0;
            border-radius: 5px;
        }