/* Grundlayout */
.kader-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

.kader-table th,
.kader-table td {
  border: 1px solid #ccc;
  padding: 6px 10px;
}

.kader-table thead th {
  background: #f2f2f2;
  font-weight: bold;
}

/* Farben je Gruppe */
.g-a { background: #e6f2ff; }   /* hellblau */
.g-b { background: #e8ffe6; }   /* hellgrün */
.g-c { background: #fff6e6; }   /* hellorange */
.g-cp { background: #f3e6ff; }  /* hellviolett */
