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

.button_start,
.button_start_firma {
  width: 330px;
  background: white;
  text-align: center;
  border-radius: 22px;
  border: 3px solid #d4fe42;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.button_start:hover,
.button_start_firma:hover {
  transform: translateY(6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.schritt_aktiv {
  background: #d3ff34;
  color: #000000;
}

.schritt_inaktiv {
  background: #000000;
}
.inaktiv
 {
    color: #4f403e;
}
.firma,
.einzel {
  color: #ffffff !important;
}
header {
  text-align: center;
}

.headerauswahl a {
  border: none;
  padding-right: 10px;
  padding-bottom: 10px;
}
.error {
  border-radius: 16px;
}
img.logo1 {
  float: none !important;
}

.ym-grid.abstand_oben.headerauswahl.eins {
  min-height: auto !important;
}

@media only screen and (min-width: 600px) {
  .abstand_oben {
    margin-top: 0em;
  }
  img.logo1 {
    width: 20%;
  }

  .headerauswahl a:nth-child(even) {
    margin-right: 0px;
  }
  .headerauswahl a:nth-child(odd) {
    margin-left: 0px;
  }

  header .ym-wbox,
  footer .ym-wbox {
    position: relative;
  }

  /* Sponsoren Anfang */
  #footer_logo {
    min-width: 100%;
    height: 300px;
    background: black;

    background-image: url(https://static.anmeldungs-service.de/bilder/kunden/485/3099/sponsoren.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
  /* Sponsoren Ende */
  header {
    margin-top: 5%;
  }
  .
}
@media only screen and (max-width: 500px) {
  header .ym-wbox,
  footer .ym-wbox {
    position: relative;
  }

  /* Sponsoren Anfang */
  #footer_logo {
    min-width: 100%;
    height: 200px;
    background: black;

    background-image: url(https://static.anmeldungs-service.de/bilder/kunden/485/3099/sponsoren.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
  /* Sponsoren Ende */

  header,
  footer {
    margin-top: 5%; /* weniger Abstand oben auf Handy */
  }
}

@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;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  box-sizing: border-box;
  padding: 5px;
  position: absolute !important;
  color: #d3ff34;
}
.headerauswahl .strecke {
  display: none !important;
}
.headerauswahl .info {
     color: #ffffff;
    float: right;
    position: absolute;
    z-index: 99;
    top: -50px;
    left: 0px;
    width: 99%;
    font-weight: lighter;
    background: #000000;
    padding: 5px 0;
    border: solid 2px #cdf640;
    font-weight: bold;
}
.panibox h6,
.ym-form legend {
  padding: 5px 12px;
  color: #fff;
  background: linear-gradient(58deg, #000000 60%, #d3ff34);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
h1 {
  display: none;
}
@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;
  }
  .beschreibung {
    line-height: 25px;
    display: inline-block;
    margin-bottom: 37px;
    font-size: 13.5px;
    margin-top: 0.5em;
  }
  .button_start,
  .button_start_firma {
    width: 310px;
    background: white;
    text-align: center;
    border-radius: 22px;
  }
}
.panibox,
.panibox2 {
  background: #ffffff;
  padding: 0;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.2);
  border-radius: 16px;
}

@media screen and (max-width: 500px) {
  header img {
    width: 35% !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 #000000 !important;
  border-bottom: none !important;
}

.RRRegStart div.RRRegStart_divButtons > div {
  background-color: #4fbdc5 !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 0px !important;
}
.RRRegStart div.RRRegStart_divButtons > div:hover {
  background-color: #f19304 !important;
}
.RRRegStart div.RRRegStart_divContests > div > div:first-child > div {
  background-color: #ccc !important;
}
.RRRegStart h1 {
  display: none !important;
}
#RRReg_divForm {
  padding: 0px !important;
}
#divRRReg div.NavBar {
  background-color: #4fbdc5 !important;
}
#divRRReg input[type="text"],
#divRRReg select {
  border-radius: 0px !important;
  box-shadow: none !important;
}
#divRRReg div.RRReg_divLabel {
  text-align: left !important;
  padding-left: 0.8em !important;
  color: rgb(102, 102, 102) !important;
}
#divRRReg div.RRReg_divLabel > label {
  margin-right: 0px !important;
}
#divRRReg div.RRReg_divLabel > .RRReg_StarMandatory {
  position: initial !important;
}
#divRRReg div.NavBar div.Item,
#divRRReg div.NavBar div.ItemSel {
  padding-left: 30px !important;
  padding-top: 6px !important;
  width: 18% !important;
}
#divRRReg div.RRReg_SwitchReg {
  display: none !important;
}
#divRRReg div.RRReg_StarMandatory {
  width: 100% !important;
  text-align: right !important;
}
#divRRReg div.RRReg_divLabelSeperator {
  background: #4fbdc5 !important;
  padding: 5px 12px !important;
  color: #000 !important;
  margin: 10px 0 !important;
}
#divRRReg input[type="button"],
#divRRReg button {
  background-color: #4fbdc5 !important;
  border-color: #4fbdc5 !important;
}
#divRRReg input[type="button"]:hover,
#divRRReg button:hover {
  background-color: #4fbdc5 !important;
  border-color: #000 !important;
}
#divRRReg div.RRReg_divBtnProceed {
  width: auto !important;
  padding-right: 10px !important;
}
#divRRReg img.RRReg_imgPicture {
  max-width: 100%;
}
#RRPublishI1 {
  display: none !important;
}

