dfn {
#   Zuweisung aus TYPO3-CSS rückgängig machen
  position: relative;
  left: 0em;
  top: 0em;
}

.tooltip {
//  color: #8A4B08;
  color: #ed7102;
  cursor: help;
  position: relative;
  font-style: normal;
}

.tooltip span[role=tooltip] {
  display: none;
}

.tooltip:hover span[role=tooltip] {
  display: block;
  position: absolute;
  bottom: 2em;
  left: -6em;
  width: 15em;
  padding: 0.5em;
  z-index: 100;
  color: #000;
  background-color: #ffffff;
  border: solid 1px #8A4B08;
  border-radius: 0.2em;
}

