#bemassung rect:hover {
  fill: #0b228b;
}

#highlighting path:hover {
  fill: blue;
  transition: all 0.5s linear;
}

#tooltips g {
  opacity: 0;
  transition: all 0.5s linear;
}

svg {
  width: 700px;
}
