table {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}

th,
td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

.trennung td {
    border-bottom: 2px solid #333;
}

caption {
    caption-side: bottom;  /* 👈 DAS macht die Unterschrift unten */
    text-align: center;
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
}