


.select_box{

  width: 300px;

}

.div_panel{
  display: flex;
  flex-direction: row;
  height:79px;;
}

.dendro_legend{
  width: 50%;

}

.div_radios {
  width: 270px;
  border-top: 2px solid #132843;
  border-bottom: 2px solid #132843;
  margin-left: 80px;
  /* margin-top: 10px; */
}
.radio_vertical input {
  margin: 0px 5px 0px 5px;
  cursor: pointer;
}

.label_radio{

  cursor: pointer;
}

.radio_vertical {
  width: 100%;
  display: flex;
  align-items: center;
  height: 25px;
  cursor: pointer;
}

.svg_vor_legend{
  width: 50%;

}

.line {
  fill: None;
  /* stroke: #132843; */
}

.a_leiste{
text-decoration: none;
color: black;

}

.line_legend{
  stroke:#132843;
  opacity: 0.6;
}

.text_legend{
color:#132843;
text-anchor: middle;
dominant-baseline: middle
}
.text_legend_beschreibung{
color:#415972;
text-anchor: end;

font-size: 10px;
letter-spacing: 1px;
}


.tooltip{
  line-height: 1.2;
}

h3 {
  font-size: 25px;  /* norm is 2em, or 32px, but work with me */
  line-height: 1;
  margin: 0;
  text-align: center;
  }

  h4{
    margin-top: 0;

  }

  .heading_div{
    padding-top: 25px;
    padding-bottom:25px;
  }

hr{

  border-left: 0;
  border-right: 0;
}
