/*
=========================================================================
WebSite : owainfo.de
Projekt : contao4_owainfo2019-neu
Name    : custom.css
abs.URL : http://owainfo.de/files/backend/custom.css
Version : V.4.19.2
Media   : screen/print
ErstDate: 12.08.2025
ÄndDate : <!--%TimeStamp%-->06.10.2025 14:17<!---->
Editor	: Rapid CSS 2025
Vermerke:
Autor   : Hartmut Schneider - www.hs-designteam.de
=========================================================================
*/

/* Styles für Contao Backend custom */
/* Contao Layout-Bereich Backend oben */
#tmenu {
  /* background-color: #FF0000; */
  background-color: #999900; /* F47C00 Contao orange */
  }                          /* #999900 */

.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: #000000;
  background-color: #FFFFFF;
  }

/* Anmeldeformular */
.tl_login_form {
  background-color: #FFFFFF; /* FFFFFF Standard */
  }

/*EOF*/