#Dashboard-Kalender .card {
  height: 100%;
}

.BDK-Tag {
  background: linear-gradient(var(--bs-light) 47%, rgba(108,117,125,0.36) 63%, white);
}

.BDK-FTag {
  background: linear-gradient(rgb(250,226,229) 45%, rgba(220,53,69,0.33) 65%, #fae2e5), #fae2e5;
}

.BDK-Tag h6 {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 13px;
  font-style: italic;
}

.BDK-FTag h6 {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 13px;
  font-style: italic;
}

.BDK-Tag p {
  font-weight: bold;
  font-size: 18px;
}

.BDK-FTag p {
  font-weight: bold;
  font-size: 18px;
}

.KW-body {
  background: rgba(173,181,189,0.36);
  font-weight: bold;
  color: rgba(108,117,125,0.72);
}

