.map-block{
    position: relative;
    width: 100%;
    padding-bottom: 132%;
    background: url(/wp-content/uploads/2025/01/Deutschlandkarte.png) center center transparent no-repeat;
    background-size: cover;
}
.position-map-pin{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1px;
    height: 1px;
    justify-content: end;
}
.map-pin{
    position: absolute;
    margin-top: -100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 40px;
}
.map-pin img{
    position: relative;
    width:30px;
    height: auto;
    margin-top:0;
    -webkit-transition:all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.map-pin.bigger img{
    width:40px;
    -webkit-transition:all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top:-14px;
}
.sity-list{
    display: flex; 
    gap: 30px; 
    padding-left: 60px;
}

.map-pin.bigger{
    width:40px;
}

@media screen and (max-width: 991px){
    .sity-list{
        padding-left: 0;
        padding-top: 30px;
    }
}
.city-name{
    font-size: 12px;
    color:#1C5491;
    background-color: #ffffff;
    border:solid 1px #c7d6e4;
    padding: 2px 5px;
    text-align: center;
  margin-top: 3px;
}
.stadt{
    font-family: "Trim", Sans-serif;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color:#1C5491;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 991px){
    .stadt{
        font-size: 18px;
        line-height: 32px;
    }
}
.square-img-position{
    position: absolute;
  width: calc(60% + 30px);
  left: calc(20% - 15px);
  top: 15vh;
  z-index: 300;
  background-color: #ffffff;
  padding: 35px 15px 15px 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  display: none;
}
.square-img{
    position:relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1C5491;
    background-size: cover;
    width: 100%;
    padding-bottom: 100%;
}
.img-close{
    position: absolute;
    top: 5px;
    right: 5px;
    background-size: 12px;
}
.img-close:focus, .img-close:focus-visible{
    border: none;
    box-shadow: none;
}