.elementor-1470 .elementor-element.elementor-element-7a8df0c{--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-e92eba2 *//* ================================
   AGB CONTAINER (DESKTOP DEFAULT)
   ================================ */
.vm-agb-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
}

/* ================================
   TITEL + LINIEN
   ================================ */
.vm-agb-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 18px;
    align-items: center;
    flex-wrap: nowrap;
}

.vm-agb-title span {
    height: 3px;
    width: 60px;
    background-color: #f39200;
}

.vm-agb-title h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
}

/* ================================
   CONTENT STANDARD
   ================================ */
.vm-agb-content h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 12px;
    font-weight: 700;
}

.vm-agb-content p,
.vm-agb-content ul {
    font-size: 17px;
    line-height: 1.65;
    color: #333;
}

.vm-agb-content ul {
    margin-left: 25px;
    margin-bottom: 18px;
}

.vm-agb-content a {
    color: #f39200;
    font-weight: 600;
}



/* ================================
   📱 TABLET (unter 1024px)
   ================================ */
@media (max-width: 1024px) {

    .vm-agb-container {
        padding: 50px 30px;
    }

    .vm-agb-title h1 {
        font-size: 30px;
    }

    .vm-agb-content h2 {
        font-size: 22px;
    }
}


/* ================================
   📱 SMARTPHONES (unter 768px)
   ================================ */
@media (max-width: 768px) {

    .vm-agb-container {
        padding: 45px 22px;
    }

    .vm-agb-title {
        font-size: 26px;
        gap: 14px;
    }

    .vm-agb-title h1 {
        font-size: 26px;
    }

    .vm-agb-title span {
        width: 45px;
        height: 3px;
    }

    .vm-agb-content h2 {
        font-size: 20px;
        margin-top: 32px;
    }

    .vm-agb-content p,
    .vm-agb-content ul {
        font-size: 16px;
        line-height: 1.6;
    }
}


/* ================================
   📱 KLEINE SMARTPHONES (unter 480px)
   ================================ */
@media (max-width: 480px) {

    .vm-agb-container {
        padding: 40px 18px;
    }

    .vm-agb-title {
        font-size: 22px;
        gap: 10px;
    }

    .vm-agb-title h1 {
        font-size: 22px;
    }

    .vm-agb-title span {
        width: 35px;
        height: 3px;
    }

    .vm-agb-content h2 {
        font-size: 18px;
        margin-top: 28px;
    }

    .vm-agb-content p,
    .vm-agb-content ul {
        font-size: 15px;
        line-height: 1.55;
    }
}/* End custom CSS */