main {
  padding: 0 15px 50px;
}

@media screen and (min-width: 992px) {
  main {
    padding-left: calc((100% - 940px) / 2);
    padding-right: calc((100% - 940px) / 2);
  }
}
@media screen and (min-width: 992px) {
  #expandableArea {
    position: relative;
    width: calc(100vw - 24px);
    left: calc((100vw - 752px) / -2 + 12px);
  }
}
@media screen and (min-width: 1172px) {
  #expandableArea {
    width: 1140px;
    left: -194px;
  }
}

article {
  width: 100%;
}

#expandTable {
  margin-bottom: 25px;
  margin-left: 16px;
}
@media screen and (min-width: 992px) {
  #expandTable {
    display: block;
    margin-left: calc((100% - 752px) / 2);
  }
}

#expandTable:focus {
  outline: none;
}

.scrollable-table {
  font-size: 14px;
  max-height: 90vh;
  overflow: auto;
  display: inline-block;
  width: 100%;
}

.scrollable-table table {
  background-color: #ceeaf7;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
  overflow: auto;
  width: 100%;
  table-layout: fixed;
}

.scrollable-table table td,
.scrollable-table table th {
  border-bottom: 1px solid white !important;
  border-right: 1px solid white !important;
  padding: 10px;
  width: 220px;
}

.scrollable-table table td:first-child,
.scrollable-table table th:first-child {
  position: sticky;
  left: 0;
  background: #53c1eb;
  border-left: 1px solid white !important;
  color: white;
  vertical-align: middle;
  width: 140px;
}

.scrollable-table table th,
.scrollable-table table th:first-child {
  background-color: #00a3e2;
  border-top: 1px solid white;
  color: white;
  line-height: 1;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}

.scrollable-table table th:first-child {
  z-index: 10;
  position: sticky;
}

.scrollable-table table th .th-text {
  padding-top: 5px;
}

.scrollable-table table th img {
  max-height: 30px;
  margin-left: 10px;
}

.scrollable-table table td.green {
  background-color: #add49d;
}

.scrollable-table table td.lightred {
  background-color: #f3cbc0;
}

.scrollable-table table td.red {
  background-color: #e89882;
}

.scrollable-table table td.orange {
  background-color: #f9d8a1;
}

.scrollable-table ul {
  padding-inline-start: 20px;
}

#scrollbarTop {
  overflow-x: scroll;
  overflow-y: hidden;
}

#scrollbarTop {
  height: 20px;
}

#scrollbarInner {
  height: 20px;
}

/*# sourceMappingURL=table-haltungsform-wechsel.css.map */
