.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: #e30613;
    box-shadow: 0px 0px 1px 1px #e30613 inset, 0px 1px 0px #e30613;
    border-color: #e30613;
}
.schritt_aktiv {
	background: #e30613;
}




.button_start {
    width: 330px;
    background: white;
    text-align: center;
}


.headerauswahl a {
    border-bottom: none !important;
    margin:10px;
}
.headerauswahl a:hover, .headerauswahl a:active, .headerauswahl a:focus {
    border-bottom: none !important;
    background-color: transparent !important;
}

header {
    text-align: center;
}

.headerauswahl .headerbutton {
    position: relative;
    box-sizing: border-box;
}
.headerauswahl .titel {
    position: absolute;
    bottom: 15px;
    right: 0px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    font-size: 26px;
    color:black;
    padding:8px 0 8px 0;
    background: rgba(255,255,255,0.7)
}
.headerauswahl .strecke {
    position: absolute;
    top: -195px;
    right: 15px;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
}
.headerauswahl .info {
    color: #e30613;
    float: right;
    position: absolute;
    z-index: 99;
    top: -120px;
    left: 10px;
    right: 10px;
    width:95%;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 0;
}