/* generated at 2025-11-26T21:35:23+01:00 */
/* file: plugins/Projects/resources/css/project.less */
.project--hero {
  position: relative;
  height: 750px;
  max-height: calc(100vh - 50px);
  background: var(--color-light);
}
.project--hero .background-image {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  max-width: 70%;
  max-height: 100%;
  z-index: 0;
}
.project--hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,#fafafa 31%,rgba(250,250,250,0) 56%);
  z-index: 10;
}
.project--hero p {
  color: var(--color-text);
  text-wrap: balance;
}
.project .project--hero-logo {
  max-height: 40px;
  max-width: 150px;
  margin: 0 0 1.45rem;
}
.project--title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 50;
}
.project--title h1 {
  margin-top: 0;
}
.project--content {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.project--content ul,
.project--content nav {
  list-style: none;
}
.project--content ul:first-child,
.project--content nav:first-child {
  margin-top: 0;
}
.project--content ul:last-child,
.project--content nav:last-child {
  margin-bottom: 0;
}
.project--content ul li,
.project--content nav li {
  position: relative;
  margin: 25px 0;
  padding-left: 40px;
}
.project--content ul li:first-child,
.project--content nav li:first-child {
  margin-top: 0;
}
.project--content ul li:last-child,
.project--content nav li:last-child {
  margin-bottom: 0;
}
.project--content ul li:before,
.project--content nav li:before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #82bb28;
  position: absolute;
  left: 0px;
}
.project--content ul li a,
.project--content nav li a {
  color: inherit;
  text-decoration: none;
}
.project--images {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: var(--color-light);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.project--images ul,
.project--images nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.project--images img {
  width: 100%;
  cursor: pointer;
}
.project--specs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: var(--color-light);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.project--specs-selector h3 {
  margin: 10px 0;
  cursor: pointer;
}
.project--specs-selector h3.active {
  color: #82bb28;
}
.project--more .col-inner {
  background: var(--color-background,#fff);
  border: 1px solid var(--color-border);
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  display: block;
  text-decoration: none;
  height: 100%;
  transition: border-color 0.35s ease-in-out;
}
.project--more .col-inner:hover {
  border-color: #82bb28;
}
.project--more .col-inner h2,
.project--more .col-inner h3,
.project--more .col-inner .h2,
.project--more .col-inner .h3 {
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-wrap: balance;
}
.project--more .col-inner p,
.project--more .col-inner .p {
  font-size: 1.1rem;
  margin: 1em 0;
  text-wrap: balance;
  line-height: 1.5;
  color: var(--color-text);
}
.project--more .col-inner img {
  aspect-ratio: 1.6;
  object-fit: cover;
  display: block;
  overflow-clip-margin: unset;
  overflow: hidden;
}
.project--row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.project #specs-tech-stack ul,
.project #specs-tech-stack nav,
.project #specs-leistung ul,
.project #specs-leistung nav,
.project #specs-eckdaten ul,
.project #specs-eckdaten nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.project #specs-tech-stack li,
.project #specs-leistung li,
.project #specs-eckdaten li {
  background: #fff;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 130px;
  border-radius: 5px;
}
.project #specs-tech-stack li img,
.project #specs-leistung li img,
.project #specs-eckdaten li img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.project #specs-tech-stack li .btn,
.project #specs-leistung li .btn,
.project #specs-eckdaten li .btn {
  text-decoration: none;
}
.project #specs-eckdaten li img {
  width: auto;
  height: 120px;
}
@media (max-width: 991px) {
  .project--hero .background-image {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 62%;
  }
  .project--hero:before {
    background: linear-gradient(0deg,rgba(250,250,250,0) 20%,#fafafa 62%);
  }
  .project--title {
    top: 0;
    transform: translate(-50%,40px);
  }
  .project--images ul,
  .project--images nav {
    grid-template-columns: 1fr;
  }
  .project--content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .project--specs {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .project--specs-selector {
    padding-bottom: 2rem;
  }
  .project #specs-tech-stack ul,
  .project #specs-tech-stack nav,
  .project #specs-leistung ul,
  .project #specs-leistung nav,
  .project #specs-eckdaten ul,
  .project #specs-eckdaten nav {
    grid-template-columns: 1fr;
  }
}

#grid-stack-section-688 {
  margin-top: -2em;
  padding-bottom: 5em;
}
#grid-stack-section-688 .row {
  display: flex;
  flex-wrap: wrap;
}
#grid-stack-section-688 h2 {
  margin-top: 2em;
}
#grid-stack-col-1006 img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#grid-stack-col-1301 {
  text-wrap: balance;
}
#grid-stack-col-1301 h1 strong {
  color: var(--color-green);
  display: inline;
}
#grid-stack-col-1301 h1 strong:after {
  display: none;
}
#grid-stack-col-1301 ul {
  display: flex;
  list-style: none;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 767px) {
  #grid-stack-col-1301 ul {
    flex-direction: column;
  }
}
#grid-stack-col-1301 ul li {
  display: flex;
  gap: 0.4em;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-button-outline);
  padding: 0.4em 1em;
  font-size: 0.8em;
  border-radius: 999px;
  font-weight: bold;
  line-height: 1em;
  background: #fff;
  color: var(--color-dark);
}
#grid-stack-col-1301 ul li em,
#grid-stack-col-1301 ul li i {
  color: var(--color-green);
}
#grid-stack-row-1311 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: -4rem;
}
#grid-stack-row-1311 h3 {
  margin-top: 0;
}
#grid-stack-row-1311 .col-inner {
  padding-bottom: 4rem;
}
#grid-stack-row-1311 .fal,
#grid-stack-row-1311 .far,
#grid-stack-row-1311 .fas {
  color: var(--color-green);
  font-size: 3rem;
  margin-bottom: 1rem;
}
#grid-stack-col-1316 ul {
  grid-template-columns: 1fr;
}
#grid-stack-col-1320 {
  text-align: center;
}
#grid-stack-col-1320 ul {
  display: flex;
  list-style: none;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 767px) {
  #grid-stack-col-1320 ul {
    flex-direction: column;
  }
}
#grid-stack-col-1320 ul li {
  display: flex;
  gap: 0.4em;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-button-outline);
  padding: 0.4em 1em;
  font-size: 0.8em;
  border-radius: 999px;
  font-weight: bold;
  line-height: 1em;
  background: #fff;
  color: var(--color-dark);
}
#grid-stack-col-1320 ul li em,
#grid-stack-col-1320 ul li i {
  color: var(--color-green);
}
#grid-stack-col-1327 {
  background: var(--color-green);
  padding: 0 50px;
  text-wrap: balance;
}
#grid-stack-col-1327 h2 {
  color: #fff;
}
#grid-stack-col-1327 ul {
  list-style: none;
  padding: 0;
}
#grid-stack-col-1327 ul li {
  font-weight: 600;
}
#grid-stack-col-1327 ul em,
#grid-stack-col-1327 ul i {
  opacity: 0.75;
}
#grid-stack-col-1327 .col-inner {
  text-align: left;
}
#grid-stack-section-1057 {
  padding-top: 0;
}
#grid-stack-section-640 .row {
  margin-left: 0;
  margin-right: 0;
}
#grid-stack-col-1295 {
  text-align: center;
}
#grid-stack-col-408 {
  text-align: center;
}
#grid-stack-section-630 {
  paddding-left: 15px;
  padding-right: 15px;
}
#grid-stack-section-620 {
  min-height: calc(100vh - 50px);
  align-items: center;
  display: flex;
}
#grid-stack-section-620 .container {
  width: 100%;
}
#grid-stack-col-623 img {
  margin: auto;
  display: block;
}
#grid-stack-col-623 p:first-child {
  margin-top: 0;
}
#grid-stack-section-387 {
  padding-top: 10em;
  padding-bottom: 10em;
}
@media (max-width: 768px) {
  #grid-stack-section-387 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#grid-stack-section-769 {
  --funnel-color-background: #fff;
  --funnel-color-text-headline: #000;
  --funnel-color-text: #676767;
  --funnel-color-button-background: #82bb28;
  --funnel-color-button-background-hover: #82bb28;
  --funnel-color-button-text: #fff;
  --funnel-box-shadow-skala: 0 0 0px 4px rgba(130,187,40,0.3);
  --funnel-color-border-header: #efefef;
  --funnel-font-size: inherit;
  --funnel-font-family: inherit;
  --funnel-height-header: 2em;
  --funnel-height-footer: 2em;
  --funnel-logo-height: 50px;
}
#grid-stack-section-769 #funnel main {
  min-height: calc(100vh - 50px);
}
#grid-stack-section-769 #funnel .container {
  width: 1000px;
}
#grid-stack-section-769 #funnel h2.headline {
  font-weight: 400;
}
#grid-stack-section-643 .row {
  align-items: flex-end;
}
@media (max-width: 768px) {
  #grid-stack-section-643 .row {
    flex-direction: column-reverse;
    display: flex;
  }
  #grid-stack-section-643 .row .col {
    padding-bottom: 0;
  }
}
#grid-stack-section-401 .row {
  align-items: flex-end;
}
#grid-stack-col-403 {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  #grid-stack-col-403 {
    margin-bottom: 0;
  }
}
#grid-stack-section-397 {
  margin-bottom: 260px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #grid-stack-section-397 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #grid-stack-section-397 {
    margin-bottom: 0;
  }
}
#grid-stack-section-776 {
  --image-width: -11681px;
  background-image: url(/uploads/1677418402_RZEG5ji21aB960ZvTZGE.jpg);
  background-size: auto 100%;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-position: 0 0;
  animation: slide 200s linear infinite;
}
#grid-stack-col-1013 {
  --font-color: #7d7c0e;
  --font-left: 30px;
  --font-top: auto;
  --font-bottom: 30px;
}
#grid-stack-section-763 {
  margin-top: -5rem;
  padding-top: 5em;
  padding-bottom: 5em;
}
#grid-stack-section-763 h2 {
  margin-top: 5rem;
}
#grid-stack-section-763 .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #grid-stack-section-763 {
    margin-top: -2rem;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #grid-stack-section-763 h2 {
    margin-top: 2rem;
  }
}
#grid-stack-col-820 img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#grid-stack-col-414 img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#grid-stack-section-991 {
  margin-top: -5rem;
  padding-top: 5em;
  padding-bottom: 5em;
}
#grid-stack-section-991 h2 {
  margin-top: 5rem;
}
#grid-stack-section-991 .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #grid-stack-section-991 {
    margin-top: -2rem;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #grid-stack-section-991 h2 {
    margin-top: 2rem;
  }
}
#grid-stack-col-977 {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  #grid-stack-col-977 {
    margin-bottom: 0;
  }
}
#grid-stack-col-969 {
  margin-top: -2em;
  margin-bottom: -400px;
}
@media (min-width: 768px) and (max-width: 990px) {
  #grid-stack-col-969 {
    margin-top: 2em;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #grid-stack-col-969 {
    margin-top: 2em;
    margin-bottom: -310px;
  }
}
@media (max-width: 575px) {
  #grid-stack-col-969 {
    margin-top: 2em;
    margin-bottom: -320px;
  }
}
#grid-stack-section-966 {
  margin-bottom: 260px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #grid-stack-section-966 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #grid-stack-section-966 {
    margin-bottom: 0;
  }
}
#grid-stack-col-945 h3 .fal {
  color: var(--color-green);
}
#grid-stack-section-942 .row {
  border-radius: 1.5rem;
  border: 1px solid #ececec;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}
