:root {
  --blue_light: #f2f5f9;
  --royal-blue: #181e2a;
  --white: white;
  --light-smartblue: white;
  --black: black;
  --grey-stone: #959c9f;
  --miami-blue_75: #56bebf;
  --cooper: #d0ab98;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.mod-navi {
  border-bottom: 1px solid #e6e6e6;
  position: sticky;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper {
  display: block;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list_info {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.list_info:hover {
  color: #1a1b1fbf;
}

.list_info:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.list_info[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.list_info:visited {
  background-color: var(--light-smartblue);
  color: var(--black);
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}

.list_info.w--current {
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 12px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--miami-blue_75);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  display: none;
}

.container {
  max-width: 1200px;
}

.body {
  background-color: var(--blue_light);
  font-family: Inter, sans-serif;
}

.hero-heading-right {
  background-color: var(--blue_light);
  opacity: 1;
  background-image: url('../images/stage_ek_1.webp');
  background-position: 50%;
  background-size: auto;
  border-bottom: 0 solid #e4ebf3;
  justify-content: center;
  padding: 104px 16px 360px;
  display: block;
  position: static;
}

.container-2 {
  justify-content: center;
  width: 100%;
  min-width: 0%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60%;
  display: flex;
  position: static;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: var(--royal-blue);
  margin-bottom: 24px;
}

.btn-secondary-dark {
  border: 2px solid var(--royal-blue);
  color: var(--royal-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.btn-secondary-dark:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-secondary-dark:active {
  background-color: #43464d;
}

.container-3 {
  max-width: 1200px;
}

.mod-icon-text {
  padding-top: 48px;
  padding-bottom: 40px;
}

.h32-middle {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
}

.paragraph-left {
  color: var(--royal-blue);
  text-align: left;
  max-width: 800px;
  margin-bottom: 24px;
  padding-right: 0;
  font-size: 18px;
  line-height: 26px;
}

.mod-head-subtext-center {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: block;
}

.html-embed {
  justify-content: center;
  width: 80px;
  height: 80px;
  display: block;
}

.icon-text {
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  padding: 24px 24px 32px;
}

.p-14-middle_grey-stone {
  color: var(--grey-stone);
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.quick-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 32px 0 24px;
}

.testimonial-image-left {
  background-color: #181e2a;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 16px 56px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 40%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.h24-left-bold {
  color: #fff;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.h24-left-bold.margin-bottom-32px {
  color: #fff;
  font-weight: 700;
}

.p14-left-grey-stone {
  color: var(--grey-stone);
  margin-bottom: 16px;
  line-height: 22px;
}

.testimonial-author-name-three {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.testimonial-title {
  color: var(--grey-stone);
  margin-bottom: 48px;
}

.headline-banner {
  color: var(--royal-blue);
  -webkit-text-stroke-color: #181e2a;
  font-size: 48px;
  line-height: 56px;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.mol-link_underline {
  color: #d0ab98;
  font-size: 16px;
}

.footer-dark {
  background-color: var(--light-smartblue);
  border-bottom: 1px solid #e4ebf3;
  padding: 64px 16px 24px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-content {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.h24-middle {
  color: var(--royal-blue);
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 32px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -30%;
}

.social {
  justify-content: center;
  align-items: center;
  padding-bottom: .7em;
  display: flex;
}

.link-block-3 {
  color: #fff;
  padding-top: 0;
  text-decoration: none;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.checkbox-label.open {
  padding-left: 16px;
  font-weight: 400;
  display: block;
}

.span-text.footer-2 {
  font-weight: 300;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid.is--footer {
  z-index: 3;
}

.grid.is--final-coypright {
  z-index: 1;
  align-items: center;
  padding-top: 7em;
}

.text-block-6 {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.image-footer {
  z-index: 0;
  opacity: .5;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.footer-text-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: none;
}

.grid_item.footer-social {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.grid_item.footer-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: flex;
}

.grid_item.footer-social-mobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
}

.grid_item.footer-logo {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 0 0 0 1.04em;
  display: flex;
}

.grid_item.footer-form {
  padding: 0 0 0 0;
}

.grid_item.is--50 {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-2 {
  white-space: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
}

.grid_item.is--50.footer-1 {
  justify-content: flex-start;
  width: 60%;
}

.logo-footer {
  width: 13em;
}

.section {
  z-index: 10;
  background-color: #fff;
  max-width: 100%;
  position: relative;
}

.section.is--footer {
  z-index: 1;
  z-index: 1;
  z-index: 1;
  background-color: #141a24;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.text-span-15 {
  font-weight: 500;
}

.text-span-16 {
  text-transform: uppercase;
  font-weight: 400;
}

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

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  font-size: 69px;
  line-height: 1.4;
  display: flex;
}

.social-icons {
  width: 2.5em;
  padding-right: 1em;
}

.contact-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.line-terms {
  background-color: #fff;
  height: 1px;
}

.footer-terms {
  color: #fff;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 300;
}

.find-us {
  color: #fff;
  letter-spacing: .5px;
  padding-bottom: 1em;
  font-size: 13px;
  font-weight: 300;
}

.text-field {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff3;
  border: 1px #000;
  border-bottom: 0 solid #c4c4c4;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 24px 0 26px 14px;
  font-size: 14px;
}

.text-field:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

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

.div-block-12 {
  padding-bottom: 80px;
  position: relative;
}

.checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5581da;
}

.gradient-top {
  z-index: 1;
  background-image: linear-gradient(to top, #00000b, #00000b4d 50%, #00000b);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.form-block {
  position: relative;
}

.container-6 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15em 6.25em;
}

.container-6.footer {
  width: 1200px;
  padding: 80px 0;
}

.submit-button {
  z-index: 10;
  background-color: var(--miami-blue_75);
  color: #fff;
  border-radius: 12px;
  width: 260px;
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% -30% auto;
}

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

.text-span-8 {
  border-bottom: 1px solid #f8f8f8;
}

.paragraph-3 {
  color: #fff;
  width: 16.5em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.text-span-17 {
  text-transform: uppercase;
  font-weight: 400;
}

.text-span-18 {
  border-bottom: 1px solid #f8f8f8;
}

.textspan {
  text-transform: uppercase;
  font-weight: 400;
}

.text-span-19 {
  font-weight: 500;
}

.text-span-20 {
  border-bottom: 1px solid #f8f8f8;
}

.text-span-21 {
  font-weight: 500;
}

.text-span-22 {
  border-bottom: 1px solid #f8f8f8;
}

.text-span-23, .text-span-24, .text-span-25 {
  font-weight: 500;
}

.text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .textspan-30, .textspan-31 {
  border-bottom: 1px solid #f8f8f8;
}

.textspan-32 {
  text-transform: uppercase;
  font-weight: 400;
}

.textspan-33, .textspan-34, .textspan-35 {
  border-bottom: 1px solid #f8f8f8;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 48px;
}

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

.testimonial-slider-large {
  background-color: var(--royal-blue);
  border-bottom: 0 solid #e4ebf3;
  padding: 48px 32px 40px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
  margin-top: 48px;
}

.testimonial-slide {
  background-color: #ffffff1a;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.h22-white-bold {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  color: var(--white);
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  border-radius: 12px;
  width: 520px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--light-smartblue);
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.p18-left-white {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-4 {
  color: #959c9f;
}

.infotext {
  margin-top: 16px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.side-menu {
  z-index: 99999;
  color: #fff;
  cursor: move;
  background-color: #000000f0;
  border-radius: 4px 4px 3px 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 240px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  box-shadow: 0 1px 17px #0000001f;
}

.db-link-wrapper {
  background-color: #1d1d1d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  padding: 10px 40px 15px;
}

.side-menu-headline {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.db-button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #cdaa35;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.db-button:hover {
  background-color: #2b8f5a;
}

.shrink-box-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.shrink-box-button {
  margin-right: 5px;
  display: block;
}

.slider__control-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider__image-cover {
  background-color: #272727;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.slider__left-icon {
  font-size: 20px;
}

.slider__control {
  background-color: #fff;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  position: relative;
}

.slider__control:hover {
  background-color: #dbdbdb;
}

.slider__control.black {
  background-color: #272727;
}

.slider__control.black:hover {
  background-color: #494949;
}

.slider__left-pane {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 70px;
  display: flex;
}

.slider__right-pane {
  width: 50%;
  position: relative;
}

.slider__right-pane.image-2 {
  background-image: url('../images/fashion-jump-shot-man-2225143_compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__right-pane.image-1 {
  background-image: url('../images/beautiful-black-close-up-1689731_compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide__wrapper {
  border-bottom: 1px solid #e9e9e9;
  justify-content: space-between;
  min-height: 100%;
  display: flex;
}

.slider__right-icon {
  color: #272727;
  font-size: 20px;
}

.hero__text-wrapper {
  max-width: 350px;
}

.slider__nav {
  font-size: 8px;
  display: none;
}

.hero-slider {
  background-color: #fff;
  min-height: 100vh;
}

.slider__arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.hero__button {
  background-color: #272727;
  border-radius: 3px;
  margin-top: 15px;
}

.body-2, .body-3, .body-4, .body-5 {
  background-color: var(--blue_light);
  font-family: Inter, sans-serif;
}

.text-block-8 {
  color: var(--grey-stone);
}

.heading-5 {
  margin-top: 8px;
  margin-bottom: 48px;
  font-size: 56px;
  line-height: 64px;
}

.h0 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 64px;
}

.mod-head-subtext-center-white {
  max-width: 800px;
}

.headline-2 {
  color: var(--white);
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}

.p-tag_white {
  color: var(--grey-stone);
  text-align: center;
}

.image-3 {
  height: 30px;
}

.line {
  background-color: #1c1e1f;
  width: 100%;
  height: 1px;
}

.nav__content {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 50%;
}

.nav-wrap {
  background-color: #0000;
  width: 100vw;
  position: fixed;
}

.nav__list-item {
  margin-right: 3vw;
  display: inline-block;
  position: relative;
}

.nav__list-item.last {
  margin-right: 0;
}

.line-wrap {
  width: 100%;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.nav__list {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.menu-icon__line {
  background-color: #fff;
  width: 31px;
  height: 2px;
  margin-bottom: 4px;
}

.menu-icon__line.left {
  width: 16px;
}

.menu-icon__line.right {
  float: right;
  width: 15px;
}

.menu-button-3 {
  z-index: 2;
  float: left;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.menu-button-3.w--open {
  z-index: 2;
  background-color: #0000;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.menu-icon {
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.nav {
  z-index: 1;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.link {
  color: #131314;
  font-family: Exo, sans-serif;
  font-size: 2.8vw;
  font-weight: 200;
  line-height: 2.8vw;
  text-decoration: none;
  display: block;
}

.nav-bg {
  background-color: #959b9ea1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.site-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.site-content__headline {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.list-cont {
  display: none;
}

.text-block-phone {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.heading-6 {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: 80px;
  font-size: 32px;
  line-height: 40px;
}

.paragraph-5 {
  margin-bottom: 24px;
  margin-right: 80px;
  font-size: 16px;
  line-height: 24px;
}

.cell {
  justify-content: center;
}

.image-5 {
  border-radius: 12px;
}

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

.quick-stack-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
}

.p18-left-medium-cooper {
  color: var(--cooper);
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
}

.points {
  padding-bottom: 14px;
}

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

.image-6 {
  height: 32px;
}

.text-block-10 {
  color: var(--grey-stone);
  text-decoration: none;
}

.statement {
  margin-top: 24px;
  font-size: 16px;
  line-height: 14px;
}

.text-block-11 {
  font-size: 14px;
  line-height: 24px;
}

.typer, .cursor {
  color: var(--miami-blue_75);
}

.headline-text {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-8 {
  text-align: left;
  justify-content: flex-start;
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mod-head-subtext-left {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.h40 {
  color: var(--royal-blue);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 56px;
}

.gallery-slider {
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-7 {
  color: var(--royal-blue);
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
}

.image-7 {
  border-radius: 12px;
}

.div-block-13 {
  margin-top: 24px;
}

.image-8 {
  border-radius: 12px;
}

.subtext-contactbox {
  color: var(--grey-stone);
  margin-bottom: 24px;
  padding-right: 16px;
}

.gallery-cards {
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 32px;
  position: relative;
}

.cards {
  background-color: var(--white);
  color: var(--royal-blue);
  padding: 40px 16px 80px;
}

.text_subtext {
  max-width: 1200px;
}

.quick-stack-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 1200px;
  padding: 40px 0 16px;
}

.container-11 {
  max-width: 1200px;
}

.work-process {
  background-color: var(--royal-blue);
  border-radius: 12px;
  width: 100%;
  padding: 24px;
}

.heading-8 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 32px;
}

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.cards_impressions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 1200px;
  padding: 40px 0;
}

.work-process_img-text {
  background-color: var(--light-smartblue);
  background-image: url('../images/bill-mead-wmaP3Tl80ww-unsplash-1_1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-slider-img {
  width: 140px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding: 40px 0% 64px;
}

.section-logo {
  max-width: 1280px;
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  display: flex;
}

.title-element {
  background-color: var(--light-smartblue);
  color: var(--royal-blue);
  padding: 40px 16px;
}

.section-2 {
  background-image: url('../images/elektro-klass_bg_brand_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text_subtext-btn {
  width: 100%;
  max-width: none;
}

.paragraph-middle {
  color: var(--royal-blue);
  text-align: center;
  max-width: 800px;
  margin-bottom: 24px;
  padding-right: 0;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-left-copy {
  color: var(--royal-blue);
  text-align: left;
  max-width: 800px;
  margin-bottom: 24px;
  padding-right: 0;
  font-size: 18px;
  line-height: 26px;
}

.h28-left {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: 80px;
  font-size: 32px;
  line-height: 40px;
}

.h32-left {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
}

.h32-middle-white-bold {
  color: var(--white);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
}

.p32-left-white-bold {
  color: var(--white);
}

.p32-left-white-bold-copy {
  color: var(--white);
  margin-top: 0;
}

.h32-left-bold {
  color: var(--royal-blue);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
}

.container-13 {
  max-width: 1200px;
}

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

.section-3.is--dark {
  color: #dfdad5;
  background-color: #242022;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.container-14 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.team-member-profile {
  background-color: var(--blue_light);
  background-image: url('../images/project_solar_referenzen_2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 400px;
  padding: 0;
}

.headline-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 32px;
}

.position-job {
  color: var(--miami-blue_75);
}

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

.link-2 {
  color: var(--grey-stone);
}

.link-3 {
  color: var(--cooper);
}

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

.image-9 {
  border-radius: 12px;
}

.icons {
  width: 104px;
  height: 104px;
  margin-bottom: 16px;
}

.text-block-12, .text-block-13, .text-block-14, .bold-text, .bold-text-2 {
  color: var(--white);
}

.btn-secondary-xs {
  border: 2px solid var(--royal-blue);
  color: var(--royal-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 12px;
  padding: 12px 16px 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.btn-secondary-xs:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-secondary-xs:active {
  background-color: #43464d;
}

.text-block-15, .text-block-16 {
  font-weight: 700;
}

.cards--steps {
  background-color: var(--miami-blue_75);
  color: var(--royal-blue);
  padding: 40px 16px 80px;
}

.process-steps {
  background-color: var(--blue_light);
  border-radius: 12px;
  width: 100%;
  padding: 24px;
}

.header_process {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 32px;
}

.header-trust {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 32px;
}

.text-block-17 {
  color: var(--white);
}

.icon-text-left {
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 24px 32px;
}

.p-14-left_grey-stone {
  color: var(--grey-stone);
  text-align: left;
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 22px;
}

.h24-left-bold_dark {
  margin-bottom: 0;
}

.icon-vorteile {
  color: var(--miami-blue_75);
  justify-content: center;
  width: 48px;
  height: 48px;
  display: block;
}

.button-primary-orange {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ff9a00;
  border-radius: 12px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-orange:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-orange:active {
  background-color: #43464d;
}

.heading-partner {
  color: var(--royal-blue);
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
}

.subtext {
  color: var(--grey-stone);
  margin-bottom: 24px;
  padding-right: 16px;
}

.subtext-werte {
  color: var(--royal-blue);
  margin-bottom: 24px;
  padding-right: 16px;
}

.headline-prozesse {
  color: var(--royal-blue);
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
}

.name-ansprechpartner {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 40px;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
}

.team-member-info {
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-left: 24px;
}

.p18-left-medium-dark {
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.contact-box {
  color: var(--grey-stone);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.contact-box:hover {
  color: var(--royal-blue);
  text-decoration: underline;
}

.image-10 {
  align-self: auto;
  width: 40px;
  height: 40px;
}

.code-embed {
  border-radius: 0;
  width: 24px;
  height: 24px;
}

.contact-link {
  margin-top: 0;
  margin-left: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.teaser-kontakt {
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  padding: 40px 16px 80px;
}

.headline-contact {
  color: var(--white);
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
}

.subtext-contactbox-copy, .subtext-contactbox-left {
  color: var(--grey-stone);
  margin-bottom: 24px;
  padding-right: 16px;
}

.headline-contact--center {
  color: var(--white);
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
}

.banner-l {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 12px;
  max-width: 1200px;
}

.h28-left-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: 80px;
  font-size: 32px;
  line-height: 40px;
}

.quick-stack-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  padding: 40px 0;
}

.h28-hedline-contact {
  color: var(--royal-blue);
  text-align: center;
  max-width: 420px;
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: 0;
  font-size: 32px;
  line-height: 40px;
}

.p-14-left_contacttext {
  color: var(--miami-blue_75);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 22px;
}

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

.p-18-label {
  color: var(--miami-blue_75);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.container-15 {
  max-width: 1200px;
}

.image-11 {
  border-radius: 12px;
  width: 100%;
}

.quick-stack-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0;
}

.h0-blue {
  color: #376ddb;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 64px;
}

.daten_solar {
  align-self: flex-start;
  width: 100%;
}

.paragraph-6 {
  color: var(--royal-blue);
}

.p-16-left {
  font-size: 16px;
  line-height: 24px;
}

.p-18-labell-left {
  color: var(--miami-blue_75);
  text-align: left;
  text-transform: uppercase;
  width: auto;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.cell-7 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
}

.quick-stack-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 16px 0;
}

.project-gallery-headline {
  padding-top: 80px;
}

.image_hochformat {
  border-radius: 12px;
  width: 100%;
  max-width: 430px;
}

.badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  display: grid;
  position: absolute;
}

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

.image-12 {
  width: 200px;
  margin-top: 24px;
}

.text-left-gallery {
  background-color: var(--royal-blue);
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 104px;
}

.h0-blue-middle {
  color: #376ddb;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 64px;
}

.button-primary-orange-big {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ff9a00;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  transition: all .2s;
}

.button-primary-orange-big:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-orange-big:active {
  background-color: #43464d;
}

.h28-left-mobile {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: 80px;
  font-size: 32px;
  line-height: 40px;
}

.h28-left-mobile-white {
  color: var(--miami-blue_75);
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: 80px;
  font-size: 32px;
  line-height: 40px;
}

.h0-blue-middle-white, .h0-mobile {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 64px;
}

.body-6 {
  background-color: var(--light-smartblue);
  font-family: Inter, sans-serif;
}

.container-16 {
  max-width: 1200px;
}

.text-block-18 {
  color: var(--royal-blue);
  max-width: 600px;
}

.section-4 {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.body-7 {
  background-color: var(--light-smartblue);
  font-family: Inter, sans-serif;
}

.link-4 {
  color: #fafafa;
}

.success-message {
  margin-top: 24px;
  padding: 32px;
}

.team-member-profile-ck {
  background-color: var(--blue_light);
  background-image: url('../images/img-ueberuns_ck-1_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 400px;
  padding: 0;
}

.container-17 {
  max-width: 1200px;
}

.mod-navii-smart {
  border-bottom: 1px solid #e6e6e6;
  position: sticky;
}

.navbar-no-shadow-container-smart-checkout {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0;
}

.body-8 {
  background-color: var(--light-smartblue);
  font-family: Inter, sans-serif;
}

.bar {
  background-color: #dceaf375;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wrapper {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.radio-wrapper {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #848a94d6;
  border-radius: 6px;
  width: 200px;
  height: 45px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.radio-wrapper:hover {
  color: #208d54;
  border-color: #3a7e5dd6;
}

.q-4 {
  float: left;
  background-color: #dceaf375;
  border-radius: 6px;
  width: 100%;
  margin-top: 18px;
  margin-right: 12px;
  padding: 45px 16px;
  display: inline-block;
  position: relative;
}

.re-load {
  margin-right: 19px;
}

.re-load.w--current {
  color: #333333b8;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
}

.re-load.w--current:hover {
  color: #096d29;
  border: 1px solid #333333b8;
  border-radius: 6px;
}

.answer {
  z-index: 5;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10%;
  transform: translate(0, -50%);
}

.col {
  float: left;
  width: 14.28%;
  height: 50px;
  position: relative;
}

.q-progress {
  color: #333333b8;
  font-family: Inconsolata, monospace;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.label {
  color: #2a262b;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  line-height: 34px;
}

.q-3 {
  float: left;
  background-color: #dceaf375;
  border-radius: 6px;
  width: 100%;
  margin-top: 18px;
  margin-right: 12px;
  padding: 45px 16px;
  display: inline-block;
  position: relative;
}

.option {
  cursor: pointer;
  font-family: Inconsolata, monospace;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.one {
  float: left;
  background-color: #dceaf375;
  border-radius: 6px;
  width: 100%;
  margin-top: 18px;
  margin-right: 12px;
  padding: 45px 16px;
  display: inline-block;
  position: relative;
}

.border {
  opacity: 0;
  border: 2px solid #098f54;
  border-radius: 6px;
  width: 200px;
  height: 45px;
  margin-top: -2px;
  margin-left: -2px;
  display: none;
  position: absolute;
  inset: 0;
}

.submit {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.dot {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.dot:focus {
  opacity: 0;
}

.line-2 {
  border-top: 1px solid #333333b8;
  height: 2px;
  margin-left: -20px;
  margin-right: -20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.success {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Inconsolata, monospace;
  font-size: 22px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translate(0, -40%);
}

.q-2 {
  float: left;
  background-color: #dceaf375;
  border-radius: 6px;
  width: 100%;
  margin-top: 18px;
  margin-right: 12px;
  padding: 45px 16px;
  display: inline-block;
  position: relative;
}

.contain {
  margin-top: 36px;
}

.cover {
  z-index: 7;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0;
}

.container-18 {
  max-width: none;
}

.footer-smart {
  background-color: var(--light-smartblue);
  border-bottom: 1px solid #e4ebf3;
  padding: 64px 16px 24px;
  position: relative;
}

.footer-subscribe {
  border-bottom: 0 solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

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

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

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

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

.logo-ek_small {
  height: 24px;
}

.box-benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: block;
}

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

.benefit {
  background-color: var(--royal-blue);
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
}

.icon {
  margin-bottom: 16px;
}

.code-embed-2 {
  color: var(--miami-blue_75);
  width: 56px;
  height: 56px;
  margin-bottom: 0;
}

.div-block-14 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.header-trust--checkout {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
}

.section-5 {
  height: auto;
  margin-bottom: 48px;
}

.code-embed-3 {
  color: var(--cooper);
  width: 120px;
  height: 30px;
  display: flex;
}

.text-block-19 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
}

.fs-cc-prefs_space-small {
  margin-bottom: 1rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs_cc_compontents {
  overflow: visible;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: var(--grey-stone);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_text {
  color: var(--grey-stone);
  font-size: .75rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-prefs_title {
  color: var(--royal-blue);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.code-embed-4 {
  height: 600px;
}

.container-20 {
  max-width: 1200px;
  margin-bottom: 24px;
}

.paragraph-7 {
  color: var(--grey-stone);
  width: auto;
  max-width: 900px;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 12px;
}

.p32-left-white-bold_angebot {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
}

.text-block-20 {
  max-width: 600px;
  margin-top: 24px;
}

.text-block-21 {
  max-width: 600px;
}

.image-13 {
  margin-top: 40px;
}

.link-5, .link-6 {
  color: var(--cooper);
}

.stars-google {
  color: var(--cooper);
  width: 120px;
  height: 30px;
  margin-bottom: 8px;
  display: flex;
}

.text-block-22 {
  color: var(--white);
}

.div-block-15 {
  margin-bottom: 16px;
}

.bold-text-3 {
  font-size: 16px;
  line-height: 24px;
}

.hero-heading-mobile {
  background-color: var(--blue_light);
  opacity: 1;
  background-image: linear-gradient(#f2f5f933, #f2f5f933), url('../images/solar-img-banner-stage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-bottom: 0 solid #e4ebf3;
  justify-content: center;
  padding: 104px 16px 360px;
  display: none;
  position: static;
  overflow: visible;
}

.btn-secondary-dark-copy {
  border: 2px solid var(--royal-blue);
  color: var(--royal-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.btn-secondary-dark-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-secondary-dark-copy:active {
  background-color: #43464d;
}

.btn-primary-final {
  border: 2px solid var(--royal-blue);
  color: var(--royal-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.btn-primary-final:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-primary-final:active {
  background-color: #43464d;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .list_info {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-right {
    display: block;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .mod-head-subtext-center {
    margin-left: 16px;
    margin-right: 16px;
  }

  .quick-stack {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .footer-dark {
    padding-top: 16px;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: start;
    max-width: 728px;
    display: block;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: block;
  }

  .footer-content {
    grid-column-gap: 64px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-items: stretch;
    margin-top: 40px;
    display: flex;
  }

  .h24-middle {
    text-align: center;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .grid_item.footer-text-mobile {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-social {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 4.04em;
  }

  .grid_item.footer-text {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-social-mobile {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-left: 4.04em;
  }

  .grid_item.footer-logo {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3em;
  }

  .logo-footer {
    width: 17em;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

  .social-icons {
    width: 3.3em;
  }

  .container-6 {
    padding: 0 3em 10em;
  }

  .container-6.footer {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .submit-button {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .testimonial-slider-large {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-7 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .h22-white-bold {
    overflow: visible;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .slider__p {
    font-size: 14px;
    line-height: 23px;
  }

  .slider__h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-3 {
    height: 32px;
  }

  .menu-button-3, .menu-icon {
    top: 6vw;
    left: 6vw;
  }

  .link {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .site-content__headline {
    font-size: 36px;
  }

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

  .quick-stack-3 {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-state {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }

  .headline-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-8 {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 16px;
  }

  .mod-head-subtext-left {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-9 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .text_subtext {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-stack-4 {
    width: auto;
    max-width: none;
  }

  .container-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-12 {
    max-width: 728px;
  }

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

  .logo-slider-img {
    width: 174px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .section-2 {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .splide__slide {
    width: 50%;
  }

  .container-14 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .headline-name, .name-ansprechpartner {
    font-size: 20px;
    line-height: 28px;
  }

  .banner-l {
    margin-left: 16px;
    margin-right: 16px;
  }

  .quick-stack-8 {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .navbar-no-shadow-container-smart-checkout {
    padding-left: 16px;
    padding-right: 16px;
  }

  .q-4 {
    min-width: 350px;
  }

  .q-3, .one {
    min-width: 350px;
    margin-left: 20px;
  }

  .q-2 {
    min-width: 350px;
  }

  .footer-smart {
    padding-top: 16px;
  }

  .container-19 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

  .quick-stack-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .datenschutz {
    margin-left: 16px;
    padding-right: 16px;
  }

  .hero-heading-mobile {
    display: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .list_info {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-right {
    padding: 60px 15px;
    display: block;
  }

  .h32-middle {
    text-align: center;
  }

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

  .quick-stack {
    color: var(--royal-blue);
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .h24-left-bold {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-dark {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: stretch start;
    margin-top: 40px;
    display: block;
  }

  .footer-block {
    align-items: flex-start;
    margin-top: 32px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .grid.is--final-coypright {
    padding-top: 15em;
  }

  .grid_item.footer-text-mobile {
    width: 100%;
  }

  .grid_item.footer-social {
    flex-direction: column;
    width: 50%;
    padding-left: 1.04em;
  }

  .grid_item.footer-text {
    width: 100%;
  }

  .grid_item.footer-social-mobile {
    flex-direction: column;
    padding-left: 1.04em;
  }

  .grid_item.footer-logo {
    padding-top: 9.7em;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-end;
    width: 100%;
  }

  .social-icons {
    width: 4em;
    margin-right: 2em;
    padding-right: 0;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .slider__control-wrapper {
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .slider__left-pane {
    width: auto;
    min-height: 50vh;
    padding: 20px 40px 40px;
  }

  .slider__right-pane {
    width: auto;
    height: 50vh;
  }

  .slide__wrapper {
    flex-direction: column;
  }

  .nav__content {
    top: 35%;
  }

  .nav__list-item {
    margin-bottom: 5vh;
  }

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10vw;
  }

  .menu-button-3, .menu-icon {
    top: 10vw;
    left: 8vw;
  }

  .link {
    font-size: 6vw;
    line-height: 6vw;
  }

  .site-content__headline {
    font-size: 32px;
  }

  .list-cont {
    display: block;
  }

  .heading-6 {
    margin-right: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-8 {
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .mod-head-subtext-left {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .subtext-contactbox {
    text-align: center;
  }

  .gallery-cards {
    padding: 60px 15px;
  }

  .quick-stack-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 24px;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

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

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-left-copy {
    text-align: center;
  }

  .h28-left {
    margin-right: 0;
  }

  .h32-left, .h32-middle-white-bold, .h32-left-bold {
    text-align: center;
  }

  .splide__slide {
    width: 100%;
  }

  .container-14 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .subtext-werte {
    text-align: center;
  }

  .cell-5 {
    padding-top: 0;
  }

  .team-member-info {
    padding-top: 0;
    padding-left: 0;
  }

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

  .h28-left-white, .h28-hedline-contact {
    margin-right: 0;
  }

  .quick-stack-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cell-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .h0-blue-middle {
    text-align: center;
  }

  .h28-left-mobile, .h28-left-mobile-white {
    margin-right: 0;
  }

  .h0-blue-middle-white {
    text-align: center;
  }

  .footer-smart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .hero-heading-mobile {
    padding: 60px 15px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .mod-navi {
    background-color: var(--blue_light);
    position: static;
    inset: 0% 0% auto;
  }

  .navbar-no-shadow-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 0;
    padding-top: 0;
    display: none;
  }

  .nav-menu {
    background-color: var(--royal-blue);
    color: var(--white);
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    display: block;
    position: static;
  }

  .list_info {
    color: var(--white);
    margin-left: 8px;
    margin-right: 8px;
    padding: 12px 6px;
    font-size: 24px;
    font-weight: 500;
  }

  .list_info:hover {
    color: var(--grey-stone);
  }

  .list_info:visited {
    color: var(--white);
  }

  .list_info.w--current {
    color: var(--white);
    padding-left: 6px;
    font-size: 24px;
  }

  .mobile-margin-top-10 {
    justify-content: center;
    margin-top: 16px;
    margin-left: 16px;
    display: flex;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    color: var(--royal-blue);
    background-color: #0000;
    border: 0 solid #181e2a;
    border-radius: 12px;
    padding: 6px;
    font-size: 32px;
    display: none;
  }

  .hero-heading-right {
    background-image: url('../images/stage_ek_1.webp');
    background-position: 50% 100%;
    background-size: cover;
    padding-bottom: 104px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .hero-split {
    align-self: auto;
    display: flex;
  }

  .margin-bottom-24px {
    color: var(--royal-blue);
  }

  .h32-middle {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

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

  .mod-head-subtext-center {
    margin-left: 16px;
    margin-right: 16px;
  }

  .quick-stack {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-4 {
    max-width: none;
  }

  .h24-left-bold {
    font-size: 24px;
    line-height: 32px;
  }

  .headline-banner {
    color: var(--royal-blue);
    font-size: 36px;
    line-height: 44px;
  }

  .footer-dark {
    padding-top: 8px;
  }

  .container-5 {
    max-width: none;
  }

  .footer-wrapper {
    align-items: flex-start;
  }

  .footer-brand {
    height: auto;
  }

  .footer-content {
    grid-column-gap: 72px;
    grid-row-gap: 24px;
    justify-content: stretch;
    justify-items: start;
  }

  .footer-block {
    align-items: flex-start;
    margin-top: 16px;
  }

  .checkbox-field {
    bottom: -15%;
  }

  .social {
    justify-content: flex-start;
  }

  .social-footer-link {
    align-items: center;
    display: flex;
  }

  .link-block-3 {
    display: inline-block;
  }

  .social-footer-lin-mobile {
    color: #fff;
    align-items: center;
    width: 6em;
    margin-right: 3em;
    text-decoration: none;
    display: flex;
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    padding-left: 12px;
    font-size: 12px;
    line-height: 14px;
    display: block;
  }

  .grid.is--final-coypright {
    padding-top: 30em;
  }

  .text-block-6 {
    font-weight: 300;
  }

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

  .grid_item.footer-text-mobile {
    padding-top: 5em;
    display: block;
  }

  .grid_item.footer-social, .grid_item.footer-text {
    display: none;
  }

  .grid_item.footer-social-mobile {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
    display: block;
  }

  .grid_item.footer-logo {
    padding-bottom: 7em;
  }

  .grid_item.footer-form {
    padding: 0;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 7em;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
  }

  .logo-footer {
    width: 32em;
  }

  .section.is--footer {
    z-index: 0;
    max-width: none;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 10.4em;
  }

  .social-icons {
    width: 6em;
  }

  .line-terms {
    height: .5px;
  }

  .footer-terms {
    padding-bottom: 2em;
  }

  .checkbox {
    width: 24px;
    height: 20px;
  }

  .container-6.footer {
    width: 100%;
    max-width: 1200px;
    padding: 16px 16px 80px;
  }

  .submit-button {
    bottom: -35%;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .paragraph-3 {
    font-size: 14.5px;
  }

  .text-span-18, .text-span-20, .text-span-22, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .textspan-30, .textspan-31, .textspan-33, .textspan-34, .textspan-35 {
    border-bottom-width: .5px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .container-7 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .h22-white-bold {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .p18-left-white {
    font-size: 18px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .h0 {
    font-size: 44px;
    line-height: 54px;
  }

  .headline-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .image-3 {
    height: 22px;
  }

  .menu-button-3, .menu-icon {
    top: 10vw;
    left: 6vw;
  }

  .link {
    font-size: 7vw;
    line-height: 7vw;
  }

  .site-content__headline {
    font-size: 24px;
  }

  .list-cont {
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }

  .contact_information_menue {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 24px;
    margin-bottom: 24px;
    display: inline-block;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    display: flex;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 24px;
  }

  .icon-text_block {
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .image-4 {
    aspect-ratio: auto;
    background-color: #0000;
    border: 0 solid #fff;
    width: auto;
    height: 24px;
    padding-right: 8px;
  }

  .link-block-4 {
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .text-block-phone {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-6 {
    color: var(--royal-blue);
    margin-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-5 {
    margin-right: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-6 {
    height: 20px;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 26px;
  }

  .logo-state {
    border-bottom: 1px solid var(--blue_light);
    width: 100%;
    padding-bottom: 32px;
  }

  .typer, .cursor {
    color: var(--miami-blue_75);
  }

  .headline-text {
    background-color: var(--white);
  }

  .container-8 {
    min-width: auto;
  }

  .mod-head-subtext-left {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .h40 {
    flex: 0 auto;
    font-size: 40px;
    line-height: 48px;
  }

  .container-9 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-7 {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-13 {
    margin-top: 0;
  }

  .text_subtext {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-stack-4, .container-12 {
    max-width: none;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .section-2 {
    background-image: url('../images/elektro-klass_bg_brand_mobile.webp');
    background-position: 0 100%;
    background-size: cover;
    margin-left: 0;
    padding: 0 16px 24px;
  }

  .text_subtext-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-middle {
    font-size: 16px;
    line-height: 24px;
  }

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

  .h28-left {
    color: var(--royal-blue);
    margin-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .h32-left {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .h32-middle-white-bold {
    color: var(--white);
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .p32-left-white-bold, .p32-left-white-bold-copy {
    color: var(--white);
    line-height: 40px;
  }

  .h32-left-bold {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .team-member-profile {
    height: 200px;
  }

  .icons {
    width: 80px;
    height: 80px;
  }

  .heading-partner {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

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

  .headline-prozesse {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .code-embed {
    width: 22px;
    height: 22px;
  }

  .contact-link {
    font-size: 16px;
    line-height: 24px;
  }

  .headline-contact {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .headline-contact--center {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .h28-left-white {
    color: var(--royal-blue);
    margin-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .h28-hedline-contact {
    color: var(--royal-blue);
    max-width: 248px;
    margin-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .p-14-left_contacttext, .p-18-label {
    width: auto;
    max-width: 460px;
  }

  .h0-blue {
    font-size: 44px;
    line-height: 54px;
  }

  .p-18-labell-left {
    width: auto;
    max-width: 460px;
  }

  .text-left-gallery {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h0-blue-middle {
    font-size: 44px;
    line-height: 54px;
  }

  .button-primary-orange-big {
    font-size: 16px;
    line-height: 24px;
  }

  .h28-left-mobile {
    color: var(--royal-blue);
    text-align: center;
    margin-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .h28-left-mobile-white {
    color: var(--miami-blue_75);
    text-align: center;
    margin-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .h0-blue-middle-white {
    font-size: 44px;
    line-height: 54px;
  }

  .h0-mobile {
    font-size: 40px;
    line-height: 48px;
  }

  .team-member-profile-ck {
    height: 200px;
  }

  .mod-navii-smart {
    background-color: var(--blue_light);
    position: static;
    inset: 0% 0% auto;
  }

  .navbar-no-shadow-container-smart-checkout {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .q-4, .q-3, .one, .q-2 {
    width: auto;
    min-width: 240px;
    margin-left: 12px;
  }

  .footer-smart {
    padding-top: 8px;
  }

  .footer-subscribe {
    width: 100%;
    padding: 24px 16px;
    position: static;
  }

  .container-19 {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-three {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-divider-two {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .logo-ek_small {
    height: 20px;
  }

  .quick-stack-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefit {
    flex-flow: row;
  }

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

  .header-trust--checkout {
    font-size: 22px;
  }

  .stars {
    flex-flow: row;
    display: flex;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .paragraph-7 {
    margin-bottom: 0;
    line-height: 20px;
  }

  .p32-left-white-bold_angebot {
    color: var(--white);
    line-height: 40px;
  }

  .hero-heading-mobile {
    background-color: var(--blue_light);
    background-image: linear-gradient(to bottom, var(--miami-blue_75), var(--miami-blue_75));
    padding: 48px 0 0;
    display: none;
    position: static;
    overflow: visible;
  }

  .container-21 {
    background-image: url('../images/solar-img-banner-stage.jpg');
    background-position: 50%;
    background-size: cover;
    height: 130px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-primary-final {
    background-color: var(--royal-blue);
    color: var(--white);
  }

  .background-video {
    object-fit: fill;
    border-radius: 0;
    height: 200px;
    margin-left: 0;
    display: block;
    position: sticky;
    overflow: visible;
  }
}

#w-node-_02679ab1-2c6f-d826-6f8c-99bd53f404cc-19eb243f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_35c976c2-f787-e9d7-c5d7-b8a1cbdc08a4-19eb243f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-df3acaee-e55d-8d91-7f62-e61b3d3618a8-3d36189e, #w-node-df3acaee-e55d-8d91-7f62-e61b3d3618b3-3d36189e, #w-node-df3acaee-e55d-8d91-7f62-e61b3d3618ba-3d36189e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65cacfbb-500b-e3ec-fec1-69d9ca3608ac-ca3608a8, #w-node-_5e8a2480-a491-ab84-119d-1ff500c53278-1ee4c232 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e8a2480-a491-ab84-119d-1ff500c5328a-1ee4c232 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0c9152c4-f978-436b-ab8d-547949572a41-1ee4c232 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_5e0978df-634d-0f42-daa0-995a8962d319-1ee4c232, #w-node-_1bcbc923-994e-14e7-bf53-021c50424295-1ee4c232 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7efc5fdd-6ced-2a37-488c-034579cff12b-e8f8492d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8a07303-5c18-dbfb-b20e-03db84e30c12-e8f8492d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_92d5518a-53ea-6a5b-2b35-1e7674a3bca2-e8f8492d, #w-node-_9e1a95a3-9334-dc6f-bff2-59eb85d0d03a-e8f8492d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6563fb6-d48e-f7c1-eed1-934719f66ced-e8f8492d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4eff8e34-968a-3364-2486-1fa06cbc1cab-e8f8492d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bb6b9021-5518-ba27-2d88-d38025fe1b1a-e8f8492d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f4f34d3-1244-34c7-1dcc-39e770bbec85-e8f8492d, #w-node-_225e05b0-9f57-33e5-d16b-c19e8d9c1354-34550dd3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_225e05b0-9f57-33e5-d16b-c19e8d9c1371-34550dd3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a93d9382-f764-2cc2-6aae-1d68152cef35-b3a6791f, #w-node-a76fc8d4-2009-8aab-b8a2-67e63177e53a-b3a6791f, #w-node-_30450ba6-d2b1-1187-cb70-ee3d2e4ca43c-b3a6791f, #w-node-_30450ba6-d2b1-1187-cb70-ee3d2e4ca453-b3a6791f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_93f9a567-db11-3869-e3c9-4e2e472d713e-429241b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_02679ab1-2c6f-d826-6f8c-99bd53f404cc-19eb243f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-df3acaee-e55d-8d91-7f62-e61b3d3618a0-3d36189e {
    justify-self: start;
  }

  #w-node-_5e8a2480-a491-ab84-119d-1ff500c53278-1ee4c232, #w-node-_5e0978df-634d-0f42-daa0-995a8962d319-1ee4c232, #w-node-_1bcbc923-994e-14e7-bf53-021c50424295-1ee4c232 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7efc5fdd-6ced-2a37-488c-034579cff12b-e8f8492d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6563fb6-d48e-f7c1-eed1-934719f66ced-e8f8492d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bb6b9021-5518-ba27-2d88-d38025fe1b1a-e8f8492d, #w-node-a93d9382-f764-2cc2-6aae-1d68152cef35-b3a6791f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_02679ab1-2c6f-d826-6f8c-99bd53f404cc-19eb243f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_35c976c2-f787-e9d7-c5d7-b8a1cbdc08a4-19eb243f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e8a2480-a491-ab84-119d-1ff500c53278-1ee4c232 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e8a2480-a491-ab84-119d-1ff500c5328a-1ee4c232 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e0978df-634d-0f42-daa0-995a8962d319-1ee4c232, #w-node-_1bcbc923-994e-14e7-bf53-021c50424295-1ee4c232, #w-node-d6563fb6-d48e-f7c1-eed1-934719f66ced-e8f8492d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4eff8e34-968a-3364-2486-1fa06cbc1cab-e8f8492d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bb6b9021-5518-ba27-2d88-d38025fe1b1a-e8f8492d, #w-node-_5f4f34d3-1244-34c7-1dcc-39e770bbec85-e8f8492d, #w-node-a93d9382-f764-2cc2-6aae-1d68152cef35-b3a6791f, #w-node-_30450ba6-d2b1-1187-cb70-ee3d2e4ca43c-b3a6791f, #w-node-_93f9a567-db11-3869-e3c9-4e2e472d713e-429241b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_02679ab1-2c6f-d826-6f8c-99bd53f404cc-19eb243f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_02679ab1-2c6f-d826-6f8c-99bd53f404cd-19eb243f {
    grid-column: span 1 / span 1;
  }

  #w-node-_35c976c2-f787-e9d7-c5d7-b8a1cbdc08a4-19eb243f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_65cacfbb-500b-e3ec-fec1-69d9ca3608ac-ca3608a8, #w-node-_5e8a2480-a491-ab84-119d-1ff500c53278-1ee4c232 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e8a2480-a491-ab84-119d-1ff500c53279-1ee4c232 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e8a2480-a491-ab84-119d-1ff500c5328a-1ee4c232 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e0978df-634d-0f42-daa0-995a8962d319-1ee4c232 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e0978df-634d-0f42-daa0-995a8962d31a-1ee4c232 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1bcbc923-994e-14e7-bf53-021c50424295-1ee4c232 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1bcbc923-994e-14e7-bf53-021c50424296-1ee4c232 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7efc5fdd-6ced-2a37-488c-034579cff12b-e8f8492d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6563fb6-d48e-f7c1-eed1-934719f66ced-e8f8492d, #w-node-_4eff8e34-968a-3364-2486-1fa06cbc1cab-e8f8492d, #w-node-bb6b9021-5518-ba27-2d88-d38025fe1b1a-e8f8492d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_225e05b0-9f57-33e5-d16b-c19e8d9c1354-34550dd3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_225e05b0-9f57-33e5-d16b-c19e8d9c1369-34550dd3, #w-node-_225e05b0-9f57-33e5-d16b-c19e8d9c136b-34550dd3, #w-node-_225e05b0-9f57-33e5-d16b-c19e8d9c136d-34550dd3, #w-node-_225e05b0-9f57-33e5-d16b-c19e8d9c136f-34550dd3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_93f9a567-db11-3869-e3c9-4e2e472d713e-429241b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


