/*
=========================================================================
WebSite : thre-bluepages.de
Projekt : contao5_bluepages2025
Name    : cuistom.css
abs.URL : https://the-bluepages.de/files/backend/custom.css
Version : V.3.25
Media   : screen
ErstDate: 02.08.2025
ÄndDate : <!--%TimeStamp%-->02.08.2025 12:10<!---->
Editor	: Rapid CSS 2025
Vermerke:Übernahme aus contao5_demo-local
Autor   : Hartmut Schneider - www.hs-designteam.de
=========================================================================
*/

@charset "utf-8";
@media screen {

/* Styles für Contao Backend custom */
#tmenu {
  background-color: #000088; /* F47C00 Contao orange */ /* #2A5298 blau */
  }

.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;
  }

} /* @media screen */
/*EOF*/