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


.button_start {
    width: 350px;
    padding: 10px;
    background: white;
    text-align: center;
    margin: 10px;
}
.headerauswahl a {
    border-bottom: none !important;
}
.headerauswahl a:hover, .headerauswahl a:active, .headerauswahl a:focus {
    border-bottom: none !important;
    background-color: transparent !important;
}
.button_start:hover {
    background: #e60004;
}