.Lexi_Map {
  width: 740px;
  background-image: url(https://burning-bridges.de/design/map2.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 567px;
  position: relative;
}

.Lexi_Map svg {
  display: block;
  width: 630px;
  height: auto;
  position: relative;
  top: -51px;
  left: 44px;
}

.Lexi_Map #states > *.on {
	fill: rgba(255, 255, 255, 0.65)
}

.Lexi_Map #tooltip{
  display: none;
  pointer-events: none;
  font-family: abril fatface;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: absolute;
  top: 30px;
  width: 250px;
  text-align: center;
  left: 1px;
  border-bottom: 1px solid var(--designoutlinesec);
  color: var(--designhighlight);
  padding-bottom: 6px;
 white-space: nowrap;
}

.area-div {
    display: none; /* Initially hidden */
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}
