@font-face {
  font-family: Planer;
  src: url('../fonts/The-Northern-Block---Planer-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Planer;
  src: url('../fonts/The-Northern-Block---Planer-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Planer;
  src: url('../fonts/The-Northern-Block---Planer-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Planer;
  src: url('../fonts/The-Northern-Block---Planer-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Planer;
  src: url('../fonts/The-Northern-Block---Planer-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --steel-blue: #096ad0;
  --dim-grey: #4d4d4c;
  --voltgruen-fresh: #73af44;
  --voltgruen: #8abc48;
  --alice-blue: #096ad033;
  --096ad0: #096ad00a;
  --white: white;
  --white-smoke: #f2f3f3;
  --midnight-blue: #1f2c3d;
  --light-grey: #e8e9e9;
  --dim-grey-light: #4d4d4c38;
  --black: black;
  --steel-blue-60: #096ad099;
  --dunkelgruen: #5f812e;
}

body {
  color: var(--steel-blue);
  font-family: Planer, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Planer, Arial, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Planer, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Planer, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Planer, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4em;
}

h5 {
  color: #000000b3;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Planer, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Planer, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--voltgruen-fresh);
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000000b3;
  margin-bottom: 12px;
  font-size: 18px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 1px solid var(--dim-grey);
  color: #000000b3;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
}

.section {
  color: var(--dim-grey);
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 80px;
  font-family: Planer, Arial, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section.bo-bottom-padding {
  color: var(--dim-grey);
  padding-bottom: 0;
  font-family: Planer, Arial, sans-serif;
}

.section.bo-bottom-padding:hover {
  color: var(--voltgruen);
}

.section.divider {
  background-color: var(--alice-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.full-screen.background-image-side {
  background-color: var(--dim-grey);
  background-image: linear-gradient(#0000, #0000), url('../images/hero_photovoltaik_1hero_photovoltaik.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 75vw;
  min-width: 1440px;
  height: 75vh;
  min-height: 700px;
}

.section.full-screen.background-image-side.volt {
  background-color: #0000;
  padding-top: 200px;
}

.section.full-screen.background-image-side.volt.wind {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000), url('../images/hero_wind_1hero_wind.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 60vh;
}

.section.full-screen.background-image-side.volt.wind.sonne {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000), url('../images/hero_sonne_1hero_sonne.webp');
}

.section.full-screen.background-image-side.volt.sie {
  background-image: linear-gradient(#0000, #0000), url('../images/hero_sie_1hero_sie.webp');
  background-position: 0 0, 50% 0;
  height: 40vh;
}

.section.full-screen.background-image-side.volt.wir {
  background-image: linear-gradient(#0000, #0000), url('../images/hero_wir_1hero_wir.webp');
  background-position: 0 0, 50% 100%;
  height: 40vh;
}

.section.full-screen.stretch {
  align-items: stretch;
}

.section.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

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

.section.wider-padding.background-image {
  background-image: none;
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.wider-padding.white-smoke {
  background-color: var(--white);
  padding-top: 80px;
}

.section.light-blue {
  background-color: #096ad014;
}

.section.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section.background-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.section.half-screen-background-image {
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.half-screen-background-image.right {
  background-position: 100%;
}

.section.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section.page-header.image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.section.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.map {
  background-image: none;
  background-size: cover;
}

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

.section.grey {
  background-color: var(--white-smoke);
  padding-top: 130px;
  display: none;
}

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

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

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

.section.first.investoren-home {
  padding-top: 120px;
}

.section.formular {
  background-color: var(--white-smoke);
  padding-top: 100px;
}

.section.voltgruen-news-next {
  margin-top: 0;
}

.section.news-detail {
  margin-top: 80px;
}

.section.features-windsonne, .section.dropdown-windsonne {
  padding-top: 80px;
}

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

.section.kontakt {
  background-color: var(--white-smoke);
  padding-top: 100px;
}

.section.kommentar {
  padding-bottom: 240px;
}

.section.home-news {
  padding-top: 100px;
}

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

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

.section.karte {
  padding-top: 0;
  padding-bottom: 190px;
}

.section.news-detail-text {
  padding-top: 100px;
}

.section.projekt_detail_banner {
  margin-top: 60px;
  padding-top: 140px;
  padding-bottom: 80px;
}

.section.news {
  padding-top: 140px;
}

.section.projekt_detail_weitere {
  padding-top: 60px;
}

.section.projekte {
  padding-bottom: 220px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.grid-container {
  z-index: -1;
  display: block;
  position: fixed;
  inset: auto 0 0;
}

.wrapper.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.lg-negative-margins {
  flex-direction: row;
  flex: 0 auto;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.wrapper.navbar {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.mobile-navbar-container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.voltgruen-news {
  border-bottom: 1px solid #0003;
  padding-bottom: 60px;
}

.grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block.lg-50 {
  float: left;
  justify-content: center;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  display: flex;
}

.column-overlay {
  border-left: 1px solid #096ad00d;
  border-right: 1px solid #096ad00d;
  width: 100%;
  height: 100%;
}

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

.centre-align.bottom-margin {
  margin-bottom: 40px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.centre-align {
  align-items: center;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  align-items: flex-start;
  width: 33.33%;
}

.col.lg-4.align-bottom {
  justify-content: flex-end;
}

.col.lg-4.align-bottom.md-4 {
  align-items: center;
}

.col.lg-4.sm-2 {
  width: 33.33%;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-4.sm-2.karte {
  justify-content: center;
  width: 25%;
}

.col.lg-4.flex-stretch {
  align-items: stretch;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.flex-stretch {
  align-items: stretch;
}

.col.lg-3.datenschutz {
  width: 10%;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-1.contact {
  width: 4%;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.col.lg-6.centre-align-vertical {
  justify-content: center;
}

.col.lg-6.md-3.centre-align {
  align-items: center;
}

.col.lg-6.sm-margin-bottom.stretch {
  align-items: stretch;
}

.col.lg-6.karte {
  width: 71%;
}

.col.lg-6.datenschutz {
  width: 80%;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-5 {
  align-items: flex-start;
  width: 41.66%;
}

.col.lg-5.align-vertically {
  justify-content: center;
}

.col.lg-5.right {
  align-items: flex-end;
}

.col.lg-5.left {
  padding-left: 50px;
  padding-right: 0;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-12 {
  width: 100%;
}

.paragraph-small {
  width: 70%;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-small.no-top-margins {
  margin-top: 0;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small.short-paragraph {
  width: 75%;
}

.paragraph-small.white {
  color: #fff9;
}

.paragraph-small.footer {
  margin-bottom: 0;
  font-size: 13px;
}

.paragraph-small.weiter {
  border-bottom: 1px solid var(--voltgruen-fresh);
  width: 52px;
  color: var(--voltgruen-fresh);
  font-size: 14px;
  font-weight: 500;
}

.row {
  text-align: left;
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.row.align-centre.flex-vertical-align {
  align-items: center;
}

.row.news {
  padding-top: 60px;
}

.row.h2-kontakt-tablet.lg6 {
  display: none;
}

.button {
  border: 1px solid var(--voltgruen);
  background-color: var(--voltgruen-fresh);
  color: var(--white);
  border-radius: 3px;
  padding: 10px 25px;
  font-family: Planer, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.button:hover {
  border: 1px solid var(--voltgruen);
  background-color: var(--voltgruen);
  color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #00000026;
}

.button.ghost {
  border: 1px solid var(--voltgruen-fresh);
  box-shadow: none;
  color: var(--voltgruen-fresh);
  background-color: #0000;
}

.button.ghost:hover {
  background-color: var(--voltgruen);
  color: #fff;
  background-image: none;
  transform: none;
}

.button.ghost.reversed {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.ghost.reversed:hover {
  color: var(--voltgruen);
  background-color: #fff;
}

.button.reversed {
  border-color: var(--voltgruen-fresh);
  color: var(--voltgruen-fresh);
  background-color: #fff;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  text-align: center;
  width: 100%;
}

.button.margin-left {
  border-color: var(--voltgruen);
  background-color: var(--voltgruen-fresh);
  margin-right: 20px;
}

.button.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.button.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.fixed {
  background-color: var(--midnight-blue);
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
  position: fixed;
}

.copy {
  margin-bottom: 40px;
}

.copy.small, .copy.list {
  margin-bottom: 20px;
}

.form {
  width: 100%;
}

.form-field {
  background-color: var(--white);
  min-width: 200px;
  color: var(--dim-grey);
  background-image: none;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: var(--dim-grey);
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.text-area {
  background-color: var(--white);
  min-height: 140px;
  color: var(--dim-grey);
  border-style: none;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area::placeholder {
  color: var(--dim-grey);
}

.page-preview-link {
  background-color: var(--midnight-blue);
  width: 100%;
  box-shadow: none;
  justify-content: flex-start;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, var(--steel-blue));
  transform: translate(0, -4px);
  box-shadow: 0 8px 40px #0000001a;
}

.page-wrapper {
  color: var(--dim-grey);
  font-family: Planer, Arial, sans-serif;
  overflow: hidden;
}

.price-table-container {
  border: 1px solid var(--alice-blue);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px;
  display: flex;
}

.price-table-container.flex-stretch {
  align-items: stretch;
}

.price-table-container.link {
  align-items: stretch;
  text-decoration: none;
  transition: border .2s ease-in-out;
}

.price-table-container.link:hover {
  border-color: var(--steel-blue);
}

.logo {
  flex: 1;
  margin-left: 20px;
  position: absolute;
}

.logo.w--current {
  flex: 1;
}

.logo.rel {
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.logo.rel.w--current {
  flex: 0 auto;
  display: flex;
}

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

.horizontal-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.horizontal-line.black {
  border: 1px solid var(--dim-grey);
  background-color: var(--dim-grey);
  color: var(--dim-grey);
  font-family: Planer, Arial, sans-serif;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.footer-link {
  opacity: 1;
  color: var(--dim-grey);
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
  font-weight: 500;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 400;
}

.footer-link.spacing {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link.spacing.last {
  margin-right: 0;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.footer-link.telefon {
  padding-bottom: 6px;
}

.footer-link.adresse {
  padding-top: 6px;
}

.social-media-icon {
  padding: 8px;
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
}

.contact-form-container.card {
  border: 1px none var(--alice-blue);
  background-color: #fff;
  padding: 60px;
  box-shadow: 10px 0 80px #1f2c3d1a;
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.light-blue {
  background-color: #096ad00a;
}

.question {
  align-items: flex-start;
  display: flex;
}

.answer-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-left: 24px;
  margin-right: 8px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-left: 0;
  margin-right: 16px;
}

.answer {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}

.answer._2 {
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
}

.question-container {
  border: 1px solid var(--alice-blue);
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container.transparent {
  background-color: #0000;
  border-style: none;
  margin-bottom: 16px;
  padding: 10px 0;
}

.service-icon {
  float: left;
  border: 1px solid var(--steel-blue);
  width: 40px;
  height: 40px;
  color: var(--steel-blue);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-icon._2 {
  border-color: var(--steel-blue);
  width: 40px;
  height: 40px;
  color: var(--steel-blue);
  margin-top: 11px;
  margin-bottom: 0;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-2 {
  color: var(--dim-grey);
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: var(--voltgruen);
}

.nav-link-2.w--current {
  color: var(--voltgruen-fresh);
  font-weight: 500;
  transition-property: none;
}

.nav-link-2.border {
  border: 1px solid var(--voltgruen);
  opacity: 1;
  border-radius: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover {
  background-color: var(--voltgruen);
  color: #fff;
}

.nav-link-2.border.cta {
  background-color: var(--steel-blue);
  color: #fff;
}

.nav-link-2.dropdown {
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2.full-opacity {
  opacity: 1;
}

.nav-link-2.burger-nav {
  opacity: 1;
  color: #096ad099;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: opacity .15s, color .2s;
  display: block;
  position: relative;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: var(--steel-blue);
}

.menu-button-2.w--open {
  color: var(--alice-blue);
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  color: var(--voltgruen);
  background-color: #fff;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  font-family: Planer, Arial, sans-serif;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.sample-website {
  flex-direction: column;
  position: absolute;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.toggle-grid {
  z-index: 100;
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 70px;
}

.blue {
  background-color: var(--steel-blue);
}

.partner-logo {
  width: 100px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.no-bottom-margins {
  text-align: left;
  margin-bottom: 0;
}

.no-bottom-margins.intro {
  text-align: center;
  max-width: 1020px;
}

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

.column-image {
  margin-bottom: 20px;
  transition: transform .2s;
}

.column-image:hover {
  transform: translate(0, -5px);
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide {
  background-color: #0000;
}

.slide.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-arrow {
  opacity: 1;
  color: var(--light-grey);
  mix-blend-mode: normal;
}

.slide-nav {
  color: var(--voltgruen-fresh);
}

.full-width-image {
  width: 100%;
}

.overflow-visible {
  padding-bottom: 64px;
  overflow: visible;
}

.small-icon {
  float: left;
  margin-right: 16px;
  display: block;
}

.inline-form {
  width: 75%;
  display: flex;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.components-list-container {
  background-color: var(--midnight-blue);
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.components-list-container._2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.flex-stretch {
  flex-direction: column;
  display: flex;
}

.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.flex-horizontal-justify-start-align-centre {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tick-icon {
  margin-right: 8px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.blog-thumbnail-container {
  border: 1px #4d4d4c26;
  border-radius: 0;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  transform: none;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.padding.white {
  background-color: var(--white-smoke);
  padding-top: 32px;
  padding-bottom: 16px;
  padding-right: 10vw;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.tab {
  width: 100%;
  padding-top: 20px;
}

.tabs-menu {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  opacity: .5;
  width: 33.33%;
  color: var(--steel-blue);
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  font-weight: 700;
}

.centred-logo-container {
  justify-content: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.nav-link-with-icon-containr {
  align-items: center;
  display: flex;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-links-container {
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 26px;
  font-size: 12px;
  text-decoration: none;
}

.nav-link.cta {
  background-color: var(--steel-blue);
  color: #fff;
  transition: background-color .1s ease-in-out;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.back-to-legowerk-link {
  z-index: 100;
  background-color: var(--midnight-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 90px;
  margin: 16px;
  padding: 8px 14px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.dropdown-container {
  background-color: var(--midnight-blue);
  width: 100%;
  margin-top: 36px;
  display: block;
  position: fixed;
}

.hover.hover-on-image {
  opacity: 1;
  background-color: #e4f1fd;
  width: auto;
  height: 100%;
  padding: 30px;
  display: block;
  position: absolute;
}

.portrait-container {
  margin-bottom: 30px;
  position: relative;
}

.team-small-container {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-9 {
  margin-right: 20px;
}

.bold {
  font-weight: 500;
}

.form-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial-container.border {
  border: 1px solid var(--steel-blue);
  background-color: #fff;
  border-radius: 3px;
  align-items: flex-start;
  display: flex;
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.hide {
  display: none;
}

.flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.horizontal-short-line {
  background-color: var(--alice-blue);
  height: 1px;
  margin-left: -50px;
  margin-right: -50px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.social-link {
  border: 1px solid var(--steel-blue);
  background-color: var(--steel-blue);
  border-radius: 50px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 8px;
  display: inline;
}

.team-small-container-1 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-container {
  margin-bottom: 30px;
}

.section-header {
  text-align: left;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.section-header.left {
  text-align: left;
}

.section-header.home-news {
  margin-bottom: 40px;
}

.half-screen-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.short-paragraph {
  width: 100%;
}

.short-paragraph.no-bottom-margins.short {
  width: 80%;
}

.short-paragraph.white.hero {
  width: 74%;
  padding-left: 30px;
  padding-right: 0;
  font-family: Planer, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
}

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

.app-download-button {
  float: left;
  margin-right: 30px;
}

.feature-icon-horizontal {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.value-proposition-container.vertical-align {
  flex: 1;
  align-items: center;
  display: flex;
}

.value-proposition-container.hero {
  background-color: #4d4d4c00;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.computer-image {
  width: 70vw;
  margin-left: 10vw;
  position: absolute;
}

.computer-image-container {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-to-edge-picture {
  float: left;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 600px;
  position: relative;
  top: 0;
}

.big-blog-thumbnail-container {
  margin-bottom: 40px;
  transition: transform .2s ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0;
}

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

.rich-text-block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-heading {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-39 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-logo-2 {
  margin-bottom: 40px;
}

.avatar-container {
  display: flex;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.full-width {
  width: 100%;
}

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

.low-opacity {
  color: var(--dim-grey);
}

.centred-logo {
  margin-left: 20px;
  margin-right: 20px;
}

.video-placeholder {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s ease-in-out;
  display: flex;
}

.lightbox-link:hover {
  transform: scale(1.01);
}

.play-icon {
  display: none;
  position: absolute;
}

.transparent-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-link {
  opacity: .6;
  color: var(--steel-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

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

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  border-color: var(--steel-blue);
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.left-arrow {
  background-color: var(--dim-grey-light);
  border-radius: 36px;
  width: 60px;
  height: 60px;
  margin-top: 290px;
  margin-left: 30px;
}

.right-arrow {
  background-color: var(--dim-grey-light);
  border-radius: 35px;
  width: 60px;
  height: 60px;
  margin-top: 290px;
  margin-right: 39px;
}

.date-container {
  display: flex;
}

.value-point-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.negative-margin {
  margin-left: -18px;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.back-icon {
  margin-right: 8px;
}

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

.utility-page-content {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 320px;
  padding: 30px;
  display: flex;
}

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

.utility-page-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-preview {
  z-index: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.play-icon-1 {
  z-index: 2;
  position: relative;
}

.video-preview-container {
  z-index: 1;
  transition: transform .2s;
  position: relative;
}

.video-preview-container:hover {
  z-index: 1;
  position: relative;
  transform: translate(-5px, -5px);
}

.map {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 6px;
  width: auto;
  overflow: hidden;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  transition: transform .2s ease-in-out;
}

.lightbox-image:hover {
  transform: translate(0, -5px);
}

.how-it-works-line {
  background-color: #096ad033;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 315px;
}

.how-it-works-step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-number {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.circle {
  z-index: 1;
  background-color: #fff;
  border: 1px #096ad0;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 30px #1f2c3d1a;
}

.how-it-works-tab {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.step-container {
  margin-bottom: 80px;
}

.no-underline {
  text-decoration: none;
}

.h1-white {
  color: var(--white);
}

.h1-white.hero {
  background-color: #4d4d4c24;
  padding-left: 30px;
  font-family: Planer, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1em;
}

.h1-white.hero.sonne {
  background-color: #4d4d4c00;
}

.h1-white.hero.sie {
  background-color: #4d4d4c0a;
}

.h1-white.hero.wir {
  background-color: #4d4d4c0a;
  margin-bottom: 0;
}

.h1-white.hero.wind {
  margin-top: 0;
}

.image-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-span {
  font-weight: 600;
}

.text-span-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: var(--voltgruen-fresh);
}

.div-block-51 {
  text-align: left;
}

.div-block-52 {
  padding-top: 60px;
}

.background-video {
  width: 100%;
}

.kommentar {
  text-align: center;
}

.link-3 {
  color: var(--dim-grey);
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.link-5 {
  color: var(--dim-grey);
  font-style: normal;
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.back-news-overview {
  text-align: center;
  justify-content: flex-end;
  margin-top: 140px;
  margin-right: 0;
  display: block;
  position: relative;
  inset: 0 auto 0%;
}

.image-project {
  width: 100%;
}

.image-project.mobile {
  display: none;
}

.heading-7.short {
  width: 80%;
}

.body {
  font-family: Planer, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.body-2, .body-3 {
  font-family: Planer, Arial, sans-serif;
}

.text-block-7, .text-block-8 {
  color: var(--voltgruen-fresh);
}

.section-2 {
  color: #4d4d4c;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 80px;
  font-family: Planer, Arial, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-2.datenschutz {
  padding-top: 0;
}

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

.bold-2 {
  font-weight: 500;
}

.row-2 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.section-header-2 {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.list-item {
  line-height: 1.5em;
}

.section-kontakt, .section-datenschutz, .section-copy-impressum {
  color: var(--dim-grey);
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 80px;
  font-family: Planer, Arial, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrapper-projekte {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.black {
  color: var(--dim-grey);
  text-decoration: none;
}

.hidden {
  display: none;
}

.heading-17 {
  padding-top: 20px;
}

.link-block {
  display: block;
}

.text-block-9 {
  font-family: Planer, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }

  h3 {
    font-size: 26px;
  }

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

  .section.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section.full-screen {
    min-height: 800px;
  }

  .section.full-screen.background-image-side.volt {
    justify-content: flex-start;
  }

  .section.full-screen.background-image-side.volt.wind {
    padding-top: 100px;
  }

  .section.full-screen.background-image-side.volt.wind.sonne {
    background-image: linear-gradient(#0000, #0000), url('../images/hero_sonne_1hero_sonne.webp');
    background-position: 0 0, 45%;
    background-size: auto, auto;
  }

  .section.wider-padding {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .section.wider-padding.white-smoke {
    padding-top: 40px;
  }

  .section.wider-padding.image {
    padding-top: 80px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: 48%;
  }

  .section.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.leistungen {
    padding-top: 80px;
  }

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

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

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

  .wrapper {
    max-width: none;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
  }

  .wrapper.lg-negative-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .grid {
    flex-flow: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    height: 100vh;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block.mobile {
    flex-basis: 25%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.align-bottom.md-4 {
    width: 100%;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .col.lg-4.flex-stretch.md-4 {
    flex-wrap: nowrap;
  }

  .col.lg-4.md-4 {
    width: 100%;
  }

  .col.lg-4.md-3 {
    width: 75%;
  }

  .col.lg-4.md-33 {
    width: 33.33%;
  }

  .col.lg-4.projekt-tablet {
    width: 35%;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-3.hidden-md-down {
    display: none;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .col.lg-3.datenschutz {
    width: 5%;
  }

  .col.lg-1, .col.lg-1.empty, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    align-items: center;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-6.projekt-tablet {
    width: 60%;
    margin-right: 24px;
  }

  .col.lg-6.datenschutz {
    width: 90%;
  }

  .col.lg-2.md-1 {
    width: 25%;
  }

  .col.lg-2.md-33 {
    width: 33.33%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-2.md-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-5.md-4.mobile-leistungen {
    padding-left: 100px;
    padding-right: 100px;
  }

  .col.lg-5.md-3 {
    align-items: flex-start;
  }

  .col.lg-5.md-3.tabpic {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-5.md-3 {
    width: 75%;
  }

  .col.lg-5.right {
    align-items: flex-start;
    width: 100%;
    padding-left: 44px;
    padding-right: 44px;
  }

  .col.lg-5.mobile {
    width: 40%;
    padding-left: 30px;
    padding-right: 0;
  }

  .col.lg-5.mobile.copy {
    width: 55%;
    padding-left: 35px;
    padding-right: 0;
  }

  .col.lg-5.bullets {
    width: 100%;
    padding-left: 44px;
    padding-right: 44px;
  }

  .col.lg-8.md-4 {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .col.lg-8.md-4.tablet-zitat {
    padding-left: 80px;
    padding-right: 80px;
  }

  .paragraph-small {
    width: 85%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .row.align-centre {
    justify-content: center;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar {
    align-items: center;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .copy {
    letter-spacing: .008em;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .copy.md-centre-align {
    text-align: center;
  }

  .page-preview-link {
    height: 22px;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .price-table-container.link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .service-icon {
    margin-right: 0;
    display: flex;
  }

  .service-icon._2 {
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-top: 29px;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    border-style: none;
    flex: 0 auto;
  }

  .nav-link-2.border:hover {
    color: var(--voltgruen);
    background-color: #0000;
  }

  .nav-link-2.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-2.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .nav-link-2.burger-nav {
    opacity: 1;
  }

  .menu-button-2 {
    color: #2e323c;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: var(--steel-blue);
    background-color: #0000;
  }

  .nav-bar {
    background-color: #fff;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .logo-navbar.white {
    width: 70px;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phone-image {
    max-width: 82%;
  }

  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }

  .no-bottom-margins.intro {
    text-align: left;
    max-width: none;
    padding-left: 60px;
    padding-right: 103px;
  }

  .hidden-lg-down {
    display: none;
  }

  .md-1 {
    width: 25%;
  }

  .md-2 {
    width: 50%;
  }

  .md-3 {
    width: 75%;
  }

  .md-4 {
    width: 100%;
  }

  .slide.small {
    width: 80%;
  }

  .inline-form {
    width: 100%;
  }

  .flex-horizontal {
    line-height: 17px;
    display: flex;
  }

  .flex-horizontal.tablet-pd {
    display: block;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .centred-logo-container {
    display: block;
  }

  .hover.hover-on-image {
    opacity: 1;
    background-color: #0000;
    height: auto;
    padding-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .portrait-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .flex-horizontal-space-between {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .horizontal-short-line {
    margin-left: -30px;
    margin-right: -30px;
  }

  .team-small-container-1 {
    margin-bottom: 40px;
    display: flex;
  }

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

  .section-header.home-news {
    font-size: 28px;
  }

  .short-paragraph {
    font-size: 17px;
  }

  .short-paragraph.white.hero {
    padding-left: 40px;
  }

  .app-download-button {
    width: 130px;
  }

  .app-download-container {
    display: flex;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .value-proposition-container.hero {
    margin-left: 0;
  }

  .value-proposition-hero-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .computer-image {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .side-image.lightbox-video {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .border-to-edge-picture {
    height: 500px;
  }

  .big-blog-thumbnail-container {
    margin-bottom: 20px;
  }

  .footer-social-links-container {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .social-media-icons-contianer {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .low-opacity {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .md-align-centre {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .white-burger {
    color: #fff;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: var(--midnight-blue);
  }

  .nav-link-3 {
    background-color: var(--midnight-blue);
    color: #fff;
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    display: flex;
  }

  .nav-menu-container {
    background-color: var(--midnight-blue);
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: absolute;
    top: 60px;
  }

  .nav-dropdown-link {
    float: left;
    background-color: var(--alice-blue);
    color: #fff;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .dropdown-list {
    background-color: var(--midnight-blue);
  }

  .dropdown-list.w--open {
    height: 50vh;
    overflow: auto;
  }

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

  .transparent-overlay {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .burger-icon {
    color: var(--dim-grey);
  }

  .dropdown-link-text {
    margin-right: 0;
  }

  .dropdown-chevron {
    flex: 0 auto;
  }

  .dropdown {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    padding: 24px 20px;
    display: flex;
  }

  .small-slide {
    width: 100%;
  }

  .partner-logo-container {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .date-container {
    flex-wrap: wrap;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .container-2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .how-it-works-line {
    top: 245px;
  }

  .how-it-works-tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .step-container {
    margin-bottom: 80px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .h1-white.hero {
    padding-left: 40px;
  }

  .h1-white.hero.sonne {
    padding-left: 60px;
    font-size: 50px;
  }

  .h1-white.hero.sie {
    width: 90%;
    margin-bottom: 100px;
    padding-left: 60px;
    font-size: 50px;
  }

  .h1-white.hero.wir {
    margin-bottom: 100px;
    padding-left: 60px;
    font-size: 50px;
  }

  .h1-white.hero.wind {
    width: 90%;
    padding-left: 60px;
    font-size: 50px;
  }

  .kommentar {
    text-align: center;
  }

  .back-news-overview {
    margin-top: 40px;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
  }

  .copy-project {
    letter-spacing: 0;
    font-size: 20px;
  }

  .paragraph-pd {
    margin-top: -20px;
    font-size: 16px;
  }

  .pd {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .image-11 {
    max-height: 40px;
  }

  .heading-quaters {
    font-size: 28px;
  }

  .image-project.mobile {
    display: none;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-34, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-41, .paragraph-42 {
    font-size: 16px;
  }

  .heading-7.short, .heading-8 {
    width: 100%;
  }

  .heading-9 {
    width: 100%;
    font-size: 23px;
  }

  .paragraph-43 {
    font-size: 17px;
  }

  .heading-10 {
    margin-bottom: 40px;
  }

  .heading-14 {
    font-size: 23px;
  }

  .paragraph-44 {
    font-size: 17px;
  }

  .heading-15 {
    margin-bottom: 40px;
  }

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

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

  .row-2 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .section-header-2 {
    margin-bottom: 40px;
  }

  .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .head-contact {
    font-size: 20px;
  }

  .tablet-hidden {
    display: none;
  }

  .list-2, .list-3, .list-5, .list-6 {
    padding-left: 20px;
  }

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

  .list-7 {
    padding-left: 20px;
  }

  .section-datenschutz, .section-copy-impressum {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-projekte {
    max-width: none;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 24px;
  }

  .section.full-screen {
    min-height: 600px;
  }

  .section.full-screen.background-image-side.volt {
    height: 130vh;
    min-height: auto;
  }

  .section.full-screen.background-image-side.volt.wind {
    background-image: linear-gradient(#0000, #0000), url('../images/hero_wind_1hero_wind.webp');
    background-position: 0 0, 96%;
    background-size: auto, auto;
    height: 100vh;
    max-height: 400px;
    padding-top: 140px;
  }

  .section.full-screen.background-image-side.volt.wind.sonne {
    background-image: linear-gradient(#0000, #0000), url('../images/hero_sonne_1hero_sonne.webp');
    background-position: 0 0, 92%;
  }

  .section.wider-padding {
    padding-bottom: 50px;
  }

  .section.wider-padding.background-image {
    height: 400px;
  }

  .section.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: cover;
  }

  .section.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .section.hide-sm-down {
    display: none;
  }

  .section.copyright-footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.news-detail-text {
    padding-top: 60px;
  }

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

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

  .section.projekte {
    display: none;
  }

  .wrapper.space-around {
    justify-content: space-around;
  }

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

  .block {
    flex: 0 0 100%;
  }

  .block.mobile {
    flex-basis: 50%;
  }

  .block.lg-50, .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    width: 90%;
  }

  .col.lg-4.sm-2.karte {
    width: 100%;
  }

  .col.lg-4.projekt-tablet {
    width: 70%;
    display: block;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }

  .col.lg-3.datenschutz {
    display: none;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.sm-margin-bottom {
    align-items: stretch;
    margin-bottom: 40px;
  }

  .col.lg-6.karte {
    width: 100%;
  }

  .col.lg-6.projekt-tablet {
    width: 95%;
    margin-bottom: 40px;
  }

  .col.lg-6.first {
    margin-bottom: 60px;
  }

  .col.lg-6.datenschutz {
    width: 100%;
  }

  .col.lg-2.sm-1 {
    width: 50%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0;
  }

  .col.lg-5.md-4.mobile-leistungen {
    padding-left: 80px;
    padding-right: 80px;
  }

  .col.lg-5.right {
    padding-left: 20px;
  }

  .col.lg-5.left, .col.lg-5.bullets {
    padding-left: 30px;
  }

  .col.lg-8.centre-align.sm-2 {
    width: 100%;
  }

  .col.lg-8.md-4 {
    display: none;
  }

  .col.lg-8.sm-2 {
    width: 100%;
  }

  .paragraph-small.no-bottom-margins {
    font-size: 17px;
    line-height: 1.4em;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .paragraph-small.footer {
    font-size: 12px;
  }

  .row {
    flex-wrap: wrap;
    display: flex;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .row.sm-no-wrap {
    flex-wrap: nowrap;
  }

  .row.margin-bottom.sm-reverse-layout {
    flex-direction: column-reverse;
  }

  .row.h2-kontakt-tablet.lg6 {
    display: none;
  }

  .button {
    padding: 6px 20px;
    font-size: 14px;
  }

  .copy {
    margin-bottom: 15px;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .page-preview-link {
    height: 220px;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .footer-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .menu-button-2 {
    margin-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-navbar.white {
    width: 60px;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    border-bottom: 1px solid var(--steel-blue);
    max-width: 60%;
    margin-bottom: 40px;
  }

  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }

  .no-bottom-margins {
    font-size: 21px;
  }

  .sm-1 {
    width: 50%;
  }

  .hidden-md-down {
    display: none;
  }

  .sm-2 {
    width: 100%;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .flex-horizontal.tablet-pd {
    display: flex;
  }

  .bold {
    font-size: 15px;
  }

  .flex-horizontal-space-between {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    flex-direction: column;
  }

  .horizontal-short-line {
    margin-left: -40px;
    margin-right: -40px;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

  .short-paragraph.no-bottom-margins.short {
    width: 100%;
  }

  .short-paragraph.white.hero {
    text-align: left;
    font-size: 24px;
  }

  .karte-voltgruen-regensburg {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .value-proposition-container.hero {
    flex: 0 auto;
    display: block;
  }

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

  .border-to-edge-picture {
    height: 400px;
  }

  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }

  .social-media-icons-container-2 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    margin-top: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

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

  .low-opacity {
    font-size: 16px;
  }

  .centred-logo {
    margin-left: 30px;
  }

  .play-icon {
    width: 50px;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .step-content {
    text-align: left;
    flex: 1;
  }

  .how-it-works-step {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .circle {
    flex-wrap: nowrap;
    margin-right: 40px;
  }

  .circle.no-margins {
    margin-right: 0;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

  .h1-white.hero {
    text-align: left;
  }

  .h1-white.hero.sonne {
    padding-left: 20px;
    font-size: 42px;
  }

  .h1-white.hero.sie {
    margin-bottom: 100px;
    padding-left: 10px;
    font-size: 42px;
  }

  .h1-white.hero.wir {
    padding-left: 20px;
    font-size: 42px;
  }

  .h1-white.hero.wind {
    width: 70%;
    padding-left: 20px;
    font-size: 42px;
  }

  .back-news-overview {
    font-size: 14px;
  }

  .copy-project {
    font-size: 20px;
  }

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

  .pd {
    font-size: 16px;
  }

  .image-11 {
    object-fit: scale-down;
    display: inline-block;
  }

  .image-project.mobile {
    display: none;
  }

  .link-mehr {
    font-size: 14px;
  }

  .heading-7 {
    text-align: left;
  }

  .heading-7.short {
    font-size: 35px;
  }

  .heading-9 {
    font-size: 22px;
  }

  .paragraph-43 {
    font-size: 15px;
  }

  .heading-14 {
    font-size: 22px;
  }

  .paragraph-44, .bold-2 {
    font-size: 15px;
  }

  .row-2 {
    flex-wrap: wrap;
  }

  .section-header-2 {
    font-size: 35px;
  }

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

  .head-contact {
    margin-bottom: 60px;
    font-size: 18px;
  }

  .tablet-hidden {
    font-size: 35px;
    display: block;
  }

  .paragraph-47 {
    font-size: 15px;
  }

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

  .paragraph-48, .paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64, .paragraph-65, .paragraph-66 {
    font-size: 15px;
  }
}

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

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 21px;
    line-height: 30px;
  }

  .section.full-screen.background-image-side.volt {
    align-items: flex-start;
    height: 100vh;
    max-height: 760px;
    padding-top: 190px;
  }

  .section.full-screen.background-image-side.volt.wind {
    background-image: linear-gradient(#0000, #0000), url('../images/hero_wind_1hero_wind.webp');
    background-position: 0 0, 100% 70%;
    max-height: 700px;
    padding-top: 180px;
  }

  .section.full-screen.background-image-side.volt.wind.sonne {
    background-image: linear-gradient(#0000, #0000), url('../images/hero_sonne_1hero_sonne.webp');
    background-position: 0 0, 109%;
  }

  .section.wider-padding {
    padding-top: 40px;
  }

  .section.wider-padding.white-smoke {
    padding-top: 10px;
  }

  .section.wider-padding.image {
    padding-top: 40px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-position: 50%;
  }

  .section.page-header {
    padding-top: 80px;
  }

  .section.page-header.image {
    padding-bottom: 80px;
  }

  .section.first.investoren-home {
    padding-top: 60px;
  }

  .section.formular {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section.news-detail {
    margin-top: 0;
    padding-top: 20px;
  }

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

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

  .section.projekt_detail_banner {
    margin-top: 10px;
  }

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

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

  .section.projekte {
    display: none;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .wrapper.lg-negative-margins {
    align-items: flex-start;
  }

  .grid {
    flex-wrap: wrap;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.lg-50 {
    padding: 40px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.centre-align {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.lg-4.sm-2.news-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.lg-4.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 50%;
  }

  .col.lg-4.md-33.xs-2, .col.lg-4.projekt-tablet, .col.lg-3, .col.lg-3._2-col-in-mobile, .col.lg-3.md-2.sm-2, .col.lg-3.md-2.xs-2, .col.lg-3.sm-1.flex-stretch.xs-2, .col.lg-3.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-3.datenschutz {
    display: none;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-6.md-3.sm-2.news-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-6.projekte {
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-2.md-33.xs-2, .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.md-4.mobile-leistungen {
    padding-left: 50px;
    padding-right: 50px;
  }

  .col.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-5.right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col.lg-5.mobile {
    width: 100%;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.lg-5.mobile.copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.lg-5.bullets {
    padding-right: 30px;
  }

  .col.lg-8.md-4 {
    display: none;
  }

  .col.lg-8.md-4.tablet-zitat {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-small {
    width: 95%;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .row.news {
    padding-top: 40px;
  }

  .button {
    padding: 4px 16px;
  }

  .button.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .copy {
    text-align: left;
    margin-bottom: 24px;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .page-preview-link {
    height: 160px;
  }

  .price-table-container {
    padding: 35px;
  }

  .footer-logo {
    display: block;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link.spacing.last {
    margin-right: 16px;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-link.first {
    margin-left: -10px;
  }

  .footer-link.last {
    margin-right: -10px;
  }

  .social-media-icon, .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .contact-form-container.light-blue.padding {
    padding: 20px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .nav-bar {
    position: relative;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    max-width: 80%;
  }

  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }

  .no-bottom-margins.intro {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 19px;
  }

  .xs-1 {
    width: 50%;
  }

  .xs-2 {
    width: 100%;
  }

  .sm-align-centre {
    align-items: flex-start;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .full-width-image {
    object-fit: fill;
    display: none;
    overflow: visible;
  }

  .full-width-image.projects {
    display: none;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-small-container {
    margin-bottom: 30px;
  }

  .bold {
    font-size: 14px;
  }

  .form-with-button {
    flex-direction: column;
  }

  .form-with-button.inline-form, .form-with-button.horizontal {
    flex-direction: row;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .flex-horizontal-space-between {
    align-items: center;
  }

  .horizontal-short-line {
    margin-left: -35px;
    margin-right: -35px;
  }

  .team-container {
    margin-bottom: 0;
  }

  .section-header.home-news {
    padding-left: 10px;
    font-size: 26px;
  }

  .short-paragraph {
    width: 100%;
    font-size: 16px;
  }

  .short-paragraph.no-bottom-margins.short {
    font-size: 20px;
  }

  .short-paragraph.white.hero {
    width: 64%;
    padding-left: 26px;
    font-size: 17px;
  }

  .app-download-button {
    width: 110px;
  }

  .app-download-container {
    flex-direction: row;
  }

  .computer-image {
    width: 110%;
  }

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

  .side-image.lightbox-video {
    width: 100%;
  }

  .rich-text-block {
    font-size: 20px;
  }

  .social-media-icons-container-2 {
    justify-content: space-between;
  }

  .horizontal-footer-links-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    justify-content: space-around;
    margin-top: 40px;
    display: flex;
  }

  .social-media-icons-contianer {
    display: flex;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .div-block-49 {
    text-align: left;
    align-items: flex-start;
  }

  .play-icon {
    width: 40px;
  }

  .nav-menu-container, .dropdown-list.w--open {
    overflow: auto;
  }

  .icon-2 {
    position: absolute;
  }

  .nav-cta-button-container {
    padding: 24px 20px;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow, .right-arrow {
    width: 60px;
  }

  .value-point-container {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .negative-margin {
    margin-left: -10px;
  }

  .how-it-works-step {
    width: 100%;
  }

  .circle {
    margin-right: 20px;
  }

  .how-it-works-tab {
    text-align: center;
    align-items: center;
  }

  .h1-white.hero {
    padding-left: 26px;
    font-size: 48px;
  }

  .h1-white.hero.sonne, .h1-white.hero.sie {
    font-size: 38px;
  }

  .h1-white.hero.wir {
    padding-left: 10px;
    font-size: 38px;
  }

  .h1-white.hero.wind {
    width: 70%;
    font-size: 38px;
  }

  .kommentar {
    font-size: 22px;
  }

  .back-news-overview {
    margin-top: 40px;
    position: static;
  }

  .copy-project {
    font-size: 19px;
    line-height: 1.4em;
  }

  .paragraph-pd {
    font-size: 16px;
  }

  .heading-quaters {
    font-size: 26px;
  }

  .image-project {
    object-fit: fill;
    overflow: visible;
  }

  .image-project.mobile {
    display: inline-block;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    font-size: 16px;
  }

  .heading-7.short {
    font-size: 30px;
  }

  .heading-8 {
    font-size: 22px;
  }

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

  .heading-10, .heading-11, .heading-12, .heading-13 {
    font-size: 22px;
  }

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

  .heading-15 {
    font-size: 22px;
  }

  .section-header-2 {
    font-size: 28px;
  }

  .head-contact {
    font-size: 18px;
  }

  .paragraph-47 {
    object-fit: fill;
  }

  .div-block-53 {
    width: 100%;
    position: relative;
  }

  .list-2, .list-3, .list-5, .list-6 {
    padding-left: 20px;
  }

  .section-kontakt, .section-datenschutz, .section-copy-impressum {
    padding-top: 0;
  }

  .wrapper-projekte {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-6 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    overflow: visible;
  }
}


@font-face {
  font-family: 'Planer';
  src: url('../fonts/The-Northern-Block---Planer-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Planer';
  src: url('../fonts/The-Northern-Block---Planer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Planer';
  src: url('../fonts/The-Northern-Block---Planer-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Planer';
  src: url('../fonts/The-Northern-Block---Planer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Planer';
  src: url('../fonts/The-Northern-Block---Planer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}