/* >= 1440px */
@media screen and (min-width: 1440px) {
  #node-funktionen #funktionen .funktionen .funktion {
    padding: 100px 0;
  }
  #node-funktionen #tabelle .h1 {
    margin-bottom: 75px;
  }
  #node-funktionen #tabelle .tabelle .table-header {
    gap: 30px;
  }
  #node-funktionen #tabelle .tabelle .table-header .row .label {
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
  #node-funktionen #tabelle .tabelle .table .row {
    gap: 30px;
  }
  #node-funktionen #tabelle .tabelle .table .row .label {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
    padding: 20px 30px;
  }
  #node-funktionen #tabelle .tabelle .table .row .value {
    padding: 20px 30px;
  }
  #node-funktionen #tabelle .tabelle .table .row .value:not(:has(i)) {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
  }
  #node-funktionen #tabelle .tabelle .table .row:not(.buttons) .value::before,
  #node-funktionen #tabelle .tabelle .table .row:not(.buttons) .value:nth-of-type(2)::before {
    width: calc(100% - 60px);
    left: 30px;
  }
}
/* >= 1600px */
@media screen and (min-width: 1600px) {
  #node-funktionen #einleitung {
    padding-top: 250px;
  }
  #node-funktionen #tabelle .tabelle {
    margin-top: 125px;
  }
  #node-funktionen #tabelle .tabelle .table-header {
    gap: 40px;
  }
  #node-funktionen #tabelle .tabelle .table-header .row,
  #node-funktionen #tabelle .tabelle .table-header .row:first-of-type {
    padding: 50px 60px;
  }
  #node-funktionen #tabelle .tabelle .table .row {
    gap: 40px;
  }
  #node-funktionen #tabelle .tabelle .table .row .label {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
    padding: 20px 30px;
    margin-right: 20px;
  }
  #node-funktionen #tabelle .tabelle .table .row .value {
    padding: 25px 60px;
  }
  #node-funktionen #tabelle .tabelle .table .row .value:not(:has(i)) {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
  }
  #node-funktionen #tabelle .tabelle .table .row:not(.buttons) .value::before,
  #node-funktionen #tabelle .tabelle .table .row:not(.buttons) .value:nth-of-type(2)::before {
    width: calc(100% - 120px);
    left: 60px;
  }
  #node-funktionen #tabelle .tabelle .table .row.buttons .value {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* >= 1921px */
