.elementor-73 .elementor-element.elementor-element-c6029cf{--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-ab5e52d */<style>
    .legal-wrapper {
        max-width: 1140px;
        margin: 60px auto;
        padding: 0 25px;
        background: #fff;
        color: #34495e;
        font-family: 'Lato', sans-serif;
    }

    .datenschutz-section h1 {
        font-family: 'Libre Baskerville', serif;
        font-size: 38px;
        color: #2c3e50;
        margin-bottom: 30px;
        border-bottom: 4px solid #E67E22;
        display: inline-block;
        padding-bottom: 10px;
    }

    .legal-intro {
        background: #fcfcfc;
        padding: 30px;
        border-radius: 4px;
        margin-bottom: 50px;
        border-left: 5px solid #2c3e50;
    }

    .legal-item {
        display: flex;
        gap: 25px;
        margin-bottom: 40px;
        padding-bottom: 30px;
        border-bottom: 1px solid #f0f0f0;
    }

    .step-number {
        background: #E67E22;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        flex-shrink: 0;
    }

    .item-content h3 {
        font-family: 'Libre Baskerville', serif;
        font-size: 20px;
        color: #2c3e50;
        margin-bottom: 15px;
    }

    .item-content p, .legal-list li {
        font-size: 16px;
        line-height: 1.8;
        text-align: justify;
    }

    .legal-list {
        padding-left: 20px;
        list-style-type: square;
    }

    .legal-list li {
        margin-bottom: 10px;
    }

    .website-tracking-block {
        margin-top: 50px;
        padding: 40px;
        background-color: #2c3e50;
        color: #ffffff;
        border-radius: 4px;
    }

    .website-tracking-block h3 {
        color: #E67E22;
        margin-bottom: 20px;
    }

    .legal-wrapper a {
        color: #E67E22;
        text-decoration: none;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .legal-item { flex-direction: column; gap: 15px; }
        .datenschutz-section h1 { font-size: 30px; }
        .item-content p { text-align: left; }
    }
</style>/* End custom CSS */