.table-section {
  padding: 120px 0;
}
.table-section table thead tr th {
  width: 10%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding: 10.5px 24px;
  min-width: 180px;
  background-color: var(--grun);
  color: var(--highlight);
}
.table-section table thead tr th:first-child {
  min-width: 100px;
  background-color: var(--highlight);
  color: #fff;
}
.table-section table tbody tr td {
  width: 10%;
  font-size: 16px;
  font-weight: 300;
  padding: 0 40px 25px 40px;
  border-top: none;
  color: var(--dunkelgrau);
  min-width: 180px;
}
.table-section table tbody tr td:first-child {
  min-width: 100px;
  padding-left: 75px;
  padding-right: 0;
}
.table-section table tbody tr td:last-child {
  padding-right: 75px;
  padding-left: 0;
}
.table-section table tbody tr:first-child td {
  padding-top: 50px;
}
@media screen and (max-width: 1440px) {
  .table-section {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .table-section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .table-section {
    padding: 50px 0;
  }
}

.table-section__heading {
  margin-bottom: 25px;
}

.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.tabs-nav li {
  flex: 1 230px;
  padding: 10.5px 24px;
  cursor: pointer;
  border-left: 1px solid #499249;
  background: #95C154;
  transition: background 0.3s;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.tabs-nav li:first-child {
  border: none;
}

.tabs-nav li.active {
  background: #499249;
}

.tab-item {
  display: none;
  padding: 50px 75px;
  border-top: none;
  background: #499249;
}
@media screen and (max-width: 1023px) {
  .tab-item {
    padding: 24px;
  }
}

.tab-content {
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.tab-content .tab-content-col {
  flex: 1 200px;
}

.tab-item.active {
  display: block;
}

.table-section.theme--green .tab-item {
  background: #FFF;
}
.table-section.theme--green .tab-content {
  color: #575756 !important;
}
.table-section.theme--green .tabs-nav li {
  border: none;
}
.table-section.theme--green .tabs-nav li.active {
  background: #fff;
  color: #575756 !important;
}
.table-section.theme--green table thead tr th {
  background-color: #95C154;
  border: 1px solid #95C154;
  border-right: 1px solid #499249;
}
.table-section.theme--green table tbody tr td {
  border: 1px solid #fff;
}

section.table-section.theme--t2 table thead tr th:first-child {
  background-color: var(--dunkelgrau);
  color: #fff !important;
}
section.table-section.theme--t2 table thead tr th {
  color: var(--dunkelgrau) !important;
}

section.table-section.theme--t4 table tbody tr td {
  color: #fff;
}
/*# sourceMappingURL=table-block.css.map */
