:root {
  --color-y1: #152918;
  --color-y3: #37523b;
  --color-a2: #2ea33d;
  --color-x3: #b4d6b8;
  --color-x2: #d8ebda;
  --background-card: rgba(56, 153, 67, .18);
  --color-x1: white;
  --color-y2: #253d28;
  --color-a1: #1d8f2c;
  --transparent: rgba(255, 255, 255, 0);
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--color-y1);
  flex-direction: column;
  align-items: stretch;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 3.052em;
  font-weight: 900;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 2.441em;
  font-weight: 900;
  line-height: 1.067;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Exo, sans-serif;
  font-size: 1.953em;
  font-weight: 900;
  line-height: 1.138;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Exo, sans-serif;
  font-size: 1.563em;
  font-weight: 900;
  line-height: 1.214;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.295;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.388;
}

p {
  color: var(--color-y3);
  margin-bottom: 1em;
}

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

ul {
  color: var(--color-y3);
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 50px;
  padding-left: 2em;
  font-size: 2em;
  list-style-type: disc;
}

ol {
  color: var(--color-y3);
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
  font-size: 1em;
}

blockquote {
  border-right: 4px solid var(--color-x3);
  border-left: 4px solid var(--color-x3);
  margin-bottom: .8em;
  padding: .5em 1.2em .8em;
  font-size: 1.25em;
}

.generic-section {
  background-image: linear-gradient(to bottom, var(--color-x2), white 13%);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8em 4em;
  display: flex;
  position: relative;
}

.generic-section.home {
  background-color: var(--background-card);
  background-image: linear-gradient(180deg, var(--color-x1), #eaf4eb 54%, var(--color-x1) 100%, var(--color-x2));
  padding-top: 70px;
}

.generic-section.t2 {
  background-image: linear-gradient(180deg, white, var(--color-x2) 51%, var(--color-x1) 104%);
}

.generic-wrapper {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 82em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.lp-project-item-overline-text {
  z-index: 1;
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-indent: 2px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: .625em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 8;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 4em 30px 0;
  display: flex;
}

.hero-section {
  z-index: 1;
  background-color: var(--color-x2);
  flex-direction: column;
  align-items: center;
  margin-top: -4em;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.hero-wrapper {
  z-index: 8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  margin-bottom: -8em;
  padding: 12em;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--color-x1);
  text-align: center;
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-left: 0;
  padding-right: 0;
  font-size: .8em;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .5);
}

.nav-link.w--current {
  color: var(--color-x1);
}

.navbar-wrapper {
  z-index: 1;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90em;
  display: flex;
  position: relative;
}

.nav-menu {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  justify-content: space-between;
  margin-right: 130px;
  display: flex;
}

.brand-text {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
}

.brand-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--color-x1);
  align-items: center;
  height: 4em;
  padding-left: 0;
  display: flex;
}

.brand-wrapper.w--current {
  width: 40%;
  margin-left: 130px;
}

