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