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

.schritt_inaktiv {
  background: #0080c9;
}
.button_start,
.button_start_firma {
  width: 330px;
  background: white;
  text-align: center;
  border-radius:22px;
}
.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: 2em;
  }

  .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: 90px;
  right: 0px;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  font-size: 26px;
  line-height: normal;
  box-sizing: border-box;
  padding: 5px;
  position: absolute !important;
  color: #1b1d3b;
}
.headerauswahl .strecke {
 display: none !important;
}
.headerauswahl .info {
  color: #ffffff;
  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: #2ee5ad;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #2ee5ad;
}
h1 {
  font-family: open sans, sans-serif;
  font-size: 240%;
  font-weight: 800;
  line-height: 1.1em;
  margin: 5px 0 10px 20px;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
}
@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;
}
}.panibox,.panibox2 {
        background: #ffffff;
        padding: 0;
        position: relative;
        box-shadow: 0 0 10px 0 rgba(10,10,10,.2);
        border-radius: 16px;
    }
nav {
    background: #0080c9;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 500px) {
    header img {
        width: 100% !important;
    }

.abstand_oben {
    margin-top: 1em;
}

}
.ym-gr {
    border-top-right-radius: 9px;
}
.ym-grid {
    border-radius: 9px;
    overflow: hidden;
}
.border_10 {
    border-top: 1px solid #0080c9 !important;
    border-bottom: none !important;
   } 
.uhrzeit {
    display: none;
}