.ym-columnar .text-danach-check {
  font-size: 100%;
}
.text-danach-spez {
  font-size: 100%;
}
.ym-columnar .text-danach {
  font-size: 90%;
}
table.divDetailsParent div.divDetailsInner > div > div:first-child {
  background: linear-gradient(58deg, #000000 60%, #d3ff34) !important;
  text-align: center !important;
  font-size: 13px !important;
}
.RRPublish > div.Tiles > div > div {
  color: #ffffff !important;
  background: linear-gradient(58deg, #000000 60%, #d3ff34) !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(58deg, #000000 60%, #d3ff34) !important;
  color: #ffffff !important;
}

.RRPublish
  > div.SelectorParent
  > div.SelectorMenu
  > div.selectorResult
  > div:nth-child(1) {
  background: linear-gradient(58deg, #000000 60%, #d3ff34) !important;
  color: #ffffff !important;
}
.RRPublish > div.SelectorParent > div.SelectorMenu > div > div:nth-child(1) {
  background: linear-gradient(58deg, #000000 60%, #d3ff34) !important;
  color: #ffffff !important;
}

.RRPublish
  > div.SelectorParent
  > div.SelectorMenu
  > div.selectorResult
  > div:nth-child(1) {
  background: linear-gradient(58deg, #000000 60%, #d3ff34) !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(58deg, #000000 60%, #d3ff34) !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(58deg, #000000 60%, #d3ff34);
  border-radius: 4px;
}
.RRPublish
  > div.ListControl
  > div.ListControlSearch
  > button.btnSearch:disabled {
  background: linear-gradient(58deg, #000000 60%, #d3ff34) !important;
  border: 1px solid #ffffff !important;
  cursor: default;
}
.RRPublish > div.ListControl > div.ListControlSearch > button.btnClearSearch {
  background: linear-gradient(58deg, #000000 60%, #d3ff34) !important;
  border: 1px solid #ffffff !important;
  padding: 5px;
  height: 27px;
  cursor: pointer;
  width: 10%;
  border-radius: 0 4px 4px 0;
  border-left: 0;
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 150%;
    color: #ffffff;
    padding: 9px;
    margin-top: -27px;
  }
}
nav {
  background: linear-gradient(58deg, #000000 20%, #d3ff34);
  box-shadow: 0 1px 2px rgba(0, 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;
}
