body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f8f9fa;
  margin: 0;
}

.logo {
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 60px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
}

.hero {
  background-image: url("images/pozadi.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 160px 0 80px; /* přidáme prostor navíc nahoře pod menu */
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 1.1rem;
  font-weight: bold;
}

hr {
  margin: 1rem 0;
  border-top: 2px solid #dee2e6;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: #fff; /* nebo jiná barva pozadí */
  border-top: 1px solid #dee2e6;
}
.map-container {
  height: calc(100vh - 650px); /* uprav výšku podle obsahu nad mapou */
  min-height: 200px;
}
