body {
  font-family: 'Ubuntu', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif;
		text-transform: uppercase;
}
p,td,th {
    font-family: 'Ubuntu', sans-serif;
}
a {
	color: #ffb400;
	font-weight: normal;
}
a:hover {
	color: #ffd97f;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
	bottom: .5em;
}

.platzhalter-color {
	color:#ffb400;
}
.btn-platzhalter, .alert-platzhalter {
	background-color:#ffb400 !important;
}
.alert-platzhalter {
	background-color:#fff4d9 !important;
}
/* Überschreibungen in der Navigation: */
#db-wrapper {
	background-color:#fff;
}
#page-content {
	background-color:#ffffff
}

/* gelbe Linie ganz oben */
.header .navbar {
	border-top: 2px solid #ffb400;
}
/* Grauer Balken oben, kein Schatten */
.header .navbar-classic {
	background-color:#efefed !important;
	box-shadow: 0 0 white !important;
}
.platzhalter-logoheader {
	background-color:#ffffff !important;
	height: 4em;
}
.platzhalter-logoheader img{
/*	margin: 0.8em 0 0 1.5em; */
}
.platzhalter-navbar {
	top: 4.1em !important;
	background-color:#efefed !important;
	border-right: 1px solid #ffffff;
}
/* Farbe der Überschriften wie "UNTERNEHMEN" */
.navbar-heading {
	color: #474848 !important;
}
/* Farbe der Textlinks */
.nav-link {
	color: #474848 !important;
}
.nav-link:hover, .nav-link:hover i {
	color: #ffb400 !important;
}
/* Das ist, damit bei dem aktiven Navilink das Bild links auch diese Farbe hat */
.navbar-vertical .navbar-nav .nav-item .nav-link.active {
	color: #ffb400 !important;
}
/* Das ist der Pfeil rechts neben dem Aufklappmenü */
.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"]::after {
	filter: brightness(0) invert(40%);
}

.page-content {
	color: #ddffff !important;
}
.platzhalter-sidebar {
	background-color:#efefed !important;
/*	border-top-right-radius: 3em !important; */
}
.slimScrollBar {
	background-color:#ffffff !important;
}

/* Überschreibungen in den Formularen: */
.form-check-input:checked {
    background-color: #ffb400;
    border-color: #ffb400;
}

/* Für die Tabellen - da müssen unten die Page-Links angepasst werden .page-item.activ .page-link */
.page-item.active .page-link {
	background-color: #ffb400 !important;
	border-color: #ffb400 !important;
}
.page-link {
	color: #ffb400;
	border-color: #ffb400;
}
.page-item.disabled .page-link {
	color: #ffb400;
	border-color: #ffb400;
}
/* Sortierung für Datum: span-Feld eingebaut, was nicht dargestellt werden soll */
#seitentabelle span {
    display:none; 
}
