
table {
    width: 100%;
    border-collapse: collapse;
}

table > tbody > tr:hover {
  background-color: #f5f5f5;
}

table th, table td {
    border: 1px solid #ddd !important;
    border-bottom-width: 2px;
    overflow-x: auto;
    min-height: 0.01%;
    padding: 8px;
}

thead tr th {
    background-color: #f3f3f3;
}

h1 a {
    text-decoration: none;
    color:rgba(0, 0, 0, 0.9);
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

/* Wenn die Bildschirmbreite unter 1200 px fällt */
@media (max-width: 1200px) {
    .center-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
      }
}

/* Falls erforderlich, kann die Schriftgröße auch unter 500px weiter angepasst werden */
@media (max-width: 800px) {
    .center-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
      }
}