.hero-title-wrapper {
  z-index: 6;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--color-x1);
  text-align: center;
  word-break: break-all;
  background-color: rgba(15, 41, 18, .5);
  background-image: radial-gradient(circle closest-corner, rgba(15, 41, 18, .16), rgba(255, 255, 255, .16));
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.partners-section {
  z-index: 8;
  background-color: var(--color-x2);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 8em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.partners-wrapper {
  z-index: 8;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--color-x3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90em;
  display: grid;
  position: relative;
}

.fact {
  background-color: var(--color-x2);
  text-align: center;
  flex-direction: column;
  flex: 1 .25 auto;
  justify-content: center;
  align-items: center;
  padding: 2em 2em 1.5em;
  display: flex;
  position: relative;
}

.partner-logo {
  object-fit: contain;
  width: 100%;
  height: 2em;
}

.footer-section {
  z-index: 16;
  background-color: var(--color-y1);
  color: var(--color-x1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.footer-wrapper {
  z-index: 0;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--color-y2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 90em;
  display: grid;
  position: relative;
}

.footer-links-wrapper {
  grid-column-gap: 1.5em;
  background-color: var(--color-y1);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
  display: flex;
}

.footer-link {
  color: var(--color-x1);
  text-align: center;
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  font-size: .8em;
  font-weight: 700;
  line-height: 2.5;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .5;
}

.footer-copyright {
  grid-column-gap: 1.5em;
  background-color: var(--color-y1);
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.footer-text {
  color: rgba(255, 255, 255, .5);
}

.footer-contact-wrapper {
  z-index: 0;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-bottom: 1px solid var(--color-y2);
  background-color: var(--color-y2);
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 90em;
  display: grid;
  position: relative;
}

.footer-contact-details-wrapper {
  grid-column-gap: .5em;
  background-color: var(--color-y1);
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1em 2em 1em 1.5em;
  display: flex;
}

.link-icon {
  min-width: 4em;
  max-width: 4em;
  min-height: 4em;
  max-height: 4em;
  padding: 1.5em;
  transition: opacity .2s;
}

.link-icon:hover {
  opacity: .5;
}

.link-icon.footer {
  min-width: 2em;
  max-width: 2em;
  min-height: 2em;
  max-height: 2em;
  padding: .5em;
}

.contact-text {
  color: var(--color-x1);
  white-space: normal;
  justify-content: center;
  align-items: flex-start;
  min-height: 2.5em;
  padding-top: .4685em;
  padding-bottom: .4685em;
  font-size: .8em;
  display: flex;
}

.contact-link {
  color: var(--color-x1);
  justify-content: center;
  align-items: flex-start;
  padding-top: .4685em;
  padding-bottom: .4685em;
  font-size: .8em;
  transition: color .2s;
  display: flex;
}

.contact-link:hover {
  color: rgba(255, 255, 255, .5);
}

.text-color-a1 {
  color: var(--color-a1);
  font-weight: 700;
}

.footer-newsletter-wrapper {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--color-a1);
  border-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  width: 100%;
  max-width: 90em;
  margin-top: -8em;
  padding: 4em;
  position: relative;
  box-shadow: 0 0 1em -.5em rgba(0, 0, 0, .25), 0 0 2em -1em rgba(0, 0, 0, .5), 0 0 3em -1.5em #000;
}

.footer-social-links-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0px;
  background-color: var(--color-y1);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-left: .5em;
  padding-right: .5em;
  display: grid;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 1em;
  transition: opacity .2s;
  display: flex;
}

.footer-social-link:hover {
  opacity: .5;
}

.newsletter-form-block {
  background-color: var(--color-a1);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.newsletter-form {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.newsletter-text-field {
  border-radius: 1em;
  height: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  font-size: 1em;
}

.newsletter-text-field::placeholder {
  color: var(--color-y3);
}

.newsletter-title-text {
  margin-bottom: 0;
}

.facts-section {
  z-index: 0;
  background-color: var(--color-x2);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 8em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.facts-wrapper {
  z-index: 8;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--color-x3);
  grid-template: ". . . Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90em;
  display: grid;
  position: relative;
}

.fact-title-text {
  margin-bottom: .25em;
  font-family: Exo, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1;
}

.partner-wrapper {
  background-color: var(--color-x2);
  text-align: center;
  flex-direction: column;
  flex: 1 .25 auto;
  justify-content: center;
  align-items: center;
  padding: 3em 2em;
  display: flex;
  position: relative;
}

.navbar-text {
  color: var(--color-x1);
  font-size: .8em;
}

.navbar-text.hide-tablet-mobile {
  width: 30%;
  margin-left: -40px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.navbar-v-line {
  background-color: var(--color-y2);
  width: 1px;
  height: 4em;
  margin-left: 159px;
}

.hero-social-links {
  z-index: 8;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
  position: relative;
}

.hero-social-links.hide-mobile {
  z-index: 8;
}

.hero-link {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(15, 41, 18, .66);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 1em;
  display: flex;
}

.hero-contact-links {
  z-index: 8;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.hero-contact-links.hide-mobile {
  position: relative;
}

.news-section {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 8em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.section-title-wrapper-light-a3 {
  z-index: 1;
  grid-column-gap: 1px;
  border-right: 1px solid var(--color-x3);
  border-bottom: 1px solid var(--color-x3);
  border-left: 1px solid var(--color-x3);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4em;
  display: flex;
  position: relative;
}

.section-title-wrapper-light-a3.light-a2 {
  border-right-color: var(--color-x2);
  border-bottom-color: var(--color-x2);
  border-left-color: var(--color-x2);
  width: 70%;
}

.section-title-text {
  color: var(--color-y1);
  text-align: center;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.section-title-text.ttl2 {
  color: var(--color-y1);
}

.section-title-text.ttl2.vb {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-title-text.vto {
  color: var(--color-y1);
}

.section-title-text.rentabel {
  color: var(--color-x1);
}

.button-outline-color-x2 {
  z-index: 1;
  border-top: 1px solid var(--color-x2);
  border-right: 1px solid var(--color-x2);
  border-left: 1px solid var(--color-x2);
  color: var(--color-x1);
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 1.25em;
  border-top-right-radius: 1.25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5em;
  margin-top: 20px;
  padding: 0 2.5em;
  font-size: .8em;
  font-weight: 700;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-outline-color-x2:hover {
  color: rgba(16, 41, 20, .5);
}

.button-outline-color-x2.zab {
  border-top-color: var(--color-x3);
  border-right-color: var(--color-x3);
  border-left-color: var(--color-x3);
  color: var(--color-y1);
}

.button-outline-color-x2.zab:hover {
  color: var(--color-a1);
}

.button-outline-color-x2.zab.w--current, .button-outline-color-x2.pb {
  color: var(--color-y1);
}

.button-outline-color-x2.pb:hover {
  color: var(--color-a1);
}

.button-outline-color-x2.wbb {
  color: var(--color-y1);
}

.button-outline-color-x2.wbb:hover {
  color: var(--color-a1);
}

.button-outline-color-x2.wbb.rentabel {
  color: var(--color-x1);
}

.button-outline-color-x2.wbb.produ {
  border-top-color: var(--color-y1);
  border-right-color: var(--color-y1);
  border-left-color: var(--color-y1);
}

.button-outline-color-x2.peb {
  color: var(--color-y1);
}

.button-outline-color-x2.peb:hover {
  color: var(--color-a1);
}

.button-outline-color-x2.aboutbtn {
  border-top-color: var(--color-x1);
  border-right-color: var(--color-x1);
  border-left-color: var(--color-x1);
  color: var(--color-y1);
  text-align: left;
}

.button-outline-color-x2.aboutbtn.kntk {
  border-top-color: var(--color-y1);
  border-right-color: var(--color-y1);
  border-left-color: var(--color-y1);
}

.button-outline-color-x2.aboutbtn.produ {
  z-index: 0;
  border-top-color: var(--color-y1);
  border-right-color: var(--color-y1);
  border-left-color: var(--color-y1);
}

.services-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 4em;
  display: flex;
  position: relative;
}

.button-newsletter {
  text-align: center;
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-left: 1px solid rgba(255, 255, 255, .16);
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-top-left-radius: 1.25em;
  border-top-right-radius: 1.25em;
  justify-content: center;
  align-items: center;
  height: 5em;
  max-height: 5em;
  padding: 0 2.5em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.25;
  transition: color .2s;
  display: flex;
}

.button-newsletter:hover {
  color: rgba(255, 255, 255, .5);
}

.newsletter-title-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  border-left: 1px solid rgba(255, 255, 255, .16);
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  display: flex;
}

.testimonials-section {
  background-color: var(--color-x2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.testimonials-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-right: 1px solid var(--color-x3);
  border-bottom: 1px solid var(--color-x3);
  border-left: 1px solid var(--color-x3);
  background-image: linear-gradient(to bottom, var(--color-x2), var(--color-x2) 33.3333%, var(--color-x3) 33.3333%, var(--color-x3) 66.6666%, var(--color-x2) 66.6666%, var(--color-x2));
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90em;
  display: grid;
  overflow: auto;
}

.hero-title-text {
  word-break: normal;
  margin-bottom: 0;
  font-size: 42px;
}

.testimonial-wrapper {
  background-color: var(--color-x2);
  color: var(--color-y3);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 2em;
  display: flex;
  overflow: auto;
}

.testimonial-title-text {
  margin-bottom: 0;
}

.testimonial-rating-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  margin-top: 1em;
  display: flex;
}

.vorteile {
  background-color: var(--color-x2);
  background-image: linear-gradient(180deg, var(--color-x2), var(--color-x1) 100%, var(--color-x1));
  color: var(--color-x1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 4em 4.1em;
  display: flex;
}

.vorteile.bf2 {
  background-image: linear-gradient(180deg, var(--color-x2), var(--color-y1));
}

.vorteile.bf2.servicezsm {
  background-color: var(--color-x1);
  background-image: none;
  margin-top: 0;
  padding-top: 181px;
}

.benefit-wrapper {
  background-color: var(--color-x2);
  color: var(--color-y3);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 2em;
  display: flex;
  overflow: auto;
}

.benefit-wrapper.as {
  border: 1px solid var(--color-x3);
  border-radius: 15px;
  margin-left: 20px;
}

.benefit-wrapper.as.df {
  margin-left: 0;
  margin-right: 20px;
}

.benefit-wrapper.as.mf {
  border-color: var(--color-x3);
  margin-left: 0;
}

.benefits-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90em;
  min-height: 10em;
  margin-top: 20px;
  padding-top: 0;
  display: grid;
  overflow: auto;
}

.benefit-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--color-y1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.benefit-title-text {
  margin-bottom: 0;
}

.benefit-icon {
  background-color: var(--color-a1);
  border-radius: 100%;
  width: 4em;
  height: 4em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.services-wrapper {
  width: 100%;
  max-width: 82em;
}

.projects-section {
  background-color: var(--color-x2);
  justify-content: center;
  padding: 9em 4em 8em;
  display: flex;
  position: relative;
}

.lp-projects-list {
  display: flex;
}

.lp-project-item {
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1em -.5em rgba(0, 0, 0, .25), 0 0 2em -1em rgba(0, 0, 0, .5), 0 0 3em -1.5em #000;
}

.projects-slider {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--color-x2), var(--color-x2) 33.3333%, var(--color-y1) 33.3333%, var(--color-y1) 66.6666%, var(--color-x2) 66.6666%, var(--color-x2));
  width: 100%;
  max-width: 90em;
  height: auto;
}

.projects-slider-mask {
  margin-left: -1em;
  margin-right: -1em;
  padding: 2em;
}

.projects-slide {
  width: 25%;
  padding-left: 1em;
  padding-right: 1em;
}

.lp-project-item-link {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 75% 2em;
  font-size: 1em;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  display: none;
}

.lp-projects-wrapper {
  width: 100%;
  max-width: 90em;
}

.slider-left-arrow {
  background-color: var(--color-y1);
  box-shadow: 0 0 1em -5em rgba(21, 41, 24, .25), 0 0 2em -1em rgba(21, 41, 24, .5), 0 0 4em -2em var(--color-y1);
  border-radius: 1em 0 0 1em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 33.3333%;
  margin-left: -2em;
  font-size: 1em;
  display: flex;
}

.slider-right-arrow {
  background-color: var(--color-y1);
  border-radius: 0 1em 1em 0;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 33.3333%;
  margin-right: -2em;
  font-size: 1em;
  display: flex;
}

.lp-project-item-title-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--color-x1);
  text-align: center;
  background-color: rgba(15, 41, 18, .5);
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
}

.lp-project-item-title-text {
  margin-bottom: 0;
}

.lp-project-item-label-text {
  z-index: 1;
  background-color: var(--color-a1);
  color: var(--color-x1);
  letter-spacing: 2px;
  text-indent: 2px;
  text-transform: uppercase;
  border-radius: 1.25em;
  align-items: center;
  height: 2.5em;
  margin-bottom: .625em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .8em;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 2.5em;
  left: 2.5em;
}

.lp-project-item-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-arrow-icon {
  width: 4em;
  height: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  transition: opacity .2s;
}

.slider-arrow-icon:hover {
  opacity: .5;
}

.hero-buttons-wrapper {
  z-index: 8;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-hero-bottom {
  border-top: 1px solid var(--color-y1);
  border-right: 1px solid var(--color-y1);
  border-left: 1px solid var(--color-y1);
  color: var(--color-x1);
  text-align: center;
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1em 1em 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5em;
  font-size: .8em;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.button-hero-bottom:hover {
  color: rgba(255, 255, 255, .5);
}

.button-hero-top {
  border-right: 1px solid var(--color-y1);
  border-bottom: 1px solid var(--color-y1);
  border-left: 1px solid var(--color-y1);
  color: var(--color-y1);
  text-align: center;
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 0 1em 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5em;
  font-size: .8em;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.button-hero-top:hover {
  color: rgba(255, 255, 255, .5);
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 1em -.5em rgba(0, 0, 0, .25), 0 0 2em -1em rgba(0, 0, 0, .5), 0 0 3em -1.5em #000;
}

.changelog-text {
  color: var(--color-y3);
}

.contact-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.contact-form-wrapper {
  background-image: url('../images/icon-bolt-fill-color-W2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  font-size: 1em;
  display: flex;
}

.contact-form {
  flex-direction: column;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 4em;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  width: 70%;
  font-size: 1em;
  display: flex;
  position: relative;
}

.contact-form-text-field {
  z-index: 1;
  border: 1px solid var(--color-x2);
  background-color: var(--color-x2);
  border-radius: 1em;
  width: auto;
  height: 4em;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1em;
  position: relative;
}

.contact-form-text-field::placeholder {
  color: var(--color-y3);
}

.contact-form-text-area {
  z-index: 1;
  border: 1px solid var(--color-x2);
  background-color: var(--color-x2);
  border-radius: 1em;
  flex: none;
  width: auto;
  min-height: 8em;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1em;
  position: relative;
}

.contact-form-text-area::placeholder {
  color: var(--color-y3);
}

.location-wrapper {
  background-image: url('../images/icon-bolt-fill-color-W2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.licensing-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.license-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.license-buttons-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-title-wrapper-color-x2 {
  z-index: 0;
  grid-column-gap: 1px;
  border-right: 1px solid var(--color-x1);
  border-bottom: 1px solid var(--color-x1);
  border-left: 1px solid var(--color-x1);
  object-fit: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4em;
  margin-right: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.section-title-wrapper-color-x2.ttl2 {
  border-right-color: var(--color-y1);
  border-bottom-color: var(--color-y1);
  border-left-color: var(--color-y1);
  color: var(--color-y1);
  flex-direction: column;
}

.section-title-wrapper-color-x2.about {
  border-right-color: var(--color-x2);
  border-bottom-color: var(--color-x2);
  border-left-color: var(--color-x2);
}

.section-title-wrapper-color-x2.prod {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-title-wrapper-color-x2.produ {
  border-right-color: var(--color-y1);
  border-bottom-color: var(--color-y1);
  border-left-color: var(--color-y1);
}

.lp-project-item-image-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-wrapper {
  width: 100%;
  max-width: 82em;
}

.news-list-wrapper {
  overflow: hidden;
}

.news-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-x2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin: -2px;
  display: grid;
}

.news-item {
  background-color: var(--color-x1);
  flex-direction: column;
  display: flex;
}

.news-item-link {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-x1) var(--color-x2) var(--color-x2) var(--color-x1);
  color: var(--color-y3);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2em;
}

.news-item-title-text {
  color: var(--color-y1);
}

.testimonial-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--color-y1);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

.testimonial-image {
  float: left;
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.equipment-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: flex;
}

.equipment-item {
  background-image: url('../images/icon-bolt-fill-color-W2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-direction: column;
  display: flex;
}

.equipment-list-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 82em;
  display: flex;
}

.section-icon {
  z-index: 2;
  width: 8em;
  height: 8em;
  position: absolute;
  top: -4em;
}

.quote-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.quote-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 82em;
  position: relative;
}

.quote-form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.quote-form-text-field {
  background-color: var(--color-x2);
  border: 0 solid #000;
  border-radius: 1em;
  height: 4em;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1em;
}

.quote-form-text-field::placeholder {
  color: var(--color-y3);
}

.quote-form-wrapper {
  z-index: 1;
  background-image: url('../images/icon-bolt-fill-color-W2.svg'), url('../images/icon-bolt-fill-color-W2.svg');
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50% 100%, 50% 100%;
  margin-bottom: 0;
  position: relative;
}

.quote-form-text-fields-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--color-x1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2em;
  display: grid;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.success-message-text {
  background-color: var(--color-a1);
  color: var(--color-x1);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  padding: 1em;
  font-size: 1em;
  display: flex;
}

.bottom-border-color-x2 {
  border-top: 1px solid var(--color-x2);
  border-right: 1px solid var(--color-x2);
  border-left: 1px solid var(--color-x2);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  height: 4em;
}

.success-message-text-wrapper {
  background-color: var(--color-x1);
  padding-top: 2em;
  padding-bottom: 2em;
}

.error-message {
  background-color: #8f1d1d;
  border-radius: 1em;
  margin-top: 2em;
  padding: 0;
}

.error-message-text {
  color: var(--color-x1);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  padding: 1em;
  display: flex;
}

.newsletter-success-message-text {
  background-color: var(--color-y1);
  color: var(--color-x1);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  padding: 1em;
  font-size: 1em;
  display: flex;
}

.newsletter-success-message-text-wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
}

.bottom-border-color-a2 {
  border-top: 1px solid var(--color-a2);
  border-right: 1px solid var(--color-a2);
  border-left: 1px solid var(--color-a2);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  height: 4em;
}

.overline-text {
  z-index: 1;
  color: var(--color-a1);
  letter-spacing: 2px;
  text-indent: 2px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: .625em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  position: relative;
}

.equipment-section {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 8em 4em;
  display: flex;
  position: relative;
}

.equipment-item-text {
  background-color: var(--color-x1);
  color: var(--color-y3);
}

.brand-image {
  width: 80%;
  height: 400%;
  padding-bottom: 15px;
}

.news-item-image {
  float: left;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.empty-state {
  background-color: var(--color-x2);
  text-align: center;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: .5em 1em;
  font-size: 1em;
  display: flex;
}

.services-list-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  overflow: hidden;
}

.services-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin: -2px;
  display: grid;
}

.service-item {
  background-color: var(--color-x1);
  width: 100%;
}

.service-item-image-wrapper {
  float: left;
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  margin-bottom: 1em;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  position: relative;
  overflow: hidden;
}

.service-item-title-text {
  color: var(--color-y1);
  margin-bottom: -2px;
}

.service-item-link {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-x1) var(--color-x2) var(--color-x2) var(--color-x1);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: -50px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 3.9em;
  display: flex;
}

.service-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-replace-with-map-component {
  background-image: url('../images/image-map-color.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.contact-form-text-fields-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--color-x1);
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.info-rich-text {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em 2em 1em;
  display: flex;
}

.lp-hero-wrapper {
  z-index: 6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90em;
  margin-bottom: -8em;
  padding: 8em 4em;
  display: flex;
  position: relative;
}

.projects-list-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  overflow: hidden;
}

.projects-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin: -2px;
  display: grid;
}

.project-item {
  background-color: var(--color-x1);
  width: 100%;
}

.project-item-link {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-x1) var(--color-x2) var(--color-x2) var(--color-x1);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
}

.project-item-image-wrapper {
  float: left;
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  margin-bottom: 1em;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.project-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-item-title-text {
  color: var(--color-y1);
  margin-bottom: 0;
}

.news-item-image-wrapper {
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  position: relative;
  overflow: hidden;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 33.3333%;
  max-width: 82em;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-text-field {
  background-color: var(--color-x2);
  border: 0 solid #000;
  border-radius: 1em;
  width: auto;
  min-height: 4em;
  margin-bottom: 0;
  margin-left: 2em;
  margin-right: 2em;
  padding: .5em 1em;
  font-size: 1em;
}

.password-text-field::placeholder {
  color: var(--color-y3);
}

.field-label {
  display: none;
}

.error-404-text {
  color: var(--color-y3);
  padding: 2em;
}

.button-outline-color-x3 {
  z-index: 1;
  border-top: 1px solid var(--color-x3);
  border-right: 1px solid var(--color-x3);
  border-left: 1px solid var(--color-x3);
  color: var(--color-y1);
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 1.25em;
  border-top-right-radius: 1.25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5em;
  padding: 0 2.5em;
  font-size: .8em;
  font-weight: 700;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-outline-color-x3:hover {
  color: rgba(16, 41, 20, .5);
}

.section-title-wrapper-color-x3 {
  z-index: 1;
  grid-column-gap: 1px;
  border-right: 1px solid var(--color-x3);
  border-bottom: 1px solid var(--color-x3);
  border-left: 1px solid var(--color-x3);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.equipment-item-image {
  float: left;
  border-radius: 1em;
  width: 5.5em;
  height: 5.5em;
  margin-right: 1em;
}

.equiipment-text-wrapper {
  background-color: var(--color-x1);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 2em;
  display: flex;
}

.services-features-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--color-x2);
  background-color: var(--color-x2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-feature-wrapper {
  background-color: var(--color-x1);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: -1px;
  margin-right: 1px;
  padding: 2em .7em 1em 2em;
  display: flex;
}

.was-soll-es-bringen {
  background-color: var(--color-x1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 10px 4em 50px;
  display: flex;
}

.was-soll-es-bringen.produkt {
  background-image: linear-gradient(to bottom, var(--color-x2), white 6%);
  margin-top: 0;
  padding-top: 190px;
}

.was-soll-es-bringen.rentabel {
  background-image: url('../images/ekd-hero-solar-hand.jpg');
  background-position: 100%;
  background-size: cover;
}

.was-soll-es-bringen.about {
  margin-top: 0;
  padding-top: 200px;
}

.was-soll-es-bringen.about.mission {
  padding-top: 0;
}

.about-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--transparent);
  flex-direction: row;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: 82em;
  height: 100%;
  display: flex;
  position: relative;
}

.about-video-wrapper {
  background-image: url('../images/solar.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 23px;
  margin-right: 18px;
  padding-top: 50px;
  padding-right: 0;
  display: flex;
}

.about-info-wrapper.produkt {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-info-text {
  background-color: var(--transparent);
  color: var(--color-y1);
  text-align: left;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 2em 0;
  display: block;
}

.about-video-link {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
}

.about-video-icon {
  object-fit: contain;
  width: 8em;
  max-width: none;
  height: 8em;
  margin-left: -2em;
  margin-right: -2em;
  padding: 3.5em;
  font-size: 1em;
  transition: opacity .2s;
}

.about-video-icon:hover {
  opacity: .5;
}

.about-video-icon-wrapper {
  background-color: var(--color-a1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
}

.hero-bg-color-y1 {
  z-index: 1;
  background-color: var(--color-y3);
  background-image: linear-gradient(180deg, var(--transparent), var(--color-x2) 92%, var(--color-x2));
  object-fit: fill;
  margin-top: -60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

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

.text-block, .text-block-2, .text-block-3 {
  text-align: center;
  padding-top: 10px;
}

.image {
  border-radius: 15px;
  display: block;
}

.image-2 {
  border-radius: 15px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 15px;
  flex-direction: column;
  grid-template: ". Area"
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 0;
  display: grid;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2.solar {
  width: 50%;
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  display: block;
}

.div-block-4 {
  flex-direction: column;
  display: flex;
}

.image-4 {
  border-radius: 16px;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.image-5 {
  border-radius: 15px;
  width: 100%;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.image-5.mission {
  width: 100%;
}

.image-5.about {
  width: 600px;
}

.heading {
  justify-content: center;
  margin-top: 14px;
  display: flex;
}

.paragraph {
  text-align: center;
  width: 70%;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

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

.grid {
  grid-template-rows: repeat(auto-fit, 50%) 50%;
  grid-template-columns: 1fr minmax(50%, 1fr) 1fr;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
}

.div-block-6 {
  color: var(--color-x2);
  background-image: url('../images/images.jpeg');
  background-position: 0 0;
  background-size: contain;
}

.div-block-7 {
  color: var(--color-x2);
  background-image: url('../images/ekd-produkte-ampere-solar-pro-voll.png.webp');
  background-position: 0 0;
  background-size: auto;
}

.div-block-8 {
  color: var(--color-x2);
  background-image: url('../images/images-2.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-9 {
  color: var(--color-x2);
  background-image: url('../images/EKD_AMPERE-IQ-Smartbox-1024x724.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-span-2, .text-span-3, .heading-2 {
  text-transform: capitalize;
}

.heading-3 {
  text-transform: uppercase;
}

.paragraph-2 {
  color: var(--color-x1);
}

.grid-2 {
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr;
}

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

.heading-4, .heading-5, .div-block-10 {
  text-align: center;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-5"
                       "Area-3 Area-4 Area-6";
}

.button {
  background-color: var(--color-y1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 50px;
  margin-top: 30px;
  display: flex;
}

.text-span-4, .text-span-5 {
  text-transform: capitalize;
}

.flex-block {
  align-items: center;
  margin-top: 25px;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.flex-block-2.prod-handy.produkt {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.flex-block-2.prod-handy.produkt.mobile {
  display: flex;
}

.flex-block-2.prod-handy.produkt.mobile._2, .flex-block-2.prod-h-her {
  display: none;
}

.flex-block-2.modul {
  flex-flow: row;
}

.flex-block-2.produkt {
  flex-flow: row;
  margin-top: 30px;
  margin-bottom: 30px;
}

.flex-block-2.produkt.mobil {
  display: none;
}

.grid-4 {
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  justify-items: center;
  margin-left: 40px;
  margin-right: 40px;
}

.section {
  background-image: linear-gradient(to bottom, white, var(--color-y1));
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  background-color: var(--color-x1);
}

.heading-6 {
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.paragraph-3 {
  justify-content: center;
  display: flex;
}

.grid-5 {
  grid-template-areas: "Area"
                       "Area-4";
  align-items: stretch;
  justify-items: center;
  width: 100%;
  margin-top: 40px;
}

.div-block-15 {
  background-color: var(--background-card);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  border-radius: 8px;
  padding: 10px;
}

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

.messagebox {
  background-image: linear-gradient(180deg, white, #e4f1e6 50%, var(--color-x1));
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-17 {
  background-color: var(--color-x3);
  border-radius: 20px;
  width: 70%;
  margin-bottom: 15px;
  padding: 15px;
}

.heading-7 {
  color: var(--color-y1);
  text-transform: capitalize;
  justify-content: center;
  display: flex;
}

.paragraph-4 {
  padding-left: 30px;
  padding-right: 30px;
}

.section-2 {
  background-color: var(--color-x2);
  background-image: linear-gradient(to bottom, var(--color-x2), var(--color-y1));
}

.heading-8 {
  color: var(--color-x1);
}

.div-block-18 {
  background-color: var(--color-x2);
  background-image: url('../images/so-funktionierts-04.png.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 40px 0;
  padding: 20px;
  display: flex;
}

.kontaktform {
  background-color: var(--transparent);
  background-image: linear-gradient(180deg, white, var(--color-y1) 92%);
  justify-content: center;
  display: flex;
}

.heading-9 {
  color: var(--color-x1);
  text-align: center;
  margin-top: 15px;
}

.paragraph-5 {
  color: var(--color-x1);
  text-align: center;
  font-size: 18px;
}

.button-2 {
  background-color: var(--color-y3);
  text-align: center;
  border-radius: 6px;
  width: 50%;
  margin-top: 35px;
  margin-bottom: 35px;
}

.heading-10 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-19 {
  background-color: var(--color-x2);
  -webkit-text-stroke-color: var(--color-x2);
}

.div-block-20 {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.bold-text-2 {
  text-align: left;
  display: flex;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-22.solar {
  width: 50%;
}

.div-block-23 {
  width: 50%;
  margin-left: 20px;
}

.image-7 {
  width: 500px;
}

.paragraph-6 {
  text-align: left;
  width: 50%;
  padding-top: 30px;
}

.image-8 {
  width: 100%;
}

.flex-block-3 {
  flex-flow: column;
  width: 50%;
  margin-left: 20px;
}

.flex-block-4 {
  justify-content: center;
  align-items: flex-start;
}

.image-9 {
  border-radius: 8px;
  width: 100%;
}

.div-block-24, .div-block-25, .div-block-26 {
  background-color: var(--background-card);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  border-radius: 8px;
  padding: 10px;
}

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

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--color-x1);
}

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

.div-block-29, .div-block-30, .div-block-31, .div-block-32 {
  width: 50%;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon-chat {
  max-width: 40%;
  margin-right: 0;
}

.whatsapp-container {
  z-index: 20;
  background-color: var(--color-y3);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp-container:hover {
  background-color: var(--color-y1);
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 5px;
  right: auto;
}

.livechat-button {
  background-color: var(--color-y3);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--color-y1);
}

.section-3 {
  z-index: 1;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.whatsapp-block {
  z-index: 16;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
  overflow: visible;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.image-10 {
  width: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-3 {
  background-color: var(--color-y3);
  text-align: center;
  border-radius: 8px;
  width: 170px;
  margin-left: 15px;
}

.button-4 {
  background-color: var(--color-y3);
  text-align: center;
  border-radius: 8px;
  width: 170px;
  margin-right: 15px;
}

.body {
  background-color: var(--color-x3);
}

.html-embed {
  text-align: center;
}

.body-2 {
  background-color: var(--color-x3);
}

.html-embed-2, .html-embed-3, .html-embed-4, .html-embed-5, .html-embed-6 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  h1 {
    margin-bottom: 17px;
  }

  h2 {
    margin-bottom: 16px;
  }

  h3 {
    margin-bottom: 15px;
  }

  h4 {
    margin-bottom: 14px;
  }

  h5 {
    margin-bottom: 13px;
  }

  h6 {
    margin-bottom: 12px;
  }

  .generic-section {
    flex: 1;
    padding-left: 8em;
    padding-right: 8em;
  }

  .generic-wrapper {
    flex: 1;
  }

  .lp-project-item-overline-text {
    letter-spacing: .25ch;
  }

  .navbar, .hero-section {
    padding-left: 4em;
    padding-right: 4em;
  }

  .footer-contact-wrapper {
    z-index: 0;
    position: relative;
  }

  .news-section, .services-section {
    padding-left: 8em;
    padding-right: 8em;
  }

  .testimonial-wrapper {
    color: var(--color-y3);
  }

  .testimonial-title-text {
    color: var(--color-y1);
  }

  .bolt-icon {
    width: 1em;
    height: 1em;
  }

  .vorteile {
    justify-content: center;
    align-items: center;
  }

  .vorteile.bf2.servicezsm {
    width: 100%;
  }

  .benefit-wrapper {
    color: var(--color-y3);
  }

  .benefit-title-text {
    color: var(--color-y1);
  }

  .lp-project-item-label-text {
    letter-spacing: .25ch;
  }

  .news-item-title-text {
    color: var(--color-y1);
  }

  .quote-section {
    padding-left: 8em;
    padding-right: 8em;
  }

  .overline-text {
    letter-spacing: .25ch;
  }

  .equipment-section, .was-soll-es-bringen {
    padding-left: 8em;
    padding-right: 8em;
  }
}

@media screen and (min-width: 1440px) {
  .vorteile {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .vorteile {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-26 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  h1 {
    margin-bottom: 15px;
  }

  h2 {
    margin-bottom: 14px;
  }

  h3 {
    margin-bottom: 13px;
  }

  h4 {
    margin-bottom: 12px;
  }

  h5 {
    margin-bottom: 11px;
  }

  h6 {
    margin-bottom: 10px;
  }

  .generic-section {
    padding: 4em 2em;
  }

  .generic-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .navbar {
    background-color: var(--color-x2);
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    justify-content: center;
    margin-bottom: -4em;
    padding: 4em;
  }

  .nav-link {
    border-top: 1px solid var(--color-y2);
  }

  .navbar-wrapper {
    justify-content: space-between;
    padding-left: 1.5em;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--color-y1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    padding: 0;
    font-size: 1em;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .partners-section {
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .fact {
    background-color: var(--color-x2);
  }

  .footer-section {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-wrapper {
    justify-content: center;
    padding-left: 2em;
  }

  .footer-copyright {
    justify-content: center;
  }

  .menu-button-icon {
    width: 4em;
    height: 4em;
    padding: 1.5em;
  }

  .footer-contact-wrapper {
    z-index: 2;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-contact-details-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 2em;
  }

  .footer-newsletter-wrapper {
    border-radius: 0;
    margin-top: -4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .facts-section {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .facts-wrapper {
    background-color: var(--color-x2);
    grid-template: ". ."
                   "Area-2 Area-3"
                   / 1fr 1fr;
    grid-auto-columns: 1.5fr;
    align-content: stretch;
    justify-items: stretch;
  }

  .navbar-text.hide-tablet-mobile {
    display: none;
  }

  .navbar-v-line {
    position: absolute;
    left: 50%;
    right: 50%;
  }

  .navbar-v-line.hide-tablet-mobile {
    display: none;
  }

  .news-section {
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-title-wrapper-light-a3 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .section-title-wrapper-light-a3.light-a2 {
    grid-template-columns: 1fr;
  }

  .section-title-text {
    padding-right: 30px;
  }

  .services-section {
    padding: 4em 2em;
  }

  .testimonials-section {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .testimonials-wrapper {
    display: flex;
  }

  .testimonial-wrapper {
    min-width: 40%;
  }

  .vorteile {
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .benefit-wrapper {
    min-width: 40%;
  }

  .benefit-wrapper.as {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .benefit-wrapper.as.df {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .benefit-wrapper.as.mf {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .benefits-wrapper {
    flex-flow: column;
    display: flex;
  }

  .benefit-header {
    flex-flow: column;
  }

  .projects-section {
    padding: 4em 2em;
  }

  .projects-slider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .projects-slider-mask {
    margin-left: -2em;
    margin-right: -2em;
    padding: 2em 1em;
    overflow: hidden;
  }

  .projects-slide {
    width: 50%;
  }

  .slider-left-arrow {
    border-radius: 0 1em 1em 0;
  }

  .slider-right-arrow {
    border-radius: 1em 0 0 1em;
  }

  .hero-image {
    border-radius: 0;
  }

  .contact-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .licensing-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .section-title-wrapper-color-x2 {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .news-item {
    min-width: 40%;
  }

  .equipment-list {
    overflow: auto;
  }

  .equipment-item {
    min-width: 40%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-icon {
    width: 4em;
    height: 4em;
    top: -2em;
  }

  .quote-section {
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .quote-form-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .equipment-section {
    padding: 4em 2em;
  }

  .brand-image {
    width: 100%;
    margin-left: -100px;
    margin-right: 1px;
    padding-right: 0;
  }

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

  .service-item-title-text {
    padding-right: 30px;
  }

  .lp-hero-wrapper {
    margin-bottom: -4em;
    padding: 4em 2em;
  }

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

  .project-item-title-text {
    padding-right: 30px;
  }

  .utility-page-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }

  .utility-page-content {
    width: 100%;
  }

  .section-title-wrapper-color-x3 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .was-soll-es-bringen {
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .about-info-text {
    text-align: center;
  }

  .div-block-2 {
    text-align: center;
    width: 100%;
  }

  .flex-block {
    flex-flow: column;
  }

  .flex-block-2 {
    flex-direction: column;
  }

  .flex-block-2.prod-handy, .flex-block-2.prod-handy.produkt {
    display: none;
  }

  .flex-block-2.prod-handy.produkt.mobile, .flex-block-2.prod-handy.produkt.mobile._2 {
    display: flex;
  }

  .flex-block-2.prod-h-her {
    display: block;
  }

  .flex-block-2.produkt {
    flex-flow: column;
    display: none;
  }

  .flex-block-2.produkt.mobil {
    display: flex;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area"
                   "Area-4"
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: center;
    display: grid;
  }

  .div-block-18 {
    background-image: url('../images/Rectangle-5802.png.webp');
    background-position: 50% 100%;
  }

  .div-block-20 {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

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

  .div-block-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .paragraph-6 {
    width: 100%;
  }

  .flex-block-3 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-29, .div-block-30, .div-block-31, .div-block-32 {
    width: 80%;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: 2.441em;
  }

  h2 {
    margin-bottom: 13px;
    font-size: 1.953em;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 1.563em;
  }

  h4 {
    margin-bottom: 11px;
    font-size: 1.25em;
  }

  h5 {
    margin-bottom: 10px;
    font-size: 1em;
  }

  h6 {
    margin-bottom: 9px;
    font-size: .8em;
  }

  p {
    color: var(--color-y3);
  }

  .hero-wrapper {
    padding-left: 4em;
    padding-right: 4em;
  }

  .hero-title-wrapper {
    max-width: 100%;
  }

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

  .footer-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .footer-links-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-contact-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-social-links-wrapper {
    border-left-style: none;
  }

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

  .hero-social-links {
    border-left-style: none;
  }

  .hero-social-links.hide-mobile {
    display: none;
  }

  .hero-contact-links {
    border-left-style: none;
  }

  .hero-contact-links.hide-mobile {
    display: none;
  }

  .section-title-wrapper-light-a3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .section-title-text {
    text-align: center;
    padding-right: 0;
  }

  .button-outline-color-x2.wbb {
    text-align: center;
  }

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

  .section-title-wrapper-color-x2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .news-list {
    flex-wrap: wrap;
  }

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

  .quote-form, .quote-form-text-fields-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-item-title-text {
    text-align: center;
    padding-right: 0;
  }

  .map-replace-with-map-component {
    padding-top: 37.5%;
    padding-bottom: 37.5%;
  }

  .lp-hero-wrapper {
    justify-content: center;
  }

  .project-item-title-text {
    text-align: center;
    padding-right: 0;
  }

  .section-title-wrapper-color-x3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .about-video-wrapper {
    padding-top: 37.5%;
    padding-bottom: 37.5%;
  }

  .about-info-text {
    text-align: center;
    margin-left: 15px;
  }

  .about-video-link {
    position: absolute;
  }

  .flex-block {
    flex-flow: column;
  }

  .flex-block-2 {
    flex-direction: column;
    overflow: visible;
  }

  .flex-block-2.modul {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .div-block-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 10.678svw;
  }

  h2 {
    font-size: 8.543svw;
  }

  h3 {
    font-size: 6.835svw;
  }

  h4 {
    font-size: 5.468svw;
  }

  h5 {
    font-size: 4.375svw;
  }

  h6 {
    font-size: 3.5svw;
  }

  .navbar {
    justify-content: center;
    align-items: center;
  }

  .hero-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .navbar-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .brand-wrapper.w--current {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .menu-button {
    width: 20%;
  }

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

  .footer-contact-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-contact-details-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-links-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .facts-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area-2";
    grid-auto-columns: 1fr;
  }

  .section-title-wrapper-light-a3.light-a2 {
    width: 100%;
  }

  .section-title-text {
    width: 98.9177%;
  }

  .button-outline-color-x2.wbb.rentabel {
    text-align: center;
  }

  .hero-title-text {
    font-size: 10.6771svw;
  }

  .testimonial-wrapper, .benefit-wrapper {
    min-width: 80%;
  }

  .projects-slide, .contact-form {
    width: 100%;
  }

  .contact-form-text-field, .contact-form-text-area {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .location-wrapper {
    text-align: center;
  }

  .license-buttons-wrapper {
    flex-wrap: wrap;
  }

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

  .news-item-link {
    padding-left: 0;
    padding-right: 0;
  }

  .quote-form-wrapper {
    background-image: url('../images/icon-bolt-fill-color-W2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .quote-form-text-fields-wrapper {
    grid-template-columns: 1fr;
    margin-left: -2em;
    margin-right: -2em;
  }

  .equipment-item-text {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-image {
    width: 100%;
    margin-left: 0;
  }

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

  .service-item-link {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-text-fields-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .info-rich-text {
    padding-left: 0;
    padding-right: 0;
  }

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

  .project-item-link {
    padding-left: 0;
    padding-right: 0;
  }

  .password-text-field {
    margin-left: 0;
    margin-right: 0;
  }

  .equiipment-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .services-features-wrapper {
    grid-template-columns: 1fr;
  }

  .services-feature-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .was-soll-es-bringen.rentabel {
    background-image: url('../images/ekd-hero-solar-hand.jpg');
    background-position: 50% 100%;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .about-info-wrapper {
    margin-right: 0;
  }

  .div-block-2.solar {
    width: 100%;
  }

  .heading {
    text-align: center;
  }

  .flex-block-2.modul {
    justify-content: center;
    align-items: center;
  }

  .grid-5 {
    width: 100%;
  }

  .div-block-18 {
    background-image: url('../images/guenstig-strom-beziehen-hero-scaled.jpg');
    background-position: 50% 100%;
  }

  .button-2 {
    width: 80%;
  }

  .div-block-22, .div-block-22.solar {
    width: 100%;
  }

  .flex-block-3 {
    flex-flow: column;
    width: 100%;
  }

  .flex-block-4 {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-29, .div-block-30, .div-block-31, .div-block-32 {
    width: 100%;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .button-3, .button-4 {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 60px;
    display: flex;
  }
}

#w-node-_72707722-b1c6-1ee0-b065-71ab02806ac4-26ece52a, #w-node-_593c9f7a-7a9c-a4de-fdaa-f152fb18d5c3-26ece52a, #w-node-d4cef158-bc6e-5335-f8b9-af09a2f17ce3-26ece52a, #w-node-d1d6dbfe-f3c9-6a0b-0704-5d6a40678d88-26ece52a, #w-node-_74682eec-e6cb-6f63-7538-b4527074df19-26ece52a, #w-node-_74682eec-e6cb-6f63-7538-b4527074df1b-26ece52a, #w-node-_74682eec-e6cb-6f63-7538-b4527074df1d-26ece52a, #w-node-_74682eec-e6cb-6f63-7538-b4527074df1f-26ece52a, #w-node-_3d852452-ba48-6170-5bef-c820533492b9-26ece52a, #w-node-_00e3bf49-e7b9-97bb-d99c-83526389248f-26ece52a, #w-node-_1a31b417-87de-dc3c-d6ff-0098fc1cebcd-26ece52a, #w-node-_186e6a37-0489-a300-d877-f6bd6bc2d511-26ece52a, #w-node-_940d7d99-1fd7-b497-114f-37d71a162c8d-26ece52a, #w-node-f270f2bc-b740-1ac2-ff1e-0a697a9ae2ef-26ece52a, #w-node-_2c30e093-8b0e-a530-a78f-3b1dcff3d4eb-26ece52a, #w-node-_2c30e093-8b0e-a530-a78f-3b1dcff3d4f1-26ece52a, #w-node-_5318270d-8ccf-0d4a-4f56-84dad9c4bf1a-26ece52a, #w-node-_5318270d-8ccf-0d4a-4f56-84dad9c4bf1c-26ece52a, #w-node-_5318270d-8ccf-0d4a-4f56-84dad9c4bf1e-26ece52a, #w-node-_27f17411-959e-fbd9-577c-194d1f0667a3-26ece52a, #w-node-_27f17411-959e-fbd9-577c-194d1f0667a5-26ece52a, #w-node-c1f439af-d62b-10ff-2f96-2b40b4a307ae-26ece52a, #w-node-c1f439af-d62b-10ff-2f96-2b40b4a307b4-26ece52a, #w-node-_68f86c51-1b78-0a5e-2ecc-177376894b42-26ece52a, #w-node-_6fb299f8-2314-87a8-3d4c-eccadfab913b-26ece52a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5ee844c-7e34-0753-22e9-328aee9b0623-26ece52a {
  grid-area: Area;
}

#w-node-_0ad18155-7e93-d194-982a-751d0448ae37-26ece52a, #w-node-e3419413-36cf-2210-ce70-556394d32414-26ece52a, #w-node-_0cc92030-070b-24f0-5e0c-5ce014b364f0-26ece52a, #w-node-f12a512a-1d8d-6831-95bc-2846e4132930-26ece52a, #w-node-_22ca5f5e-b7fb-c94f-e6c3-b25abae78571-26ece52a, #w-node-e151f244-ec94-d13f-ada0-39448ace9405-26ece52a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_019b5761-1f97-7925-2644-e04b5a4ba415-26ece52a {
  align-self: stretch;
}

#w-node-_019b5761-1f97-7925-2644-e04b5a4ba417-26ece52a, #w-node-b56531a1-8758-c916-188b-214737697b88-26ece52a, #w-node-_441d7239-6e68-4cd6-7fc2-e59287ed2f1e-26ece52a, #w-node-dcfc356a-6daa-cce1-89eb-097d9e85cf80-26ece52a, #w-node-_9310198c-10ca-81ba-957a-a14321cd80b3-26ece52a, #w-node-_92f024c2-ff80-8e74-31e9-ba2d8b449221-26ece52a, #w-node-_9c7129a2-fdd4-af86-7918-59c30b482b28-26ece52a, #w-node-_051cc2cf-7282-f682-9df4-0a70ec30eb4e-26ece52a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#quote-email-2.w-node-_051cc2cf-7282-f682-9df4-0a70ec30eb54-26ece52a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_051cc2cf-7282-f682-9df4-0a70ec30eb55-26ece52a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2aafea5d-4b86-2aa0-c657-b0d632c2bc94-26ece52a, #w-node-_2aafea5d-4b86-2aa0-c657-b0d632c2bc98-26ece52a, #w-node-_2aafea5d-4b86-2aa0-c657-b0d632c2bc9a-26ece52a, #w-node-_2aafea5d-4b86-2aa0-c657-b0d632c2bc9c-26ece52a, #w-node-_2d41e4f5-415c-c3db-7143-3a18343c3dc7-343c3db7, #w-node-_2d41e4f5-415c-c3db-7143-3a18343c3dcb-343c3db7, #w-node-_2d41e4f5-415c-c3db-7143-3a18343c3dcf-343c3db7, #w-node-_2d41e4f5-415c-c3db-7143-3a18343c3de0-343c3db7, #w-node-_2d41e4f5-415c-c3db-7143-3a18343c3de2-343c3db7, #w-node-_2d41e4f5-415c-c3db-7143-3a18343c3de4-343c3db7, #w-node-_2d41e4f5-415c-c3db-7143-3a18343c3de6-343c3db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c513311-33c4-8124-367a-5d192623fcb4-2623fcae {
  justify-self: center;
}

#w-node-_0e19a605-67f7-2f7d-d5f3-5224d85101cc-26ece52e, #w-node-_9ca6d471-179a-5a16-4bf7-4c3ac0460f86-26ece52e, #w-node-e6c27c02-ce9c-dd0b-b440-85455a8a3092-26ece52e, #w-node-db5978a5-1cc0-535f-6052-9cf9414a741d-26ece52e, #w-node-e2e168be-dc5c-fa7e-9d48-7aeb75ea60dc-26ece52e, #w-node-c6c1fa1b-3425-c3b8-1bda-9114619e9e8d-26ece52e, #w-node-ecd8263d-f5dc-8ae8-0bd5-271bb9831216-26ece52e, #w-node-_4bc3c534-3f73-c2fc-2f29-09a08e78f176-26ece52f, #w-node-_4bc3c534-3f73-c2fc-2f29-09a08e78f178-26ece52f, #w-node-_4bc3c534-3f73-c2fc-2f29-09a08e78f17e-26ece52f, #w-node-b49cfc2c-df02-1e56-a009-3fb33ef73150-26ece52f, #w-node-b49cfc2c-df02-1e56-a009-3fb33ef73154-26ece52f, #w-node-_4a1c7a6d-888d-80a9-fdc8-c8a1c9e9a3e7-26ece52f, #w-node-_4a1c7a6d-888d-80a9-fdc8-c8a1c9e9a3eb-26ece52f, #w-node-c709c04a-b132-8814-0ca4-84e138860b71-26ece531, #w-node-_38f491f2-f049-14ea-a0f9-3a6b0b080077-26ece531, #w-node-_2006c4a3-33fc-44c9-405c-f5f8b413479c-26ece531, #w-node-a2fafbe4-686c-a3f0-9538-b30afd3fbfd3-26ece531, #w-node-ac757137-75f4-90c5-c6fa-a0e4761d9fb0-26ece532, #w-node-_26798f10-90a4-c4f7-531a-73b8c16abc98-26ece533, #w-node-_3165063a-bd0b-6205-63fe-b3bf17bd7db8-26ece534, #w-node-ce2bb99f-49c3-50d2-c664-352118eaf59a-26ece535, #w-node-_55e9a714-dddd-8c55-e1d3-3784fb64673a-26ece537, #w-node-_18293678-2863-ed02-abb2-2d736d7fc2f2-26ece537, #w-node-_8ce57167-d52c-fd40-3433-8f7375b1222a-26ece537, #w-node-eaebfec2-7dac-3ec1-d22b-6a5634a9ff2c-26ece538, #w-node-c95c4afa-d94d-d13d-b79c-df89f57b90ad-26ece53a, #w-node-c070b32a-8bc0-8bc0-98b1-f4ddd1c3796d-26ece53b, #w-node-c24c6cf4-e741-ac04-85e3-6a99c7f41122-26ece53b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3534a4d3-7f7a-2713-f355-0e1dd5f4262e-26ece53b {
  grid-area: Area;
}

#w-node-_24f819da-7849-7f1c-c70e-6e54f071c075-26ece53b, #w-node-_90c37a1c-5cd7-a42f-7b2c-78e7205fde93-26ece53b, #w-node-_2c5f2043-6957-8beb-9b2c-96881d759876-26ece53b, #w-node-e2e03f38-b496-da3e-665f-bc829ce0cade-26ece53b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c028ca23-3423-4f0b-8f51-069a66c1623f-26ece53b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c028ca23-3423-4f0b-8f51-069a66c16245-26ece53b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c028ca23-3423-4f0b-8f51-069a66c1624b-26ece53b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c028ca23-3423-4f0b-8f51-069a66c16251-26ece53b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0b21fa88-55a0-15c2-1416-e0c8bddffb38-26ece53b, #w-node-_0b21fa88-55a0-15c2-1416-e0c8bddffb3a-26ece53b, #w-node-_0b21fa88-55a0-15c2-1416-e0c8bddffb40-26ece53b, #w-node-_2b15036a-68fb-70c3-111f-e87fe589a630-26ece53b, #w-node-_2b15036a-68fb-70c3-111f-e87fe589a634-26ece53b, #w-node-_179dab89-7e1b-7988-3365-38a90815d428-26ece53b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_2aafea5d-4b86-2aa0-c657-b0d632c2bc94-26ece52a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_186e6a37-0489-a300-d877-f6bd6bc2d511-26ece52a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f308552-e49f-8b16-66c6-8c3b5741e87f-26ece52a {
    grid-area: Area-2;
  }

  #w-node-_940d7d99-1fd7-b497-114f-37d71a162c8d-26ece52a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d41e4f5-415c-c3db-7143-3a18343c3de8-343c3db7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c028ca23-3423-4f0b-8f51-069a66c16245-26ece53b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c028ca23-3423-4f0b-8f51-069a66c1624b-26ece53b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c028ca23-3423-4f0b-8f51-069a66c16251-26ece53b {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_051cc2cf-7282-f682-9df4-0a70ec30eb55-26ece52a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2d41e4f5-415c-c3db-7143-3a18343c3de8-343c3db7 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a31b417-87de-dc3c-d6ff-0098fc1cebcd-26ece52a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_186e6a37-0489-a300-d877-f6bd6bc2d511-26ece52a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #quote-phone-2.w-node-_051cc2cf-7282-f682-9df4-0a70ec30eb53-26ece52a, #quote-email-2.w-node-_051cc2cf-7282-f682-9df4-0a70ec30eb54-26ece52a {
    grid-column: span 1 / span 1;
  }
}


