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