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

body {
  background-image: url('../images/lebensmittel-teilen-gemuese-hintergrund-1.jpg');
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Baloo2, sans-serif;
  color: #649d66;
  font-size: 3rem;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Baloo2, sans-serif;
  color: #649d66;
  font-size: 1.6em;
  line-height: 2em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #649d66;
  font-size: 1.4em;
  line-height: 3em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Opensans, sans-serif;
  color: #3e3e3e;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: left;
}

a {
  color: #649d66;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 30px;
}

.div-block {
  background-color: #f6d743;
}

.div-block-2 {
  background-color: #649d66;
}

.div-block-3 {
  background-color: #9e7655;
}

.div-block-4 {
  background-color: #fff;
}

.div-block-5 {
  background-color: #f2f2f2;
}

.section {
  position: static;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.intro {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section.handlungsfelder {
  padding-top: 50px;
  padding-bottom: 150px;
}

.section.testiomonials.bggrey {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}

.section.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bgwhite {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #fff;
}

.section.bgwhite.footer {
  padding-top: 75px;
  padding-bottom: 100px;
}

.section.bgwhite.spendennutzen {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.bgwhite.ubs_events {
  padding-top: 100px;
}

.section.spendenm-glichkeit {
  padding-top: 100px;
  padding-bottom: 200px;
}

.section.bg_besch {
  background-color: #e8e0da;
}

.section.ubs_projektimpressions {
  padding-bottom: 100px;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #f6d743;
  background-color: #649d66;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 159px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 220px;
  margin-top: 0px;
  padding: 10px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f6d743;
  border-radius: 25px;
  background-color: #f6d743;
  font-family: Opensans, sans-serif;
  color: #3e3e3e;
  font-size: 15px;
  text-align: center;
}

.button.nav {
  max-width: 240px;
  margin-top: 5px;
}

.button.brown {
  border: 2px solid #9e7655;
  background-color: transparent;
  color: #3e3e3e;
}

.container {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin-top: 19px;
}

.container.nav {
  padding-top: 0px;
}

.nav-link {
  width: 100%;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 15px;
}

.nav-link-2 {
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 15px;
}

.nav-link-3 {
  font-size: 15px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.introgrid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.introgridleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider {
  height: 380px;
  background-color: transparent;
}

.image {
  border-radius: 25px;
}

.slide {
  height: auto;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.right-arrow._1 {
  display: none;
}

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

.heading {
  margin-top: 0px;
  font-family: Opensans, sans-serif;
  color: #3e3e3e;
  font-size: 25px;
  text-align: center;
}

.button-2 {
  margin-right: 5px;
  margin-left: 0px;
  padding: 15px 25px;
  border-radius: 25px;
  background-color: #f6d743;
  font-family: 'Open Sans', sans-serif;
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 400;
}

.button-2:hover {
  border: 1px none #649d66;
  background-color: #f6d743;
  font-weight: 700;
}

.button-2.brown {
  background-color: #9e7655;
  color: #fff;
}

.akkordiontop {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #f6d743;
}

.heading-2 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-6 {
  width: 100%;
  max-width: 1050px;
}

.div-block-7 {
  width: 100%;
  max-width: 30px;
  margin-top: 0px;
}

.akkordioncontent {
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 150px 0px 40px;
  border: 0px solid #f6d743;
  border-radius: 25px;
  background-color: #f4f4f4;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-2 {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-size: 20px;
}

.akkordionitem {
  width: 100%;
}

.body {
  background-image: url('../images/lebensmittel-teilen-gemuese-hintergrund-1.jpg');
  background-position: 50% 50%;
  background-size: 730px;
}

.akkordionwrapper {
  margin-top: 30px;
}

.heading-3 {
  font-size: 2.8rem;
  line-height: 3.75rem;
}

.paragraph-3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.heading-4 {
  text-align: center;
}

.slider-2 {
  height: auto;
  background-color: transparent;
}

.image-2 {
  margin-bottom: 20px;
  border-radius: 100%;
}

.div-block-8 {
  position: relative;
  z-index: -10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  max-width: 510px;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

.text-block {
  font-family: Opensans, sans-serif;
  color: #9e7655;
  font-size: 1rem;
  font-weight: 700;
}

.right-arrow-2 {
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-arrow-2 {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.heading-5 {
  margin-bottom: 0px;
  text-align: center;
}

.paragraph-5 {
  max-width: 980px;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}

.grid-2 {
  width: 100%;
  margin-top: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-6 {
  font-family: 'Open Sans', sans-serif;
  color: #3e3e3e;
  text-align: center;
}

.image-3 {
  border-radius: 30px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template-areas: "Area-3 Area-4 Area-5";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: Opensans, sans-serif;
  color: #3e3e3e;
  font-size: 1.5rem;
  font-weight: 700;
}

.footerlink {
  margin-bottom: 5px;
  font-family: Opensans, sans-serif;
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footerlink:hover {
  color: #649d66;
  font-weight: 400;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-3 {
  font-family: Opensans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.slide-nav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3e3e3e;
}

.heading-8 {
  margin-bottom: 0px;
}

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

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.body-2 {
  background-position: 50% 50%;
  background-size: 730px;
  background-repeat: repeat;
  background-attachment: scroll;
}

.heading-9 {
  text-align: center;
}

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

.spacer {
  height: 20px;
  margin-top: 0px;
}

.grid_spendennutzung {
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-10 {
  text-align: center;
}

.heading-11 {
  font-size: 2.3em;
  line-height: 1.4em;
  text-align: center;
}

.paragraph-6 {
  font-size: 1.3rem;
  line-height: 1.9rem;
  text-align: center;
}

.heading-12 {
  text-align: center;
}

.grid-4 {
  margin-top: 50px;
  justify-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  max-height: 375px;
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 50px;
  border-radius: 25px;
  background-color: #9e7655;
}

.heading-13 {
  color: #f6d743;
  text-align: center;
}

.heading-14 {
  color: #f6d743;
  text-align: center;
}

.paragraph-7 {
  color: #fff;
}

.paragraph-8 {
  text-align: center;
}

.heading-15 {
  text-align: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-17 {
  margin-top: 30px;
}

.heading-16 {
  text-align: center;
}

.grid-5 {
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-9 {
  margin-top: 25px;
  text-align: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-10 {
  max-width: 780px;
  text-align: center;
}

.heading-17 {
  text-align: center;
}

.body-3 {
  background-position: 50% 50%;
  background-size: 730px;
}

.grid-6 {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.projectkarte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 400px;
  padding: 175px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #9e7655;
}

.projectkarte.ubs_style {
  padding-top: 150px;
  padding-right: 30px;
  padding-left: 30px;
}

.heading-18 {
  color: #f6d743;
  line-height: 1.3em;
  text-align: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link {
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 1em;
  text-align: center;
}

.paragraph-11 {
  max-width: 680px;
  text-align: center;
}

.paragraph-12 {
  max-width: 820px;
  line-height: 2rem;
  text-align: center;
}

.paragraph-13 {
  margin-top: 17px;
  text-align: center;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
}

.paragraph-15 {
  color: #fff;
  text-align: center;
}

.paragraph-16 {
  line-height: 2rem;
  text-align: center;
}

.paragraph-17 {
  margin-top: 25px;
  text-align: center;
}

.paragraph-18 {
  margin-top: 25px;
  text-align: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide1 {
  height: 430px;
}

.icon-2 {
  display: none;
}

.icon-3 {
  display: none;
}

.slide-2 {
  height: 430px;
}

.slide-4 {
  height: auto;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-19 {
  text-align: center;
}

.image-5 {
  border-radius: 100%;
}

.paragraph-20 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.55rem;
  text-align: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-19 {
  text-align: center;
}

.paragraph-21 {
  max-width: 860px;
  text-align: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-7 {
  width: 100%;
  height: 100%;
  max-width: 900px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 670px;
  max-width: 450px;
  padding: 50px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #e8e0da;
  color: #e8e0da;
  font-size: 20px;
}

.div-block-25 {
  background-color: #e8e0da;
}

.heading-20 {
  color: #3e3e3e;
  line-height: 1.4em;
  text-align: center;
}

.button-3 {
  border: 2px solid #9e7655;
  border-radius: 25px;
  background-color: transparent;
  font-family: Opensans, sans-serif;
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 700;
}

.slide-5 {
  width: 100%;
  height: auto;
}

.paragraph-22 {
  text-align: center;
}

.slide-nav-3 {
  display: none;
}

.right-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-21 {
  text-align: center;
}

.grid-8 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-22 {
  color: #f6d743;
  text-align: center;
}

.paragraph-23 {
  color: #fff;
  text-align: center;
}

.button-4 {
  margin-top: 50px;
}

.grid-9 {
  width: 100%;
  margin-top: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-23 {
  color: #3e3e3e;
  font-size: 2rem;
  text-align: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-24 {
  text-align: center;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-29 {
  margin-top: 50px;
}

.slider-4 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide-6 {
  width: 100%;
  height: 100%;
}

.right-arrow-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-4 {
  display: none;
}

.left-arrow-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-25 {
  display: block;
  max-width: 680px;
  text-align: center;
}

.grid-10 {
  width: 100%;
  margin-top: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 760px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-36 {
  width: 100%;
  max-width: 760px;
  margin-top: 30px;
}

.paragraph-26 {
  width: 100%;
  max-width: 930px;
}

.heading-27 {
  color: #649d66;
  text-align: left;
}

.grid-11 {
  margin-top: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-28 {
  font-size: 2.2rem;
  line-height: 1.2em;
  text-align: center;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-27 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: center;
}

.grid-12 {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-29 {
  text-align: center;
}

.paragraph-28 {
  text-align: center;
}

.heading-30 {
  text-align: center;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-46 {
  margin-top: 120px;
}

.heading-31 {
  line-height: 2.8em;
}

.heading-32 {
  text-align: center;
}

.heading-33 {
  color: #9e7655;
  text-align: center;
}

.blogpage {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blogpage.bg_white {
  background-color: transparent;
}

.div-block-47 {
  width: 100%;
}

.image-6 {
  margin-bottom: 10px;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.empty-state {
  display: none;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

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

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

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

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

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

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu {
    width: 100%;
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #9e7655;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #000 #000 #f6d743;
  }

  .introgrid {
    -ms-grid-columns: 0.75fr 0.5fr;
    grid-template-columns: 0.75fr 0.5fr;
  }

  .introgridleft {
    padding-right: 30px;
  }

  .introgridright {
    padding-top: 60px;
  }

  .akkordiontop {
    padding-right: 30px;
    padding-left: 30px;
  }

  .akkordioncontent {
    padding-left: 40px;
  }

  .text-block-2 {
    line-height: 2rem;
  }

  .icon {
    color: #fff;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button {
    border-radius: 100%;
    background-color: #9e7655;
  }

  .menu-button.w--open {
    background-color: #f6d743;
  }

  .heading-7 {
    margin-top: 0px;
  }

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

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

  .heading-11 {
    line-height: 1.5em;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-20 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
  }

  .card {
    max-height: 750px;
  }

  .grid-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-11 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-27 {
    text-align: center;
  }

  .grid-12 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .introgrid {
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .slider {
    height: 270px;
  }

  .paragraph {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .heading {
    font-size: 20px;
  }

  .akkordioncontent {
    padding-right: 40px;
  }

  .paragraph-4 {
    max-width: 370px;
  }

  .grid-3 {
    grid-auto-flow: column;
    grid-template-areas: ". . Area-5";
    -ms-grid-columns: 6.5fr;
    grid-template-columns: 6.5fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-7 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .slide-nav-2 {
    margin-top: 0px;
  }

  .grid_spendennutzung {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .paragraph-6 {
    max-width: 400px;
  }

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

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-8 {
    max-width: 490px;
  }

  .grid-6 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .grid-7 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .right-arrow-3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left-arrow-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-12 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .section.testiomonials.bggrey {
    height: auto;
    padding-bottom: 50px;
  }

  .section.cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.bgwhite {
    padding-top: 50px;
  }

  .section.bgwhite.footer {
    padding-bottom: 75px;
  }

  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .slider {
    height: 300px;
  }

  .paragraph {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .button-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .akkordiontop {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .akkordioncontent {
    padding-right: 20px;
    padding-left: 30px;
  }

  .paragraph-2 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .slider-2 {
    height: auto;
  }

  .paragraph-4 {
    max-width: 290px;
  }

  .right-arrow-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left-arrow-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-2 {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-3 {
    justify-items: center;
    grid-auto-flow: column;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-10 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-button.w--open {
    background-color: #f6d743;
  }

  .heading-8 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading-9 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-10 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-12 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-14 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .section-3 {
    padding-top: 50px;
  }

  .div-block-17 {
    margin-top: 0px;
  }

  .grid-5 {
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .div-block-18 {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .projectkarte {
    max-height: 450px;
    max-width: 280px;
    padding-top: 175px;
    padding-bottom: 180px;
  }

  .slide1 {
    height: auto;
  }

  .slide-2 {
    height: auto;
    margin-top: 90px;
  }

  .slide-4 {
    height: auto;
    margin-top: 100px;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card {
    max-height: 830px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .heading-23 {
    line-height: 1.3em;
  }

  .right-arrow-4 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left-arrow-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-24 {
    font-size: 2rem;
  }

  .heading-25 {
    text-align: center;
  }

  .heading-26 {
    text-align: center;
  }

  .div-block-47 {
    margin-top: 50px;
  }
}

#w-node-_678443ad-baf8-431f-975a-f7daba756973-d038e7bd {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d8a5c97c-eb64-d9c2-5d38-02796412e826-d038e7bd {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e6fa3eec-685a-23bd-f3ac-cdd51e3e5466-d038e7bd {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_22bb8702-fef5-fa26-aa7b-b5fcb5eb6c5c-d038e7bd {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a88eeb7b-049d-b831-3be3-b2ff1e6cbf4e-5f38e7c3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_55b99419-7d9c-d9ce-195b-033526f246be-5f38e7c3 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-b5c49a7c-5549-4b6c-2373-27a09b6a11a9-ee38e7c4 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6075e3e-71ce-fd64-56ca-73906900f28b-ee38e7c4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2914e3cb-770b-d5fb-b5d0-65411adc0f7d-1adc0f71 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2914e3cb-770b-d5fb-b5d0-65411adc0f88-1adc0f71 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a88eeb7b-049d-b831-3be3-b2ff1e6cbf4e-5f38e7c3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo2';
  src: url('../fonts/Baloo2-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}