.elementor-65 .elementor-element.elementor-element-07cf39e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7792df2 */<style>
    .legal-wrapper {
        max-width: 1140px; /* Gleiche Breite wie der Rest der Seite */
        margin: 60px auto;
        padding: 0 40px;
        background: #fff;
        color: #34495e;
        font-family: 'Lato', sans-serif;
    }

    .impressum-section h1 {
        font-family: 'Libre Baskerville', serif;
        font-size: 36px;
        color: #2c3e50;
        margin-bottom: 40px;
        border-bottom: 3px solid #E67E22; /* Dein Orange als Akzentleiste */
        display: inline-block;
        padding-bottom: 10px;
    }

    .impressum-section h2 {
        font-family: 'Libre Baskerville', serif;
        font-size: 28px;
        color: #2c3e50;
        margin: 40px 0 20px;
    }

    .legal-block {
        margin-bottom: 30px;
    }

    .legal-block h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #2c3e50;
    }

    .legal-block p {
        line-height: 1.6;
        font-size: 17px;
    }

    .legal-block a {
        color: #E67E22;
        text-decoration: none;
    }

    .legal-divider {
        border: 0;
        height: 1px;
        background: #eee;
        margin: 40px 0;
    }

    .legal-text h4 {
        font-size: 16px;
        font-weight: 700;
        margin: 25px 0 10px;
        color: #2c3e50;
    }

    .legal-text p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 15px;
        text-align: justify;
    }

    /* Mobile Anpassung */
    @media (max-width: 768px) {
        .legal-wrapper {
            padding: 0 20px;
        }
        .impressum-section h1 {
            font-size: 28px;
        }
        .legal-text p {
            text-align: left;
        }
    }
</style>/* End custom CSS */