body[data-step="0"] .nextbike-marker {
    pointer-events: none !important;
}

.pm-legend {

    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem;
    display: flex;
    align-items: center;
}

 /* media */
@media (max-width: 768px) {
    .pm-legend {
        top: 1rem;
        left: 4rem;
        bottom: auto;
        display: none;
    }

    body.is-mobile-draw-mode .pm-legend {
        display: flex;
    }



}

body[data-type="form"] .pm-legend {
    display: none;
}

.logo-ostrava {
    position: absolute;
    top: 1.75rem;
    width: 150px;
    left:  2rem;
    z-index: 5;
  }

  .logo-ostrava img {
    max-width: 100%;
  }

  .logo-fajnova {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 120px;
    z-index: 5;
  }

  .logo-fajnova img {
    max-width: 100%;
  }

  .app__header {
    min-height: 300px;
  }

  .app__title {

  }

  .app__header::before {
    content: "";
    position: absolute;
    top: 0;
    height: 40%;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8) 0, transparent);
  }


