.ym-button,
.ym-form button,
.ym-form input[type="button"],
.ym-form input[type="reset"],
.ym-form input[type="submit"] {
  background: linear-gradient(45deg, #be181d, #ec862c);
  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: #b62823;
  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;
}
.schritt_aktiv {
  background: #b62823;
}

.schritt_inaktiv {
  background: #ec862c;
}
.button_start,
.button_start_firma {
  width: 330px;
  background: transparent;
  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;
  padding-bottom: 10px;
}
.error {
    border-radius: 16px
}
@media only screen and (min-width: 600px) {
  .abstand_oben {
    margin-top: 5em;
    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 {
  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(45deg, #be181d, #ec862c);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
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: #fff;
        padding: 0;
        position: relative;
        box-shadow: 0 0 10px 0 rgba(10,10,10,.2);
        border-radius: 16px;
    }
nav {
    background: linear-gradient(45deg, #be181d, #ec862c);
    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: 3em;
}
}
.ym-gr {
    border-top-right-radius: 9px;
}
.ym-grid {
    border-radius: 9px;
    overflow: hidden;
}
form {
  background: #ffffff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 2rem auto; /* zentriert das Formular horizontal */
}

label {
  display: block;
  margin-bottom: 0.3rem;
  color: #444;
  font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: #007bff;
  outline: none;
}

button,
input[type="submit"] {
  width: 100%;
  padding: 0.75rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover,
input[type="submit"]:hover {
  background-color: #0056b3;
}
.chzn-container-single .chzn-single {
  width: 200px;
   border-radius: 5px !important;
}
table.divDetailsParent div.divDetailsInner > div > div:first-child {
   background: linear-gradient(45deg, #be181d, #ec862c) !important;
    text-align: center !important;
    font-size: 13px !important;
}
.RRPublish > div.Tiles > div > div {
    color: #ffffff !important;
    background: linear-gradient(45deg, #be181d, #ec862c) !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-weight: bold !important;
}

.RRPublish > div.SelectorParent > div.SelectorMenu > div > div:nth-child(1) {
    background: linear-gradient(45deg, #be181d, #ec862c) !important;
    color: #ffffff !important;
  
}

.RRPublish > div.SelectorParent > div.SelectorMenu > div.selectorResult > div:nth-child(1) {
    background: linear-gradient(45deg, #be181d, #ec862c) !important;
    color: #ffffff !important;
}
.RRPublish > div.SelectorParent > div.SelectorMenu > div > div:nth-child(1) {
    background: linear-gradient(45deg, #be181d, #ec862c) !important;
    color: #ffffff !important;
}

.RRPublish > div.SelectorParent > div.SelectorMenu > div.selectorResult > div:nth-child(1) {
    background: linear-gradient(45deg, #be181d, #ec862c) !important;
    color: #ffffff !important;
}
.RRPublish > div.Tiles > div {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
@media only screen and (max-width: 600px) {
    .RRPublish > div.Tiles > div {
        margin-bottom: 16px !important;
    }
.RRPublish > div.Tiles > div {
    border: none !important;
}
}
@media only screen and (max-width: 640px) {
    .RRPublish a.aShowAll {
        background: linear-gradient(45deg, #be181d, #ec862c) !important;
        color: #ffffff !important;
    }
}
.RRPublish a.aShowAll {
    font-size: 1em !important;
    font-style: italic;
    color: #ffffff !important;
    cursor: pointer;
    line-height: 200%;
    margin-right: 3px;
   background: linear-gradient(45deg, #be181d, #ec862c) !important;
    border-radius: 4px;
}
.RRPublish > div.ListControl > div.ListControlSearch > button.btnSearch:disabled {
    background: linear-gradient(45deg, #be181d, #ec862c) !important;
    border: 1px solid #ffffff !important;
    cursor: default;
}
.RRPublish > div.ListControl > div.ListControlSearch > button.btnClearSearch {
    background: linear-gradient(45deg, #be181d, #ec862c) !important;
    border: 1px solid #ffffff !important;
    padding: 5px;
    height: 27px;
    cursor: pointer;
    width: 10%;
    border-radius: 0 4px 4px 0;
    border-left: 0;
}
p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0.2em 0 0;
    background: linear-gradient(45deg, #be181d, #ec862c) !important;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
@media screen and (max-width: 500px) {
    h1 {
        font-size: 150%;
        color: #ffffff;
        padding: 9px;
    }
}
nav {
    background: linear-gradient(45deg, #be181d, #ec862c) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
table.divDetailsParent div.divDetailsSocial > div:nth-child(2) {
    display: none !important;
}
table.divDetailsParent div.divDetailsSocial {
    display: none !important;
}
table.divDetailsParent div.divDetailsCertificates > div:nth-child(2) {
    text-align: center;
}
table.divDetailsParent div.divDetailsLinks > div {
    padding: 4px;
    text-align: center;
}
table.divDetailsParent div.divDetailsLinks > div:nth-child(2) img {
    max-height: 160px;
    max-width: 250px;
    border-radius: 5px;
}
.RRPublish > div.Tiles > div > table > tbody > tr > td {
    padding: 3px 3px 3px 8px;
    font-size: 0.95em;
    cursor: pointer;
    text-align: left;
    font-weight: bold !important;
}
