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

.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: 65px;
    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;
    display: none;
}
.headerauswahl .info {
    color: #ffffff;
    float: right;
    position: absolute;
    z-index: 99;
    top: -150px;
    left: 0px;
    width: 100%;
    font-weight: lighter;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 0;
}
.ym-columnar .text-danach {
    padding-left: 30%;
    padding-bottom: 5px;
    font-size: 90%;
    float: left;
}