.hwk_mod_1 p {
  margin-bottom: 2em;
}
.mod_1_legend {
  font-size: 1.7rem;
  display: block;
  width: 100%;  
  height: 4em;
}
.mod_1_legend span:nth-child(1) {
  font-size: 2.3rem;
  float: left;
}
.mod_1_legend span:nth-child(2) {
  font-size: 2.3rem;
  float: right;
}
.mod_1_legend span:nth-child(1)::before {   
  content: '';
  height: 2.3rem;
  width: 2.3rem;
  display: inline-block;
  margin-right: 15px;  
  background: var(--color_energyGeneration);
  margin-bottom: -2px;
}
.mod_1_legend span:nth-child(2)::after {   
  content: '';
  height: 2.3rem;
  width: 2.3rem;
  display: inline-block;
  margin-left: 15px;  
  background: var(--color_sunHours);
  margin-bottom: -2px;
}

.mod_1_btn_box {
  float: right;
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: 2em;
  padding-left: 10%;
}
.mod_1_bar_wrapper {
  display: flex;
  padding: 10px;
  background-color: var(--background_lightGrey);
}
.mod_1_bar {
  height: 100%;
  text-align: center;
}
.mod_1_bar_mono {
  background-color: var(--color_energyGeneration);
  margin-right: 2px;
}
.mod_1_bar_poly {
  background-color: var(--color_sunHours);
  margin-left: 2px;
  flex-grow: 1;
}
.mod_1_row_mb {
  margin-bottom: 1em;
}
.mod_1_bar {
  font-size: 1.2em;
  color: black;
}
.mod_1_bar output {
  display: inline-block;
  font-size: 1.2em;
  color: black;
  height: 1em;
  line-height: 1em;
}