#geonews-map {
  width: 100%;
  height: 500px;
}

.news #map {
  width: 100%;
  height: 70vh;
  margin-bottom: 20px;
}

#map-navigation {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 1040;
}

.modal {
  display: block;
  background-color: rgba(204, 225, 240, 0.8);
  border-radius: 25px;
}

.navigation-bar {
  background: #0069B4;
  display: none;
}

.navigation-bar-content {
  color: #FFF;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

a.button-back {
  display: block;
  height: 20px;
  background-image: url(../Images/icon-back.svg);
  background-position: center left;
  background-repeat: no-repeat;
  overflow: hidden;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 2px;
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
}
a.button-back:hover {
  color: #FFF;
  text-decoration: none;
}

a.button-info {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../Images/icon-info.svg);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
a.button-info:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.leaflet-top {
  margin: 0;
  padding: 10px;
}

.leaflet-control-container .leaflet-top {
  height: 100%;
  width: 380px;
  max-width: 100%;
}
.leaflet-control-container .leaflet-top.leaflet-left {
  padding-right: 70px;
}
.leaflet-control-container .leaflet-top.leaflet-right {
  padding-left: 70px;
}

.leaflet-top .leaflet-control {
  margin: 0;
}

.button-bar {
  margin: 0 auto;
  margin-top: 30px;
  z-index: 1050;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
}

.filter-control,
.search-control {
  width: 50px;
  height: 50px;
  background-color: #CCE1F0;
  border-radius: 25px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0.9;
  z-index: 1050;
  transition: opacity 0.2s ease-in;
}

.filter-control.active,
.search-control.active {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}

.filter-control:hover,
.search-control:hover {
  opacity: 1;
}

.filter-control .filter-panel,
.search-control .search-panel {
  display: flex;
  justify-content: space-between;
}
.filter-control .filter-title {
  width: 100%;
  font-size: 15px;
  line-height: 50px;
  color: #0069B4;
  font-family: "Merriweather",serif;
}

.search-control .search {
  background-color: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  color: #0069B4;
  font-size: 15px;
  outline: 0;
  font-family: "Merriweather",serif;
}

.filter-control .filter-form,
.search-control .search-result {
  margin: 0;
  padding: 10px;
}
.search-control .search-result {
  display: none;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 30px;
}
.search-control .search-result li {
  margin-bottom: 8px;
}


.filter-form select.form-control {
  margin-bottom: 20px;
  padding: 5px 0;
  border: none;
  border-top: 1px solid black;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%231475BA' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right center/10px 12px;
  appearance: none;
  -webkit-appearance: none;
}

.search-control .search-result.active {
  display: block;
  flex-grow: 1;
  overflow: scroll;
}

.map-button {
  width: 50px;
  height: 50px;
}
.map-button:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.map-button.filter-close:before,
.map-button.search-close:before {
  background-image: url(../Images/icon-close.svg);
}

.map-button.search-open:before {
  background-image: url(../Images/icon-search.svg);
}

.map-button.filter-open:before {
  background-image: url(../Images/icon-filter.svg);
}

.leaflet-popup {
  width: 310px;
}

.leaflet-popup-content h4 {
  font-size: .9rem;
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
}

.leaflet-popup-content p {
  font-size: .75rem;
  line-height: 1.5;
}

.leaflet-popup-content a:first-child {
  display: block;
}
.leaflet-popup-content a:first-child img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.leaflet-popup-content a.read-more.klimaprojekt {
  display: block;
  background-image: url(../Images/icon-tree.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 42px;
  padding-top: 25px;
  height: 45px;
  font-family: "Merriweather",serif;
}
