.t3-form-field-flexform .t3-form-field-item {
    display: inline-block;
    margin-right: 10px; /* Ändern Sie dies nach Bedarf */
}

/* Space */
.frame-space-before-small { 
    margin-top: 20px;
    /* margin: 0px;  */
}
.frame-space-before-medium { 
    margin-top: 40px; 
    /* margin: 0px;  */
}
.frame-space-before-large {
    margin-top: 100px; 
    /* margin: 0px;  */
    }
.frame-space-after-small {
    margin-bottom: 20px; 
    /* margin: 0px;  */
    }
.frame-space-after-medium { 
    margin-bottom: 40px; 
    /* margin: 0px;  */
}
.frame-space-after-large { 
    margin-bottom: 100px; 
    /* margin: 0px;  */
}

@media (min-width: 1920px) {
    .frame-space-before-small { 
        margin-top: 20px; 
        /* margin: 0px;  */
    }
    .frame-space-before-medium { 
        margin-top: 60px; 
        /* margin: 0px;  */
    }
    .frame-space-before-large {
        margin-top: 150px; 
        /* margin: 0px;  */
        }
    .frame-space-after-small {
        margin-bottom: 20px; 
        /* margin: 0px;  */
        }
    .frame-space-after-medium { 
        margin-bottom: 60px; 
        /* margin: 0px;  */
    }
    .frame-space-after-large { 
        margin-bottom: 150px; 
        /* margin: 0px;  */
    }
}