/* Kartenrahmen für Tabellen */
.table-card{
  border:1px solid #dee2e6;
  border-radius:.75rem;
  overflow:hidden;                 /* damit die Rundung sichtbar bleibt */
  box-shadow:0 .25rem .5rem rgba(0,0,0,.05);
}
.table-card .table{ margin-bottom:0; }
.table-card .card-title,
.table-card .p-3.bg-light{ border-bottom:1px solid #dee2e6; }

/* kompaktere Filter-Leiste */
.crm-filters .custom-select.w-auto { width:auto; min-width:140px; }
.crm-filters .divider-left { border-left:1px solid #dee2e6; }

.qwitcher-grypen-bold {
  font-family: "Qwitcher Grypen", cursive;
  font-weight: 700;
  font-style: normal;
}
