:root {
  --white-smoke: whitesmoke;
  --senf: #aa8f1e;
  --rot: #f64d52;
  --turquoise: #78d8c7;
  --teal: #018488;
  --medium-aquamarine: #7ec4bd;
  --background: #018488;
  --dunkel-grün: #093232;
  --pale-goldenrod: #d9cd9a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

a {
  text-decoration: underline;
}

.button {
  color: #47474f;
  text-align: center;
  background-color: #0000;
  border: 1px solid #47474f;
  border-bottom-width: 2px;
  padding: 15px 33px;
  font-family: Vollkorn, serif;
  font-size: 19px;
  font-style: italic;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #fff;
}

.button.form {
  color: #7ec4bd;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  margin-top: 23px;
  margin-bottom: 24px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form:hover {
  background-color: #7ec4bd57;
}

.header {
  color: #fff;
  text-align: center;
  background-image: url('../images/Bildschirmfoto-2020-08-27-um-10.00.13.png');
  background-position: 50% 70%;
  background-size: cover;
  min-width: 80vh;
  min-height: 70vh;
  max-height: 90vw;
  margin-bottom: 0;
  padding: 98px 10px 159px;
  position: static;
}

.header.project-page {
  background-image: linear-gradient(#64d1c68c, #64d1c68c), url('../images/Bildschirmfoto-2022-08-10-um-12.34.16.png'), url('../images/Bildschirmfoto-2022-05-11-um-08.56.54.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  min-height: 50vh;
  max-height: 70vw;
  padding-top: 177px;
  padding-bottom: 47px;
}

.header.project-page.dlg-feldtage {
  background-image: linear-gradient(#7ec4bdbf, #7ec4bdbf), url('../images/Bildschirmfoto-2022-05-11-um-11.24.31.png');
}

.header.project-page.feldtag-gro-kreutz {
  background-image: url('../images/Bildschirmfoto-2021-10-13-um-17.40.18.png');
  background-position: 50% 70%;
  background-size: cover;
  justify-content: flex-start;
  min-height: 10vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 44px;
  display: block;
}

.navbar {
  background-color: #fff;
  min-width: 100vw;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 18px 20px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-link {
  color: #404040;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  font-family: Sen, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.nav-link.w--current {
  color: #404040;
  mix-blend-mode: normal;
  border-radius: 0;
  font-weight: 800;
}

.logo-title {
  float: left;
  text-transform: uppercase;
  margin-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.logo-img {
  float: left;
  background-color: #0000;
  margin-right: 18px;
  padding-left: 8px;
}

.brand-block {
  padding-right: 0;
}

.brand-block.w--current {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.main-heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 0 1px 1px #0003;
  margin-top: -1px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Sen, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.divider {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: flex;
}

.divider.grey {
  color: var(--senf);
  background-color: #00000017;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 43px;
}

.main-subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  padding-left: 57px;
  padding-right: 57px;
  font-family: Sen, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.about-section {
  text-align: center;
  background-color: #78d8c7d9;
  margin-top: -334px;
  margin-bottom: 0;
  padding-bottom: 61px;
}

.about-text {
  color: #47474f;
  margin-top: 49px;
  margin-bottom: 40px;
  padding-left: 107px;
  padding-right: 107px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.about-text.bold {
  margin-top: auto;
  margin-bottom: 2px;
  padding-right: 118px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.about-text.bold.rot {
  color: var(--rot);
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  box-sizing: border-box;
  text-align: center;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
  display: block;
  position: relative;
}

.section.grey {
  background-color: #f5f5f5;
  margin-top: auto;
  padding-bottom: 64px;
}

.section.contact {
  background-color: #0f7275de;
  background-image: url('../images/AdobeStock_121566077.jpeg');
  background-position: 0 0;
  background-size: cover;
  margin-top: auto;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
}

.grey-icon-wrapper {
  background-color: var(--white-smoke);
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 230px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grey-icon-wrapper.push-top {
  background-color: var(--white-smoke);
  color: var(--turquoise);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 8px 0 0;
  display: flex;
}

.big-icon {
  flex: none;
  min-width: 300px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.project-wrapper {
  float: none;
  aspect-ratio: auto;
  color: #333;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  transition: bottom .3s;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.project-wrapper:hover {
  bottom: 8px;
}

.project-wrapper.newnew {
  flex-direction: column;
  display: flex;
}

.team-image {
  color: #fff;
  background-color: #fff;
  border-radius: 100%;
  min-width: 200px;
  max-width: 20%;
  min-height: 200px;
  max-height: 20px;
  margin-bottom: 21px;
}

.role {
  color: var(--teal);
  text-align: center;
  margin-bottom: 16px;
  font-family: Sen, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}

.social-link {
  color: #fff;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin: 1px 3px 3px 0;
  padding-top: 0;
  padding-left: 1px;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: inset 0 0 0 1px #0000;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.social-link.grau {
  background-color: var(--teal);
}

.social-buttons {
  justify-content: center;
  align-items: flex-end;
  height: 40px;
  margin-top: -8px;
  display: flex;
}

.team-title {
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 7px;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  color: #e3e3e3;
  width: 40px;
  font-size: 30px;
  transition: color .3s;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 30px 34px 29px;
}

.testimonial-slide.left-border {
  border-left: 2px solid #0000000a;
}

.mask {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  color: #ababab;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  opacity: .4;
  margin-bottom: 15px;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.link.w--current {
  padding-right: 0;
}

.social-wrapper {
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: .43;
}

.footer-text {
  color: #fff6;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  color: #7ec4bd;
  background-color: #fff3;
  border: 0 solid #000;
  height: 57px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 #0000;
}

.field:focus {
  box-shadow: inset 3px 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: #ffffff2e;
  transition: box-shadow .3s;
}

.form-wrapper {
  padding-left: 20%;
  padding-right: 20%;
}

.success-message {
  color: #7ec4bd;
  background-color: #0000;
  border: 1px solid #7ec4bd;
  border-bottom-width: 2px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.project-info {
  background-color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 0 20px 18px;
}

.project-title {
  text-align: left;
  text-transform: none;
  margin-bottom: 4px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.member {
  text-align: center;
}

.grow-row {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
  margin-bottom: 42px;
  margin-left: auto;
  padding-left: 0;
  display: flex;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  border-radius: 100%;
  margin-bottom: 10px;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  min-width: 1200px;
  max-width: 1200px;
  display: flex;
}

.heading {
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
}

.slider {
  min-height: 500px;
}

.heading-2 {
  text-align: left;
  margin-top: -33px;
}

.container-2 {
  margin-top: 150px;
}

.heading-3, .heading-4 {
  text-align: left;
}

.headline-team {
  text-align: left;
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container-1200 {
  background-color: var(--white-smoke);
  max-width: 1000px;
  margin-top: 6px;
  font-family: Sen, sans-serif;
}

.tabs-menu {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #fff;
  border-radius: 3px;
  min-width: 330px;
  max-width: 330px;
}

.tab-link-tab-1.w--current {
  background-color: var(--white-smoke);
  color: var(--medium-aquamarine);
  min-width: 330px;
  min-height: 200px;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-radius: 3px;
  min-width: 330px;
  max-width: 330px;
  min-height: 200px;
}

.tab-link-tab-2.w--current {
  background-color: var(--white-smoke);
  color: var(--turquoise);
  max-width: 330px;
}

.tab-link-tab-3 {
  background-color: #fff;
  border-radius: 3px;
  min-width: 330px;
  max-width: 330px;
  min-height: 200px;
}

.tab-link-tab-3.w--current {
  background-color: var(--white-smoke);
  color: var(--turquoise);
  border-radius: 3px;
  min-width: 330px;
  max-width: 300px;
}

.tab-pane-tab-1 {
  min-height: 1200px;
  max-height: 500px;
  margin-bottom: -2px;
}

.tab-text {
  color: var(--teal);
  text-align: center;
  font-family: Sen, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.div-block {
  background-color: var(--white-smoke);
  min-width: 100px;
  min-height: 1300px;
  margin-bottom: 13px;
  padding: 48px 48px 0;
}

.paragraph {
  text-align: center;
  padding-top: 29px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Sen, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.paragraph.rot {
  color: var(--rot);
  text-align: center;
}

.heading-5 {
  color: #0f7275;
  text-align: center;
  font-family: Sen, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  text-align: center;
  margin-top: 38px;
  padding-left: 147px;
  padding-right: 147px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.section-2 {
  float: none;
  clear: none;
  background-color: var(--white-smoke);
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.section-3 {
  background-color: var(--white-smoke);
  min-height: auto;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0;
  position: static;
}

.div-block-2 {
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #0f7275;
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 300px;
  max-width: 400px;
  margin-bottom: 3px;
  margin-left: 0;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 15px;
  font-family: Sen, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.paragraph-3.schmal {
  justify-content: center;
  align-items: flex-start;
  min-width: 200px;
  max-width: 240px;
  padding-left: 11px;
  padding-right: 20px;
  display: flex;
}

.heading-6 {
  color: var(--senf);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  margin-bottom: auto;
  font-size: 25px;
  display: flex;
}

.image {
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.photo---kompetenzen {
  background-image: url('../images/person1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 200px;
  min-width: auto;
  max-width: none;
  height: 200px;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div---phototext {
  text-align: left;
  width: 350px;
  position: absolute;
  inset: 58% 0% 0% auto;
}

.div-block-3 {
  background-color: var(--white-smoke);
  width: 200px;
  min-height: 400px;
  margin-top: 78px;
}

.image-2 {
  text-align: center;
  display: block;
  position: static;
  left: 181px;
}

.paragraph-4, .paragraph-5, .paragraph-6, .heading-7 {
  font-family: Sen, sans-serif;
}

.heading-8 {
  color: var(--background);
  text-transform: none;
  font-family: Sen, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.button-2 {
  background-color: var(--senf);
  border-radius: 3px;
  flex-flow: column;
  flex: 0 auto;
  place-content: stretch center;
  align-items: center;
  width: 200px;
  margin-top: 51px;
  margin-bottom: 71px;
  font-family: Sen, sans-serif;
  display: flex;
  position: relative;
}

.einleitung {
  text-align: left;
  margin-top: 184px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 240px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.container-1201 {
  margin-top: 60px;
}

.linksexperimentierfelder {
  padding-top: 20px;
  font-family: Sen, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-2 {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}

.linksexperimentierfelder-rot {
  padding-top: 20px;
  font-family: Sen, sans-serif;
  font-size: 16px;
}

.list {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 13px;
  padding-bottom: 13px;
  list-style-type: disc;
}

.list-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3 {
  min-width: 800px;
  max-width: 800px;
  display: block;
}

.container-1202 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -12px;
  display: flex;
}

.section-4 {
  background-color: #dce3e5;
}

.div-block-4 {
  margin-top: 1px;
  margin-bottom: -1px;
  padding-top: 0;
}

.container-1203 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.button-3 {
  background-color: var(--senf);
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 4px;
  justify-content: center;
  margin-top: 31px;
  padding: 18px 31px;
  font-family: Sen, sans-serif;
  display: flex;
}

.container-1204 {
  margin-top: 26px;
  margin-bottom: 37px;
}

.container-1205 {
  margin-top: 48px;
  margin-bottom: 3px;
}

.image-4 {
  display: block;
}

.div-block-5 {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  font-family: Sen, sans-serif;
  font-size: 27px;
}

.heading-10 {
  color: var(--senf);
  text-align: center;
  font-family: Sen, sans-serif;
  font-size: 24px;
}

.heading-11 {
  text-align: center;
  margin-top: 51px;
  font-family: Sen, sans-serif;
}

.block-quote {
  color: var(--senf);
  border-left-color: #aa8f1e78;
  margin-top: -24px;
  margin-bottom: -14px;
  margin-left: 143px;
  padding-left: 17px;
  font-family: Sen, sans-serif;
  font-weight: 700;
  line-height: 27px;
}

.block-quote.links {
  text-align: left;
  margin-bottom: -12px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-6 {
  white-space: break-spaces;
  object-fit: none;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  height: 600px;
  margin-top: 9px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: relative;
  box-shadow: 4px 4px 7px -8px #35353530;
}

.section-5 {
  background-color: var(--white-smoke);
  min-height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 29px;
}

.section-6 {
  background-color: var(--white-smoke);
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 52px;
  padding-bottom: 81px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 205px;
  grid-template-rows: repeat(auto-fit, 432px) 433px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 434px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.text-block {
  float: none;
  clear: none;
  color: var(--teal);
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 29px;
  font-family: Sen, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: block;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block.rot {
  color: var(--rot);
}

.image-5 {
  flex: 0 auto;
  max-width: 500px;
  max-height: 80px;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 0 22px 0 20px;
  display: block;
  position: relative;
}

.container-1206 {
  border-radius: 20px;
  flex-direction: column;
  margin-top: 73px;
  display: flex;
}

.link-3 {
  color: var(--teal);
  margin-top: 7px;
  padding-left: 20px;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.div-block-7, .div-block-8, .div-block-9 {
  max-height: 100px;
}

.text02 {
  text-align: center;
  margin-top: 17px;
  margin-bottom: 47px;
  padding-left: 123px;
  padding-right: 123px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.text02.linksexperimentierfelder {
  text-align: left;
  padding-left: 164px;
}

.heading-12 {
  font-family: Sen, sans-serif;
  font-size: 25px;
}

.section-7 {
  min-height: auto;
  max-height: none;
}

.container-4 {
  max-width: 100%;
  max-height: 100%;
}

.paragraph-7 {
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Sen, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 33px;
  display: inline-block;
}

.paragraph-7.extraschwarz {
  color: #202222;
}

.slide-2 {
  background-image: url('../images/Dauerfläche-Koppel-6-DSCF1913.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-14 {
  flex-direction: column;
  display: flex;
}

.slider-2 {
  height: 500px;
}

.slide-3 {
  background-image: url('../images/DSCF2034_2.jpg');
  background-position: 50% 41%;
  background-size: cover;
}

.text-slidebar {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
  position: relative;
  top: 205px;
}

.slide {
  background-image: url('../images/header_background_1header_background.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.vier {
  background-image: url('../images/Irrigation_in_action.png'), url('../images/AdobeStock_242531940.jpeg');
  background-position: 100% 100%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
}

.slide-4 {
  background-image: url('../images/Bildschirmfoto-2020-12-21-um-13.06.44.png');
  background-position: 50% 0;
  background-size: cover;
}

.text-block-2 {
  text-align: left;
  margin-top: 11px;
  font-family: Sen, sans-serif;
}

.text-block-3 {
  text-align: left;
  margin-top: 11px;
  padding-top: 10px;
  font-family: Sen, sans-serif;
}

.text-block-4 {
  text-align: left;
  margin-top: 11px;
  font-family: Sen, sans-serif;
}

.tabs-menu-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  height: 220px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--white-smoke);
  color: var(--white-smoke);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 230px;
  height: 220px;
  display: inline-block;
}

.tab-link-tab-2-2 {
  color: var(--teal);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 220px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 20px;
  display: block;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--white-smoke);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 3px;
  height: 200px;
  padding-left: 3px;
  padding-right: 3px;
}

.text-block-5 {
  color: var(--dunkel-grün);
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: flex-start;
  font-family: Sen, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.text-block-5.grau.fade {
  color: var(--senf);
  margin-top: 5px;
}

.tab-link-tab-3-2 {
  background-color: #fff;
  border-radius: 3px;
  width: 230px;
  height: 220px;
  padding-left: 4px;
  padding-right: 4px;
}

.tab-link-tab-3-2.w--current {
  background-color: var(--white-smoke);
  height: 200px;
  padding-left: 4px;
  padding-right: 4px;
}

.tab-link-tab-4 {
  background-color: #fff;
  border-radius: 3px;
  width: 230px;
  height: 220px;
  padding-left: 4px;
  padding-right: 4px;
}

.tab-link-tab-4.w--current {
  background-color: var(--white-smoke);
  padding-left: 4px;
  padding-right: 4px;
}

.tab-link-tab-5 {
  background-color: var(--senf);
  border-radius: 3px;
  width: 180px;
  height: 200px;
}

.tab-link-tab-5.w--current {
  background-color: var(--white-smoke);
}

.image-6 {
  margin-top: 18px;
  padding-left: 62px;
}

.headlin-anwendungsf-lle {
  text-align: left;
  letter-spacing: -.4px;
  margin-top: 41px;
  padding-left: 0;
  font-family: Sen, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-6 {
  text-align: justify;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 29px;
  padding-left: 0;
  padding-right: 62px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block-6.rot {
  color: var(--rot);
  text-align: left;
  margin-top: 0;
  margin-bottom: 34px;
}

.text-block-6.kontkt {
  text-align: left;
}

.text-block-7 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 374px;
  font-family: Sen, sans-serif;
}

.div-block-15 {
  margin-top: 34px;
}

.text-block-8 {
  color: var(--teal);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  font-family: Sen, sans-serif;
  font-size: 15px;
  display: flex;
}

.text-block-9 {
  color: var(--dunkel-grün);
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: flex-start;
  font-family: Sen, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.text-block-9.wei.fade {
  color: var(--senf);
  margin-top: 5px;
  padding-top: 0;
}

.grid-2 {
  grid-template-columns: .25fr 1fr;
}

.wrapper.m100 {
  padding-top: 63px;
  padding-bottom: 100px;
}

.wrapper.m0-50 {
  padding-bottom: 50px;
}

.home2-deco-part {
  background-image: url('../images/traktor-02.jpg');
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.success-message-2 {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.text-field {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.right-margin-field {
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Sen, sans-serif;
}

.footer2-disclaimer-wrap {
  border: 1px solid #ebedee;
  margin-bottom: 20px;
  padding: 16px 20px 6px;
}

.section-8 {
  border: 1px #0000;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.footer2-form-wrap {
  display: flex;
}

.paragraph-small {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.footer2-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.footer2-links-grid {
  grid-column-gap: 14px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  font-family: Sen, sans-serif;
  display: grid;
}

.footer2-bottom-link {
  opacity: .7;
  color: #18181d;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer2-bottom-link:hover {
  opacity: 1;
}

.content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer2 {
  border: 1px solid #0000;
}

.footer2-form {
  align-self: center;
  margin-bottom: 0;
}

.footer2-bottom-left-column {
  display: flex;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  background-color: var(--senf);
  border-radius: 4px;
  justify-content: center;
  font-family: Sen, sans-serif;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Sen, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.size3-text.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sen, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.footer2-link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer2-link:hover, .footer2-link.w--current {
  opacity: 1;
}

.footer2-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
}

.footer2-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer2-form-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.image-7 {
  width: 250px;
  padding-left: 0;
  padding-right: 25px;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.size5-text.size5-top-clear {
  text-align: center;
  margin-top: 0;
  font-family: Sen, sans-serif;
  font-weight: 700;
}

.product5-category-link {
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.product5-category-link:hover {
  opacity: .7;
}

.product5-category-link.product5-all-items {
  margin-bottom: 10px;
  display: block;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
  font-family: Sen, sans-serif;
  font-size: 16px;
}

.paragraph-70.rot {
  color: var(--rot);
}

.empty-state {
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.product5-nav-lists {
  margin-top: 20px;
}

.blog1-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
}

.blog1-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "Area"
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 8px;
  padding-top: 60px;
  display: grid;
}

.button-4 {
  background-color: var(--senf);
  text-transform: uppercase;
  border-radius: 4px;
  font-family: Sen, sans-serif;
  font-weight: 400;
}

.tabs-menu-3 {
  border-radius: 3px;
}

.tabs {
  display: inline-block;
}

.paragraph-71 {
  opacity: .7;
  margin-bottom: 10px;
}

.size3-text-2 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.blog1-grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-9 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.blog3-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog3-headline-wrap {
  max-width: 582px;
}

.grid-3 {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.body {
  background-color: var(--white-smoke);
}

.text-block-10 {
  padding-right: 40px;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.slide-5 {
  background-image: url('../images/NIR_Demmin3.jpg');
  background-position: 100% 20%;
  background-size: cover;
}

.heading-13 {
  color: var(--dunkel-grün);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sen, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.heading-14 {
  color: var(--dunkel-grün);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sen, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.heading-15 {
  color: var(--dunkel-grün);
  text-transform: uppercase;
  margin-top: 11px;
  margin-bottom: 0;
  font-family: Sen, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-11 {
  font-size: 18px;
}

.heading-16 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Sen, sans-serif;
  font-size: 27px;
}

.section-10 {
  text-align: justify;
  background-image: none;
  background-size: auto;
  margin-top: 90px;
  margin-bottom: 94px;
  padding-bottom: 25px;
  overflow: hidden;
}

.container-1207 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -12px;
  display: flex;
}

.tabs-content {
  margin-bottom: 67px;
  padding-top: 62px;
}

.section-11 {
  margin-bottom: 95px;
}

.section-12 {
  background-color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: -66px;
  padding-top: 0;
  padding-bottom: 105px;
}

.image-8 {
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 21px;
}

.image-9 {
  margin-top: -6px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-16 {
  margin-top: 21px;
  font-family: Sen, sans-serif;
  font-size: 18px;
}

.text-block-12 {
  margin-top: 18px;
}

.tab-pane-ertragsabsch-tzung {
  margin-bottom: 136px;
}

.button-5 {
  font-family: Sen, sans-serif;
}

.column {
  padding-bottom: 0;
}

.header-bild {
  background-image: url('../images/header_agrisens.png');
  background-size: cover;
  height: 70vh;
  margin-top: 40px;
  display: flex;
}

.body-2 {
  margin-bottom: 0;
}

.container-1208 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 20px;
  padding-left: 97px;
  padding-right: 97px;
  display: flex;
}

.text-block-13 {
  color: var(--teal);
  text-align: justify;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: -27px;
  padding-left: 0;
  padding-right: 0;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 25px;
  display: block;
}

.text-block-13.namen {
  padding-right: 250px;
}

.role-ort {
  clear: none;
  color: var(--teal);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  font-family: Sen, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.image-10 {
  flex: 0 auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.image-11 {
  padding-top: 0;
}

.container-1209 {
  margin-top: -139px;
  margin-bottom: 15px;
}

.image-12 {
  flex: 0 auto;
  padding-right: 20px;
}

.container-1210 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-13 {
  padding-left: 17px;
  padding-right: 20px;
}

.image-14, .image-15, .image-16, .image-17, .image-18 {
  padding-right: 20px;
}

.image-19 {
  flex: none;
  max-width: 100%;
}

.link-block {
  color: #0f7275;
  text-transform: uppercase;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-1211 {
  margin-top: 74px;
}

.section-13 {
  background-color: var(--white-smoke);
  color: var(--senf);
  margin-top: 88px;
  margin-bottom: 0;
  padding-top: 73px;
  padding-bottom: 0;
}

.bold-text-16 {
  font-size: 18px;
}

.paragraph-72 {
  margin-left: 0;
  margin-right: -19px;
  font-family: Sen, sans-serif;
  font-size: 13px;
}

.column-19 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: block;
}

.link-4 {
  color: #333;
  text-decoration: none;
}

.container-1212 {
  max-width: 1000px;
  min-height: 300px;
  margin-top: 17px;
  padding-left: 0;
}

.text-block-21 {
  padding-right: 314px;
  font-family: Sen, sans-serif;
}

.text-block-20 {
  color: var(--dunkel-grün);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Sen, sans-serif;
  text-decoration: none;
  display: flex;
}

.div-block-26 {
  padding-right: 314px;
}

.paragraph-73 {
  text-transform: none;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: -23px;
  padding-left: 0;
  font-family: Sen, sans-serif;
  font-size: 13px;
  display: flex;
}

.column-16 {
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.columns-7 {
  flex: 1;
  margin-top: 20px;
}

.section-14 {
  background-color: var(--white-smoke);
  margin-top: -26px;
  margin-bottom: 2px;
  padding-bottom: 83px;
}

.link-5, .link-6 {
  color: var(--teal);
  text-decoration: none;
}

.link-7 {
  color: var(--dunkel-grün);
  text-decoration: none;
}

.link-8, .link-9 {
  color: var(--teal);
  text-decoration: none;
}

.heading-17 {
  color: var(--teal);
  text-align: left;
  max-width: 1000px;
  margin-bottom: 44px;
  font-family: Sen, sans-serif;
  font-weight: 800;
}

.container-1213 {
  max-width: 1000px;
}

.image-20 {
  text-align: center;
  width: 900px;
  max-width: none;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.image-20.mobile {
  text-align: center;
  margin-top: 0;
}

.div-block-2-copy {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.paragraph-3-copy {
  color: #868888;
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  max-width: 500px;
  margin-bottom: 3px;
  margin-left: 0;
  padding-bottom: 6px;
  padding-left: 53px;
  padding-right: 53px;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.paragraph-3-copy.schmal {
  min-width: auto;
  max-width: none;
  padding-left: 33px;
  padding-right: 33px;
}

.div-block-27 {
  margin-top: 82px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.div-block-28 {
  padding-left: 47px;
}

.image-21 {
  flex: 0 auto;
  max-width: 40px;
  padding-left: 0;
  padding-right: 0;
}

.image-22, .image-23, .image-24 {
  max-width: 40px;
}

.bold-text-17 {
  color: var(--teal);
  text-align: left;
  align-self: center;
  font-family: Sen, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-block-22 {
  font-family: Sen, sans-serif;
}

.link-copy {
  color: #333;
  text-decoration: none;
}

.container-1214 {
  margin-top: 126px;
}

.heading-18 {
  font-family: Sen, sans-serif;
}

.container-1200-copy {
  background-color: #0000;
  max-width: 1000px;
  margin-top: 147px;
  font-family: Sen, sans-serif;
}

.main-heading-copy {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 103px;
  margin-bottom: 20px;
  font-family: Sen, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 35px;
}

.section-16 {
  background-color: var(--white-smoke);
  margin-top: 0;
}

.container-1215 {
  max-width: 1000px;
  min-height: 300px;
  margin-top: 0;
  padding-left: 0;
  font-family: Sen, sans-serif;
}

.text-block-18 {
  margin-bottom: 96px;
  padding-right: 269px;
  font-size: 14px;
  text-decoration: none;
}

.link-10 {
  color: var(--teal);
}

.text-span {
  color: var(--teal);
  text-decoration: none;
}

.link-11 {
  text-decoration: none;
}

.text-span-2 {
  color: var(--teal);
  text-decoration: none;
}

.link-12, .link-13 {
  text-decoration: none;
}

.bold-text-18 {
  color: var(--teal);
}

.tab-link-tab-2-3 {
  background-color: var(--teal);
  border-radius: 2px;
  margin-left: 17px;
  margin-right: 1px;
  padding-left: 41px;
}

.tab-link-tab-2-3.w--current {
  background-color: var(--medium-aquamarine);
}

.text-block-23 {
  color: var(--white-smoke);
}

.tab-link-tab-1-3 {
  background-color: var(--teal);
  border-radius: 3px;
}

.tab-link-tab-1-3.w--current {
  background-color: var(--medium-aquamarine);
  color: var(--medium-aquamarine);
}

.text-block-24 {
  color: var(--white-smoke);
}

.div-block-29 {
  border-radius: 3px;
  margin-top: 28px;
}

.button-6 {
  background-color: var(--teal);
  border-radius: 3px;
}

.image-25 {
  flex: 0 auto;
  margin-top: -14px;
  padding-top: 0;
}

.image-26 {
  width: 200px;
  margin-top: -3px;
  padding-left: 4px;
  padding-right: 4px;
  display: block;
}

.text-block-9-copy, .text-block-9-copy2 {
  color: var(--dunkel-grün);
  text-align: center;
  text-transform: none;
  justify-content: center;
  font-family: Sen, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.text-block-9-copy2.fade {
  color: var(--senf);
  margin-top: 5px;
}

.section-17 {
  background-color: var(--white-smoke);
  padding-top: 46px;
  padding-bottom: 69px;
}

.paragraph-2-copy {
  text-align: center;
  margin-top: 38px;
  padding-left: 165px;
  padding-right: 165px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-27 {
  margin-top: -7px;
  display: block;
}

.link-14 {
  color: var(--teal);
  text-decoration: none;
}

.section-18 {
  background-color: var(--white-smoke);
  margin-top: 124px;
  margin-bottom: 84px;
  padding-bottom: 133px;
}

.container-1216 {
  padding-right: 139px;
}

.einleitung-copy {
  text-align: left;
  margin-top: 69px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 64px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.image-28 {
  margin-top: -18px;
  padding-bottom: 0;
}

.tabs-content-2 {
  padding-bottom: 83px;
}

.vegetation-boden-klima {
  text-align: center;
  padding-top: 29px;
  padding-left: 101px;
  padding-right: 101px;
  font-family: Sen, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.vegetation-boden-klima.rot {
  color: var(--rot);
  text-align: center;
}

.link-block-4 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-width: 1200px;
  display: flex;
}

.tab-link-tab-4-2, .tab-link-tab-5-2 {
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-5-2.w--current {
  color: #0000;
  min-width: 0;
  max-width: 0;
  min-height: 0;
  max-height: 0;
}

.tab-link-tab-3-3 {
  color: #0000;
  background-color: #0000;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-1217 {
  max-width: none;
  margin-top: 0;
}

.video {
  margin-top: 143px;
}

.italic-text-2 {
  text-align: center;
  font-style: normal;
}

.dlr {
  color: var(--teal);
  background-color: #fff;
  border-radius: 3px;
}

.gfz {
  background-color: #fff;
  border-radius: 3px;
}

.bold-text-19 {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.link-15 {
  color: #000;
  text-decoration: none;
}

.link-16 {
  color: var(--teal);
  text-decoration: none;
}

.div-block-30, .div-block-30-copy {
  background-image: url('../images/Bildschirmfoto-2020-12-17-um-13.12.39.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 980px;
}

.organigram-hover {
  background-image: url('../images/Bildschirmfoto-2020-12-17-um-13.12.39.png');
  background-position: 0 0;
  background-size: cover;
  width: 2000px;
  min-width: 1000px;
  min-height: 980px;
}

.organigram-main {
  background-image: url('../images/Bildschirmfoto-2020-12-17-um-13.12.39.png');
  background-position: 0 0;
  background-size: cover;
  min-width: 1000px;
  min-height: 980px;
}

.section-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31 {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 1000px;
}

.image-29 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 84px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template: "."
                 "."
                 "."
                 "."
                 "Area"
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.f-th-rkow, .jl-wenzel, .d-th-rkow, .m-thiel, .h-gerighausen, .u-ge-ner, .s-dobers, .m-teucher, .r-langosch, .p-g-tschow {
  text-align: center;
}

.section-20 {
  margin-top: 159px;
}

.d-lr, .e-borg, .kd-missling, .s-truckenbrodt, .m-wenzl, .d-assmann, .m-herbst, .dwd-le {
  text-align: center;
}

.a-lucas-moffat {
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 7px;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.a-lucas-moffatr, .m-kunz, .m-z-llner, .t-piernicke, .c-friedrich {
  text-align: center;
}

.image-30 {
  margin-top: 30px;
}

.container-1219 {
  margin-top: 9px;
}

.container-300 {
  background-color: var(--white-smoke);
  max-width: 1000px;
  margin-top: 79px;
  font-family: Sen, sans-serif;
}

.div-block-32 {
  width: 1000px;
}

.html-embed {
  min-width: auto;
  max-width: none;
}

.div-block-33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-21 {
  margin-top: 121px;
}

.text-span-3.fade {
  color: var(--senf);
  margin-top: 5px;
}

.div-block-34 {
  color: #0000;
  min-width: 0;
  max-width: 0;
  min-height: 0;
  max-height: 0;
}

.borrmann, .insa-otte, .johannes-l-w {
  text-align: center;
}

.columns-8 {
  margin-top: 37px;
}

.column-20, .column-21, .column-22, .column-23, .column-24 {
  align-items: flex-start;
  display: flex;
}

.columns-9 {
  margin-top: 24px;
}

.column-25, .column-26 {
  align-items: flex-start;
  display: flex;
}

.column-27 {
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.column-28 {
  align-items: flex-start;
  display: flex;
}

.columns-10 {
  margin-top: 20px;
}

.bold-text-20 {
  font-size: 18px;
}

.image-32, .image-33 {
  padding-top: 20px;
}

.text-block-13-copy {
  color: var(--turquoise);
  text-align: center;
  letter-spacing: 1px;
  align-self: center;
  margin-top: 55px;
  margin-bottom: 0;
  font-family: Sen, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.paragraph-74 {
  margin-top: 0;
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 12px;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-75 {
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.form-block {
  background-color: #fff;
  border-radius: 5px;
  font-family: Sen, sans-serif;
}

.text-field-2 {
  border: 1px solid var(--background);
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  max-width: 70%;
  margin-left: 100px;
  margin-right: 138px;
  display: block;
}

.text-field-3 {
  border: 1px solid var(--background);
  background-color: #fff;
  border-radius: 4px;
  max-width: 70%;
  margin-left: 100px;
  margin-right: 138px;
  padding-right: 0;
  display: inline-block;
}

.submit-button {
  background-color: var(--background);
  border-radius: 3px;
  margin-top: 29px;
  margin-bottom: 23px;
}

.container-1221, .body-3 {
  background-color: var(--white-smoke);
}

.form-2 {
  border-radius: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 48px;
  padding-top: 44px;
  padding-bottom: 31px;
  font-size: 16px;
  display: flex;
}

.container-1221-copy {
  background-color: var(--white-smoke);
  max-width: 70%;
}

.success-message-3 {
  border: 1px solid var(--turquoise);
  color: var(--background);
  background-color: #fff;
  border-radius: 4px;
  padding-top: 45px;
  padding-bottom: 60px;
}

.text-block-25 {
  font-size: 18px;
  line-height: 27px;
}

.text-block-26 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.field-label, .field-label-2 {
  color: var(--background);
  margin-top: 20px;
}

.container-1222 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 40%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading-19 {
  color: var(--senf);
  margin-bottom: 23px;
  font-family: Sen, sans-serif;
  font-weight: 700;
}

.paragraph-76 {
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.column-29 {
  flex: 0 auto;
}

.bold-text-21 {
  color: var(--background);
  font-size: 18px;
}

.heading-20 {
  color: var(--senf);
  text-transform: capitalize;
  margin-bottom: 23px;
  font-family: Sen, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.heading-21 {
  color: var(--senf);
  font-weight: 400;
}

.heading-22 {
  color: var(--senf);
  font-family: Sen, sans-serif;
  font-weight: 400;
}

.heading-23 {
  color: var(--senf);
  font-family: Sen, sans-serif;
}

.text-block-27 {
  letter-spacing: 2px;
  font-family: Sen, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.main-heading-copy {
  color: var(--background);
  text-align: center;
  text-transform: none;
  text-align: center;
  text-transform: none;
  margin-top: 67px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Sen, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.main-heading-copy-copy4 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 103px;
  margin-bottom: 20px;
  font-family: Sen, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-43 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.image-34 {
  width: 1000px;
}

.container-1223 {
  max-width: 70%;
  min-height: auto;
  max-height: none;
  display: block;
}

.text-block-28 {
  color: var(--dunkel-grün);
  text-align: left;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 170px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.text-block-28.mobile {
  text-align: justify;
  padding-right: 70px;
}

.text-block-28._29 {
  text-align: center;
  padding-right: 0;
}

.bold-text-22 {
  clear: left;
  color: var(--teal);
  text-align: justify;
  border-radius: 8px;
  font-weight: 400;
  position: static;
}

.heading-24 {
  text-align: left;
  margin-top: 28px;
  padding-right: 140px;
  font-family: Sen, sans-serif;
  font-size: 28px;
}

.heading-24.mobile {
  text-align: center;
}

.text-block-29 {
  color: var(--background);
  text-align: left;
  letter-spacing: .5px;
  padding-top: 23px;
  padding-bottom: 62px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.image-35 {
  width: 100%;
  max-width: 80%;
  padding-top: 40px;
  padding-left: 0;
}

.link-17 {
  color: var(--background);
  text-decoration: none;
}

.image-36 {
  background-color: var(--medium-aquamarine);
}

.section-22 {
  margin-top: 20px;
}

.image-37 {
  padding-bottom: 0;
  display: inline-block;
}

.container-1226 {
  margin-top: 159px;
}

.container-1227 {
  flex-direction: row;
  display: flex;
}

.text-block-30 {
  font-family: Sen, sans-serif;
}

.button-7 {
  background-color: var(--teal);
  color: var(--white-smoke);
  border-radius: 20px;
  margin-top: 29px;
  margin-bottom: 73px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Sen, sans-serif;
}

.project-wrapper-news {
  color: #333;
  background-color: #fff;
  justify-content: flex-start;
  transition: bottom .3s;
  display: flex;
  position: relative;
  bottom: 0;
}

.project-wrapper-news:hover {
  bottom: 8px;
}

.project-wrapper-news.newnew {
  flex-direction: column;
  display: flex;
}

.container-1228 {
  margin-bottom: 61px;
}

.text-block-31 {
  background-color: #78d8c74f;
  border-radius: 19px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 20px;
  font-family: Sen, sans-serif;
  font-size: 16px;
  display: flex;
}

.container-1229 {
  justify-content: space-between;
  display: flex;
}

.link-block-6 {
  color: var(--teal);
  flex: 0 auto;
}

.header-mai {
  color: #fff;
  text-align: center;
  background-image: url('../images/Bildschirmfoto-2020-08-27-um-10.00.13.png');
  background-position: 50% 70%;
  background-size: cover;
  min-width: 80vh;
  min-height: 70vh;
  max-height: 90vw;
  margin-bottom: 0;
  padding: 98px 10px 159px;
  position: static;
}

.header-mai.project-page {
  background-image: linear-gradient(#64d1c68c, #64d1c68c), url('../images/Bildschirmfoto-2022-05-11-um-08.56.54.png'), url('../images/Bildschirmfoto-2022-08-10-um-12.34.16.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
  min-height: 50vh;
  max-height: 70vw;
  padding-top: 177px;
  padding-bottom: 47px;
}

.header-mai.project-page.dlg-feldtage {
  background-image: linear-gradient(#7ec4bdbf, #7ec4bdbf), url('../images/Bildschirmfoto-2022-05-11-um-11.24.31.png');
}

.header-mai.project-page.feldtag-merbitz {
  background-image: url('../images/Bildschirmfoto-2021-10-13-um-17.40.18.png');
  background-position: 50% 70%;
  background-size: cover;
}

.header-maert {
  color: #fff;
  text-align: center;
  background-image: url('../images/Bildschirmfoto-2020-08-27-um-10.00.13.png');
  background-position: 50% 70%;
  background-size: cover;
  min-width: 80vh;
  min-height: 70vh;
  max-height: 90vw;
  margin-bottom: 0;
  padding: 98px 10px 159px;
  position: static;
}

.header-maert.project-page {
  background-image: linear-gradient(#64d1c68c, #64d1c68c), url('../images/AdobeStock_116433248.jpeg'), url('../images/Bildschirmfoto-2022-06-22-um-11.16.15.png'), url('../images/AdobeStock_121566077.jpeg'), url('../images/Bildschirmfoto-2022-08-10-um-12.34.16.png'), url('../images/Bildschirmfoto-2022-05-11-um-08.56.54.png');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, auto, cover;
  min-height: 50vh;
  max-height: 70vw;
  padding-top: 177px;
  padding-bottom: 47px;
}

.header-maert.project-page.dlg-feldtage {
  background-image: linear-gradient(#7ec4bdbf, #7ec4bdbf), url('../images/Bildschirmfoto-2022-05-11-um-11.24.31.png');
}

.header-maert.project-page.feldtag-merbitz {
  background-image: url('../images/Bildschirmfoto-2021-10-13-um-17.40.18.png');
  background-position: 50% 70%;
  background-size: cover;
}

.div-block-44 {
  height: 350px;
}

.container-1230 {
  height: 560px;
}

.slider-3 {
  height: 550px;
}

.heading-25 {
  flex: 1;
  font-family: Sen, sans-serif;
  font-size: 70px;
  text-decoration: underline;
}

.heading-26 {
  flex: 0 auto;
  font-family: Sen, sans-serif;
  font-size: 45px;
}

.heading-27 {
  color: var(--background);
  font-family: Sen, sans-serif;
}

.heading-28 {
  text-align: center;
  font-family: Sen, sans-serif;
  text-decoration: none;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
}

.columns-11 {
  width: 120%;
  height: 80%;
}

.text-block-32 {
  text-align: left;
  height: 80%;
  font-family: Sen, sans-serif;
  font-size: 16px;
}

.button-8 {
  background-color: var(--senf);
  white-space: normal;
  padding-top: 9px;
  font-family: Sen, sans-serif;
}

.list-item-2 {
  text-align: left;
  font-family: Sen, sans-serif;
  font-size: 16px;
}

.list-item-3, .list-item-4, .list-item-5 {
  text-align: left;
  font-family: Sen, sans-serif;
}

.list-2 {
  text-align: left;
  padding-left: 15px;
  padding-right: 0;
  font-size: 16px;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9 {
  text-align: left;
  font-family: Sen, sans-serif;
  font-size: 16px;
}

.list-3 {
  padding-left: 15px;
}

.heading-29 {
  font-size: 21px;
}

.heading-30 {
  color: var(--teal);
  background-color: #0000;
  font-size: 28px;
}

.image-38 {
  position: static;
}

.slide-6 {
  font-size: 20px;
  line-height: 30px;
}

.icon-2 {
  position: absolute;
}

.image-39 {
  position: relative;
}

.section-23 {
  position: static;
}

.j-p-hlitz, .jl-wenzel-copy, .d-sakretz, .j-p-hlitz-copy, .c-conrad, .b-lanco {
  text-align: center;
}

.e-mpty {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.a-k-nzel, .b-weier, .m-teuche, .dwd-br, .h-snb, .j-ki, .j-mu, .f-b-ttcher {
  text-align: center;
}

.list-item-10 {
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.list-item-11 {
  text-align: left;
  margin-right: auto;
  padding-right: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.list-4 {
  text-align: justify;
  margin-left: -95px;
  margin-right: auto;
  padding-right: 0;
}

.list-item-12, .list-item-13, .list-item-14 {
  text-align: justify;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.list-item-15 {
  font-size: 16px;
}

.list-item-16 {
  text-align: justify;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.list-5 {
  margin-left: -95px;
  margin-right: auto;
}

.c-schierghofer, .d-debroize {
  text-align: center;
}

.div-block-45, .div-block-46 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-47 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-48, .div-block-49, .div-block-50, .div-block-51, .div-block-52, .div-block-53, .div-block-54 {
  text-align: center;
}

.column-30 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog1-grid-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 8px;
  padding-top: 60px;
  display: grid;
}

.container-1208-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 20px;
  padding-left: 97px;
  padding-right: 97px;
  display: flex;
}

.columns-12 {
  color: var(--background);
}

.container-1207-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -12px;
  display: flex;
}

.bold-text-23 {
  vertical-align: baseline;
  overflow: visible;
}

.text-block-33 {
  color: teal;
  font-family: Sen, sans-serif;
  font-size: 17px;
}

.text-block-34 {
  font-family: Sen, sans-serif;
  font-size: 17px;
}

.text-block-35 {
  clear: right;
  position: static;
}

.column-31 {
  position: fixed;
}

.column-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.columns-13 {
  margin-left: 0;
}

.text-block-36, .text-block-37 {
  font-family: Sen, sans-serif;
}

.tabs-menu-4 {
  padding-left: 0;
}

.tab-link-tab-2-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Sen, sans-serif;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.table_cell {
  white-space: normal;
  word-break: normal;
}

.table_row {
  background-color: #fff;
}

.table_body {
  width: 0%;
}

.table_header {
  background-color: var(--pale-goldenrod);
  width: 0%;
  font-family: Sen, sans-serif;
  overflow: visible;
}

.table_head {
  width: 50%;
}

.table_component {
  clear: left;
  aspect-ratio: auto;
  width: 70%;
}

.section-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: teal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-family: Sen, sans-serif;
  display: flex;
}

.container-1231 {
  color: teal;
  text-align: left;
  justify-content: center;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  position: static;
}

.image-40 {
  text-align: center;
  position: static;
}

.italic-text-3 {
  color: var(--teal);
  font-style: italic;
  text-decoration: underline;
}

.container-1232 {
  background-color: #fff;
  justify-content: center;
  display: block;
}

.text-block-38 {
  font-family: Sen, sans-serif;
}

.bold-text-24 {
  color: var(--rot);
}

.div-block-56 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.link-18, .link-19, .link-20, .link-21, .link-22, .link-23 {
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

  .logo-img {
    padding-left: 22px;
  }

  .main-heading {
    margin-top: 29px;
    margin-left: 0;
    font-size: 34px;
    line-height: 44px;
  }

  .main-subtitle {
    letter-spacing: 2px;
    font-size: 33px;
  }

  .grey-icon-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 180px;
    padding-top: 8px;
  }

  .big-icon {
    min-width: auto;
    padding-left: 19px;
    padding-right: 19px;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    color: #7ec4bd;
    background-color: #0000;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .container {
    min-width: 700px;
  }

  .tabs-menu {
    justify-content: space-between;
    min-width: 700px;
    max-width: 740px;
  }

  .tab-link-tab-1 {
    min-width: 200px;
    max-width: 200px;
  }

  .tab-link-tab-1.w--current {
    min-width: 220px;
    max-width: 220px;
  }

  .tab-link-tab-2 {
    min-width: 200px;
    max-width: 200px;
  }

  .tab-link-tab-3 {
    justify-content: space-between;
    align-items: stretch;
    min-width: 200px;
    max-width: 200px;
    display: block;
  }

  .tab-link-tab-3.w--current {
    min-width: 220px;
  }

  .tab-text.grau {
    justify-content: center;
    align-items: center;
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 0;
    font-size: 18px;
    display: flex;
  }

  .tab-text.grau.klein {
    margin-left: -22px;
    margin-right: -22px;
  }

  .section-2 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-6 {
    margin-bottom: 45px;
    padding-bottom: 81px;
  }

  .text02 {
    padding-left: 59px;
    padding-right: 59px;
  }

  .home2-deco-part {
    height: 260px;
  }

  .success-message-2 {
    max-width: 738px;
  }

  .section-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .error-message {
    max-width: 738px;
  }

  .footer2-bottom-grid, .footer2-links-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content {
    max-width: 738px;
  }

  .footer2-form-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .blog1-headline-wrap {
    max-width: none;
  }

  .empty-state {
    max-width: 738px;
  }

  .blog1-grid, .blog1-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .section-9 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog3-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .blog3-headline-wrap {
    max-width: none;
  }

  .grid-3 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .heading-13, .heading-14, .heading-15 {
    margin-top: 11px;
  }

  .image-8 {
    padding-top: 10px;
  }

  .header-bild {
    height: 100vh;
  }

  .link-block-3 {
    justify-content: space-between;
  }

  .image-20.mobile {
    width: 100%;
  }

  .main-heading-copy {
    font-size: 34px;
    line-height: 44px;
  }

  .image-25, .image-26 {
    margin-top: -4px;
  }

  .image-28 {
    margin-top: -6px;
  }

  .tab-link-tab-4-2 {
    max-width: 1px;
  }

  .container-300 {
    justify-content: space-between;
    max-width: 767.917px;
    display: flex;
  }

  .container-300._700 {
    max-width: 700px;
    max-height: 700px;
    margin-top: 30px;
  }

  .image-31 {
    padding-top: 16px;
  }

  .div-block-34 {
    width: 1px;
    min-width: 1px;
    min-height: 1px;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
    width: 1px;
    min-width: 1px;
    max-width: 1px;
    height: 1px;
    display: block;
  }

  .text-block-13-copy {
    margin-top: 23px;
    font-size: 25px;
  }

  .main-heading-copy {
    margin-top: 29px;
    margin-left: 0;
    font-size: 34px;
    line-height: 44px;
  }

  .main-heading-copy-copy4 {
    font-size: 34px;
    line-height: 44px;
  }

  .project-wrapper-news:hover {
    transform: translate(0);
  }

  .blog1-grid-copy {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 200px;
  }

  .main-subtitle {
    padding-left: 52px;
    padding-right: 51px;
  }

  .about-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-text.bold {
    padding-right: 30px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
    margin-left: 56px;
    margin-right: 66px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .form-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    margin-top: 0;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0;
  }

  .screenshot {
    width: 90%;
  }

  .container {
    min-width: 550px;
  }

  .container-1203 {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .home2-deco-part {
    background-position: 50%;
  }

  .success-message-2 {
    width: 100%;
    max-width: none;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .footer2-bottom-grid, .footer2-links-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .footer2-bottom-left-column {
    flex-direction: column;
  }

  .footer2-form-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .empty-state {
    width: 100%;
    max-width: none;
  }

  .blog1-grid, .blog1-grid-2 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog3-grid, .grid-3 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .header-mai, .header-maert {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .heading-27 {
    text-align: center;
    margin-top: 40px;
    padding-top: 10px;
  }

  .blog1-grid-copy {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .header.project-page {
    min-width: auto;
    min-height: 80%;
    max-height: 80%;
  }

  .logo-img {
    width: 150px;
    margin-right: 45px;
    padding-left: 6px;
  }

  .main-heading {
    margin-top: 38px;
    font-size: 23px;
    line-height: 32px;
  }

  .divider {
    color: var(--white-smoke);
  }

  .main-subtitle {
    text-align: left;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .about-text.bold {
    text-align: center;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .section {
    margin-top: 0;
    padding-bottom: 0;
  }

  .grey-icon-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .grey-icon-wrapper.push-top {
    margin: 12px 0 16px;
  }

  .social-buttons {
    align-items: flex-start;
    height: 75px;
  }

  .social-buttons.leer {
    height: 0;
  }

  .form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu {
    justify-content: space-between;
  }

  .member {
    padding-bottom: 0;
  }

  .member.leer {
    height: 1px;
    padding-bottom: 0;
  }

  .grow-row {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    display: block;
  }

  .container {
    flex-direction: row;
    align-items: stretch;
    min-width: 320px;
  }

  .container-1200 {
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    min-height: 130px;
  }

  .tabs-menu._300 {
    min-width: 300px;
  }

  .tab-link-tab-1 {
    min-width: 90px;
    max-width: 100px;
    min-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.w--current {
    min-width: 90px;
    max-width: 90px;
    min-height: 90px;
    padding-left: 0;
  }

  .tab-link-tab-2 {
    min-width: 90px;
    max-width: 100px;
    min-height: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-2.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3 {
    min-width: 90px;
    max-width: 100px;
    min-height: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-3.w--current {
    min-width: 90px;
    max-width: 900px;
    min-height: 90px;
  }

  .tab-pane-tab-1 {
    min-height: auto;
    max-height: none;
  }

  .tab-text {
    color: #fff;
    text-align: left;
    letter-spacing: -.5px;
    max-width: 90px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .tab-text.grau {
    color: var(--white-smoke);
  }

  .tab-text.grau.weiss {
    color: #fff;
  }

  .tab-text.grau.klein {
    text-align: center;
    margin-left: 0;
    margin-right: 1px;
    font-size: 12px;
  }

  .div-block {
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: auto;
    min-height: auto;
    margin-top: 33px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-2 {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-2 {
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  .div-block-2 {
    justify-content: flex-start;
  }

  .paragraph-3, .paragraph-3.schmal {
    min-width: auto;
    max-width: none;
    padding-right: 0;
  }

  .heading-6 {
    margin-top: 20px;
    margin-bottom: auto;
  }

  .button-2 {
    margin-top: 7px;
  }

  .image-3 {
    max-width: 300px;
  }

  .container-1202 {
    padding-left: 15px;
  }

  .container-1203 {
    max-width: 300px;
    margin-top: 0;
  }

  .heading-10 {
    line-height: 32px;
  }

  .heading-11 {
    text-align: left;
    margin-left: 10px;
  }

  .block-quote {
    margin-bottom: 238px;
    margin-left: 20px;
  }

  .block-quote.links {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .section-5 {
    margin-bottom: 0;
  }

  .section-6 {
    margin-top: 0;
  }

  .text-block {
    padding-left: 0;
    padding-right: 40px;
  }

  .image-5 {
    object-fit: contain;
    max-width: 100%;
    max-height: none;
    margin-bottom: 28px;
    padding-left: 10px;
    display: block;
    position: static;
  }

  .image-5.dlr {
    max-height: 90px;
  }

  .link-3 {
    padding-left: 10px;
  }

  .text02 {
    text-align: center;
    max-width: 300px;
    margin-bottom: 14px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .text02.linksexperimentierfelder {
    text-align: center;
    max-width: 300px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
  }

  .paragraph-7 {
    margin-top: -100px;
    padding-left: 65px;
    padding-right: 65px;
    font-size: 18px;
    line-height: 26px;
  }

  .tab-link-tab-1-2 {
    width: 75px;
    height: 120px;
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .tab-link-tab-1-2.w--current {
    width: 75px;
    height: 75px;
    display: block;
  }

  .tab-link-tab-2-2 {
    width: 75px;
    height: 120px;
  }

  .tab-link-tab-2-2.w--current {
    height: auto;
  }

  .text-block-5 {
    color: var(--dunkel-grün);
    font-size: 14px;
  }

  .text-block-5.wei {
    color: #fff;
  }

  .text-block-5.grau {
    color: var(--white-smoke);
  }

  .text-block-5.grau.fade {
    color: #0000;
  }

  .tab-link-tab-3-2 {
    width: 75px;
    height: 120px;
  }

  .tab-link-tab-3-2.w--current {
    height: auto;
  }

  .tab-link-tab-4 {
    width: 75px;
    height: 120px;
    padding-top: 0;
  }

  .headlin-anwendungsf-lle {
    margin-top: 0;
    padding-bottom: 39px;
    font-size: 23px;
    line-height: 28px;
  }

  .text-block-6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .text-block-6.kontkt {
    padding-top: 0;
    padding-right: 15px;
  }

  .text-block-9 {
    margin-top: 5px;
    font-size: 14px;
  }

  .text-block-9.wei {
    color: #fff;
  }

  .text-block-9.wei.fade {
    color: #0000;
  }

  .wrapper.m100 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.m0-50 {
    margin-top: 0;
    padding-top: 0;
  }

  .home2-deco-part {
    background-position: 50%;
    background-size: cover;
    height: 260px;
  }

  .text-field.right-margin-field {
    margin-bottom: 10px;
  }

  .section-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer2-form-wrap {
    flex-direction: column;
  }

  .footer2-bottom-grid, .footer2-links-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer2-bottom-left-column {
    flex-direction: column;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .footer2-form-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-7 {
    padding-top: 37px;
    padding-left: 0;
  }

  .blog1-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 300px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: -93px;
    padding-top: 0;
    display: grid;
  }

  .blog1-grid-2 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog3-grid, .grid-3 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-11 {
    margin-bottom: 40px;
  }

  .image-8 {
    padding-top: 27px;
    padding-bottom: 0;
  }

  .image-9 {
    max-width: 100%;
    margin-top: -10px;
  }

  .header-bild {
    height: 100vh;
  }

  .container-1208 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .text-block-13 {
    text-align: left;
    max-width: none;
    margin-top: 17px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 16px;
    line-height: 25px;
    display: block;
  }

  .image-19 {
    min-width: auto;
    max-width: 320px;
  }

  .link-block-3 {
    justify-content: flex-start;
  }

  .container-1211 {
    padding-left: 9px;
  }

  .image-20.mobile {
    width: 300px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-27 {
    align-items: flex-start;
    margin-top: 27px;
    display: block;
  }

  .div-block-28 {
    padding-left: 1px;
  }

  .main-heading-copy {
    text-align: center;
    min-width: auto;
    max-width: 300px;
    margin-top: 1px;
    margin-bottom: -3px;
    font-size: 21px;
    line-height: 30px;
  }

  .tab-link-tab-2-3 {
    width: 200px;
    margin-top: 24px;
    margin-left: 10px;
  }

  .tab-link-tab-1-3, .tab-link-tab-1-3.w--current {
    width: 200px;
    margin-left: 10px;
  }

  .image-25 {
    width: 70px;
    min-width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 5px;
  }

  .image-26 {
    margin-top: 0;
  }

  .text-block-9-copy {
    font-size: 14px;
  }

  .text-block-9-copy2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
  }

  .text-block-9-copy2.fade {
    color: #0000;
  }

  .section-17 {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-2-copy {
    margin-bottom: 103px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-27 {
    margin-top: 0;
  }

  .section-18 {
    margin-bottom: 2px;
    padding-bottom: 68px;
  }

  .container-1216 {
    padding-right: 17px;
  }

  .einleitung-copy {
    min-width: auto;
    min-height: auto;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .image-28 {
    margin-top: 9px;
  }

  .tabs-content-2 {
    max-width: 300px;
    padding-bottom: 0;
  }

  .vegetation-boden-klima {
    text-align: center;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .tab-link-tab-4-2 {
    max-width: 1px;
  }

  .tab-link-tab-4-2.w--current {
    min-width: 0;
  }

  .tab-link-tab-5-2.w--current {
    min-width: 1px;
  }

  .italic-text {
    padding-left: 10px;
  }

  .italic-text-2 {
    padding-right: 0;
  }

  .gfz {
    width: 300px;
  }

  .image-29 {
    padding-left: 0;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-1218 {
    max-width: 300px;
  }

  .section-20 {
    margin-top: 105px;
  }

  .container-1219 {
    margin-top: 43px;
    padding-left: 10px;
  }

  .container-300 {
    max-width: 300px;
    margin-top: 6px;
    padding-left: 10px;
  }

  .container-300._700 {
    max-height: none;
  }

  .image-31 {
    min-width: 90px;
    max-width: 100vw;
  }

  .tabs-2 {
    max-width: 300px;
  }

  .container-1220 {
    max-width: 320px;
    padding-top: 0;
  }

  .html-embed {
    margin-top: 32px;
  }

  .tabs-content-3 {
    margin-top: 40px;
  }

  .text-span-3 {
    color: #fff;
  }

  .text-span-3.fade {
    color: #0000;
  }

  .div-block-35, .div-block-36, .div-block-37 {
    max-width: 220px;
  }

  .div-block-38 {
    object-fit: contain;
    max-width: 220px;
  }

  .div-block-39, .div-block-40 {
    max-width: 220px;
  }

  .div-block-41 {
    border: 1px #000;
    width: 1px;
    min-width: 1px;
    max-width: 1px;
    min-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-42 {
    align-items: flex-start;
    display: flex;
  }

  .columns-8 {
    margin-top: auto;
    padding-top: 36px;
  }

  .column-20 {
    align-items: flex-start;
    display: flex;
  }

  .column-21, .column-22 {
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .column-24 {
    margin-top: 20px;
  }

  .columns-9 {
    max-width: 300px;
  }

  .column-26, .column-27 {
    margin-top: 20px;
  }

  .icon {
    border: 1px solid #0000;
  }

  .link-block-5 {
    padding-top: 0;
  }

  .text-block-13-copy {
    margin-top: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-75 {
    margin-bottom: 26px;
    padding-bottom: 12px;
  }

  .text-field-2, .text-field-3 {
    margin-right: 100px;
  }

  .container-1222 {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    display: block;
  }

  .heading-20 {
    font-size: 20px;
  }

  .text-block-27 {
    text-align: center;
    font-size: 20px;
  }

  .main-heading-copy {
    margin-top: 38px;
    font-size: 28px;
    line-height: 32px;
  }

  .main-heading-copy-copy4 {
    text-align: center;
    min-width: auto;
    max-width: 300px;
    margin-top: 1px;
    margin-bottom: -3px;
    font-size: 21px;
    line-height: 30px;
  }

  .container-1223 {
    max-width: 90%;
  }

  .text-block-28 {
    padding-left: 20px;
  }

  .text-block-28.mobile {
    max-width: 300px;
    padding-right: 20px;
  }

  .bold-text-22 {
    text-align: left;
    width: 300px;
    max-width: 300px;
    padding-left: 10px;
    font-size: 16px;
    display: block;
  }

  .heading-24.mobile {
    width: 300px;
    padding-right: 0;
    font-size: 26px;
  }

  .image-35 {
    padding-left: 0;
  }

  .container-1224, .container-1225 {
    max-width: 300px;
  }

  .header-mai.project-page, .header-maert.project-page {
    min-width: auto;
    min-height: 80%;
    max-height: 80%;
  }

  .heading-27 {
    margin-top: 40px;
  }

  .blog1-grid-copy {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 300px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: -93px;
    padding-top: 0;
    display: grid;
  }

  .container-1208-copy {
    flex-direction: column;
    align-items: flex-start;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5ce7-adbd5da1 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5cfa-adbd5da1 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d05-adbd5da1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d0e-adbd5da1 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d1c-adbd5da1 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d25-adbd5da1, #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d2e-adbd5da1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d39-adbd5da1 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_959c063a-ecfd-5c85-0713-fbc4bccde496-411cf965 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-_59017f92-6c92-33b5-3c66-67aa39399102-411cf965 {
  justify-self: end;
}

#w-node-_68d0a3ab-2476-3988-a4a4-aaf1d543ad58-411cf965 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-da20183b-3d57-3382-6adf-bf67411cf97a-411cf965 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b09-adbd5e0e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b18-adbd5e0e {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b0c-adbd5e0e {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b1c-adbd5e0e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b2c-adbd5e0e {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_1ceb571a-df2c-9837-0051-b487c4f5a447-adbd5e0e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b1f-adbd5e0e {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b30-adbd5e0e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b45-adbd5e0e {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b33-adbd5e0e {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b4e-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b62-adbd5e0e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b51-adbd5e0e {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_3d8cee9f-2a95-3f68-a855-a269c4c7f141-adbd5e0e {
  grid-area: span 2 / span 12 / span 2 / span 12;
}

#w-node-_6218f55c-ccaf-94d0-ff97-51238fb45971-adbd5e29 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_6218f55c-ccaf-94d0-ff97-51238fb45983-adbd5e29 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_6218f55c-ccaf-94d0-ff97-51238fb45974-adbd5e29 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-d27816e7-1a41-3863-3978-941697735ece-adbd5e29 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_91a5f70c-631e-2309-f9d7-2de3f4df4653-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df4645-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df4663-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df465b-adbd5e2a, #w-node-_2fa47563-c85e-417a-2c8b-36b070017e17-adbd5e2a, #w-node-_73c62659-15cf-9201-8830-82d57022f65b-adbd5e2a {
  justify-self: center;
}

#w-node-_91a5f70c-631e-2309-f9d7-2de3f4df4650-adbd5e2a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-_91a5f70c-631e-2309-f9d7-2de3f4df4639-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df46f0-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df46f8-adbd5e2a, #w-node-_25afe57f-68c4-128a-4c76-7d11b16c7582-adbd5e2a, #w-node-_392032c3-8906-7694-f3a5-b7aec40ab581-adbd5e2a, #w-node-_4af96748-12e2-be49-73c6-dff064e81d6c-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df46e8-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df46d2-adbd5e2a, #w-node-_93bc276c-db06-f78b-3d7f-abcf56b91722-adbd5e2a, #w-node-_7df156f9-3171-ef35-121f-72fa0f203b6f-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df466b-adbd5e2a, #w-node-d5791bf5-0c40-8e32-d936-de9e8d81cb05-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df4673-adbd5e2a, #w-node-_673b7aa5-87a5-a338-ee12-0f3b66e959cf-adbd5e2a, #w-node-a8bf3289-4d97-31a2-8c6b-23d92e86fb0a-adbd5e2a, #w-node-b0f5c34e-d824-8c19-de4b-aad2190550b3-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df4699-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df4693-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df46a0-adbd5e2a, #w-node-_352520cb-bbef-06ff-16b8-080ae8989363-adbd5e2a, #w-node-a90ecb17-6038-2d18-6caa-bf58f1f3a3e9-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df468d-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df46a9-adbd5e2a, #w-node-_129b2492-a32c-4a22-559e-572949bc5aa9-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df46b1-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df46c3-adbd5e2a, #w-node-_930b4246-66cb-4580-0b70-b6f1eaacda3d-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df46cc-adbd5e2a, #w-node-d1aedd68-36f4-2c1b-b465-2681f3f3cd93-adbd5e2a, #w-node-e7b23804-6539-e7b0-a7aa-5eedec2bb8b9-adbd5e2a, #w-node-_02905952-c911-e1b5-4fdd-09cde2b09686-adbd5e2a, #w-node-caadbf48-424c-3bad-c790-284d8b30d7ff-adbd5e2a, #w-node-_9d1196a6-c2e6-ec7a-006e-c7f21f4fa25c-adbd5e2a, #w-node-_91a5f70c-631e-2309-f9d7-2de3f4df46db-adbd5e2a, #w-node-_671dfada-5890-6f05-3663-8e092181dc1f-adbd5e2a, #w-node-_5378bda4-b277-5deb-40a7-b4dd94779125-adbd5e2a, #w-node-_7b58bd4a-bd0f-71b4-160f-969a6e30d923-adbd5e2a, #w-node-_8e773c09-0bdf-3bc2-1d7f-f576355fa2a2-adbd5e2a, #w-node-_4035c4ea-3985-67bd-79b7-358ce920c66e-adbd5e2a {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5cfa-adbd5da1, #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d05-adbd5da1, #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d1c-adbd5da1, #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d39-adbd5da1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-da20183b-3d57-3382-6adf-bf67411cf97a-411cf965 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b09-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b0c-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b1c-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b1f-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b30-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b33-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b4e-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b51-adbd5e0e, #w-node-_6218f55c-ccaf-94d0-ff97-51238fb45971-adbd5e29, #w-node-_6218f55c-ccaf-94d0-ff97-51238fb45974-adbd5e29 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5cfa-adbd5da1, #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d05-adbd5da1, #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d1c-adbd5da1, #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d39-adbd5da1 {
    grid-column: span 6 / span 6;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b09-adbd5e0e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b0c-adbd5e0e {
    grid-column: span 6 / span 6;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b1c-adbd5e0e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b1f-adbd5e0e {
    grid-column: span 6 / span 6;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b30-adbd5e0e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b33-adbd5e0e {
    grid-column: span 6 / span 6;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b4e-adbd5e0e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b51-adbd5e0e {
    grid-column: span 6 / span 6;
  }

  #w-node-_6218f55c-ccaf-94d0-ff97-51238fb45971-adbd5e29 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6218f55c-ccaf-94d0-ff97-51238fb45974-adbd5e29 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5ce7-adbd5da1 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5cfa-adbd5da1 {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d05-adbd5da1 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d0e-adbd5da1 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d1c-adbd5da1, #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d25-adbd5da1 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d2e-adbd5da1 {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_7784597d-7b3f-f167-ad6a-3e0a7eaf5d39-adbd5da1 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_959c063a-ecfd-5c85-0713-fbc4bccde496-411cf965 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-da20183b-3d57-3382-6adf-bf67411cf97a-411cf965 {
    grid-column: span 4 / span 4;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b09-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b18-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b1c-adbd5e0e, #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b1f-adbd5e0e {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b30-adbd5e0e {
    grid-column: span 4 / span 4;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b33-adbd5e0e {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b4e-adbd5e0e {
    grid-column: span 4 / span 4;
  }

  #w-node-_7af584fb-ca22-d536-ca3d-bb28693c0b51-adbd5e0e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6218f55c-ccaf-94d0-ff97-51238fb45971-adbd5e29, #w-node-_6218f55c-ccaf-94d0-ff97-51238fb45983-adbd5e29, #w-node-_6218f55c-ccaf-94d0-ff97-51238fb45974-adbd5e29, #w-node-d27816e7-1a41-3863-3978-941697735ece-adbd5e29 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }
}


