/* >= 768px */
@media screen and (min-width: 768px) {
  #node-funktionen #einleitung {
    padding-top: 150px;
  }
  #node-funktionen #einleitung .h1.big {
    margin-bottom: 100px;
  }
  #node-funktionen #einleitung .button-wrapper {
    flex-direction: row;
    gap: 30px;
  }
  #node-funktionen #funktionen .funktionen .funktion .content .icon {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
  }
  #node-funktionen #funktionen .funktionen .funktion .button-wrapper .button {
    width: auto;
  }
}
/* >= 1024px */
@media screen and (min-width: 1024px) {
  #node-funktionen #einleitung .h1:not(.big) {
    padding-right: 40%;
  }
  #node-funktionen #funktionen .funktionen .funktion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    padding: 75px 0;
  }
  #node-funktionen #funktionen .funktionen .funktion .content {
    margin-bottom: 0;
  }
  #node-funktionen #funktionen .funktionen .funktion .content .h1 {
    margin-bottom: 0;
  }
  #node-funktionen #tabelle .tabelle {
    margin-top: 100px;
  }
  #node-funktionen #tabelle .tabelle .table-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    top: auto;
    left: auto;
    background-color: transparent;
    padding: 0;
    gap: 20px;
    margin: 0;
  }
  #node-funktionen #tabelle .tabelle .table-header:before {
    display: none;
  }
  #node-funktionen #tabelle .tabelle .table-header .row {
    background-color: var(--color-primary);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  #node-funktionen #tabelle .tabelle .table-header .row:first-of-type {
    grid-column-start: 2;
    border-top-right-radius: 10px;
  }
  #node-funktionen #tabelle .tabelle .table-header .row:first-of-type .titel::before {
    display: none;
  }
  #node-funktionen #tabelle .tabelle .table {
    margin-top: 0;
  }
  #node-funktionen #tabelle .tabelle .table .row {
    grid-template-columns: 1fr 1fr 1fr;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0;
  }
  #node-funktionen #tabelle .tabelle .table .row:not(.buttons) .value::before,
  #node-funktionen #tabelle .tabelle .table .row:not(.buttons) .value:nth-of-type(2)::before {
    content: '';
    width: calc(100% - 40px);
    background-color: var(--color-primary);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: auto;
    top: auto;
  }
  #node-funktionen #tabelle .tabelle .table .row .value {
    padding: 20px;
    border-left: 1px solid var(--color-primary);
    border-right: 1px solid var(--color-primary);
    position: relative;
  }
  #node-funktionen #tabelle .tabelle .table .row .label {
    grid-column-end: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding: 20px;
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
    text-align: left;
    border-bottom: 1px solid var(--color-primary);
  }
  #node-funktionen #tabelle .tabelle .table .row.buttons .value:first-of-type {
    grid-column-start: 2;
  }
  #node-funktionen #tabelle .tabelle .table .row.buttons .value {
    border-bottom: 1px solid var(--color-primary);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #node-funktionen #tabelle .tabelle .table .row.buttons {
    padding: 0;
  }
}
/* >= 1248px */
@media screen and (min-width: 1248px) {
  #node-funktionen #einleitung {
    padding-top: 200px;
  }
  #node-funktionen #funktionen {
    padding: 150px 0;
  }
  #node-funktionen #tabelle {
    padding-bottom: 150px;
  }
  #node-funktionen #tabelle .tabelle .table-header .row {
    padding: 30px;
  }
  #node-funktionen #tabelle .tabelle .table-header .row .titel {
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
  }
}
