.ym-button, .ym-form button, .ym-form input[type="button"], .ym-form input[type="reset"], .ym-form input[type="submit"] {
    background-color: #c30707 ;
    box-shadow: 0px 0px 1px 1px #c30707  inset, 0px 1px 0px #c30707 ;
    color: #FFF !important;
    border-color: #c30707 ;
}
.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: #5c5c5c;
    box-shadow: 0px 0px 1px 1px #5c5c5c inset, 0px 1px 0px #5c5c5c;
    border-color: #5c5c5c;
}
.schritt_aktiv {
	background: #c30707;
}
.ym-form button::before, .ym-button::before {
    background: #c30707;
    box-shadow: 1px 0 0 #c30707,2px 0 0 rgba(255,255,255,.5);
}
