.warning {
    background: #6e8d18;
    color: #FFF !important;
}
    .ym-button, .ym-form button, .ym-form input[type="button"], .ym-form input[type="reset"], .ym-form input[type="submit"] {
    background-color: #6e8d18 ;
    box-shadow: 0px 0px 1px 1px #85a6be  inset, 0px 1px 0px #6e8d18 ;
    color: #fff  !important;
    border-color: #6e8d18 ;
}
.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: #6e8d18;
    box-shadow: 0px 0px 1px 1px #85a6be inset, 0px 1px 0px #6e8d18;
    border-color: #6e8d18;
}
.schritt_aktiv {
    background: #6e8d18;
}

.text-danach-spez {
    font-size: 100%;
}

.gebuehr_inaktiv {
    color: #3e3e3e;
}

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

.headerauswahl a {
    border:none;
    padding-right: 10px
}
@media only screen and (min-width: 600px) {
    .abstand_oben {
        margin-top: 7em;
    }

    .headerauswahl a:nth-child(even) {
    margin-right: 51px
}
.headerauswahl a:nth-child(odd) {
    margin-left: 51px
}
}
@media only screen and (max-width: 600px) {
    .headerauswahl a {
        margin-bottom: 10px;
    }
}

.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: bold;
    font-size: 26px;
    line-height:normal;
    color: #ffffff;
}
.headerauswahl .strecke {
    position: absolute;
    top: -190px;
    right: 8px;
    font-weight: lighter;
    font-size: 25px;
    text-align: right;
    color: #ffffff;
}
.headerauswahl .info {
    color: #85a6be;
    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;
}

@media screen and (max-width: 500px) {
    .headerauswahl .strecke {
        position: absolute !important;
        right: 3px !important;
        top: 1px !important;
    }
}

@media screen and (max-width: 500px) {
    .headerauswahl .titel {
        bottom: auto !important;
    }
}

@media screen and (max-width: 500px) {
    .headerauswahl .titel {
        bottom: 85px !important;
    }
}