.ym-button, .ym-form button, .ym-form input[type="button"], .ym-form input[type="reset"], .ym-form input[type="submit"] {
    background-color: #007ae1 ;
    box-shadow: 0px 0px 1px 1px #007ae1  inset, 0px 1px 0px #007ae1 ;
    color: #FFF !important;
    border-color: #007ae1 ;
}
.ym-form button:hover, .ym-form input[type="button"]:hover, .ym-form input[type="reset"]:hover, .ym-form input[type="submit"]:hover, .ym-button:hover {
    background-color: #4f4f4f;
    box-shadow: 0px 0px 1px 1px #4f4f4f inset, 0px 1px 0px #4f4f4f;
    border-color: #4f4f4f;
}
.schritt_aktiv {
	background: #007ae1;
}
