.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;
}

p {
  margin-bottom: 0px;
}

.startseite {
  height: 100vh;
  margin-bottom: 40px;
  background-image: url('../images/header_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contracting {
  margin-top: 49px;
}

.vorteile {
  margin-top: 56px;
}

.warum-wir {
  margin-top: 0px;
  padding-top: 38px;
}

.was-tun {
  margin-top: 48px;
  margin-bottom: 55px;
}

.was-passiert-dann {
  margin-bottom: 62px;
}

.streifen-hi {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 12%;
  z-index: 4;
  overflow: visible;
  width: 100%;
  height: 150px;
  margin-top: 0%;
  border-radius: 0px;
  background-color: hsla(75.63025210084034, 51.07%, 54.31%, 1.00);
  background-image: radial-gradient(circle closest-corner at 50% 50%, hsla(75.63025210084034, 51.07%, 54.31%, 1.00), hsla(91.57894736842104, 45.45%, 40.98%, 1.00) 48%, #a7c64f);
}

.rechteck-hi {
  position: absolute;
  left: auto;
  top: auto;
  right: 7%;
  bottom: -32%;
  z-index: 5;
  width: 450px;
  height: 250px;
  float: right;
  clear: none;
  background-color: #16ac32;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3e673d, #214e0d);
}

.text-hi {
  top: -66px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #90b983;
}

.wrapper {
  display: block;
  width: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.head1 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(101.53846153846153, 71.43%, 17.84%, 1.00);
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}

.head3 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 23px;
}

.text3 {
  font-family: 'Open Sans', sans-serif;
  color: #060606;
  font-size: 17px;
  line-height: 27px;
  -webkit-column-count: 1;
  column-count: 1;
}

.text3._2spalten {
  margin-bottom: 47px;
  -webkit-column-count: 2;
  column-count: 2;
}

.text3.listitem {
  display: inline;
  margin-left: 9px;
  padding-right: 21px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.text3.listwhite {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #fff;
}

.text3.warumwir-2spalten {
  -webkit-column-count: 2;
  column-count: 2;
}

.head4 {
  font-family: 'Open Sans', sans-serif;
  color: hsla(101.53846153846153, 71.43%, 17.84%, 1.00);
  font-size: 20px;
  font-weight: 600;
}

.head2 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(101.53846153846153, 71.43%, 17.84%, 1.00);
  font-size: 27px;
  line-height: 34px;
  font-weight: 600;
}

.column-vorteile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-1-vorteile {
  position: relative;
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/vorteile_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-2-vorteile {
  padding-right: 0px;
  padding-left: 0px;
}

.vorteile-bg-gruen {
  margin-bottom: 66px;
  background-color: hsla(101.53846153846153, 71.43%, 17.84%, 1.00);
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-handeln {
  margin-bottom: 47px;
}

.col-handeln-links {
  padding-right: 48px;
  padding-left: 0px;
}

.col-handeln-rechts {
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.head1-span {
  color: #c51b1b;
}

.bold-text {
  color: #90c25b;
  font-weight: 600;
}

.grid {
  margin-top: 36px;
  grid-column-gap: 34px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 34px 1fr 34px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.point-haus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: hsla(101.53846153846153, 71.43%, 17.84%, 1.00);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(101.53846153846153, 44.05%, 28.69%, 1.00), hsla(101.53846153846153, 71.43%, 17.84%, 1.00));
}

.image {
  display: inline;
  margin-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading {
  display: inline;
}

.heading.wei {
  position: static;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
}

.list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 20px;
  list-style-type: none;
}

.div-image-divider {
  position: relative;
  z-index: 1;
  height: 392px;
  margin-top: 94px;
  border-bottom: 121px none #fff;
  background-image: url('../images/divider_bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.div-block-3 {
  display: block;
  height: 100%;
  margin-right: 8px;
  padding-top: 3px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.liste-haus {
  background-color: hsla(79.41176470588239, 50.00%, 86.67%, 1.00);
}

.div-image-haus {
  height: 215px;
  background-image: url('../images/haus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-image-haus.mieter {
  background-image: url('../images/mieter.jpg');
  background-size: cover;
}

.div-image-haus.umwelt {
  background-image: url('../images/umwelt.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-2 {
  position: relative;
  z-index: 0;
  display: none;
}

.image-3 {
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.paragraph-6 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 29px;
  text-align: left;
}

.linktext {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #448ec0;
  text-decoration: none;
}

.subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #114a65;
  font-size: 22px;
  font-weight: 500;
}

.subtitle.enercontakt {
  margin-bottom: 0px;
  font-size: 18px;
}

.columns-3 {
  width: 60%;
  margin-top: 8px;
}

.wrap {
  display: block;
  width: 60%;
  margin: 15px auto;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrap.kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-5 {
  font-family: 'Open Sans', sans-serif;
  color: #114a65;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.kontakt-2 {
  display: block;
  -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;
}

.column-5 {
  position: static;
  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;
  text-align: left;
}

.footer-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.heading-4 {
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
  margin-bottom: 15px;
  color: #114a65;
  font-size: 33px;
}

.heading-4.yellow {
  display: inline-block;
  margin-right: 7px;
  color: hsla(75.63025210084034, 51.07%, 54.31%, 1.00);
}

.heading-4.fett {
  color: hsla(101.53846153846153, 71.43%, 17.84%, 1.00);
  font-weight: 600;
}

.column-8 {
  position: static;
  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;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(101.53846153846153, 71.43%, 17.84%, 1.00);
}

.paragraph-11 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-start {
  color: #fff;
  text-decoration: none;
}

.footer-mierterinfo {
  color: #fff;
  text-decoration: none;
}

.abstand {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  color: #fff;
}

.footer-impressum {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  text-decoration: none;
}

.wrap-2 {
  display: block;
  width: 60%;
  margin: 15px auto;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu-2 {
  display: block;
  margin-top: 7px;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(101.53846153846153, 71.43%, 17.84%, 1.00);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(101.53846153846153, 71.43%, 17.84%, 1.00)), color-stop(54%, hsla(101.53846153846153, 61.15%, 23.17%, 1.00)), to(hsla(101.53846153846153, 71.43%, 17.84%, 1.00)));
  background-image: linear-gradient(180deg, hsla(101.53846153846153, 71.43%, 17.84%, 1.00), hsla(101.53846153846153, 61.15%, 23.17%, 1.00) 54%, hsla(101.53846153846153, 71.43%, 17.84%, 1.00));
}

.image-13 {
  display: block;
  max-width: 90%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navi {
  z-index: 5;
  display: inline-block;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 21px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.navi.w--current {
  color: #fff;
}

.container-3 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  left: 0px;
  top: 15px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-9 {
  position: absolute;
  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-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;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 45px;
}

.bold-text-2 {
  padding-bottom: 0px;
  font-size: 51px;
  line-height: 65px;
  font-weight: 600;
  text-transform: uppercase;
}

.impreesum-section {
  position: fixed;
  z-index: 5;
  display: none;
  width: 100vw;
  height: 100vh;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.impressum {
  position: static;
  display: none;
  overflow: auto;
  width: 80%;
  height: 80%;
  padding: 0px 18px 18px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px -5px #000;
}

.div-block-8 {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -18px;
  padding: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #000;
  background-color: hsla(101.53846153846153, 71.43%, 17.84%, 1.00);
  color: #fff;
}

.heading-5 {
  font-family: 'Open Sans', sans-serif;
}

.button {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 18px;
}

.paragraph-12 {
  display: block;
  overflow: visible;
  margin-top: 14px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 991px) {
  .streifen-hi {
    bottom: 25%;
    margin-top: 128%;
  }
  .rechteck-hi {
    left: 21%;
  }
  .wrapper {
    width: 95%;
    max-width: none;
  }
  .grid {
    grid-column-gap: 9px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 9px 1fr 9px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .heading.wei {
    font-size: 20px;
  }
  .div-image-divider {
    background-position: 0% 50%;
  }
  .div-image-haus {
    height: 154px;
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .div-image-haus.mieter {
    height: 154px;
    background-image: url('../images/mieter.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .div-image-haus.haus {
    background-image: url('../images/haus.jpg');
    background-size: cover;
  }
  .columns-3 {
    width: 70%;
  }
  .wrap {
    width: 90%;
  }
  .footer {
    height: 104px;
    -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;
  }
  .paragraph-11 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
  }
  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .columns-5 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-10 {
    display: block;
    margin-bottom: 13px;
    padding-right: 0px;
    padding-left: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .wrap-2 {
    width: 90%;
  }
  .nav-menu-2 {
    margin-top: 0px;
    background-color: hsla(101.53846153846153, 71.43%, 17.84%, 1.00);
    text-align: left;
  }
  .image-13 {
    padding-top: 5px;
  }
  .navi {
    display: block;
    padding-right: 21px;
    padding-left: 0px;
    text-align: right;
  }
  .menu-button {
    margin-top: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon-3 {
    color: hsla(75.63025210084034, 0.00%, 100.00%, 1.00);
  }
  .paragraph-9 {
    left: 0px;
  }
  .hauseigentuemer {
    height: 527.5px;
  }
}

@media (max-width: 767px) {
  .streifen-hi {
    margin-top: 100%;
  }
  .rechteck-hi {
    left: 11%;
  }
  .text3._2spalten {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .text3.warumwir-2spalten {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .column-vorteile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-1-vorteile {
    height: 620px;
  }
  .vorteile-bg-gruen {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .point-haus {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-image-divider {
    margin-top: 0px;
    background-image: url('../images/divider_bg.jpg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .div-image-haus.mieter {
    height: 284px;
    margin-top: 20px;
  }
  .div-image-haus.haus {
    height: 284px;
  }
  .div-image-haus.umwelt {
    height: 284px;
    margin-top: 20px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-6 {
    text-align: center;
  }
  .footer-text {
    text-align: center;
  }
  .div-block-6 {
    text-align: center;
  }
  .footer {
    -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;
  }
  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image-13 {
    margin-top: 19px;
    padding-top: 0px;
  }
  .menu-button.w--open {
    margin-top: 0px;
  }
  .logo {
    top: 0px;
  }
  .hauseigentuemer {
    height: auto;
  }
  .image-18 {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .rechteck-hi {
    bottom: -3%;
    width: 250px;
    height: 160px;
  }
  .col-1-vorteile {
    height: 450px;
  }
  .col-handeln-links {
    padding-right: 0px;
  }
  .div-image-divider {
    background-position: 10% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .div-image-haus {
    background-image: url('../images/haus.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }
  .div-image-haus.mieter {
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-image-haus.haus {
    background-position: 50% 50%;
  }
  .div-image-haus.umwelt {
    background-position: 50% 0%;
  }
  .columns-3 {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .wrap {
    margin-top: 0px;
  }
  .image-17 {
    max-width: auto;
  }
  .kontakt-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    clear: none;
  }
  .column-5 {
    position: static;
  }
  .heading-4 {
    margin-top: 1px;
    margin-bottom: 15px;
    font-size: 31px;
  }
  .column-8 {
    position: static;
  }
  .footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .paragraph-11 {
    margin-top: 10px;
  }
  .wrap-2 {
    display: block;
    margin-top: 0px;
  }
  .navi {
    background-color: transparent;
  }
  .navi.w--current {
    background-color: transparent;
  }
  .menu-button {
    margin-top: 0px;
    border-radius: 18px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .icon-3 {
    color: hsla(38.85462555066079, 0.00%, 100.00%, 1.00);
  }
  .paragraph-9 {
    font-size: 19px;
    line-height: 29px;
  }
  .bold-text-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .impreesum-section {
    display: none;
  }
  .hauseigentuemer {
    height: auto;
  }
}

#w-node-12f6a96c2685-3f7e180c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-12f6a96c2685-3f7e180c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-b907d18930ac-3f7e180c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-b907d18930ac-3f7e180c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-0c3fb802d1c1-3f7e180c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-0c3fb802d1c1-3f7e180c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-2f46dc35db2e-3f7e180c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

