#node-funktionen #einleitung {
  padding: 120px 0 100px;
  background: var(--color-gradient-fallback);
  background: var(--color-gradient);
}
#node-funktionen #einleitung .h1 {
  color: #ffffff;
}
#node-funktionen #einleitung .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#node-funktionen #funktionen {
  padding: 100px 0;
}
#node-funktionen #funktionen .funktionen .funktion {
  padding: 50px 0;
  border-bottom: 1px solid var(--color-primary);
}
#node-funktionen #funktionen .funktionen .funktion:first-of-type {
  padding-top: 0;
}
#node-funktionen #funktionen .funktionen .funktion .content {
  margin-bottom: 30px;
}
#node-funktionen #funktionen .funktionen .funktion .content .icon {
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
}
#node-funktionen #funktionen .funktionen .funktion .content .icon svg .st0 {
  fill: var(--color-primary);
}
#node-funktionen #funktionen .funktionen .funktion .details .text-items + .h4 {
  margin-top: 30px;
}
#node-funktionen #funktionen .funktionen .funktion .button-wrapper {
  margin-top: 30px;
}
#node-funktionen #funktionen .funktionen .funktion .button-wrapper .button {
  width: 100%;
}
#node-funktionen #tabelle {
  padding: 0 0 100px 0;
}
#node-funktionen #tabelle .h1 {
  margin-bottom: 50px;
  position: relative;
  z-index: 20;
}
#node-funktionen #tabelle .untertitel {
  position: relative;
  z-index: 20;
}
#node-funktionen #tabelle .tabelle {
  margin-top: 50px;
}
#node-funktionen #tabelle .tabelle .table-header {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  background-color: #ffffff;
  position: sticky;
  top: 100px;
  left: 0px;
  z-index: 10;
  isolation: isolate;
  margin: 0 -7vw;
  margin-bottom: 500px;
  padding: 0 7vw;
}
#node-funktionen #tabelle .tabelle .table-header::before {
  content: '';
  width: 100vw;
  height: 111px;
  background-color: #ffffff;
  position: absolute;
  bottom: calc(100% - 0px);
  left: -7vw;
  z-index: -1;
}
#node-funktionen #tabelle .tabelle .table-header .row {
  color: #ffffff;
  background-color: var(--color-primary);
  font-weight: 700;
  text-align: center;
  padding: 20px 20px 20px 30px;
  position: relative;
  z-index: 11;
  border-top-right-radius: 10px;
}
#node-funktionen #tabelle .tabelle .table-header .row .label {
  position: absolute;
  bottom: 100%;
  left: 20px;
  background-color: var(--color-primary-light);
  padding: 5px 15px;
  font-size: var(--font-size-smaller);
  line-height: var(--line-height-smaller);
  font-weight: 600;
  color: var(--color-primary);
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
}
#node-funktionen #tabelle .tabelle .table-header .row:first-of-type {
  padding: 20px 30px 20px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
}
#node-funktionen #tabelle .tabelle .table-header .row:first-of-type .titel {
  position: relative;
  z-index: 11;
}
#node-funktionen #tabelle .tabelle .table-header .row:first-of-type .titel::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  right: -30px;
  top: 0;
}
#node-funktionen #tabelle .tabelle .table {
  position: relative;
  z-index: 5;
  margin-top: -500px;
}
#node-funktionen #tabelle .tabelle .table .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  text-align: center;
  padding: 20px 10px;
  border-bottom: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
}
#node-funktionen #tabelle .tabelle .table .row:not(.buttons) .value:nth-of-type(2) {
  position: relative;
}
#node-funktionen #tabelle .tabelle .table .row:not(.buttons) .value:nth-of-type(2):before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  right: -10px;
  top: 0;
}
#node-funktionen #tabelle .tabelle .table .row.buttons {
  padding: 20px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#node-funktionen #tabelle .tabelle .table .row .value {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#node-funktionen #tabelle .tabelle .table .row .value i {
  color: var(--color-primary);
}
#node-funktionen #tabelle .tabelle .table .row .value:not(:has(i)) {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}
#node-funktionen #tabelle .tabelle .table .row .label {
  grid-column-end: span 2;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 20px;
}
