.tabellenKopf {
  display: inline-block;
  color: #41328b;
  line-height: 40px;
  /* text-transform: uppercase; */
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 2px solid #41328b;
  position: sticky;
  top: 0;
}

.tabellenBody {
  min-height: 200px;
  max-height: 450px;
  overflow: auto;
  font-size: 12px;
}

.progress-table .table-head .kunden {
  font-size: 14px;
  color: #41328b;
}

.progress-table .reinigungsart {
  /* font-size: 11px; */
  padding: 1px;
  color: #41328b;

}

.progress-table .kunden {
  padding-left: 5px;
  padding-right: 5px;
  width: 140px;
}

.progress-table {
  background: #f9f9ff;
  padding: 5px 0px 20px 0px;
  min-width: 800px;
}

.kunden {
  line-height: 15px;
}

.hintergrund {
  background-color: rgba(243, 145, 0, 0.6) !important;
}

#suchtabelle {
  width: 30%;
}

#kundentabelle {
  width: 100%;
  min-width: auto;
}

.drop-down {
  border: 1px solid #41328b;
  position: absolute;
  background: #f9f9ff;
  z-index: 9000;
}

#kunden-postleitzahl {
  width: 80px;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.drop-down.hidden {
  display: none;
}

.drop-down-text-element {
  display: inline-block;
  font-family: Liberation Mono;
  margin-right: 3px;
}

.table-row.hidden {
  display: none;
}

.sortierung-aktiv {
  height: 30px;
  margin-top: -10px;
  content: url("/static/images/up-arrow.png");
}

.sortierung-aktiv-absteigend {
  height: 30px;
  margin-top: -10px;
  content: url("/static/images/up-arrow.png");

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sortierung-inaktiv {
  display: none;

}

.inactive-row {
  opacity: 0.5;
  display: none;
}
