svg, .panzoom {
  display:block;
  cursor: pointer;
}

.parent {
    width: 725.67px;
    height: 725.67px;
}

.panzoom {
    float: left;
    background-color: #C6C6C6;
}

.legende {
    float: left;
}

.hover:hover{
    stroke: #0043af;
    stroke-linecap: "butt";
    stroke-width: 2;
}

#tooltip {
  background: #ffffff;
  border: 1px solid grey;
  border-radius: 5px;
  padding: 5px;
  font-family: Calibri;
  font-size: 11pt;
  z-index:9999;
  position: absolute;
  display: none;
}
