/* Kajak-Buttons in UM-Formen */
body .um-form .um-button,
body .um-form button.um-button {
    all: unset !important;
    display: inline-block !important;
    padding: 0.5em 1em !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border-radius: 0.25em !important;
    background-color: #1abc9c !important; 
    color: #fff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    transition: all 0.2s ease-in-out !important;
}

body .um-form .um-button:hover,
body .um-form button.um-button:hover {
    background-color: #16a085 !important;
}