/*
    Fügen Sie hier Ihre benutzerdefinierten CSS-Stile hinzu...
    Verwenden Sie diese Datei, wenn Sie ein bestehendes Theme anpassen wollen.

    Wollen Sie ein eigenes Theme erstellen, fügen Sie eine eigene css-Datei im
    Ordner ./assetsRT/client/css/themes/ ein.
    Die Datei muss mit "theme_" beginnen und die Endung ".css" haben.
    Empfohlen ist der Dateiname theme_ANZEIGENAME.css

    ***************************************************************************

    Add here your custom css-Styles...
    Use this file if you want to customize an existing theme.

    If you want to create your own theme, add your own css file to the
    ./assetsRT/client/css/themes/ folder.
    The file must start with "theme_" and end with ".css".
    The file name theme_DISPLAYNAME.css is recommended
*/

#header {
  background-color: #979797;
  color: #fff;
}

body {
  color: #e4e4e4;
  background-color: #979797;
}

#menueRight .nav-link {
  color: #fff !important;
}

#menueRight .nav-link.active {
  background-color: #b73537;
  border-bottom: 0.1rem solid #b73537;
}

#mainNavbar {
  background: #b73537;
  color: #e4e4e4 !important;
  border-top: 1px solid #b73537;
  box-shadow: inset 0 -3px 10px -5px rgba(0, 0, 0, 0.5);
}

#mainNavbarElements li.active {
  background: #979797;
}

#mainNavbarElements li:hover {
  background: #979797;
}

#content {
  background-color: #fff;
}

.sidebar-bg {
  background-color: #fff;
}

.sidebar {
  background-color: #fff;
}

#footer {
  color: #fff;
  background-color: #979797;
}

#footer .copyright {
  color: #dfdfdf;
  background-color: #5c5c5c;
}

.border-custom {
    border-color: rgb(183, 53, 55) !important;
}

.bg-custom {
  background-color: rgb(183, 53, 55) !important;
}


@media only screen and (min-width: 768px) {
 	#mainNavbarElements li:first-of-type, #mainNavbarElements li {
    border-color: #b73537;
  }
 #mainNavbarElements li {
    font-size: 0.9rem;
	 border-right: 0.05rem solid #b73537;
 }
}