@media screen and (max-width: 896px) {
  .burger-menu-container {
    width: 100%;
    left: 0;
  }

  .baseline {
    font-size: 21px;
    line-height: 26px;
  }

  .section-title {
    font-size: 19px;
  }

  p {
    font-size: 16px;
  }

  .section-introduction {
    height: 180px;
  }

  .section-register,
  .section-list-cities,
  .block-text {
    padding: 12px;
  }

  .section-presentation-lokalportal,
  .section-find-your-neighborhood {
    flex-direction: column;
  }

  .image-container {
    height: 180px;
    flex: auto;
  }

  .cities-links {
    flex-direction: column;
  }

  .city-picture {
    flex: auto;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .city-picture:last-child {
    margin-bottom: 0;
  }

  .navbar .login {
    display: none;
  }
}


/*# sourceMappingURL=/landing_page_assets/mobile.7e56fffc.css.map */