.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: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.5em;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.flex-space-between-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-container {
  max-width: 200px;
}

.header-line {
  padding-top: 10px;
  padding-bottom: 10px;
}

.kontakt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #ee7203;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
}

.kontakt-image-rounded {
  width: 60px;
  height: 60px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
}

.body {
  font-family: Roboto, sans-serif;
  color: #444;
  line-height: 1.4em;
}

.video-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.video-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
}

.h1 {
  position: relative;
  z-index: 1;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
}

.first-icon-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.h5 {
  color: #026eb7;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}

.h5.align-left {
  text-align: left;
}

.h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.4em;
  text-align: center;
}

.h2.align-left {
  text-align: left;
}

.h2.white {
  color: #fff;
}

._6-icon-grid {
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-block {
  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;
}

.icon-image {
  width: 120px;
  margin-bottom: 20px;
}

.icon-text {
  color: #026eb7;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
}

.container {
  max-width: 1220px;
}

.container.z-index {
  position: relative;
  z-index: 1;
}

.fixed-background-image {
  height: 40vh;
  background-image: url('../images/fixed-background-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-filter: brightness(84%);
  filter: brightness(84%);
}

.unsere-geraete-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.unsere-geraete-section.no-padding-bottom-tablet {
  padding-bottom: 20px;
}

._4-image-grid {
  margin-top: 60px;
  margin-bottom: 60px;
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.geraete-image {
  margin-bottom: 20px;
}

.geraete-image.primus {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.gerate-overlay-wrapper {
  z-index: 1;
  display: none;
  -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;
}

.h3 {
  line-height: 1.4em;
  text-align: center;
}

.h3.align-left {
  margin-bottom: 20px;
  text-align: left;
}

.h3.margin-bottom-40 {
  margin-bottom: 40px;
}

.h3.lightblue {
  color: #026eb7;
}

.quote-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #026eb7;
}

.block-quote {
  margin-top: 10px;
  border-left-width: 0px;
}

.quote-image {
  width: 50px;
  height: 50px;
  padding: 15px;
  border-radius: 50%;
  background-color: #026eb7;
}

.quote-image.kunden {
  position: absolute;
  left: 7%;
  top: auto;
  right: auto;
  bottom: 7%;
  width: 30px;
  height: 30px;
  padding: 10px;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.price-overlay {
  position: absolute;
  left: 12%;
  top: auto;
  right: auto;
  bottom: auto;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(238, 114, 3, 0.85);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block {
  padding: 9px 15px;
}

.columns {
  position: relative;
  margin-bottom: 39px;
}

.columns.hide {
  display: block;
}

.success-message {
  background-color: #adfdce;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}

.error-message {
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}

.kontaktheadline {
  margin-bottom: 19px;
  padding-bottom: 12px;
  border-color: #eb690b;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.form {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.68);
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.form-field {
  min-height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94%, 0.5)), to(hsla(0, 0%, 94%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 94%, 0.5), hsla(0, 0%, 94%, 0.5));
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-size: 18px;
  line-height: 1.4em;
}

.form-field:focus {
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #eb690a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(39, 0%, 94%, 0.5)), to(hsla(39, 0%, 94%, 0.5)));
  background-image: linear-gradient(180deg, hsla(39, 0%, 94%, 0.5), hsla(39, 0%, 94%, 0.5));
}

.textarea {
  min-height: 120px;
  background-color: hsla(0, 0%, 94.1%, 0.5);
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-size: 18px;
  line-height: 1.4em;
}

.textarea:focus {
  border-style: solid;
  border-width: 2px 2px 4px;
  border-color: transparent transparent #eb690b;
}

.textarea-label {
  font-size: 16px;
}

.submit-button {
  margin-top: 15px;
  padding: 9px 15px;
  background-color: #eb690b;
  font-size: 20px;
  line-height: 1.4em;
}

.flex-center-horizontal {
  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;
}

.flex-center-horizontal.margin-bottom-60 {
  margin-bottom: 60px;
}

.container-small.padding-mobile-small {
  padding-top: 0px;
  padding-bottom: 0px;
}

.kunden-grid {
  margin-top: 60px;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}

.kunden-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kunden-image {
  position: relative;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-round {
  border-radius: 50%;
}

.kunden-name {
  color: #026eb7;
  font-size: 20px;
  line-height: 1.6em;
}

.kunden-info {
  display: none;
  font-style: italic;
}

.form-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-section.no-padding-bottom-tablet {
  padding-top: 0px;
  padding-bottom: 0px;
}

.kunden-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-2 {
  height: 100%;
}

.column-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
}

.wassersysteme-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.geaete-info-block {
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.23), 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 300ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 300ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 300ms cubic-bezier(.165, .84, .44, 1), transform 300ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 300ms cubic-bezier(.165, .84, .44, 1), transform 300ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.geaete-info-block:hover {
  box-shadow: -6px 6px 7px 0 rgba(0, 0, 0, 0.23), 6px 6px 7px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0px, 0px, 50px);
  transform: translate3d(0px, 0px, 50px);
}

.gerate-info-top {
  padding: 15px 10px;
  background-color: #042f5e;
}

.gerate-info-middle {
  padding: 15px 10px;
  background-color: rgba(255, 255, 255, 0.51);
}

.wassersysteme-background {
  position: absolute;
  left: 0%;
  top: 31%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  min-height: 105vh;
  background-image: url('../images/44fdf17a-aquion-modelle-vergleich-collage_1000000000000000000028.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.gerate-info-description {
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
}

.gerate-info-name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

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

.gerate-info-price {
  padding: 15px 10px;
  background-color: #042f5e;
  text-align: center;
}

.gerate-info-price-large {
  color: #fff;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
}

.gerate-info-price-small {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.gerate-info-bottom {
  padding: 15px 10px;
  border-top: 3px solid hsla(0, 0%, 100%, 0.51);
  background-color: #042f5e;
  text-align: center;
}

.gerate-info-bottom-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.lowestprice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricefrom-container {
  position: relative;
  z-index: 1;
  padding: 8px 42px;
  border: 2px solid #83b4d1;
  border-radius: 30px;
  background-color: #052f5e;
  color: #fff;
  font-size: 24px;
  line-height: 1.4em;
}

.pricefrom-arrow-down {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -30%;
  z-index: 0;
  width: 40px;
  height: 40px;
  background-color: #052f5e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.relative {
  position: relative;
}

.pricefrom-container-large {
  position: relative;
  z-index: 1;
  padding: 8px 15px;
  border: 2px solid #83b4d1;
  border-radius: 15px;
  background-color: #052f5e;
  color: #fff;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 700;
}

.pricefrom-container-text-small {
  font-size: 26px;
  line-height: 1.4em;
  text-align: center;
}

.text-block-2 {
  font-weight: 500;
}

.cta-button {
  padding-right: 27px;
  padding-left: 27px;
  border-radius: 25px;
  background-color: #ee7203;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
}

.cta-button.margin-bottom-60 {
  margin-bottom: 120px;
}

.cta-button.margin-bottom-60.tablet-margin-bottom-60 {
  margin-bottom: 60px;
}

.fixed-background-image2 {
  height: 40vh;
  background-image: url('../images/Quellwasser.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-filter: brightness(84%);
  filter: brightness(84%);
}

.hexagonales-wasser-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.orange-text {
  color: #ee7203;
}

.hexagonales-wasser-column {
  margin-top: 50px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-left-40 {
  padding-left: 40px;
}

.fixed-background-image3 {
  height: 40vh;
  background-image: url('../images/lichtwasser.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: brightness(84%);
  filter: brightness(84%);
}

.hexagonales-wasser-stoerer {
  position: absolute;
  left: auto;
  top: -13%;
  right: 10%;
  z-index: 5;
  width: 150px;
}

.lichtenergie-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.beratungshinweis-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f8fa;
}

.h2-copy {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.4em;
  text-align: center;
}

.h2-copy.align-left {
  text-align: left;
}

.h2-copy.white {
  color: #fff;
}

.wasserstoff-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.quote-small {
  font-size: 14px;
}

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

.lightbox-footer-link {
  margin-top: 40px;
  grid-column-gap: 10px;
  -ms-grid-columns: 2fr 3fr 2fr;
  grid-template-columns: 2fr 3fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-image-cover {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.werte-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #026eb7;
}

.h4.white {
  color: #fff;
  font-size: 30px;
  line-height: 1.4em;
}

.flex-vertical-center {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-vertical-center.align-right {
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-2 {
  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;
}

.flex-vertical-stretch {
  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;
}

.unsere-werte-grid {
  margin-bottom: 20px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.font-color-white {
  color: #fff;
}

.footer-menu {
  position: relative;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 5%;
  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;
  color: #fff;
  list-style-type: none;
}

.footer-menu-item {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-menu-item:hover {
  text-decoration: underline;
}

.footer-menu-item.last-child {
  margin-right: 0px;
}

.footer-menu-item.first-child {
  margin-left: 0px;
}

.introtext-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-image {
  width: 100%;
  max-height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.pin-container-content-text {
  margin-bottom: 0px;
  padding: 30px;
  font-size: 18px;
  line-height: 26px;
}

.preis-overlay {
  position: absolute;
  left: auto;
  top: 7%;
  right: 3%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  padding: 31px;
  -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: 50%;
  background-color: #ff6b00;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}

.pin-container-5 {
  position: absolute;
  left: 25%;
  top: 13%;
  z-index: 2;
  display: none;
  width: 400px;
  background-color: #fff;
  box-shadow: -4px -4px 8px 0 rgba(0, 0, 0, 0.11), -4px 4px 8px 0 rgba(0, 0, 0, 0.12), 4px 4px 8px 0 rgba(0, 0, 0, 0.12), 4px 4px 8px 0 rgba(0, 0, 0, 0.12);
}

.close-sign-horizontal {
  position: absolute;
  width: 3px;
  height: 75%;
  background-color: #ff6b00;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pin-container-3 {
  position: absolute;
  left: -3%;
  top: 7%;
  z-index: 2;
  display: none;
  width: 400px;
  background-color: #fff;
  box-shadow: -4px -4px 8px 0 rgba(0, 0, 0, 0.11), -4px 4px 8px 0 rgba(0, 0, 0, 0.12), 4px 4px 8px 0 rgba(0, 0, 0, 0.12), 4px 4px 8px 0 rgba(0, 0, 0, 0.12);
}

.close-sign-vertical {
  position: absolute;
  width: 3px;
  height: 75%;
  background-color: #ff6b00;
}

.plus-sign-vertical {
  position: absolute;
  width: 2px;
  height: 50%;
  background-color: #fff;
}

.pin-trigger-5 {
  position: absolute;
  left: 43%;
  top: 70%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff6b00;
  cursor: pointer;
}

.pin-trigger-1 {
  position: absolute;
  left: 66%;
  top: 37%;
  z-index: 2;
  width: 30px;
  height: 30px;
  -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: 50%;
  background-color: #ff6b00;
  cursor: pointer;
}

.pin-content-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 34px;
  line-height: 38px;
  text-align: center;
}

.plus-sign {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-sign.image-overlay {
  position: absolute;
  left: auto;
  top: 3%;
  right: 2%;
  bottom: auto;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4351f1;
  opacity: 0.8;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.geraet-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.pin-container-1 {
  position: absolute;
  left: 49%;
  top: -15%;
  z-index: 2;
  display: none;
  width: 400px;
  background-color: #fff;
  box-shadow: -4px -4px 8px 0 rgba(0, 0, 0, 0.11), -4px 4px 8px 0 rgba(0, 0, 0, 0.12), 4px 4px 8px 0 rgba(0, 0, 0, 0.12), 4px 4px 8px 0 rgba(0, 0, 0, 0.12);
}

.pin-trigger-3 {
  position: absolute;
  left: 38%;
  top: 29%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff6b00;
  cursor: pointer;
}

.pin-container-4 {
  position: absolute;
  left: -3%;
  top: 24%;
  z-index: 2;
  display: none;
  width: 400px;
  background-color: #fff;
  box-shadow: -4px -4px 8px 0 rgba(0, 0, 0, 0.11), -4px 4px 8px 0 rgba(0, 0, 0, 0.12), 4px 4px 8px 0 rgba(0, 0, 0, 0.12), 4px 4px 8px 0 rgba(0, 0, 0, 0.12);
}

.pin-container-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.preis-overlay-text {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.pin-trigger-2 {
  position: absolute;
  left: 69%;
  top: 70%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff6b00;
  cursor: pointer;
}

.close-sign {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-sign.image-overlay {
  position: absolute;
  left: auto;
  top: -25px;
  right: -25px;
  bottom: auto;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #ff6b00;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.9);
  opacity: 0.8;
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  -ms-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px);
  cursor: pointer;
}

.pin-trigger-4 {
  position: absolute;
  left: 14%;
  top: 71%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff6b00;
  cursor: pointer;
}

.pin-container-image {
  width: 100%;
  margin-bottom: 20px;
}

.geraet-image {
  position: relative;
  z-index: 1;
}

.pin-container-2 {
  position: absolute;
  left: 51%;
  top: 18%;
  z-index: 2;
  display: none;
  width: 400px;
  background-color: #fff;
  box-shadow: -4px -4px 8px 0 rgba(0, 0, 0, 0.11), -4px 4px 8px 0 rgba(0, 0, 0, 0.12), 4px 4px 8px 0 rgba(0, 0, 0, 0.12), 4px 4px 8px 0 rgba(0, 0, 0, 0.12);
}

.plus-sign-horizontal {
  position: absolute;
  width: 2px;
  height: 50%;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.column-4 {
  z-index: 0;
}

.padding-mobile-small {
  padding-top: 60px;
  padding-bottom: 60px;
}

.entscheidung-stoerer {
  position: absolute;
  left: auto;
  top: -23%;
  right: 10%;
  z-index: 5;
  width: 150px;
}

.logo-footer {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 9%;
  width: 150px;
}

@media screen and (min-width: 1280px) {
  .submit-button {
    border-radius: 20px;
  }

  .hero-image {
    max-height: 55vh;
  }
}

@media screen and (min-width: 1440px) {
  .h5 {
    font-size: 26px;
  }

  .container {
    max-width: 1320px;
  }

  .fadein {
    font-size: 22px;
  }

  .hero-image {
    max-height: 70vh;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }

  .hero-image {
    max-height: 90vh;
  }

  .image-2 {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

@media screen and (max-width: 991px) {
  .first-icon-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container {
    max-width: 95%;
  }

  .fixed-background-image {
    background-position: 0% 50%;
  }

  .unsere-geraete-section.no-padding-bottom-tablet {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3.margin-bottom-40 {
    margin-top: 0px;
  }

  .quote-container {
    margin-bottom: 40px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form {
    margin-bottom: 0px;
  }

  .kunden-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .kunden-block {
    -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;
  }

  .kunden-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .kunden-image {
    margin-bottom: 9px;
  }

  .form-section.no-padding-bottom-tablet {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .kunden-section.no-padding-bottom-tablet {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .column-3 {
    position: relative;
  }

  .wassersysteme-section {
    padding-bottom: 60px;
  }

  .gerate-info-middle {
    min-height: 340px;
  }

  .wassersysteme-background {
    top: 27%;
    min-height: 109vh;
  }

  .cta-button.margin-bottom-60.tablet-margin-bottom-60 {
    margin-bottom: 60px;
  }

  .fixed-background-image2 {
    background-position: 10% 50%;
  }

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

  .padding-right-40.padding-tablet-none {
    padding-right: 10px;
  }

  .padding-left-40.padding-tablet-none {
    padding-left: 10px;
  }

  .fixed-background-image3 {
    background-position: 10% 50%;
  }

  .hexagonales-wasser-stoerer {
    left: 35%;
    top: auto;
    right: auto;
    bottom: -16%;
  }

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

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

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

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

  .introtext-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .preis-overlay {
    display: none;
  }

  .pin-container-5 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 45%;
    margin-top: 30px;
  }

  .pin-container-3 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 45%;
    margin-top: 30px;
    margin-right: 25px;
  }

  .pin-trigger-5 {
    display: none;
  }

  .pin-trigger-1 {
    display: none;
  }

  .pin-content-heading {
    min-height: 80px;
  }

  .geraet-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pin-container-1 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 45%;
    margin-right: 30px;
  }

  .pin-trigger-3 {
    display: none;
  }

  .pin-container-4 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 45%;
    margin-top: 30px;
  }

  .pin-trigger-2 {
    display: none;
  }

  .close-sign.image-overlay {
    display: none;
  }

  .pin-trigger-4 {
    display: none;
  }

  .geraet-image {
    display: none;
  }

  .pin-container-2 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 45%;
  }

  .entscheidung-stoerer {
    left: 35%;
    top: auto;
    right: auto;
    bottom: -16%;
  }
}

@media screen and (max-width: 767px) {
  p {
    padding-right: 20px;
    padding-left: 20px;
  }

  ul {
    padding-left: 60px;
  }

  .header-line {
    padding-right: 10px;
    padding-left: 10px;
  }

  .video-container {
    height: 30vh;
  }

  .h1 {
    font-size: 40px;
  }

  .first-icon-section {
    padding-bottom: 30px;
  }

  .h5.align-left.align-center-mobile {
    text-align: center;
  }

  .h2 {
    font-size: 30px;
  }

  .icon-block {
    max-width: 200px;
  }

  .icon-image {
    width: 100px;
    margin-bottom: 10px;
  }

  .icon-text {
    font-size: 16px;
  }

  .fixed-background-image {
    background-position: 15% 50%;
  }

  .unsere-geraete-section.no-padding-bottom-tablet {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._4-image-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .h3.align-left.align-center-mobile {
    text-align: center;
  }

  .gerate-overlay-image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .quote-container {
    margin-bottom: 20px;
    -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;
  }

  .kontaktheadline {
    width: 96%;
    margin-left: 12px;
    text-align: center;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .textarea {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .textarea-label {
    padding-left: 12px;
  }

  .kunden-grid {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .kunden-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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;
    text-align: center;
  }

  .kunden-image {
    margin-bottom: 17px;
  }

  .form-section.no-padding-bottom-tablet {
    padding-top: 10px;
  }

  .column-3 {
    position: static;
  }

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

  .wassersysteme-background {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    min-height: 60vh;
  }

  .hexagonales-wasser-column {
    margin-top: 20px;
  }

  .hexagonales-wasser-stoerer {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -17%;
  }

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

  .quote-small {
    font-size: 12px;
    text-align: center;
  }

  .lightbox-footer-link {
    margin-top: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-image-cover {
    width: 100%;
    height: 200px;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }

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

  .footer-menu {
    position: relative;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph {
    margin-right: 0px;
    padding-right: 20px;
  }

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

  .pin-container-5 {
    width: 90%;
  }

  .pin-container-3 {
    width: 90%;
    margin-right: 0px;
  }

  .pin-container-1 {
    width: 90%;
    margin-right: 0px;
  }

  .pin-container-4 {
    width: 90%;
  }

  .pin-container-2 {
    width: 90%;
    margin-top: 30px;
  }

  .entscheidung-stoerer {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -17%;
  }
}

@media screen and (max-width: 479px) {
  p {
    padding-right: 0px;
    padding-left: 0px;
  }

  ul {
    padding-left: 25px;
  }

  .flex-space-between-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-line {
    padding-top: 0px;
  }

  .first-icon-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2 {
    font-size: 24px;
    line-height: 1.3em;
  }

  ._6-icon-grid {
    margin-top: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .fixed-background-image {
    background-position: 22% 50%;
  }

  .unsere-geraete-section.no-padding-bottom-tablet {
    padding-top: 20px;
  }

  ._4-image-grid {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gerate-overlay-wrapper {
    position: relative;
  }

  .h3.margin-bottom-40 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .h3.lightblue {
    font-size: 24px;
  }

  .price-overlay {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 7%;
  }

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

  .kontaktheadline {
    margin-left: 0px;
  }

  .form {
    padding: 6px;
  }

  .form-field {
    margin-bottom: 0px;
  }

  .textarea {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .textarea-label {
    margin-top: 10px;
    padding-left: 0px;
  }

  .submit-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-small {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-section.no-padding-bottom-tablet {
    padding-top: 0px;
  }

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

  .wassersysteme-section {
    padding: 20px 10px 30px;
  }

  .gerate-block {
    margin-bottom: 10px;
  }

  .gerate-info-top {
    text-align: center;
  }

  .gerate-info-middle {
    min-height: 0px;
  }

  .wassersysteme-background {
    min-height: 60vh;
  }

  .cta-button.margin-bottom-60.tablet-margin-bottom-60 {
    margin-bottom: 20px;
  }

  .fixed-background-image2 {
    background-position: 24% 50%;
  }

  .hexagonales-wasser-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .hexagonales-wasser-column {
    margin-top: 50px;
  }

  .hexagonales-wasser-stoerer {
    left: 54px;
    top: auto;
    right: auto;
    bottom: -12%;
  }

  .wasserstoff-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .werte-section {
    padding-top: 10px;
  }

  .unsere-werte-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }

  .font-color-white.center-mobile {
    text-align: center;
  }

  .bold-text {
    font-size: 24px;
    line-height: 0.9em;
  }

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

  .field-label {
    margin-bottom: 5px;
  }

  .introtext-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pin-container-content-text {
    padding: 20px;
  }

  .pin-content-heading {
    min-height: auto;
    margin-top: 0px;
    font-size: 26px;
    line-height: 36px;
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .padding-mobile-small {
    padding-right: 10px;
    padding-left: 10px;
  }

  .entscheidung-stoerer {
    left: 54px;
    top: auto;
    right: auto;
    bottom: -12%;
  }
}

#w-node-a76d4ecf-a192-8189-274d-67d43682c8e7-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a76d4ecf-a192-8189-274d-67d43682c8ed-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a76d4ecf-a192-8189-274d-67d43682c8f4-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a76d4ecf-a192-8189-274d-67d43682c8fa-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9585d49b-3727-6df8-f580-a209041fb91c-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c79b7f7d-0e90-35cc-f5b8-0f39f502a665-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f118fa81-f5e4-852f-f137-44bdf394f054-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_251a23b1-cdf8-e165-07e4-d10788d18334-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_10f886eb-fcd2-3734-b2c5-06dcc3036f48-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6c573699-6f9a-0a34-62ba-ab4b1085da93-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0a6dcbfe-05f8-a96b-cd78-16ba64fc7a0f-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0a6dcbfe-05f8-a96b-cd78-16ba64fc7a11-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0a6dcbfe-05f8-a96b-cd78-16ba64fc7a13-f619afdf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1a630adf-cd54-7dd0-1685-8ab318424af0-f619afdf {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_1a630adf-cd54-7dd0-1685-8ab318424af0-f619afdf {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

