#schlussbalken {
  bottom: 0;
  position: relative;
  width: 100%;
  height: 10px;
  margin: 0 0 10px 0;
  background-color: #467d95;
  border-radius: 2px;
}

html {
  font-family: "UnitRoundedWebPro-Light", sans-serif;
  width: 100%;
  max-width: 650px;
  min-width: 320px;
  height: 960px;
}

body {
  width: 100%;
  position: relative;
  height: 960px;
}

.text {
  font-family: "UnitRoundedWebPro-Light", sans-serif;
  color: #4b647d;
  font-size: 12px;
}

#methodischeErlaeuterungen {
  margin-top: 5px;
}

span {
  margin-right: 5px;
}
#legend {
  display: flex;
  justify-content: space-evenly;
  width: 390px;
  margin-left: 40px;
}
