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

.panibox h6, .ym-form legend {
    background: #203251;
}