body.fullscreen-map .ol-single-address-map-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  margin: 0;
  width: 100%;
  height: 100%;
}
body.fullscreen-map .ol-single-address-map-container .ol-single-address-map {
  position: absolute;
  margin: 0;
  height: 100%;
  width: 100%;
}
body #map-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  text-align: center;
  font-size: 110%;
  padding: 30px;
  width: 35vw;
  height: 250px;
  z-index: 1000;
  margin: auto;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
body #map-popup img {
  margin-bottom: 20px;
}
body #map-popup p {
  font-size: 120%;
}
body .ol-single-address-map-container {
  position: relative;
  background: white;
  min-height: 300px;
}
body .ol-single-address-map-container #ol-single-address-map-mobile-switcher {
  position: absolute;
  right: 100px;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: white;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  line-height: 40px;
  text-align: center;
}
body .ol-single-address-map-container a {
  color: #000000;
  text-decoration: none;
}
body .ol-single-address-map-container a:hover {
  color: #186ba6;
  text-decoration: none;
}
body .ol-single-address-map-container .ol-single-address-map {
  position: relative;
  background-color: #EDEDED;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  width: 100%;
  height: 50vh;
  z-index: 0;
  filter: grayscale(0.2);
}
body .ol-single-address-map-container .ol-single-address-map > a {
  display: none;
}
body .ol-single-address-map-container.in-box {
  min-height: 0;
}
body .ol-single-address-map-container.in-box #ol-single-address-map {
  margin-top: 0;
  height: 350px;
  pointer-events: none;
}
body .ol-single-address-map-container.in-box #ol-single-address-map * {
  pointer-events: none;
}
body .ol-single-address-map-container.in-box #ol-single-address-map .leaflet-control {
  display: none;
}
body .ol-single-address-map-container #map-action {
  cursor: pointer;
}
body .ol-single-address-map-container .leaflet-popup-content-wrapper {
  border: none;
}
body .ol-single-address-map-container .leaflet-popup-tip {
  background-color: #fff;
}
body .ol-single-address-map-container .leaflet-container a.leaflet-popup-close-button {
  top: 3px;
  right: 3px;
  font: 14px/14px Tahoma, Verdana, sans-serif;
}
body .ol-single-address-map-container .leaflet-popup-content {
  margin: 13px;
}
body .ol-single-address-map-container .leaflet-control-zoom {
  position: fixed;
  right: 0;
}
body .ol-single-address-map-container .leaflet-control-zoom a {
  background: none;
}
body .ol-single-address-map-container .leaflet-cluster-anim .leaflet-marker-icon,
body .ol-single-address-map-container .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
body .ol-single-address-map-container .leaflet-cluster-spider-leg {
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
body .ol-single-address-map-container .marker-cluster {
  border-radius: 100%;
  background-color: rgba(228, 6, 19, 0.3);
}
body .ol-single-address-map-container .marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 100%;
  font: 14px "Roboto", sans-serif;
  background-color: #E40613;
}
body .ol-single-address-map-container .marker-cluster div span {
  line-height: 30px;
  color: white;
}
@media only screen and (max-width: 600px) {
  body.fullscreen-map .ol-single-address-map-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  body.fullscreen-map .ol-single-address-map-container #ol-single-address-map {
    margin: 0;
    height: 100%;
  }
  body .ol-single-address-map-container #ol-single-address-map-mobile-switcher {
    right: 20px;
    top: 30px;
    display: block;
  }
  body .ol-single-address-map-container #ol-single-address-map-mobile-switcher.icon-arrow-up-right {
    background: url("arrow-up-right.svg") no-repeat;
    background-color: white;
    background-size: 60% 60%;
    background-position: center center;
  }
  body .ol-single-address-map-container #ol-single-address-map-mobile-switcher.icon-arrow-down-left {
    background: url("arrow-down-left.svg") no-repeat;
    background-color: white;
    background-size: 60% 60%;
    background-position: center center;
  }
}
/*# sourceMappingURL=single_address_map.css.map */