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




.button_start, .button_start_firma {
    width: 330px;
    background: white;
    text-align: center;
}
.firma, .einzel {
	color:#fff !important;
}
header {
    text-align: center;
}

.headerauswahl a {
    border:none;
    padding-right: 10px
}
.headerauswahl a:nth-child(even) {
    margin-right: 51px
}
.headerauswahl a:nth-child(odd) {
    margin-left: 51px
}
.headerauswahl a:hover, .headerauswahl a:active, .headerauswahl a:focus {
    background-color:transparent;
}
.headerauswahl .headerbutton {
    position: relative;
    box-sizing: border-box;
}
.headerauswahl .titel {
    position: absolute;
    bottom: 90px;
    right: 0px;
    text-transform: uppercase;
    width: 100%;
    font-weight: lighter;
    font-size: 26px;
    line-height:normal;
    box-sizing:border-box;
    padding:5px;
    position: absolute !important;
}
.headerauswahl .strecke {
    position: absolute;
    top: -200px;
    right: 8px;
    font-weight: lighter;
    font-size: 15px;
    text-align: right;
}
.headerauswahl .info {
    color: #2375ac;
    float: right;
    position: absolute;
    z-index: 99;
    top: -50px;
    left: 0px;
    width: 100%;
    font-weight: lighter;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 0;
}