 #mapVerkehr{
 height:320px;
 width:320px;
}
 
 #overlayVerkehr{
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:rgba(255,255,255,0.95);
 z-index:10;
 display:flex;
 justify-content:center;
 align-items:center;
}

#overlayVerkehr.hidden{
 display:none;
}

#overlay-contentVerkehr{
 width:600px;
 max-width:90%;
 background:white;
 padding:30px;
 border-radius:10px;
 box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

#closeVerkehr{
 position:absolute;
 top:20px;
 right:20px;
 font-size:20px;
 border:none;
 background:none;
 cursor:pointer;
}

.baustelle p {
  margin: 2px 0;
  line-height: 1.2;
}

.baustellen-liste {
  padding-left: 18px;
  margin: 6px 0;
}

.baustellen-item {
  cursor: pointer;
  margin: 4px 0;
}

.baustellen-item:hover {
  background:#f0f0f0;
}

#infoVerkehr {
  max-height: 320px;
  overflow-y: auto;
}