/*
=========================================================================
WebSite : https://schoenzeit-bensheim.de (System ECHT)
Projekt : contao4_schönzeit2021
Name    : cuistom.css
abs.URL : https://schoenzeit-bensheim.de/files/backend/custom.css
Version : V.1.21.x
Media   : screen/print
ErstDate: 19.02.2021
ÄndDate : <!--%TimeStamp%-->22.07.2025 20:49<!---->
Editor	: Rapid CSS 2025
Vermerke: 30.07.2021 - Änderung Bezeichnung System TEST2 -> ECHT
Autor   : Hartmut Schneider - www.hs-designteam.de
=========================================================================
*/

/* Styles für Contao Backend custom */
/* Contao Layout-Bereich Backend oben */
#tmenu {
  /* background-color: #FF0000; */
  background-color: #996600; /* F47C00 Contao orange */
  }

.badge-title {
  height: 20px;
  border-radius: 3px;
  margin-top: -4px;
  margin-bottom: 0px;
  margin-left: 14px;
  margin-right: 0px;
  padding-bottom: 2px;
  line-height: 1.25;
  font-size: 0.825rem;
  font-weight: bold;
  color: #996600;
  background-color: #FFFFFF;
  }

/* Anmeldeformular */
.tl_login_form {
  background-color: #FFFFFF; /* FFFFFF Standard */
  }

/*EOF*/