#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;
  height: fit-content;
}

body {
  width: 100%;
  position: relative;
  height: fit-content;
  margin: 0;
}

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

span {
  margin-right: 2%;
}
.link {
  fill: none;
  stroke: #000;
  stroke-opacity: 0.2;
}
.link:hover {
  stroke-opacity: 0.5;
}
#my_dataviz {
  height: fit-content;
  width: 100%;
}
#chart {
  cursor: pointer;
}
.title {
  margin-left: 2%;
  font-weight: 600;
  font-size: 1.08rem;
  line-height: 2rem;
  font-family: "UnitRoundedWebPro-Light", sans-serif;
  color: #4b647d;
}
#legende {
  margin-left: 12%;
  max-width: 630px;
  height: fit-content;
}
#nichtbez,
#sozialhilfe,
#nichtBetroffen,
#nichtWohnhaft {
  max-height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  #sozialhilfe,
  #nichtBetroffen,
  #nichtWohnhaft {
    max-height: 30px;
    margin-bottom: 20px;
  }
  #nichtbez {
    max-height: 40px;
  }
}

@media (max-width: 440px) {
  #sozialhilfe,
  #nichtBetroffen,
  #nichtWohnhaft {
    max-height: 50px;
    margin-bottom: 20px;
  }
  #nichtbez {
    max-height: 60px;
  }
}
#lesehilfe.text {
  margin-left: 2%;
  max-width: 630px;
  font-style: italic;
}
