.mapbox_contribute_container {
    margin: 80px 0;
     /*height: 720px;
    position: relative;
    z-index: 1000; */
}

.mapbox_contribute_container h1 {
    font-family: 'Source Sans Pro';
    line-height: 60px;
    font-size: 50px;
    font-weight: 700;
    max-width: 576px;
    margin-bottom: 14px;
    color: #000;
}

.mapbox_contribute_container h2.subtitle {
  margin-top: 40px;
  color: #222;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Source Sans Pro';
  letter-spacing: 0.5px;
}

.mapbox_map_area {
  margin-top: 40px;
}

.leaflet-popup-content img {
    border-radius: 8px;
    margin-bottom: 10px;
}

.projekt_link:hover {
  color: unset;
}

.usage_intro {
  font-family: 'Source Sans Pro';
  font-size: 15px !important;
  line-height: 20px;
  font-weight: bold;
}

.popup_img_area {
  text-align: center;
}

.popup_thumbnail {
  width: 100px !important;
}

.status_area p {
  text-transform: capitalize;
}

.map_credits_icons {
  text-align: right;
  font-size: 12px;
}

.icons_link {
  color: #0078a8 !important;
}

.icons_link:hover, .leaflet-control-attribution.leaflet-control a:hover {
  opacity: 0.8;
  color: #0078a8 !important;
}

.maps-marker-pro .mmp-control-filters label span {
  padding: 0px 2px 0px 2px;
}

.maps-marker-pro .mmp-control-filters label:nth-of-type(1) span {
  background-color: #30dfab;
}

.maps-marker-pro .mmp-control-filters label:nth-of-type(2) span {
  background-color: #102FAC;
  color: #fff;
}

.maps-marker-pro .mmp-control-filters label:nth-of-type(3) span {
  background-color: #22C3E6;
}

.maps-marker-pro .mmp-control-filters label:nth-of-type(4) span {
  background-color: #FA5252;
  color: #fff;
}

/* Mapsmaker */
.maps-marker-pro .leaflet-popup-content-wrapper {
  border-radius: 0;
}

.maps-marker-pro .leaflet-popup-content {
  margin: -1px -1px 10px;
  height: auto !important;
}

.custom-content {
  padding: 10px 7px 0;
}

.maps-marker-pro .popup-title {
  padding: 4px 7px;
  background-color: #3094f2;
  color: white;
  font-weight: bold;
  font-size: 15px;
}

.popup-title-name {
  max-width: 94%;
}

.mmp-popup-text p {
  font-size: 12px;
  margin: 5px 0 15px;
  line-height: 15px;
}

.mmp-popup-text a {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #3094f2;
}

.leaflet-popup-close-button {
  color: #fff !important;
}

@media (max-width:720px) {
  .mapbox_contribute_container {
    height: auto;
    display: block;
    margin-bottom: 40px;
  }

  .mapbox_contribute_container h1 {
    line-height: 30.17px;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 900;
  }

  .mmp-map.leaflet-container {
  	height: 600px !important;
  }

}
