.teilhabe .map {
  height: 300px;
}

@media (min-width: 992px) {
  .teilhabe .map {
    position: sticky;
    top: 6rem;
  }
}

.pointer {
  cursor: pointer;
}

.selected-row {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.max-numbers-hint {
  text-align: center !important;
  padding: 1rem !important;
  border-bottom: 0 !important;
}

.mastr_nr_der_einheit #windwerkzeug-none,
.mastr_nr_der_einheit #pvfreiwerkzeug-none {
  display: none;
}

.teilhabe tr.data-row {
  transition: all 350ms ease;
}

.teilhabe tr.data-row:hover {
  background-color: var(--color-blue-light);
  color: var(--color-white);
}

.teilhabe h2 {
  margin-top: 2rem;
}

td.teilhabe-leistung,
td.teilhabe-euro,
td.teilhabe-qm,
td.teilhabe-prozent,
th.teilhabe-leistung,
th.teilhabe-euro,
th.teilhabe-qm,
th.teilhabe-prozent {
  text-align: right;
}

.ortsteil-row {
  font-size: 0.8rem;
  td:first-child {
    padding-left: 1rem;
  }
}