:root{
--colorprimary: black; 
--colorsecondary: white; 
--coloraccent: #b71c1c; 
--coloraccent2: #212121;
--ff: "DM Sans", sans-serif;
--h1: bold 54px/64px var(--ff);
--h2: bold 36px/36px var(--ff);
--h3: bold 24px/30px var(--ff);
--links: bold 18px/18px var(--ff);
--p: 18px/30px var(--ff);
--subtext: 12px/20px var(--ff);
--transition: 0.3s ease-in-out;
--shadow: #00000030 0px 0px 10px 0px;
--shadowdark: #00000030 0px 5px 10px 5px;
}

h1 {
  font: var(--h1);
  margin-top: 8px;
}

h2{
  font: var(--h2);
  margin-top: 8px;
}

h3{
  font: var(--h3);
  margin-top: 8px;
}

p{
  font: var(--p);
  margin-top: 8px;
}

.links{
  font: var(--links);
  margin-top: 0px;
}

.subtext{
  font: var(--suubtext);
  margin-top: -8px;
}

.dropdown-content {
  background-color: #212121;
}

.dropdown-content a {
  color: #b71c1c !important;
}

.dropdown-content a:hover {
  color: red;
}

.dropdown-content a:hover {
  background-color: black;
}


.btn{
  background-color: var(--coloraccent);
  color: var(--colorprimary);
  border-radius: 5px;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

li {
  margin-bottom: 20px !important;
}

.sidenav {
    width: 250px;
}

.entry-card {
    margin: 10px 0;
}

.filter-active {
    font-weight: bold;
}

.fixed-left {
    position: fixed;
    top: 64px;
    bottom: 0;
    overflow-y: auto;
}

#type-counter {
    margin-top: 20px;
}

.status-Aktiv {
  color: green;
}
.status-Inaktiv {
  color: orange;
}
.status-Abgemeldet {
  color: red;
}
.status-Entzug {
  color: yellow;
}

.usercontainer {
  display: flex;
  flex-wrap: wrap;
}

.userrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.usercard {
  margin: 10px;
  padding: 15px;
  background-color: black;
  color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: 200px;
}

.usercol {
  flex: 1 0 21%;
  display: flex;
  justify-content: center;
  padding: 5px;
}

.jobcontainer{
  background-color: white;
}
