.content {
    padding: 20px;
}

.inputRow {
    /* display: flex; */
    width: 100%;
}

.heuteButton {
    width: auto;
    display: flex;
    height: auto;
    justify-items: center;
    align-items: center;
    margin-bottom: 15px;
}

.date {
    width: auto;
}

.gruppenCard, .actionCard, .bereichCard, .zuordnungCard, .bezeichnungCard, .templateCard {
    padding: 15px 5px 15px 5px;
}

.BezeichnungTitle, .ZordnungTitle, .Bezeichnung, .Zuordnung, .GruppenTitle, .Gruppen{
    display: none
}

.templateCard.active {
    background-color: orange !important;
}

.bereichCard.active {
    background-color: aqua !important;
}

.bezeichnungCard.active {
    background-color: chocolate !important;
}

.zuordnungCard.active {
    background-color: greenyellow !important;
}

.gruppenCard.active {
    background-color: thistle !important;
}

main {
    padding-left: 300px;
    padding-bottom: 75px;
}

a {
    color: black;
}

@media only screen and (max-width : 992px) {
    header, main, footer {
      padding-left: 0;
    }
  }