body.bike #page-footer {
  margin-top: 0px;
}
body.bike #info-box {
  display: none;
}

#map {
  height: 75vh;
  max-height: 800px;
  width: 100%;
  transform: translateY(-9%);
}

#poimapPopup {
  background-color: rgba(0, 0, 0, 0.5);
}
#poimapPopup .popup-content {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-height: 85vh;
  width: 50%;
  max-width: 650px;
}
#poimapPopup .popup-content p {
  font-size: 1rem;
  line-height: 1.1;
}
#poimapPopup .popup-content .header #name {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}
#poimapPopup .popup-content .header .info-wrapper {
  color: black;
}
#poimapPopup .popup-content .header .info-wrapper address {
  margin-bottom: 15px;
  font-style: italic;
}
#poimapPopup .popup-content .header .info-wrapper address p {
  margin: 0px;
}
#poimapPopup .popup-content .content {
  margin-top: 20px;
  color: black;
}

#poimap-slider {
  margin-block: 40px;
}
#poimap-slider .slides .logo-slide {
  padding-inline: 0px;
}

@media screen and (max-width: 768px) {
  #poimapPopup .popup-content {
    max-height: 85vh;
    width: 90%;
    max-width: 650px;
    padding-top: 50px;
  }
  #poimapPopup .popup-content .header #name {
    font-size: 1.1rem;
  }
  #poimapPopup .popup-content .content #description {
    font-size: 14px;
  }
}/*# sourceMappingURL=poimap_style.css.map */