.headertable {
  display: flex;
  width: 1100px;
  margin: auto;
}

/* ───────── GLOBAL BLOCKS ───────── */
.headertable_tower,
.headertable_story,
.headertable_news,
.headertable_gesuche {
  height: 180px;
  padding: 10px;
  box-sizing: border-box;
}

.headertable_highlight {
  width: 140px;
  background: var(--light-background);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.headertable_highlight-icon {
  width: 120px;
 /* filter: invert(1); */
}

.headertable_story {
  width: 320px;
  background: var(--base-color);
  color: var(--maincolor-text);
}

.headertable_news {
  width: 320px;
  background: var(--base-color);
  color: var(--maincolor-text);
}

.headertable_gesuche {
  width: 320px;
  background: var(--base-color);
  color: var(--maincolor-text);
}

.headertable_title {
  font-family: var(--font-heading);
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--muted-tone);
  text-transform: lowercase;
}

.headertable_scroll {
  max-height: 130px;
  overflow-y: auto;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 15px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  text-align: justify;
}