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

.logo1 {
}
.logo2 {
  float: right;
}

.button_start,
.button_start_firma {
  width: 330px;
  text-align: center;
}
.firma,
.einzel {
  color: #e2002e !important;
}
header {
  text-align: center;
  margin: 10px 50px;
}

header h1 {
  color: #ffffff;
  text-shadow: none;
  float: left;
  width: 100%;
}

.headerauswahl a {
  border: none;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerauswahl .titel {
  color: #e2002e;
  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;
  color: #e2002e;
  top: 8px;
  right: 8px;
  font-weight: lighter;
  font-size: 15px;
  text-align: right;
}
.headerauswahl .info {
  color: #e2002e;
  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;
  }
}
.ym-columnar .text-danach-check {
    font-size: 90%;
}
.ym-columnar .text-danach {
    font-size: 90%;
  }