.lsmg-datenbank-tooltip {
  pointer-events: none;
  font-family: monospace;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  max-width: 50ch;
  padding: 0.1rem 0.25rem;
  background: #fffb;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
