/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.21.0.1683541310
Updated: 2023-05-08 12:21:50

*/

.my-custom-backend-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.my-custom-backend-column {
    flex: 1;
}

.left-column {
    /* Optional: Weitere Stile für die linke Spalte */
}

.right-column {
    /* Optional: Weitere Stile für die rechte Spalte */
}

.um-10.um {
    max-width:750px !important;
}

.um-form input[type="text"], .um-form input[type="search"], .um-form input[type="tel"], .um-form input[type="number"], .um-form input[type="password"] {
    height:50px !important;
    border-radius: 6px !important;
    border-color: #666 !important;
}

#um-submit-btn {
    background:grey !important;
}