.elementor-1660 .elementor-element.elementor-element-09aa790{--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-4c86c13 *//* ============================================
   IMPRESSUM BOX (wie im Screenshot)
   ============================================ */
.vm-legal-box {
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    padding: 28px 28px;
    margin: 18px 0 10px 0;
}

.vm-legal-box p {
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.vm-legal-label {
    font-weight: 700;
    color: #000;
}

/* Hinweis unter der Box */
.vm-legal-note {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}



/* ============================================
   IMPRESSUM TITEL (identisch zur Datenschutzerklärung)
   ============================================ */
.vm-impressum-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 18px;
    align-items: center;
}

.vm-impressum-title span {
    display: block;
    height: 3px;
    width: 60px;
    background-color: #f39200;
}



/* ============================================
   IMPRESSUM CONTENT ALIGN
   ============================================ */
.vm-impressum-content h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 12px;
    font-weight: 700;
}

.vm-impressum-content p {
    font-size: 17px;
    line-height: 1.65;
    color: #333;
}



/* ============================================
   RESPONSIVE wie deine Datenschutzerklärung
   ============================================ */
@media (max-width: 768px) {
    .vm-legal-box {
        padding: 22px;
    }
    .vm-impressum-title {
        font-size: 26px;
        gap: 14px;
    }
    .vm-impressum-title span {
        width: 45px;
    }
}

@media (max-width: 480px) {
    .vm-legal-box {
        padding: 18px;
    }
    .vm-impressum-title {
        font-size: 22px;
        gap: 10px;
    }
    .vm-impressum-title span {
        width: 35px;
    }
}/* End custom CSS */