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: #1961AC;
      stroke-linecap: butt;
      stroke-width: 1.4;
  /*  fill: grey;
      fill-opacity: 0.4; */
  }
  
  #tooltip {
    background: #f5efdb;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
    font-family: Myriad Pro, Calibri, Arial;
    font-size: 11pt;
    z-index:9999;
    position: absolute;
    display: none;
  }  