#main #RGN_WIZARD .apex-no-data-found { /*Keine Daten*/
  background-color: #ff000070;
  padding: 12px;
}

#RGN_WIZARD .t-WizardSteps-step.is-active .t-WizardSteps-marker { /*Aktueller Schritt in normaler Größe*/
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 640px){    
  #RGN_WIZARD .t-WizardSteps-marker { /*Abgeschlossene Schritte kleiner*/
    scale: 0.8;
  }
}

#RGN_CONTENT{ /*Auswahl zentrieren*/
    margin: auto;
    max-width: 640px;
}

#RGN_CONTENT_jqm_list_view{ /*Kachelliste*/
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#RGN_CONTENT .a-ListView-item { /*Kachel*/
  flex-basis: 48.5%;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #505050;
}

#RGN_CONTENT .a-ListView-item a{ /*Kachellink*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  word-wrap: anywhere; 
  line-height: 1em;
  height: 56px;
}

#RGN_CONTENT .a-ListView-item .kis-badge-icon{ /*Kachelicon*/
  height: 100%;
  font-size: 20pt;
  left: 0px;
  margin: 0;
  width: 50px;
  align-content: center;
  color: black;
  display: grid;
  text-align: center;
}

#RGN_CONTENT .a-ListView-item .kis-text-container{ /*Kacheltext*/
  line-height: 18px;
  margin-left: 42px;
}

#RGN_CONTENT .a-ListView-item .kis-badge-subtext{ /*Kachelsubtext*/
  font-size: 12px;
}

#RGN_CONTENT .a-ListView-item .fa-angle-right{ /*Kachelpfeil ausblenden*/
    display: none;
}

@media (max-width: 580px){
  #RGN_CONTENT .a-ListView-item { /*Ein Kachel pro Zeile*/
    min-width: 100%;
  }
}

.t-Header-branding {
     background-color: lightBlue!important
}

.t-Header-logo-link {
     color: #a32121!important
}