.ym-button, .ym-form button, .ym-form input[type="button"], .ym-form input[type="reset"], .ym-form input[type="submit"] {
    background-color: #e52421 ;
    box-shadow: 0px 0px 1px 1px #e52421  inset, 0px 1px 0px #e52421 ;
    color: #FFF !important;
    border-color: #e52421 ;
}
.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: #579b4f;
    box-shadow: 0px 0px 1px 1px #579b4f inset, 0px 1px 0px #579b4f;
    border-color: #579b4f;
}
.schritt_aktiv {
	background: #e52421;
}
