:root {
  --black: #1d1d1b;
  --goldenrod: #fbba00;
  --white: white;
  --white-smoke: whitesmoke;
  --lime-green: #75ba49;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  text-decoration: none;
}

.main_slider_image {
  background-color: #0000;
  width: 100%;
  height: 110vh;
  position: relative;
}

.left-arrow {
  display: block;
}

.left-arrow.unterseiten {
  display: none;
}

.right-arrow {
  display: block;
}

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

.wrapper_slider_info {
  background-color: var(--goldenrod);
  width: 45%;
  min-height: auto;
  padding: 5% 5% 10% 6%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.wrapper_slider_info.unterseite {
  inset: auto 0% 0% auto;
}

.mask {
  height: 110vh;
}

.image_main_slider {
  background-image: url('/medien/grafiken/doernbach_energie_photovoltaik.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.image_main_slider._2 {
  background-image: url('/medien/grafiken/Doernbach_energieeffizienz.jpg');
}

.image_main_slider._3 {
  background-image: url('/medien/grafiken/doernbach_serviceleistungen.jpg');
}

.image_main_slider._4 {
  background-image: url('/medien/grafiken/Doernbach_Energie_Foerdermittel.jpg');
}

.image_main_slider.energieerzeugung {
  background-image: url('/medien/grafiken/Doernbach_Energieerzeugung_hero.jpg');
  inset: 0% 0% 0% auto;
}

.image_main_slider.energieerzeugung.unterseite {
  background-image: none;
  inset: 0% auto 0% 0%;
}

.navbar {
  z-index: 1000000;
  background-color: #ffffffb8;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 80px;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.logo {
  float: left;
  border: 1px none var(--goldenrod);
  width: 190px;
  padding-top: 12px;
  position: relative;
}

.container {
  justify-content: space-between;
  max-width: 1640px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
}

.heading {
  border: 0px none var(--black);
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 6vh;
  line-height: 1.2;
  position: static;
}

.heading._2 {
  font-size: 6vh;
}

.paragraph {
  z-index: 1000;
  color: var(--black);
  border: 1px #000;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  position: relative;
}

.paragraph.center {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
}

.paragraph.white {
  color: var(--white);
  margin-top: 10px;
}

.paragraph.absolute {
  padding-right: 0;
  display: block;
  position: absolute;
}

.paragraph._71 {
  padding-left: 71px;
}

.paragraph._2 {
  margin-top: 0;
}

.paragraph._2.light {
  color: #1d1d1b82;
}

.paragraph.caps {
  text-transform: uppercase;
  font-size: 14px;
}

.paragraph._5 {
  margin-bottom: 5px;
}

.paragraph._5.small {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.paragraph._5.small.mobile {
  display: none;
}

.legend {
  color: var(--black);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 1.2vh;
  font-weight: 400;
}

.phone_icon {
  float: none;
  clear: none;
  background-image: url('/medien/grafiken/doernbach_icon_phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.phone_icon.absolute {
  background-image: url('/medien/grafiken/doernbach_icon_phone_active.svg');
  position: absolute;
  inset: 0%;
}

.menu_float_left {
  float: right;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-button {
  float: none;
  width: 80px;
  margin-left: 49px;
  padding-left: 0;
  padding-right: 0;
}

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

.mail_icon {
  float: none;
  clear: none;
  background-image: url('/medien/grafiken/doernbach_icon_phone_mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.mail_icon.absolute {
  background-image: url('/medien/grafiken/doernbach_icon_mail_active.svg');
}

.slide-nav {
  padding-left: 6%;
  inset: auto auto 9% 0%;
}

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

.button {
  border: 1px solid var(--white);
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 10px;
  padding: 16px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
}

.button:active {
  background-color: var(--goldenrod);
}

.button.gelb {
  border: 2px solid var(--goldenrod);
  background-color: #0000;
}

.button.gelb:hover {
  border-color: var(--goldenrod);
}

.button.center {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.container-3 {
  max-width: 1640px;
}

.slide, .slide-2, .slide-3, .slide-4 {
  overflow: hidden;
}

.container_main {
  max-width: 1640px;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.section {
  padding: 160px 5%;
  position: relative;
  overflow: hidden;
}

.section.black {
  background-color: var(--black);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.yellow {
  background-color: var(--goldenrod);
}

.section.grey {
  background-color: var(--white-smoke);
  position: relative;
}

.section.extra-bottom-padding {
  padding-bottom: 240px;
  position: relative;
}

.section.right {
  padding-right: 0%;
  overflow: hidden;
}

.section.right.datenschutz {
  padding-right: 5%;
  overflow: visible;
}

.section.leeft {
  padding-left: 0%;
  padding-right: 5%;
}

.section.leeft.no-top {
  padding-top: 0;
}

.section.cta {
  background-image: none;
  flex-direction: column;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: hidden;
}

.section.no-padding-botttom {
  padding-bottom: 0;
}

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

.wrapper_icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 120px;
  height: 132px;
}

.usp_titel {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}

.grid-2 {
  grid-row-gap: 34px;
  grid-template-rows: auto .75fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.slide-nav-2 {
  top: 263px;
}

.div-block {
  background-image: url('/medien/grafiken/doernbach_projekt_1.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.text-span {
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
}

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

.grid-3 {
  grid-template-rows: auto;
  height: 100%;
}

.grid-3._3 {
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  align-items: stretch;
  height: auto;
  margin-top: 80px;
}

.projekt_1 {
  background-image: url('/medien/grafiken/Doernbach_referenzen.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.projekt_2 {
  background-image: url('/medien/grafiken/Doernbach_referenzen_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  background-color: #0000;
  height: 200px;
}

.projekt_3 {
  background-image: url('/medien/grafiken/Doernbach_energieeffizienz.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.projekt_4 {
  background-image: url('/medien/grafiken/doernbach_energie_photovoltaik.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.h1 {
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 54px;
}

.h1.white {
  color: var(--white);
  margin-top: 10px;
}

.h1.center {
  color: var(--black);
  text-align: center;
  position: relative;
}

.h1.no-padding {
  z-index: 100;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
}

.h1.no-padding._71 {
  padding-left: 71px;
}

.wrapper_h1 {
  display: block;
  position: relative;
}

.wrapper_h1.green {
  z-index: auto;
  transform-origin: 0%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.text-span-7 {
  background-color: var(--lime-green);
}

.white_layer {
  background-color: var(--white);
  transform-origin: 100%;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.white_layer.green {
  transform-origin: 100%;
  width: 100%;
  display: block;
  inset: 0% 0% 0% auto;
}

.text-span-10 {
  z-index: -10;
  background-color: var(--goldenrod);
  position: relative;
}

.wrapper_infografik {
  perspective: 1000px;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1120px;
  height: 820px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.board {
  perspective: 1000px;
  object-fit: cover;
  max-width: 65%;
  height: auto;
  display: block;
  position: relative;
  inset: 143px auto auto;
  overflow: visible;
  transform: perspective(1000px)translate(0);
}

.mann {
  perspective: 1000px;
  transform-style: preserve-3d;
  width: 400px;
  max-width: 30%;
  height: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate3d(0, 0, 38px);
}

.pflanze2 {
  perspective: 1000px;
  transform-style: preserve-3d;
  width: 320px;
  max-width: 25%;
  height: 400px;
  position: absolute;
  inset: 4% 6% auto auto;
  transform: translate3d(0, 0, -50px);
}

.pflanze1 {
  perspective: 1000px;
  transform-style: preserve-3d;
  width: 320px;
  max-width: 22%;
  height: 320px;
  position: absolute;
  inset: auto auto 19% 3.5%;
  transform: translate3d(0, 0, -50px);
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--lime-green);
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.div-block-3 {
  background-color: var(--goldenrod);
  border-bottom: 1px solid #ffffff73;
  border-right: 1px solid #ffffff73;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15%;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.div-block-3._2 {
  border-bottom-style: none;
}

.div-block-4 {
  background-color: var(--goldenrod);
  border-bottom: 1px solid #ffffff73;
  border-right: 1px solid #ffffff73;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15%;
  display: flex;
}

.div-block-4._2 {
  border-bottom-style: none;
}

.div-block-5 {
  background-color: var(--goldenrod);
  border-bottom: 1px solid #ffffff73;
  border-radius: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.div-block-5._2 {
  border-bottom-style: none;
}

.div-block-6, .div-block-7 {
  background-color: var(--goldenrod);
  border-right: 1px solid #ffffff73;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15%;
  display: flex;
}

.div-block-8 {
  background-color: var(--goldenrod);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15%;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  margin-top: 80px;
}

.image {
  float: right;
  clear: right;
  object-fit: scale-down;
  width: auto;
  height: 100%;
  min-height: 100%;
  display: inline;
  overflow: visible;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
}

.div-block-9 {
  -webkit-text-fill-color: inherit;
  background-image: url('/medien/grafiken/Kameraj_A.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: content-box;
  border-radius: 200px;
  width: 300px;
  height: 300px;
  max-height: 300px;
}

.div-block-9._2 {
  background-image: url('/medien/grafiken/M.Adler.jpg');
}

.div-block-9._3 {
  background-image: url('/medien/grafiken/Reichwald.jpg');
  background-size: cover;
}

.kundenstimmen {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
}

.paragraph-2 {
  color: #33333385;
  margin-top: 47px;
  font-family: Lato, sans-serif;
}

.body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.slide-nav-3 {
  top: 324px;
  left: 90px;
}

.slide-nav-3._2 {
  width: 100%;
  left: auto;
}

.div-block-10 {
  position: relative;
  overflow: visible;
}

.zitat {
  width: 160px;
  height: auto;
  position: absolute;
  inset: auto 0% -98px auto;
}

.kreis {
  width: 540px;
  position: absolute;
  inset: auto auto -20% -237px;
}

.kreis.rechts {
  left: auto;
  right: -237px;
}

.wrapper_partner {
  clear: left;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1250px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-card-front {
  border: 1px solid var(--goldenrod);
  perspective: 1000px;
  background-color: #0000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
}

._w-card-front {
  background-color: var(--white-smoke);
  perspective: 1000px;
  border-radius: 200px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front.usp {
  background-color: #0000;
}

.c-card-back {
  border: 1px solid var(--goldenrod);
  perspective: 1000px;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: block;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cloneable-area {
  align-self: center;
  padding: 20px;
}

._w-card-back {
  background-color: var(--white);
  perspective: 1000px;
  border-radius: 200px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-btn-link {
  border: 2px solid var(--white);
  color: #fff;
  text-align: center;
  border-radius: 0;
  width: auto;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.card-img {
  perspective: 1000px;
  object-fit: contain;
  height: 120px;
}

.card-img.grey {
  opacity: .63;
  filter: grayscale();
  object-fit: contain;
  transform: translate(0);
}

.card-img.grey.usp {
  opacity: 1;
}

.c-flip-card {
  position: relative;
}

._w-flip-card {
  z-index: 10;
  border: 1px none var(--goldenrod);
  perspective: 1000px;
  border-radius: 200px;
  display: flex;
  position: relative;
}

.icon {
  display: none;
}

.hamburger {
  z-index: 100;
  width: 100%;
  position: relative;
}

.nav-link {
  z-index: 100;
  color: #fff;
  padding: 20px 60px 20px 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: var(--goldenrod);
}

.dropdown-toggle {
  z-index: 100;
  color: #fff;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  font-size: 2vw;
  line-height: 1.2;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--goldenrod);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 2vw;
  line-height: 1.2;
  display: block;
  left: auto;
}

.dropdown-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 1.5vw;
  font-weight: 300;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--goldenrod);
}

.dropdown-list {
  background-color: #0000;
  position: relative;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #0000;
}

.navi {
  background-color: var(--black);
  object-fit: fill;
  flex-direction: column;
  width: auto;
  min-width: 600px;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding: 60px 80px 6%;
  display: flex;
  inset: auto 0% auto auto;
  overflow: scroll;
}

.paragraph-4 {
  float: left;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-4-copy {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-weight: 300;
  line-height: 30px;
}

.div-block-14 {
  float: left;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: block;
  position: relative;
}

.pin {
  float: left;
  height: 20px;
  padding-left: 17px;
  display: inline;
  position: static;
}

.link {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.impressum {
  opacity: .6;
  color: #fff;
  text-align: left;
  margin-top: 35px;
  font-weight: 300;
  line-height: 30px;
}

.buttons-css {
  display: inline;
}

.customcsss {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.subheadline {
  font-size: 18px;
  font-weight: 400;
}

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

.standbein_titel {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}

.div-block-17 {
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.image_wrapper {
  float: right;
  clear: none;
  background-image: url('/medien/grafiken/Doernbach_Energieerzeugung.jpg');
  background-position: 50%;
  background-size: cover;
  order: 0;
  width: 65%;
  height: 680px;
  max-height: none;
  position: relative;
  inset: 0% 0% 0% auto;
}

.image_wrapper.right {
  z-index: -1000000;
  float: right;
  background-image: none;
  overflow: hidden;
}

.image_wrapper.left {
  float: left;
  background-image: none;
  height: 80%;
  overflow: hidden;
}

.image_wrapper.left._100 {
  width: 100%;
}

.image_wrapper.left._100._2 {
  height: 750px;
}

.container_inhalt {
  float: left;
  clear: right;
  border: 1px solid var(--goldenrod);
  background-color: var(--white);
  border-radius: 1px;
  width: 45%;
  margin-top: 10%;
  margin-bottom: auto;
  padding: 71px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.container_inhalt.right {
  inset: auto 0% auto auto;
}

.container_inhalt.right._2 {
  text-align: left;
  width: auto;
  padding-left: 71px;
  inset: 0% 5% auto auto;
}

.container_inhalt.right.full {
  width: auto;
  margin-top: -15%;
  margin-left: 35%;
  margin-right: 0%;
  position: relative;
}

.container_inhalt.tabs {
  width: 500px;
  padding: 0;
}

.container_inhalt._2 {
  padding-left: 0;
}

.container_inhalt.relative {
  margin-top: -532px;
  position: relative;
}

.container_inhalt.datenschutz {
  width: auto;
  margin-top: auto;
  position: relative;
}

.logo_wrapper {
  display: inline-block;
}

.logo_wrapper.w--current {
  float: none;
}

.cta_image {
  background-image: url('/medien/grafiken/Doernbach_CTA_hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 768px;
  min-height: auto;
  overflow: hidden;
}

.cta_image._2 {
  background-image: url('/medien/grafiken/DEN_Website_CTA_2.jpg');
}

.cta_image._3 {
  background-image: url('/medien/grafiken/Doernbach_Energie_Foerdermittel.jpg');
}

.cta_wrapper {
  background-color: var(--goldenrod);
  flex-direction: column;
  align-items: center;
  width: 40%;
  max-width: 730px;
  margin-top: -209px;
  padding: 61px;
  display: flex;
  position: relative;
}

.image-4 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.text-span-11 {
  background-color: var(--goldenrod);
}

.div-block-18 {
  z-index: 1000;
  transform-origin: 100%;
  background-color: #fff;
  width: 400px;
  height: 120px;
  display: block;
  position: absolute;
}

.image_unterseiten {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.div-block-19 {
  z-index: auto;
  transform-origin: 100%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.tabs-menu {
  z-index: 10000;
  flex-direction: column;
  display: flex;
}

.tab-link {
  color: var(--black);
  cursor: pointer;
  background-color: #0000;
  padding: 24px 24px 24px 40px;
  font-size: 17px;
  line-height: 28px;
}

.tab-link.w--current {
  background-color: var(--goldenrod);
  padding: 24px 24px 24px 40px;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}

.tab-pane-tab-1 {
  background-color: var(--goldenrod);
  padding: 52px 52px 52px 27%;
}

.tabs-content {
  z-index: -1000;
  min-width: 690px;
  max-width: none;
  position: absolute;
  top: 125px;
  left: 77%;
}

.anlagenfernueberwachung {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.wartung {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.solartechnik {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.planungsleistungen, .iso {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.energieberatung {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.ressourceneffizienz, .umweltinnovation, .elektromobilt-t, .kfw {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tab-link-2 {
  border: 1px solid var(--black);
  background-color: #0000;
  align-items: center;
  padding: 22px 40px;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.tab-link-2.w--current {
  background-color: var(--goldenrod);
  font-weight: 400;
}

.tabs-menu-2 {
  flex-flow: row;
  justify-content: space-around;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.text-block {
  text-align: center;
}

.tab-pane {
  margin-top: 80px;
}

.accordion {
  border-bottom: 1px solid #000;
}

.accordion_inhalt {
  transform-origin: 50% 100%;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.accordion_titel {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.plus {
  border: 2px solid var(--goldenrod);
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 14px;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-top: 5px;
  padding-top: 0;
  display: grid;
}

.collection-item {
  border-bottom: 1px solid #000;
}

.rich-text-block {
  padding-top: 0;
}

.columns {
  justify-content: space-around;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 61px;
  display: flex;
}

.column {
  padding-right: 20px;
}

.column-2 {
  padding-left: 20px;
}

.h3.absolute {
  background-color: var(--goldenrod);
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 0 10px 71px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h3._10-20 {
  z-index: 1000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

._10-20wrapper {
  width: 200px;
  padding-left: 71px;
  display: block;
  position: relative;
  overflow: hidden;
}

._10-20cover {
  z-index: 10;
  transform-origin: 100%;
  background-color: #fff;
  width: 200px;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.list {
  padding-left: 15px;
  list-style-type: disc;
}

.list-item {
  list-style-type: disc;
}

.column-3 {
  padding-left: 65px;
  display: flex;
}

.image-6 {
  z-index: 100;
  position: relative;
}

.div-block-21 {
  flex-direction: column;
  align-items: center;
  width: 55%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-text {
  color: #33333380;
  margin-top: 26px;
  font-weight: 300;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.submit-button {
  background-color: var(--goldenrod);
  color: var(--black);
  margin-top: 36px;
  padding: 16px 25px;
  font-size: 14px;
  font-weight: 700;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.link-2, .link-3 {
  color: var(--black);
}

.pflanze3 {
  z-index: 0;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 480px;
  height: auto;
  min-height: 480px;
  max-height: 500px;
  position: absolute;
  inset: auto auto -3% 0%;
}

.blur {
  background-color: #f5f5f5db;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: block;
  position: relative;
  top: 100%;
}

.list-2 {
  margin-bottom: 5px;
}

.div-block-22 {
  overflow: hidden;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding: 60px 5% 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-around;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 150px;
  min-height: 100px;
  max-height: none;
}

.footer-image {
  opacity: 1;
  perspective: 1000px;
  object-fit: contain;
  object-position: 0% 50%;
  width: 200px;
  max-width: 100%;
  height: auto;
  transform: perspective(1000px);
}

.footer-link {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--goldenrod);
  text-decoration: none;
}

.footer-link.w--current {
  display: inline-block;
}

.footer-link._2 {
  color: #ffffff85;
  border: 1px solid #0000;
  font-weight: 300;
  display: inline;
}

.footer-link._2.w--current {
  display: inline;
}

.text-block-2 {
  color: #ffffff85;
  background-color: #0000;
  font-size: 14px;
  font-weight: 300;
}

.list-item-2 {
  display: block;
}

.div-block-23 {
  margin-top: 25px;
  display: flex;
}

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

.checkbox-field {
  margin-top: 40px;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 300;
}

.text-span-14 {
  font-weight: 400;
}

.table {
  width: 700px;
  max-width: 100%;
  height: 520px;
}

.board_info {
  transform-style: preserve-3d;
  width: 700%;
  height: 520px;
  display: block;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 60px);
}

.board_statistikbox_unten {
  transform-style: preserve-3d;
  width: 700%;
  height: 520px;
  display: inline-block;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 40px);
}

.board_statistikbox_oben {
  transform-style: preserve-3d;
  width: 700%;
  height: 520px;
  display: inline-block;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, -5px, 40px);
}

.board_statistik_oben {
  transform-style: preserve-3d;
  width: 700%;
  height: 520px;
  display: inline-block;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 81px);
}

.board_statistik_unten {
  transform-style: preserve-3d;
  width: 700%;
  height: 520px;
  display: inline-block;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, -10px, 81px);
}

.board_leaf, .board_eurozeichen {
  transform-style: preserve-3d;
  width: 700%;
  height: 520px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% 2%;
  transform: translate3d(20px, 0, 60px);
}

.shine {
  opacity: .4;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 250px;
  width: 450px;
  height: 450px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.list-3 {
  opacity: 1;
  font-weight: 300;
}

.liste_kosten_senken {
  z-index: 100;
  color: var(--black);
  padding-left: 15px;
  padding-right: 0;
  font-weight: 700;
  list-style-type: decimal;
  display: block;
  position: relative;
}

.liste_kosten_senken.absolute {
  z-index: 0;
  display: block;
  position: absolute;
}

.list-item-3 {
  padding-left: 8px;
  list-style-type: decimal;
}

.text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  border-bottom: 2px solid var(--goldenrod);
  background-color: var(--goldenrod);
}

.container-4 {
  max-width: 1640px;
}

.text-span-20 {
  color: var(--black);
}

.div-block-26 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.zitat_zukunft_wrapper {
  z-index: 1000000;
  color: var(--black);
  background-color: #75ba49cc;
  padding: 0;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.zitat_zukunft {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 21px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
}

.zitat_zukunft.stroke {
  color: var(--black);
  letter-spacing: 0;
  padding-right: 21px;
  display: block;
  position: absolute;
  inset: 0%;
}

.zitat_cover {
  transform-origin: 100%;
  color: var(--black);
  background-color: #fbba00cc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.slider_logos {
  background-color: #0000;
}

.icon-3 {
  color: var(--goldenrod);
  margin-left: 0;
}

.icon-4 {
  color: var(--goldenrod);
  margin-right: 0;
}

.grid-8 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.collection-list, .collection-item-2, .collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
  height: 250px;
  min-height: 250px;
  max-height: none;
  margin-bottom: 0;
  overflow: hidden;
}

.lightbox-link-2 {
  max-height: 168px;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 250px;
  min-height: 250px;
}

.image-8.noch {
  width: 100%;
  height: auto;
}

.link-block {
  color: var(--lime-green);
}

.logo_dbmud {
  width: 125px;
  margin-top: 0;
}

.link-block-2 {
  margin-top: 15px;
}

.link-5, .navi_link {
  color: var(--white);
}

.grid-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  display: grid;
}

.link-7 {
  color: var(--white);
}

.background-video {
  object-fit: fill;
  height: 100%;
}

.html-embed-2, .html-embed-3, .html-embed-4, .html-embed-5 {
  display: block;
}

.grid-10, .div-block-27, .div-block-28 {
  position: relative;
}

.text-span-21 {
  text-transform: uppercase;
}

.abstand {
  height: 100px;
}

.text-span-22, .text-span-23 {
  background-color: var(--goldenrod);
}

.paragraph-5 {
  font-style: normal;
}

.co2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.accordion_cms {
  border-bottom: 1px solid #000;
  display: none;
}

.co2-reduzierung {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.div-block-5-copy {
  background-color: var(--goldenrod);
  border-bottom: 0 #ffffff73;
  border-left: 1px solid #ffffff73;
  border-radius: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.div-block-5-copy._2 {
  border-bottom-style: none;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.slide-navi {
  display: none;
  top: 324px;
  left: 90px;
}

.slide-navi._2 {
  width: 100%;
  left: auto;
}

.textarea {
  object-fit: fill;
}

.text-span-24 {
  text-transform: uppercase;
}

.image-wrapper {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: content-box;
  border-radius: 200px;
  width: 300px;
  height: 300px;
  max-height: 300px;
  overflow: hidden;
}

.image-wrapper._2 {
  background-image: url('/medien/grafiken/M.Adler.jpg');
}

.image-wrapper._3 {
  background-image: url('/medien/grafiken/Reichwald.jpg');
  background-size: cover;
}

.profile-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.direktvermarktung, .treibhausgasneutralitaet, .treibhaus, .co2-bilanzierung {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .wrapper_slider_info {
    width: 55%;
  }

  .heading {
    font-size: 8vw;
  }

  .section {
    padding-bottom: 160px;
  }

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

  .wrapper_infografik {
    height: auto;
  }

  .board {
    top: 104px;
  }

  .mann {
    bottom: -48%;
  }

  .pflanze2 {
    top: 7%;
  }

  .pflanze1 {
    bottom: -22%;
  }

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

  .div-block-3, .div-block-4 {
    border-right-style: none;
  }

  .div-block-4._2 {
    border-left: 1px solid #ffffff73;
  }

  .div-block-6 {
    border-bottom: 1px solid #ffffff73;
    border-right-style: none;
  }

  .div-block-7 {
    border-right-style: none;
  }

  .slide-nav-3._2 {
    width: 100%;
    inset: auto 0% -7%;
  }

  .wrapper_partner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .c-flip-card {
    justify-content: center;
    display: flex;
  }

  .image_wrapper.right, .image_wrapper.left {
    width: 55%;
  }

  .container_inhalt {
    width: 65%;
  }

  .container_inhalt.right {
    width: 65%;
    height: auto;
  }

  .cta_wrapper {
    width: 60%;
  }

  .tabs-menu {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tab-pane-tab-1 {
    padding-left: 40px;
  }

  .tabs-content {
    z-index: 0;
    position: relative;
    inset: auto 0% 0%;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    display: grid;
  }

  .pflanze3 {
    height: 220px;
    min-height: auto;
    max-height: none;
  }

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

  .slider_logos {
    height: auto;
  }

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

  .slide-navi._2 {
    width: 100%;
    inset: auto 0% -7%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper_slider_info {
    width: 60%;
  }

  .wrapper_slider_info.unterseite {
    width: 75%;
  }

  .paragraph._5.small {
    display: none;
  }

  .paragraph._5.small.mobile {
    display: block;
  }

  .menu_float_left {
    width: 250px;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    padding-bottom: 160px;
  }

  .grid-2 {
    display: block;
  }

  .div-block {
    height: 300px;
    margin-top: 35px;
    position: relative;
    overflow: hidden;
  }

  .grid-3._3 {
    grid-template-columns: 1fr;
    display: block;
  }

  .h1.no-padding {
    font-size: 30px;
    line-height: 44px;
  }

  .mann {
    height: 300px;
  }

  .grid-4 {
    display: block;
  }

  .div-block-3 {
    border-right-style: none;
  }

  .div-block-3._2 {
    border: 1px #000;
    border-bottom: 1px solid #fcfcfc73;
  }

  .div-block-4 {
    border-right-style: none;
  }

  .div-block-4._2 {
    border-bottom-style: solid;
    border-left-style: none;
  }

  .div-block-6, .div-block-7 {
    border-bottom: 1px solid #ffffff73;
    border-right-style: none;
  }

  .div-block-8 {
    border-bottom: 1px solid #ffffff73;
  }

  .image {
    display: inline;
  }

  .grid-5 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    min-width: 300px;
    max-height: none;
  }

  .slide-nav-3 {
    top: 331px;
    left: 0;
  }

  .div-block-10 {
    margin-top: 16px;
  }

  .zitat {
    bottom: -115px;
  }

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

  .navi {
    width: 45%;
  }

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

  .mask-2 {
    height: auto;
    overflow: hidden;
  }

  .slide-5 {
    height: auto;
  }

  .image_wrapper.right {
    width: 80%;
    height: 340px;
  }

  .image_wrapper.left {
    width: 80%;
  }

  .image_wrapper.left._100._2 {
    height: 340px;
  }

  .container_inhalt {
    width: 85%;
    margin-top: -19%;
    position: relative;
  }

  .container_inhalt.right {
    width: 85%;
    margin-left: 5%;
  }

  .container_inhalt.right.full {
    margin-left: 25%;
    padding-top: 71px;
    padding-left: 71px;
    padding-right: 71px;
  }

  .container_inhalt.relative, .container_inhalt.datenschutz {
    margin-top: 0;
  }

  .cta_image {
    height: 480px;
  }

  .cta_wrapper {
    width: 80%;
  }

  .div-block-18 {
    width: 320px;
  }

  .div-block-19 {
    display: none;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .tabs-content {
    min-width: auto;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-7 {
    display: block;
  }

  .pflanze3 {
    width: 160px;
    min-height: auto;
    max-height: none;
    bottom: -8%;
  }

  .blur {
    top: 100%;
  }

  .list-2 {
    display: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .table, .board_info, .board_statistikbox_unten, .board_statistikbox_oben, .board_statistik_oben, .board_statistik_unten, .board_leaf, .board_eurozeichen {
    height: 320px;
  }

  .shine {
    width: 250px;
    height: 250px;
  }

  .div-block-25 {
    margin-top: 38px;
    position: relative;
  }

  .text-block-3 {
    text-align: center;
  }

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

  .div-block-5-copy {
    border-top: 1px solid #f5f5f573;
    border-left-style: none;
  }

  .slide-navi {
    top: 331px;
    left: 0;
  }

  .image-wrapper {
    min-width: 300px;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .main_slider_image {
    height: auto;
    margin-bottom: -60px;
  }

  .main_slider_image._2 {
    height: auto;
  }

  .wrapper_slider_info {
    width: 90%;
    padding-bottom: 20%;
    position: relative;
    top: -59px;
  }

  .wrapper_slider_info.unterseite {
    float: right;
    width: 90%;
    padding-left: 10%;
    position: relative;
    top: -89px;
  }

  .wrapper_slider_info.unterseite._2 {
    float: right;
    margin-top: -89px;
    position: relative;
  }

  .mask, .mask._2 {
    height: auto;
  }

  .image_main_slider {
    width: 100vw;
    height: 100vw;
    position: relative;
  }

  .image_main_slider.energieerzeugung.unterseite {
    height: 50vh;
    position: relative;
  }

  .heading, .heading._2 {
    font-size: 3.5vh;
  }

  .paragraph {
    color: var(--black);
    font-size: 16px;
    line-height: 26px;
    display: block;
  }

  .paragraph.absolute {
    padding-right: 32px;
    display: block;
  }

  .paragraph._71 {
    padding-left: 25px;
  }

  .phone_icon {
    display: none;
  }

  .menu_float_left {
    width: 80px;
  }

  .menu-button {
    flex: 0 auto;
    align-items: center;
    width: auto;
    height: 80px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .mail_icon {
    display: none;
  }

  .slide-nav {
    bottom: -10%;
  }

  .slide, .container_main {
    height: auto;
  }

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

  .section.extra-bottom-padding {
    padding-bottom: 133px;
  }

  .section.right {
    padding-bottom: 120px;
  }

  .section.right._2 {
    overflow: visible;
  }

  .section.leeft, .section.cta {
    padding-bottom: 120px;
  }

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

  .wrapper_icon {
    margin-top: 45px;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .div-block {
    height: 200px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .h1.white, .h1.center {
    font-size: 30px;
    line-height: 42px;
  }

  .h1.no-padding {
    margin-top: 10px;
  }

  .h1.no-padding._71 {
    padding-left: 25px;
  }

  .board {
    max-width: 85%;
    top: 48px;
  }

  .mann {
    z-index: 10;
    max-width: 33%;
  }

  .pflanze2 {
    height: 300px;
    right: -3%;
  }

  .pflanze1 {
    height: 300px;
    left: -2.5%;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .grid-4.no-margin {
    margin-top: 0;
  }

  .div-block-3 {
    border: 1px #000;
    border-bottom: 1px solid #ffffff73;
    padding: 10%;
  }

  .div-block-4 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .div-block-5 {
    border-bottom-style: solid;
    border-right: 1px #000;
  }

  .div-block-6, .div-block-7 {
    border-right-style: none;
  }

  .div-block-8 {
    border-bottom-style: none;
    border-right: 1px #000;
  }

  .slider-2 {
    height: auto;
    margin-top: 40px;
  }

  .grid-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    justify-content: center;
    width: 290px;
    height: 290px;
    max-height: none;
    margin-bottom: 20px;
    display: flex;
  }

  .kundenstimmen {
    padding-left: 5px;
  }

  .paragraph-2 {
    margin-top: 18px;
  }

  .slide-nav-3 {
    margin-top: 0;
    inset: auto 0%;
  }

  .zitat {
    opacity: .45;
    bottom: -4px;
  }

  .wrapper_partner {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    display: grid;
  }

  ._w-card-img {
    flex-direction: row;
    padding: 10px;
  }

  .c-card-front, .c-card-back {
    width: 140px;
    max-width: none;
    height: 140px;
  }

  .cloneable-area {
    padding: 10px 0;
  }

  .c-flip-card {
    justify-content: flex-start;
    display: block;
  }

  ._w-flip-card {
    border-radius: 300px;
    width: auto;
    height: auto;
  }

  .hamburger {
    align-items: center;
    display: flex;
  }

  .nav-link, .dropdown-toggle, .dropdown {
    font-size: 20px;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .navi {
    width: 90%;
    min-width: auto;
    margin-top: auto;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 20px;
  }

  .paragraph-4-copy {
    font-size: 14px;
    line-height: 26px;
  }

  .div-block-14 {
    margin-top: 20px;
    font-size: 14px;
  }

  .link {
    font-size: 14px;
  }

  .impressum {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }

  .customcsss {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-15 {
    display: none;
  }

  .mask-2 {
    height: auto;
    overflow: hidden;
  }

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

  .image_wrapper.right, .image_wrapper.left {
    width: 100%;
    height: 320px;
  }

  .image_wrapper.left._100._2 {
    height: 320px;
  }

  .container_inhalt {
    width: 95%;
    padding: 25px;
  }

  .container_inhalt.right {
    width: 95%;
    height: auto;
  }

  .container_inhalt.right._2 {
    padding-left: 25px;
    overflow: visible;
  }

  .container_inhalt.right.full {
    margin-top: -19%;
    margin-left: 5%;
    padding: 25px;
  }

  .container_inhalt.tabs {
    width: auto;
  }

  .cta_image {
    object-fit: fill;
    background-position: 50%;
  }

  .cta_wrapper {
    width: 90%;
    margin-top: -158px;
    padding: 28px 28px 36px;
  }

  .image-4 {
    object-position: 50% 50%;
  }

  .div-block-18 {
    width: 90%;
    height: 290px;
    display: block;
  }

  .div-block-19 {
    display: block;
  }

  .tabs-menu {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between flex-start;
    align-items: flex-start;
    display: block;
  }

  .tab-link, .tab-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-pane-tab-1 {
    padding-right: 40px;
  }

  .tabs-content {
    width: 100%;
    min-width: auto;
  }

  .tab-link-2 {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-link-2.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

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

  .tab-pane {
    margin-top: 60px;
  }

  .plus {
    min-width: 45px;
    min-height: 45px;
  }

  .grid-6 {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .columns {
    padding-left: 0;
    display: block;
  }

  .column-2 {
    padding-left: 10px;
  }

  .h3.absolute {
    padding-left: 25px;
  }

  ._10-20wrapper {
    width: 150px;
    padding-left: 25px;
  }

  ._10-20cover {
    width: 150px;
    padding-left: 0;
  }

  .grid-7 {
    display: block;
  }

  .div-block-21 {
    width: 80%;
  }

  .pflanze3 {
    width: 140px;
    min-height: auto;
    max-height: none;
    display: inline-block;
    inset: auto auto -8% 0%;
  }

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

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .div-block-24 {
    margin-top: 16px;
  }

  .table, .board_info, .board_statistikbox_unten {
    width: 320px;
  }

  .board_statistikbox_oben {
    width: 320%;
  }

  .board_statistik_oben {
    width: 320px;
  }

  .board_statistik_unten {
    width: 320px;
    height: 340px;
    display: inline-block;
  }

  .board_leaf, .board_eurozeichen {
    width: 320px;
  }

  .shine {
    width: 150px;
    height: 150px;
  }

  .liste_kosten_senken {
    z-index: 100000;
    padding-left: 18px;
  }

  .liste_kosten_senken.absolute {
    padding-right: 25px;
  }

  .text-block-3 {
    text-align: left;
  }

  .icon-2 {
    display: none;
    overflow: visible;
  }

  .text-span-20, .link-4 {
    color: var(--black);
  }

  .zitat_zukunft {
    font-size: 14px;
  }

  .grid-8 {
    display: block;
  }

  .left-arrow-2 {
    width: 30px;
    left: -5%;
  }

  .right-arrow-2 {
    width: 30px;
    right: -5%;
  }

  .div-block-5-copy {
    border-bottom-style: solid;
    border-right: 1px #000;
  }

  .left-arrow-3 {
    width: 30px;
    left: -5%;
  }

  .right-arrow-3 {
    width: 30px;
    right: -5%;
  }

  .slide-navi {
    margin-top: 0;
    inset: auto 0%;
  }

  .image-wrapper {
    justify-content: center;
    width: 290px;
    height: 290px;
    max-height: none;
    margin-bottom: 20px;
    display: flex;
  }
}

#w-node-ad0f8067-1245-33cc-7f58-e69273db769f-93f11d1a, #w-node-ad0f8067-1245-33cc-7f58-e69273db76a5-93f11d1a, #w-node-ad0f8067-1245-33cc-7f58-e69273db76ad-93f11d1a, #w-node-ad0f8067-1245-33cc-7f58-e69273db76b3-93f11d1a {
  justify-self: center;
}

#w-node-_78eff376-e2c8-265f-e675-d0dbfc06724c-93f11d1a {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: auto;
}

#w-node-_9671aaf7-002a-9858-8500-54a47d3e5fdc-93f11d1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d0ea9d9-2cbf-185b-58bc-879c8b1d7190-93f11d1a {
  place-self: stretch;
}

#w-node-_36a838e0-6488-a856-5a4b-1ccc63f97333-93f11d1a, #w-node-bd5215af-89e2-12ce-08a6-789cf07dd473-93f11d1a, #w-node-_932de3a0-afe0-5434-a5c3-c2caf36401b6-93f11d1a, #w-node-b5f282ce-76e0-fb9d-f2c2-bb5ede857534-93f11d1a, #w-node-c4a92751-b22a-a2a1-9c2b-905e6e3743e3-93f11d1a {
  align-self: stretch;
}

#w-node-_65bf4af5-737e-fc98-8357-3e2256525424-93f11d1a {
  justify-self: end;
}

#w-node-_65bf4af5-737e-fc98-8357-3e2256525425-93f11d1a {
  align-self: center;
}

#w-node-_96bba700-8bfe-5180-61cc-046a988752a8-93f11d1a {
  justify-self: end;
}

#w-node-_96bba700-8bfe-5180-61cc-046a988752aa-93f11d1a {
  align-self: center;
}

#w-node-e5d86b93-ba07-3d43-1427-fac13bf18c33-93f11d1a {
  justify-self: end;
}

#w-node-e5d86b93-ba07-3d43-1427-fac13bf18c35-93f11d1a {
  align-self: center;
}

#w-node-_4cdc23c8-ce27-70db-348b-9c7dfd80175f-93f11d1a {
  justify-self: end;
}

#w-node-c8e5d76e-598e-1c65-a75e-47a2bba492a9-93f11d1a {
  align-self: center;
}

#w-node-_9d7ee317-3641-ad2b-96d2-7c4426059f2b-93f11d1a {
  justify-self: end;
}

#w-node-_9d7ee317-3641-ad2b-96d2-7c4426059f2d-93f11d1a {
  align-self: center;
}

#w-node-b0a75144-bb40-3929-be35-78f8860eb8c8-1df11d2f {
  place-self: stretch;
}

#w-node-b0a75144-bb40-3929-be35-78f8860eb8d9-1df11d2f, #w-node-b0a75144-bb40-3929-be35-78f8860eb8ea-1df11d2f, #w-node-b0a75144-bb40-3929-be35-78f8860eb8fb-1df11d2f, #w-node-b0a75144-bb40-3929-be35-78f8860eb90c-1df11d2f, #w-node-b0a75144-bb40-3929-be35-78f8860eb91d-1df11d2f {
  align-self: stretch;
}

#w-node-_791ff62d-2e3a-6f8e-c995-20aef7f62e3a-5bf11d30, #w-node-_2d3b37c1-b7e3-2637-572b-01a9158de7fb-5bf11d30 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70124f33-90ff-9a99-7b37-2cd3c5b98a60-61f11d34 {
  place-self: stretch;
}

#w-node-_70124f33-90ff-9a99-7b37-2cd3c5b98a66-61f11d34, #w-node-_70124f33-90ff-9a99-7b37-2cd3c5b98a6c-61f11d34, #w-node-_352a3387-777f-6ecb-8474-3b34ff1e21c6-61f11d34 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-dcc877be-96f5-9965-87e5-6d556451aeb9-b0f11d31, #w-node-dcc877be-96f5-9965-87e5-6d556451aebc-b0f11d31, #w-node-dcc877be-96f5-9965-87e5-6d556451aebf-b0f11d31, #w-node-_9be0b398-053b-1996-7381-288f3742d705-b0f11d31 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d665df8c-587d-e635-ad1a-a5254cbc7a51-16f11d32, #w-node-d665df8c-587d-e635-ad1a-a5254cbc7a54-16f11d32, #w-node-d665df8c-587d-e635-ad1a-a5254cbc7a57-16f11d32 {
    place-self: center;
  }

  #w-node-b7a55acc-3454-1b8c-4704-e285102ab011-16f11d32 {
    align-self: center;
  }

  #w-node-_634367f6-bec0-feab-1a2d-a0583b23a38a-16f11d32 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d3b37c1-b7e3-2637-572b-01a9158de7eb-5bf11d30, #w-node-_2d3b37c1-b7e3-2637-572b-01a9158de7ef-5bf11d30, #w-node-_2d3b37c1-b7e3-2637-572b-01a9158de7f3-5bf11d30, #w-node-_2d3b37c1-b7e3-2637-572b-01a9158de7f7-5bf11d30, #w-node-_06df12fc-91c9-ff63-260d-6bf9d9858930-5bf11d30, #w-node-c49ea796-7862-adef-2ab2-ef3cb853f71f-5bf11d30, #w-node-_791ff62d-2e3a-6f8e-c995-20aef7f62e3a-5bf11d30 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

/* Font-Faces werden zentral und lokal in css/fonts-original.css definiert. */
