.tx-ig-maps {
  position: relative;
}

.tx-ig-maps .igMapFilters {
  margin-bottom: 30px;
}

.tx-ig-maps .igMapFilters #igMapSearch {
  display: inline-block;
  width: calc(100% - 124px);
}

.tx-ig-maps .igMapFilters #igMapFilterCountryWrapper {
  display: inline-block;
  width: 80%;
}

.tx-ig-maps .igMapFilters #igMapFilterSubmit {
  display: inline-block;
  width: 124px;
  vertical-align: top;
}

.tx-ig-maps #igMap {
  width: 100%;
  height: 580px;
}

.tx-ig-maps .mapLoader {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}

.tx-ig-maps .mapLoader svg {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}

.tx-ig-maps .infoWindow .links a {
  font-family: 'Open Sans', Open-Sans, Arial, sans-serif;
  position: relative;
  font-size: 12px;
  font-weight: 600;
}

.tx-ig-maps .infoWindow .links a:after {
  position: absolute;
  content: "\e903";
  font-family: mission-leben-icons;
  font-size: 22px;
  right: -15px;
}

.infoWindow {
  color: #333333;
  font-family: "Droid Serif",serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  width: 100%;
  margin: 21px 0 21px 15px;
  padding-right: 15px;
}

@media (min-width: 767px) {
  .infoWindow {
    min-width: 450px;
  }
}

.infoWindow .markerImage {
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .infoWindow .markerImage {
    display: none;
  }
}

.infoWindow .markerName {
  font-family: "Roboto",sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .infoWindow .markerName {
    max-width: 270px;
  }
}

.infoWindow .markerAddress, .infoWindow .markerPhone, .infoWindow .markerPerson, .infoWindow .markerEmail, .infoWindow .markerWww {
  margin-top: 10px;
  width: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.infoWindow .markerWww {
  margin-top: 0;
}

.infoWindow .markerEmail, .infoWindow .markerWww {
  font-family: "Roboto",sans-serif;
  font-weight: 500;
}

.infoWindow .markerPersonLabel {
  font-weight: bold;
}

.infoWindow hr {
  border: none;
  border-top: 1px solid #D6D6D6;
}

.gm-style-iw > div > div {
  overflow: hidden !important;
}

@media (max-width: 992px) {
  .tx-ig-maps .igMapFilters > form > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=ig_map.css.map */