.tx-ig-map {
  position: relative;
}
.tx-ig-map .igMapFilters {
  margin-bottom: 30px;
}
.tx-ig-map #igMap {
  width: 100%;
  height: 500px;
}
.tx-ig-map .mapLoader {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.tx-ig-map .mapLoader svg {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.tx-ig-map .infoWindow .links a {
  font-family: 'Open Sans', Open-Sans, Arial, sans-serif;
  position: relative;
  font-size: 12px;
  font-weight: 600;
}
.tx-ig-map .infoWindow .links a:after {
  position: absolute;
  content: "\e903";
  font-family: mission-leben-icons;
  font-size: 22px;
  right: -15px;
}
@media (max-width: 767px) {
  .tx-ig-map .igMapFilters > form > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
}
