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