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

.button_start,
.button_start_firma {
  width: 330px;
  background: white;
  text-align: center;
  border-radius: 22px;
}
.border_10 {
  border-top: none !important;
  border-bottom: none !important;
}
.firma,
.einzel {
  color: #ffffff !important;
}
header {
  text-align: center;
}

.headerauswahl a {
  border: none;
  padding-right: 10px;
}
.error {
  border-radius: 16px;
}
@media only screen and (min-width: 600px) {
  .abstand_oben {
    margin-top: 0em;
    display: inline-flex;
    flex-direction: row;
  }

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

.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: 81px;
  right: 0px;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  font-size: 26px;
  line-height: normal;
  box-sizing: border-box;
  padding: 0px;
  position: absolute !important;
}
.headerauswahl .strecke {
  position: absolute;
  top: -50px;
  right: none;
  font-weight: lighter;
  font-size: 15px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.headerauswahl .info {
  color: #000000;
  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;
}
.panibox h6,
.ym-form legend {
  padding: 5px 12px;
  color: #fff;
  background: #b00a47;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.schritt_inaktiv {
  background: #bababa;
}
h1 {
  font-family: open sans, sans-serif;
  font-size: 240%;
  font-weight: 800;
  line-height: 1.1em;
  margin: 5px 0 10px 20px;
  color: #fff !important;
  text-shadow: 0 1px 1px #fff !important;
}
@media screen and (max-width: 500px) {
  .headerauswahl .titel {
    bottom: 71px !important;
  }
}
@media screen and (max-width: 500px) {
  .abstand_oben {
    flex-direction: column;
  }
  .headerauswahl .strecke,
  .headerauswahl .titel,
  .headerauswahl .info {
    position: inherit;
  }
  .headerauswahl .strecke {
    top: -200px !important;
    right: 0px !important;
    left: 0% !important;
  }
  .headerauswahl a {
    margin-bottom: 10px;
  }
  h1 {
    margin: -52px 0 10px 20px;
    color: #2a62bc !important;
  }
}
.panibox,
.panibox2 {
  background: #fff;
  padding: 0;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.2);
  border-radius: 16px;
}
nav {
  background: #000 !important;
}
