:root {
  --black: black;
  --color-1: #273844;
  --color-2: #fbe363;
  --color-3: #e1e0d5;
  --white: white;
  --color-4: #ada2ca;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABeeZee, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABeeZee, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.5em;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABeeZee, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.5em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.title6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

.title6.centered, .title6.centered.color {
  color: var(--color-1);
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.p-xl-end {
  padding-bottom: 12em;
}

.infotext {
  color: #888;
  font-size: .7em;
  line-height: 1.3em;
}

.background-color-primary {
  color: #75e6a4;
  background-color: #db2c39;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.button-red {
  background-color: #db2c39;
  border-radius: 2.2em;
  flex: 0 auto;
  padding: .6em 1em;
  font-size: 1em;
  transition: transform .2s;
}

.button-red:hover {
  transform: scale(1.05);
}

.p-xl-start {
  padding-top: 6.5em;
}

.background-color-copy-dark {
  background-color: #272727;
}

.p-sm-start {
  padding-top: 2.25em;
}

.paragraph {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.copy-medium {
  color: #000;
  text-align: justify;
  flex: 1;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.input-field {
  color: #272727;
  border-radius: 1em;
  min-height: 54px;
  margin-bottom: 1em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.title5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.copy-small {
  color: #d0d5dd;
  text-align: justify;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.background-color-grey-light-2 {
  background-color: #d9f7e4;
}

.title2 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.top-40px {
  margin-top: 40px;
}

.background-color-accent {
  color: #0978c3;
  background-color: #ff0013;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.background-color-grey-light-1 {
  background-color: #f8f6f5;
}

.container-w3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.distance-big {
  padding-top: 6.5em;
}

.container-w4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.input-label {
  color: #000;
  margin-bottom: 12px;
  font-weight: 400;
}

.p-md-start {
  padding-top: 4.5em;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #db2c39;
  border: 5px solid #db2c39;
  border-radius: 2.2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline;
  transform: translate(0);
}

.button:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.small {
  padding: .5em 1.4em;
  font-size: .8em;
}

.button.secondary {
  z-index: 1;
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border: 5px solid #db2c39;
  position: relative;
}

.button.secondary:hover {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #0978c3;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.secondary.small {
  letter-spacing: 5px;
  font-weight: 200;
  display: inline-block;
}

.title1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

.title1.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.copy-large {
  color: #2b2b2b;
  font-size: 1.2em;
}

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: #000;
}

.p-xss-start {
  padding-top: .5em;
}

.fade-200ms.color-1 {
  color: var(--color-1);
}

.centered {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.block {
  text-align: justify;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.landing-wrapper.container-w4.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-button {
  color: #273844;
  background-color: #fbe363;
  padding: 14px 40px;
}

.landing-section {
  background-image: url('../images/Solar-Gama-Business.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 66vh;
  display: flex;
  position: relative;
}

.image-2 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.white {
  color: #fff;
}

.white.nav-headning {
  font-size: 1.4em;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
}

.body {
  background-color: #fffdf3;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: stretch;
  padding: 0;
}

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

.quick-stack-2 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  padding: 0;
}

.bus-1-wrapper-benefits {
  border-top: 3px none var(--color-1);
  background-color: #e6e7ea;
  padding: 20px;
}

.benefits-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 2em;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.banner {
  background-image: url('../images/Solar-Business-Ansprechspartner-Schweiz-Gama.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.number {
  text-align: center;
  margin-bottom: auto;
  font-size: 4em;
  font-weight: 700;
}

.number.small {
  font-size: 1.6em;
}

.bus-2 {
  background-color: #fffdf3;
}

.quick-stack-3 {
  padding: 0;
}

.div-block {
  background-color: #fbe363;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 15px 60px;
  display: flex;
  position: relative;
}

.image-5 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading {
  font-weight: 400;
}

.image-6, .image-7, .image-8, .image-9 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-stack-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

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

.cell-6 {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-3 {
  width: 36px;
}

.paragraph-4 {
  margin-bottom: 0;
  padding-left: 20px;
}

.cell-7 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-3 {
  background-color: var(--color-2);
  padding: 10px;
}

.paragraph-5 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.paragraph-5.black {
  color: #273844;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

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

.quick-stack-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.image-10 {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
  padding-right: 0;
}

.cell-8 {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-11 {
  width: 36px;
}

.paragraph-6 {
  margin-bottom: 0;
  padding-left: 20px;
}

.quick-stack-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.image-12 {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
  padding-right: 0;
}

.cell-9 {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-13 {
  width: 36px;
}

.paragraph-7 {
  margin-bottom: 0;
  padding-left: 20px;
}

.bus-4 {
  background-color: #e1e0d5;
}

.quick-stack-8 {
  padding: 0;
}

.cta-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta {
  background-image: url('../images/Wallbox-Elektroauto-Tesla-BYD-Partner-Schweiz_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.footer {
  background-color: var(--color-1);
  background-image: url('../images/Logo-Gama-11-23.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.quick-stack-9 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.link {
  font-size: 1.15em;
  font-weight: 500;
}

.list-item {
  padding-bottom: 10px;
}

.quick-stack-10 {
  padding: 0;
}

.image-14 {
  width: 32px;
}

.paragraph-8 {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

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

.link-2 {
  font-size: .85em;
  font-weight: 300;
}

.cell-24 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.quick-stack-11 {
  padding: 0;
}

.div-block-5 {
  background-color: #fbe363;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 15px 60px;
  display: flex;
  position: relative;
}

.div-block-5.grey {
  background-color: var(--color-3);
}

.div-block-6 {
  background-color: #fbe363;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 15px 60px;
  display: flex;
  position: relative;
}

.div-block-6.slideup-2 {
  background-color: var(--color-3);
  padding-bottom: 40px;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  font-weight: 700;
}

.cell-25 {
  justify-content: center;
  align-items: flex-start;
}

.cell-26 {
  justify-content: center;
  align-items: center;
}

.zahl-kreis {
  background-color: #fbe363;
  border-radius: 1377px;
  padding: 20px 42px;
  font-size: 3em;
}

.div-block-7 {
  padding-left: 20px;
}

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

.quick-stack-12, .quick-stack-13 {
  padding: 0;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50px auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.heading-2 {
  background-color: var(--color-2);
  color: var(--color-1);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 5px;
  font-size: 14px;
  display: flex;
}

.white-box {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-12 {
  flex: 1;
  margin-bottom: 0;
  padding-left: 40px;
}

.div-block-9 {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.grey-box {
  background-color: #fff6d2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-stack-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.image-15 {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
  padding-right: 0;
}

.image-15.fade-200ms {
  object-position: 50% 50%;
}

.cell-28 {
  justify-content: flex-end;
  align-items: flex-start;
}

.quick-stack-4 {
  padding: 0;
}

.image-16 {
  width: 36px;
}

.paragraph-13 {
  margin-bottom: 0;
  padding-left: 20px;
}

.cell-29 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-15 {
  padding: 0;
}

.grid--section-no-button {
  margin-top: 100px;
}

.text-span {
  color: #fbe363;
}

.image-17 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-3 {
  font-weight: 400;
}

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

.cell-31, .cell-3, .cell-5 {
  justify-content: center;
  align-items: center;
}

.banner-2 {
  background-image: url('../images/1Section-2_1.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.quick-stack-16 {
  padding: 0;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.paragraph-14 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-stack-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.cell-32 {
  justify-content: flex-end;
  align-items: flex-start;
}

.quick-stack-18 {
  padding: 0;
}

.image-18 {
  width: 36px;
}

.paragraph-15 {
  margin-bottom: 0;
  padding-left: 20px;
}

.zaun-1 {
  background-color: #fffdf3;
}

.quick-stack-19 {
  padding: 0;
}

.cell-33 {
  justify-content: center;
  align-items: flex-start;
}

.cta-2 {
  background-image: url('../images/2-Solar-Panels-PV-Geschäftskunden-Schweiz_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.quick-stack-20 {
  padding: 0;
}

.image-19 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-16 {
  background-color: var(--color-2);
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
}

.sparen-2 {
  background-color: var(--color-3);
}

.quick-stack-21 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.cell-34 {
  justify-content: center;
  align-items: center;
}

.quick-stack-22 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

._100 {
  width: 100%;
}

.cell-35 {
  background-color: var(--color-2);
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
}

.bezeichnung-heading {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 1.25em;
}

.cell-36 {
  background-color: var(--white);
}

.paragraph-17 {
  flex: 1;
  margin-bottom: 0;
  padding-left: 40px;
}

.heading-4 {
  color: #273844;
  text-align: center;
  background-color: #fbe362;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 5px;
  font-size: 14px;
  display: flex;
}

.white-box-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-18, .paragraph-19, .paragraph-20 {
  flex: 1;
  margin-bottom: 0;
  padding-left: 40px;
}

.paragraph-21 {
  flex: 1;
  margin-bottom: 0;
  padding-left: 40px;
  font-weight: 800;
}

.paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
  flex: 1;
  margin-bottom: 0;
  padding-left: 40px;
}

.paragraph-26 {
  flex: 1;
  margin-bottom: 0;
  padding-left: 40px;
  font-weight: 800;
}

.paragraph-27 {
  flex: 1;
  margin-bottom: 0;
  padding-left: 40px;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-13 {
  padding-left: 20px;
}

.quick-stack-23, .quick-stack-24 {
  padding: 0;
}

.cell-37 {
  justify-content: center;
  align-items: center;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-wrapper-2.container-w2.gutter-outside.footeradjustments {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-28 {
  margin-top: 40px;
  padding-left: 0;
  font-size: 18px;
}

.nav-wrapper.container-w2.gutter-outside {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-20 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.brand {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-21 {
  margin-top: 3px;
  margin-bottom: 3px;
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-red {
    text-align: center;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .title6 {
    font-size: 1em;
  }

  .title5 {
    margin-top: 40px;
    font-size: 1.2em;
  }

  .title2 {
    font-size: 2em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .distance-big {
    padding-top: 6em;
  }

  .title1 {
    font-size: 2.8em;
  }

  .paragraph-3, .paragraph-5 {
    text-align: center;
  }

  .cell-30 {
    align-items: center;
  }

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

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .paragraph-28 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

  h2 {
    font-size: 2em;
  }

  h4 {
    color: var(--black);
  }

  h5 {
    font-size: 1.2em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .copy-medium {
    color: #fff;
  }

  .copy-small {
    font-size: 1em;
  }

  .container-w2.top-40px {
    padding: 0;
  }

  .distance-big {
    padding-top: 5em;
  }

  .copy-large {
    color: #fff;
  }

  .landing-section {
    height: 34vh;
  }

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

  .cell-35 {
    padding-left: 20px;
  }

  .bezeichnung-heading {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-28 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_77ed3dd2-4f37-c605-cf48-e94416cc4bfd-aadb4f5f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fbcddde9-3990-a8db-34f0-966615184240-aadb4f5f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0c086630-e241-c895-d012-47fb92e53662-aadb4f5f, #w-node-_6edb5522-297e-a374-c2da-de8654d6847a-aadb4f5f {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-eb4de9eb-82b3-5d84-a3bc-e7758db74b25-aadb4f5f {
  place-self: center start;
}

#w-node-eb4de9eb-82b3-5d84-a3bc-e7758db74b27-aadb4f5f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-eb4de9eb-82b3-5d84-a3bc-e7758db74b29-aadb4f5f {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_2d501a0d-fd56-a77b-e50c-a11d1020a244-aadb4f5f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-eb4de9eb-82b3-5d84-a3bc-e7758db74b2b-aadb4f5f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_0822f3e8-8e00-19a0-2059-7ecb64806cec-aadb4f5f, #w-node-a27ef437-4ba4-ce52-05ff-12b82be61f4c-aadb4f5f, #w-node-_09dfbd29-f7da-225c-8b9d-93952d37f620-aadb4f5f, #w-node-_1095c6fa-94a7-b833-c86c-155aa1fa93c2-aadb4f5f, #w-node-_0ba54027-6ec6-55e2-a607-029eddb392bc-aadb4f5f, #w-node-bf3df7c7-ab3c-ea29-a445-2d65bf5aa7f2-aadb4f5f, #w-node-f3d2c649-b2ea-216a-481b-c1510dcfd35c-aadb4f5f, #w-node-_151bb7b5-7482-886b-0b8a-f8c1155e9377-aadb4f5f, #w-node-_2ebc0c45-10da-130b-0579-434a24cb24f4-aadb4f5f, #w-node-a6b42eeb-7528-b4d5-ab24-67a11ed8abf8-aadb4f5f, #w-node-_91f5224c-15cd-a863-1969-521b511b7eae-aadb4f5f, #w-node-_89305540-747b-34df-ba7b-cddccbf78021-aadb4f5f, #w-node-fb97fc7e-e80c-9508-8f7b-c950efd733c3-aadb4f5f, #w-node-_3b448ca5-ef37-c387-6ef3-484e25362e11-aadb4f5f, #w-node-f84a2260-603a-20f9-2767-7380386317ef-aadb4f5f, #w-node-e2311a37-ad0b-fc0a-a9ef-aaf891176585-aadb4f5f, #w-node-_1008ba10-7294-90f2-3fff-b6a77a929f02-aadb4f5f, #w-node-_59fd5a64-6c4f-c3ab-a84d-7b462cbe4852-aadb4f5f, #w-node-_052aa596-98b7-ae41-88d3-36363f19c158-aadb4f5f, #w-node-dd651a73-2dd1-ec28-d007-2de727c74e55-aadb4f5f, #w-node-_4935e577-9ef3-d87c-7da1-e36e73704c5e-aadb4f5f, #w-node-_3ed30326-b7b9-5cb5-0c1b-bbd6109df16c-aadb4f5f, #w-node-_3fe192e7-febe-a46f-7bca-aae5e80f6e39-aadb4f5f, #w-node-_95981465-b871-77b0-a6d7-59a4875eee0a-aadb4f5f, #w-node-_61df37d9-4de7-a15b-06f1-ea2271579297-aadb4f5f {
  place-self: center;
}

#w-node-af887085-36d5-9aa2-c0d7-051a6c2153f6-aadb4f5f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-af887085-36d5-9aa2-c0d7-051a6c215401-aadb4f5f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-fbcddde9-3990-a8db-34f0-966615184240-aadb4f5f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-af887085-36d5-9aa2-c0d7-051a6c2153f6-aadb4f5f {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-af887085-36d5-9aa2-c0d7-051a6c215401-aadb4f5f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_77ed3dd2-4f37-c605-cf48-e94416cc4bfd-aadb4f5f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77ed3dd2-4f37-c605-cf48-e94416cc4bfd-aadb4f5f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0c086630-e241-c895-d012-47fb92e53662-aadb4f5f {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


