th {
  position: relative;
}

th.sorted-asc::after {
  content: "▲";
  position: absolute;
  right: 4px;
}

th.sorted-desc::after {
  content: "▼";
  position: absolute;
  right: 4px;
}


#klosterliste {
  table-layout: fixed;
  width: auto;        /* wichtig: NICHT 100% */
}

#klosterliste th {
  padding-right: 1.2em;   /* Platz für Pfeile */
  white-space: nowrap;    /* verhindert Umbrüche */
}

#klosterliste th.sorted-asc::after,
#klosterliste th.sorted-desc::after {
  position: absolute;
  right: 6px;
}

#klosterliste th {
  position: relative;     /* nötig für absolute Pfeilposition */
}

#klosterliste th:nth-child(1) { width: 1rem; max-width: 2rem; }
#klosterliste th:nth-child(2) { width: 1rem; max-width: 3rem; }
#klosterliste th:nth-child(3) { width: 1rem; max-width: 10rem; }
#klosterliste th:nth-child(4) { width: 1rem; max-width: 8rem; }
#klosterliste th:nth-child(5) { width: 1rem; max-width: 1rem; }
#klosterliste th:nth-child(6) { width: 0.5rem; max-width: 1rem; }
#klosterliste th:nth-child(7) { width: 1rem; max-width: 10rem; }
#klosterliste th:nth-child(8) { width: 1rem; max-width: 10rem; }

/* Spalte 9: KEINE Breite → flexibel */
#klosterliste th:nth-child(9),
#klosterliste td:nth-child(9) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Erste Spalte (Nr) zentrieren */
#klosterliste th:nth-child(1),
#klosterliste td:nth-child(1) {
  text-align: center;
}

/* Bistum-Spalte kursiv */
#klosterliste td:nth-child(8) {
  font-style: italic;
}
/* Name-lat kursiv */
#klosterliste td:nth-child(9) {
  font-style: italic;
}

#klosterliste tr {
  scroll-margin-top: 30px;
}

/* Links ohne Unterstrich, aber mit Hover */
#klosterliste a {
  text-decoration: none;
  color: inherit;
}

#klosterliste a:hover {
  text-decoration: underline;
}

/* Zeilen-Hover */
#klosterliste tbody tr:hover {
  background-color: rgba(0,0,0,0.04);
}

#klosterliste thead th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 2;
  border-bottom: 2px solid #ccc;
}

#klosterliste .icon-lage {
  filter: grayscale(60%) brightness(80%);
  opacity: 0.8;
}

.table-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.newtab-toggle {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  opacity: 0.8;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.newtab-toggle:hover {
  opacity: 1;
}

.latname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 22ch;
}

.latname:focus-within {
    white-space: normal;
    overflow: visible;
    max-width: none;
    background: #ffffe0;
}

.disabled {
    opacity: 0.4;
    cursor: default;
    text-decoration: none;
}
