.glossar-link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: 400;
  font-style:  normal;
  text-transform: none;
  letter-spacing: normal;
}

.glossar-link .popover {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 13rem;
  padding: 1rem;
  background-color: #0e7fe1;
  opacity: 0;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}

.glossar-link:hover .popover {
  opacity: 1;
  pointer-events: auto;
}

.popover-title {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
}

.popover-body {
  display: block;
  font-size: 0.75rem;
  line-height: 1.375;
  color: white;
}
