.locations {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
}

.locations > div {
  flex: 1 1 312px;
}

.contact-phone {
  margin-bottom: 0;
}
.contact-mail {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .contact-mail {
    margin-bottom: 72px;
  }
}

.place {
  margin-bottom: 36px;
}

.paragraph--type--standort > div:nth-child(2) {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.paragraph.paragraph--type--standort.paragraph--view-mode--default > div:nth-child(4) {
  margin-top: 25px;
  margin-bottom: 30px;
}

.geolocation-map-container {
  height: 300px;
  width: 100%;
}
@media (min-width: 992px) {
  .geolocation-map-container {
    height: 500px;
    width: 250px;
  }
}
@media (min-width: 991px) and (max-width: 1264px){
.contact-place {
  width: 138%; /* Zeilenabbruch verhindern*/
  }
}

/*mail*/
.paragraph.paragraph--type--standort.paragraph--view-mode--default > div > a{
  color: #005B81;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 0;
}
.paragraph.paragraph--type--standort.paragraph--view-mode--default > div > a:hover {
  color: #005B81!important;
}

.leaflet-container a {
  color: black;
}