#grid-stack-section-942 .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#grid-stack-section-942 .content-list-text {
  padding: 2.5rem;
}
#grid-stack-section-942 .background-image {
  border-radius: 1rem;
}
@media (max-width: 767px) {
  #grid-stack-section-942 .content-list-text {
    padding: 0.5rem 1.5rem;
  }
}
@media (max-width: 575px) {
  #grid-stack-col-941 {
    margin-top: 2em;
  }
}
#grid-stack-section-878 {
  --funnel-color-background: #fff;
  --funnel-color-text-headline: #000;
  --funnel-color-text: #676767;
  --funnel-color-button-background: #82bb28;
  --funnel-color-button-background-hover: #82bb28;
  --funnel-color-button-text: #fff;
  --funnel-box-shadow-skala: 0 0 0px 4px rgba(130,187,40,0.3);
  --funnel-color-border-header: #efefef;
  --funnel-font-size: inherit;
  --funnel-font-family: inherit;
  --funnel-height-header: 2em;
  --funnel-height-footer: 2em;
  --funnel-logo-height: 50px;
}
#grid-stack-section-878 #funnel main {
  min-height: calc(100vh - 50px);
}
#grid-stack-section-878 #funnel .container {
  width: 1000px;
}
#grid-stack-section-878 #funnel h2.headline {
  font-weight: 400;
}
#grid-stack-section-1111 a {
  text-decoration: none;
}
#grid-stack-section-1111 .button:not(.button-outline) {
  display: none;
  position: relative;
}
#grid-stack-section-1111 .button:not(.button-outline):after {
  position: absolute;
  right: 25px;
  top: 15px;
}
#grid-stack-section-1111 .button:not(.button-outline) .fab,
#grid-stack-section-1111 .button:not(.button-outline) .fal {
  margin-right: 10px;
}
#grid-stack-section-1111 .button:not(.button-outline):first-child {
  margin-top: 30px;
}
@media (max-width: 567px) {
  #grid-stack-section-1111 .button:not(.button-outline) {
    display: block;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 13px;
    text-align: left;
  }
}
#grid-stack-section-1111 .button-outline {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-right: 60px;
}
#grid-stack-section-1111 .button-outline:after {
  position: absolute;
  right: 25px;
  top: 15px;
}
#grid-stack-section-1111 .button-outline .fab,
#grid-stack-section-1111 .button-outline .fal {
  margin-right: 10px;
}
#grid-stack-section-1111 .social-button {
  font-size: 24px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 567px) {
  #grid-stack-section-1111 .social-button {
    display: none;
  }
}
@media (max-width: 567px) {
  #grid-stack-section-1111 {
    padding-top: 3rem;
  }
}
#grid-stack-section-575 {
  padding-top: 0;
}
#grid-stack-col-844 #funnel main {
  min-height: 1px;
}
#grid-stack-col-844 #funnel h2 p {
  text-align: left;
}
#grid-stack-col-642 {
  margin-top: -2em;
  margin-bottom: -400px;
}
@media (min-width: 768px) and (max-width: 990px) {
  #grid-stack-col-642 {
    margin-top: 2em;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #grid-stack-col-642 {
    margin-top: 2em;
    margin-bottom: -310px;
  }
}
@media (max-width: 575px) {
  #grid-stack-col-642 {
    margin-top: 2em;
    margin-bottom: -320px;
  }
}
#grid-stack-col-646 {
  padding-bottom: 400px;
}
@media (min-width: 1800px) {
  #grid-stack-col-646 {
    padding-bottom: 530px;
  }
}
@media (max-width: 1399px) {
  #grid-stack-col-646 {
    padding-bottom: 350px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #grid-stack-col-646 {
    margin-bottom: 0;
    padding-bottom: 230px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #grid-stack-col-646 {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  #grid-stack-col-646 {
    padding-bottom: 0;
  }
}
#grid-stack-section-653 {
  padding-bottom: 0;
}
#grid-stack-col-658 {
  margin-top: 5em;
}
#grid-stack-section-673 {
  margin-bottom: 260px;
}
#grid-stack-col-676 {
  margin-top: -2em;
  margin-bottom: -400px;
}
#grid-stack-col-800 img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#grid-stack-section-802 {
  margin-top: -2em;
  padding-top: 1em;
  padding-bottom: 5em;
}
#grid-stack-section-802 .row {
  display: flex;
  flex-wrap: wrap;
}
#grid-stack-section-802 h2 {
  margin-top: 2em;
}
#grid-stack-col-686 img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#grid-stack-section-757 {
  margin-top: -2em;
  padding-bottom: 5em;
  padding-top: 1em;
}
#grid-stack-section-757 .row {
  display: flex;
  flex-wrap: wrap;
}
#grid-stack-section-757 h2 {
  margin-top: 2em;
}
#grid-stack-col-718 {
  --color-start: #d96c71;
  --color-end: #272b37;
}
#grid-stack-col-790 img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#grid-stack-section-792 {
  margin-top: -2em;
  padding-bottom: 5em;
  padding-top: 1em;
}
#grid-stack-section-792 .row {
  display: flex;
  flex-wrap: wrap;
}
#grid-stack-section-792 h2 {
  margin-top: 2em;
}
#grid-stack-section-832 {
  background: #f7f7f8;
}
#grid-stack-section-808 {
  margin-top: -2em;
  padding-top: 1em;
  padding-bottom: 5em;
}
#grid-stack-section-808 .row {
  display: flex;
  flex-wrap: wrap;
}
#grid-stack-section-808 h2 {
  margin-top: 2em;
}
#grid-stack-col-816 img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#grid-stack-col-834 img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#grid-stack-section-822 {
  margin-top: -2em;
  padding-top: 1em;
  padding-bottom: 5em;
}
#grid-stack-section-822 .row {
  display: flex;
  flex-wrap: wrap;
}
#grid-stack-section-822 h2 {
  margin-top: 2em;
}
#grid-stack-col-830 img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#grid-stack-section-836 {
  margin-top: -2em;
  padding-top: 1em;
  padding-bottom: 5em;
}
#grid-stack-section-836 h2 {
  margin-top: 2em;
}
#grid-stack-section-858 {
  padding-bottom: 5em;
}
#grid-stack-section-865 {
  padding-bottom: 5em;
}
#grid-stack-col-1011 {
  --font-color: #7d44d7;
  --font-left: 44px;
  --font-top: 120px;
}
@media (max-width: 1399px) {
  #grid-stack-col-1011 h2 {
    --font-left: 32px;
    --font-top: 60px;
  }
}
#grid-stack-section-876 {
  --funnel-color-background: #fff;
  --funnel-color-text-headline: #000;
  --funnel-color-text: #676767;
  --funnel-color-button-background: #82bb28;
  --funnel-color-button-background-hover: #82bb28;
  --funnel-color-button-text: #fff;
  --funnel-box-shadow-skala: 0 0 0px 4px rgba(130,187,40,0.3);
  --funnel-color-border-header: #efefef;
  --funnel-font-size: inherit;
  --funnel-font-family: inherit;
  --funnel-height-header: 2em;
  --funnel-height-footer: 2em;
  --funnel-logo-height: 50px;
}
#grid-stack-section-876 #funnel main {
  min-height: calc(100vh - 50px);
}
#grid-stack-section-876 #funnel .container {
  width: 1000px;
}
#grid-stack-section-876 #funnel h2.headline {
  font-weight: 400;
}
#grid-stack-col-917 p1 {
  margin: 0 0 1.6rem;
  text-transform: none;
  text-align: left;
  font-size: 80px;
  font-weight: bolder;
  letter-spacing: -1.6px;
  line-height: 1em;
  color: var(--color-dark);
}
#grid-stack-section-1103 {
  --funnel-color-background: #fff;
  --funnel-color-text-headline: #0a3358;
  --funnel-color-text: #373c41;
  --funnel-color-button-background: #0a3358;
  --funnel-color-button-background-hover: #0a3358;
  --funnel-color-button-text: #fff;
  --funnel-color-border-header: #efefef;
  --funnel-color-border-footer: #efefef;
  --funnel-box-shadow-skala: 0 0 0px 4px #0a33584d;
  --funnel-font-size: inherit;
  --funnel-font-family: inherit;
  --funnel-height-header: 2em;
  --funnel-height-footer: 2em;
  --funnel-height-logo: 50px;
}
#grid-stack-section-1103 #funnel main {
  min-height: calc(100vh - 50px);
}
#grid-stack-section-1103 #funnel .skala-item label {
  color: var(--funnel-color-text);
}
#grid-stack-section-1103 #funnel .container {
  width: 1000px;
}
#grid-stack-section-1103 #funnel h2.headline {
  font-weight: 400;
  text-align: left;
}
#grid-stack-section-1103 #funnel h2.headline p {
  text-align: left;
}
#grid-stack-section-905 {
  padding-top: 2rem;
  padding-bottom: 8rem;
}
#grid-stack-section-905 .row {
  display: flex;
  flex-wrap: wrap;
}
#grid-stack-section-905 h2 {
  margin-top: 4rem;
}
#grid-stack-col-1027 {
  --card-background: #82bb28;
  --card-headline: #fff;
  --card-text: #fff;
  --button-border: #fff;
  --button-background: #82bb28;
  --button-hover-text: #82bb28;
  --button-hover-background: #fff;
  grid-column: span 2;
}
@media (max-width: 768px) {
  #grid-stack-col-1027 {
    grid-column: span 1;
  }
}
#grid-stack-section-1060 {
  padding-top: 5rem;
}
@media (max-width: 991px) {
  #grid-stack-section-1060 {
    padding-top: 3rem;
  }
}
#grid-stack-col-1063 .row {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
#grid-stack-col-1063 .row img {
  border-radius: 3px;
  width: 100%;
}
#grid-stack-col-1071 {
  margin: 3rem 0;
}
#grid-stack-col-1071 h2 {
  margin: 4rem 0 2rem;
}
#grid-stack-col-1071 .glossar-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  list-style: none;
  column-gap: 2rem;
  row-gap: 1rem;
  padding: 0;
  margin: 2rem 0;
  line-height: 1.4em;
}
@media (max-width: 990px) {
  #grid-stack-col-1071 .glossar-list {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 567px) {
  #grid-stack-col-1071 .glossar-list {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
}
#grid-stack-col-1071 .glossar-list a {
  text-decoration: none;
}
#grid-stack-col-1071 .glossar-list li {
  padding: 0;
}
#grid-stack-col-1075 {
  margin-bottom: 5em;
}
@media (max-width: 768) {
  #grid-stack-col-1075 {
    margin-bottom: 2em;
  }
}
#grid-stack-col-1079 {
  margin-bottom: 5em;
}
@media (max-width: 768) {
  #grid-stack-col-1079 {
    margin-bottom: 2em;
  }
}
#grid-stack-section-1091 {
  padding-bottom: 5em;
}
@media (max-width: 767px) {
  #grid-stack-section-1091 {
    padding-bottom: 2em;
  }
}
#grid-stack-col-1093 {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #grid-stack-col-1093 {
    margin-bottom: 1em;
  }
}
#grid-stack-section-1097 {
  margin-top: 5em;
}
#grid-stack-col-1099 {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #grid-stack-col-1099 {
    margin-bottom: 1em;
  }
}
#grid-stack-section-1166 {
  margin-top: -2em;
  padding-top: 1em;
  padding-bottom: 5em;
}
#grid-stack-section-1166 .row {
  display: flex;
  flex-wrap: wrap;
}
#grid-stack-section-1166 h2 {
  margin-top: 2em;
}
#grid-stack-col-1174 img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#grid-stack-col-1208 {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #grid-stack-col-1208 {
    margin-bottom: 1em;
  }
}
#grid-stack-col-1215 {
  text-align: center;
}