.history-window:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}
.history-window__year {
  background: rgba(0,0,0,.65);
}

#c875{
scroll-margin: 250px;
}

/* Closed: Bild auf 318px begrenzen (egal ob img in figure/picture steckt) */
.history-window[aria-expanded="false"] img {
  max-height: 318px !important;
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Open: Begrenzung wieder aufheben */
.history-window[aria-expanded="true"] img {
  max-height: none !important;
}