.ContactMap-map {
  display: flex;
  width: 80%;
  margin: 2rem auto;
}

.ContactMap-region {
  display: none;
}

.cls-1 {
  fill: url('#Unbenannter_Verlauf');
}

.cls-2 {
  pointer-events: all;
  cursor: pointer;
  fill: transparent;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

.cls-2:hover,
  .cls-2.is--active {
    fill: green;
  }
