html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
}

text {
  font-family:'Poppins', sans-serif;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
}

:focus {
  outline: 0;
}

/* Additions as seen on U-Bahn */
@media screen and (max-width: 1000px) {
  .footer-container {
    font-size: 0.73rem !important;
  }
}

.footer-container {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0.94;
  color: #101010;
  font-size: 0.83rem;
}

.main-footer {
  position: fixed;
  bottom: 0;
}

#footer-center {
  display: flex;
  padding: 3px 2px 3px 2px;
}

#footer-center {
  font-weight: bold;
}

.main-footer{
  background-color: white;
}

.legend-container {
  position: fixed;
  top: 20px;
  right: 50px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 8px;
  z-index: 1000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  max-width: 440px;
}


.legend-container h3 {
  margin-top: 0px;
  font-size: 12px;
  font-weight: bold;
}

#legend-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#legend-list li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.legend-color-box {
  position: relative;
  width: 48px;
  height: 3px;
  margin-right: 8px;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
}

.legend-line-base,
.legend-line-overlay {
  position: absolute;
  left: 0;
  width: 100%;
}

.legend-line-base {
  top: 0;
  height: 100%; /* full height for the solid base */
}

.legend-line-overlay {
  height: 50%;       /* half the height */
  top: 25%;          /* centered vertically */
  background-image: repeating-linear-gradient(
    to right,
    white 0,
    white 4px,
    transparent 4px,
    transparent 9px
  );
}

/*#map-wrapper {
  display: inline-block;
  border: 1px solid black;
  padding: 10px;
  background-color: white;
}*/










