.warning {
    background: #00668a;
    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: #2590b3;
    box-shadow: 0px 0px 1px 1px #2590b3 inset, 0px 1px 0px #2590b3;
    color: #FFF !important;
    border-color: #2590b3;
}
.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: #114a5b;
    box-shadow: 0px 0px 1px 1px #114a5b inset, 0px 1px 0px #114a5b;
    border-color: #114a5b;
}
.schritt_aktiv {
	background: #2590b3
}
.ym-form button::before, .ym-button::before {
    background: #2590b3
    box-shadow: 1px 0 0 #2e235a2px 0 0 rgba(255,255,255,.5);
}

.button_start, .button_start_firma {
    width: 330px;
    text-align: center;
    height: 180px
}
.firma, .einzel {
    color:#FFF !important;
}
header {
    text-align: center;
}
section section {
    max-width: 680px;
}

.abstand_oben {
    text-align: center;
}
.headerauswahl a {
    border:none;
    padding: 5px;
}
@media only screen and (min-width: 600px) {
    .abstand_oben {
        margin-top: 1em;
    }
}
@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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerauswahl .titel {
    position: absolute;
    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: 8px;
    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(200, 0, 0, 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;
    }
}
