.ym-button,
.ym-form button,
.ym-form input[type="button"],
.ym-form input[type="reset"],
.ym-form input[type="submit"] {
  background-color: #004990;
  box-shadow: 0px 0px 1px 1px #004990 inset, 0px 1px 0px #004990;
  color: #ffffff;
  border-color: #004990;
  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: #ff007d;
  color: #ffffff;
  box-shadow: 0px 0px 1px 1px #db0c25 inset, 0px 1px 0px #db0c25;
  border-color: #db0c25;
  box-shadow: none !important;
  border-bottom: none !important;
}
.ym-columnar .text-danach {
  padding-left: 30%;
  padding-bottom: 5px;
  font-size: 100%;
  font-weight: 600;
  padding-top: 4px;
  float: left;
}
.schritt_aktiv {
  background: #ff007e;
}
.schritt_inaktiv {
  background: #004990;
}
.button_start,
.button_start_firma {
  width: 330px;
  background: white;
  text-align: center;
  border-radius: 0px;
}
.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;
  padding-bottom: 10px;
}
.error {
  border-radius: 16px;
}
@media only screen and (min-width: 600px) {
  .abstand_oben {
    margin-top: 3em;
    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 (min-width: 500px) {
  .headerauswahl a:nth-child(1),
  .headerauswahl a:last-child {
    margin: 20px calc(100% - 330px / 2);
  }
}
@media only screen and (min-width: 501px) and (max-width: 1020px) {
  .headerauswahl a:nth-child(2),
  .headerauswahl a:nth-child(3),
  .headerauswahl a:nth-child(4) {
    margin: 0px calc(100% - 330px / 2);
  }
}
@media only screen and (max-width: 500px) {
  .headerauswahl a:nth-child(1),
  .headerauswahl a:last-child {
    margin: 20px 0;
  }
}
@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 {
  display: none !important;
}
.headerauswahl .strecke {
  display: none !important;
}
.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: linear-gradient(to right, #da0477, #01a6e4);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
h1 {
  display: none !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 {
    display: none !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: linear-gradient(to right, #da0477, #01a6e4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 500px) {
  header img {
    width: 100% !important;
  }
  .button_start,
  .button_start_firma {
    width: 275px;
    background: white;
    text-align: center;
    border-radius: 0px;
  }
  .headerauswahl a {
    margin-bottom: -10px;
  }

  .abstand_oben {
    margin-top: 0px;
  }
  header {
    background: none;
  }
}
.ym-gr {
  border-top-right-radius: 9px;
}
#spalte_links div div:first-child {
  border-top-left-radius: 9px;
}
.ym-grid {
  border-radius: 9px;
}

.chzn-container-single .chzn-single {
  border-radius: 5px;
}
img.logo1 {
  float: none !important;
}
