@charset "UTF-8";
.maps__stage {
  position: relative;
  height: 400px;
  background-image: url(../icons/map-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 96px; }
  .maps__stage .ol-zoom {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10; }
    .maps__stage .ol-zoom button {
      margin-bottom: 8px;
      border: 0px solid transparent;
      border-radius: 8px;
      padding: 0;
      width: 32px;
      height: 32px;
      line-height: 32px;
      background-color: #0073aa;
      color: #fff; }
  .maps__stage .info {
    position: absolute;
    background-color: #ffffff;
    border-radius: 4px;
    border: 0px solid #333333;
    bottom: 48px;
    left: -125px;
    padding: 8px;
    min-width: 250px;
    font-size: 16px;
    box-shadow: 0 0 4px #333333; }
    .maps__stage .info--close {
      position: absolute;
      top: 4px;
      right: 4px;
      border-radius: 100%;
      width: 25px;
      height: 25px;
      background-color: #fff;
      cursor: pointer; }
      .maps__stage .info--close:before {
        content: "✖";
        position: absolute;
        top: 0;
        left: 6px; }
    .maps__stage .info__wrapper {
      padding: 8px;
      font-size: 0.8em;
      line-height: 1.4em; }
.maps__map {
  height: 100%; }
.maps__copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  z-index: 5; }
.maps__meta {
  position: relative;
  height: 0;
  overflow: hidden; }

/*# sourceMappingURL=style.css.map */
