nav {
    background: #c85517;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.ym-button, .ym-form button, .ym-form input[type="button"], .ym-form input[type="reset"], .ym-form input[type="submit"] {
    background-color: #a50012;
    box-shadow: 0px 0px 1px 1px #a50012 inset, 0px 1px 0px #a50012;
    color: #FFF !important;
    border-color: #a50012;
}
.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: #a50012;
    box-shadow: 0px 0px 1px 1px #a50012 inset, 0px 1px 0px #a50012;
    border-color: #a50012;
}
.panibox h6 {
	background: #d14f05;
}
.schritt_aktiv {
	background: #a50012;
}
.schritt_inaktiv {
	background: #d14f05;
}

.panibox h6, .ym-form legend {
    background: #d14f05;
}



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




.button_start, .button_start_firma {
    width: 330px;
    background: white;
    text-align: center;
}
.firma, .einzel {
    color:#ffffff !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: #cc0000;
    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;
}