:root {
  --orange: #dea00f;
  --helden-rot: #ff2e00;
  --darkbackoverlay: #34363cde;
  --light-backgroundoverlay: #8e9196;
  --dark-background: #34363c;
  --button-background: #1a1b1f;
  --hell-blau: #dce6ff;
}

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  position: sticky;
  top: -7px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 44px;
}

.navbar-no-shadow {
  z-index: 99999;
  background-color: #fff;
  display: block;
  position: sticky;
  inset: 0 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 60vw;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  position: relative;
}

.container-regular {
  width: 60vw;
  max-width: 70vw;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

.nav-dropdown-toggle:focus-visible, .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, .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 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

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

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

.heading {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block {
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}

.section {
  z-index: 9999;
  background-color: #0072ce;
  padding-top: 10px;
  position: static;
  top: 0;
}

.bild-1 {
  background-image: url('../images/Unterverteiler-1.JPEG');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100%;
}

.section-2 {
  background-image: url('../images/Firmenfahrzeug-vor-Baustelle4.JPEG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
}

.div-block-2 {
  background-color: #f3f0f0c9;
  width: 50vw;
  height: 50vh;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0% 40%;
}

.heading-underline {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  -webkit-text-decoration: underline #ff4700;
  text-decoration: underline #ff4700;
  text-decoration-thickness: 10px;
  display: flex;
}

.heading-underline._2 {
  text-transform: none;
}

.heading-underline.kleiner {
  border-radius: 9px;
  margin-bottom: 0;
  font-size: 24px;
  text-decoration: none;
}

.paragraph {
  color: #2f2f2f;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-block {
  font-family: Rajdhani, sans-serif;
  font-size: 28px;
}

.div-block-3 {
  flex-flow: row;
  width: 60vw;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.heading-3 {
  color: #0072ce;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 64px;
}

.div-block-4 {
  flex-flow: column;
  width: 35vw;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.paragraph-3 {
  color: #2f2f2f;
  max-width: 40vw;
  padding-left: 0;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.list-item {
  display: block;
}

.div-block-5 {
  background-image: url('../images/IMG_9092-1.JPEG');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.nav_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  color: #05070f;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon.on-inverse {
  color: #eaf934;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #05070f;
  text-align: center;
  cursor: pointer;
  background-color: #eaf934;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #05070f;
  background-color: #f0fb6f;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #eaf934;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #eaf934;
}

.button.on-inverse {
  box-shadow: none;
  color: #05070f;
  background-color: #eaf934;
  background-image: none;
  border-color: #0000;
}

.button.on-inverse:hover {
  box-shadow: none;
  background-color: #f0fb6f;
  border-color: #0000;
}

.button.on-inverse:active {
  box-shadow: none;
  background-color: #eaf934;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.nav_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.nav_logo-icon {
  aspect-ratio: 1;
  flex: none;
  height: 100%;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .25rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link.w--current, .nav_link.w--open {
  background-color: #0000;
}

.nav_link.on-inverse {
  color: #fff9;
  background-color: color-mix(in srgb, currentColor 0%, transparent);
}

.nav_link.on-inverse:hover {
  color: #fff;
  background-color: color-mix(in srgb, currentColor 20%, transparent);
}

.nav_link.on-inverse.w--current {
  background-color: color-mix(in srgb, currentColor 30%, transparent);
}

.nav_menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.mega-nav_list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu_dropdown-list-wrapper {
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu_dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.image-2 {
  width: 120px;
  max-width: none;
  height: auto;
  padding-bottom: 0;
}

.mega-nav_dropdown-list-wrapper {
  color: #05070f;
  background-color: #fff;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav_dropdown-list-wrapper.w--open {
  border-radius: .5rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.nav_dropdown-menu {
  position: static;
}

.nav_menu-list-item {
  margin-bottom: 0;
  display: flex;
}

.heading_h3 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 1.78rem;
  font-weight: 400;
  line-height: 1.04em;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
}

.path {
  display: none;
  overflow: hidden;
}

.svg {
  overflow: hidden;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.icon_medium {
  color: #eaf934;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #05070f;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #f0fb6f;
}

.text-button.on-inverse {
  color: #eaf934;
}

.text-button.on-inverse:hover {
  opacity: .7;
}

.text-button.is-secondary {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.is-secondary:hover {
  opacity: .6;
}

.nav_container {
  background-color: #ddd0;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.button_label {
  white-space: pre;
}

.mega-nav_link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #05070f;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button:hover {
  color: inherit;
}

.nav_mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button.w--open:hover {
  color: #eaf93499;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-link {
  box-shadow: none;
  opacity: 1;
  color: #05070f;
  background-color: #e8f0f9;
  background-image: none;
  border: 0 solid #05070f33;
  border-radius: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
}

.card-link:hover {
  box-shadow: none;
  opacity: .6;
  color: #05070f;
  background-color: #e8f0f9;
  transform: translateY(0);
}

.card-link.is-inverse {
  color: #fff;
  background-color: #05070f;
  border-color: #0000;
}

.card-link.is-inverse:hover {
  color: #fff;
  background-color: #05070f;
}

.nav_menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  display: flex;
}

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.mega-nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.nav_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #05070f;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_dropdown-link.w--current, .nav_dropdown-link.w--open {
  background-color: #0000;
}

.margin_top-auto {
  margin-top: auto !important;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.nav-caret {
  margin: 0;
  position: relative;
}

.section-3 {
  background-color: #000;
}

.eyebrow-2 {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.nav_left-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #a8a5a5;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 35px;
  font-family: "Baloo Paaji 2", sans-serif;
  font-size: 8px;
  font-weight: 800;
  display: flex;
}

.icon-2 {
  color: #05070f;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-2.on-inverse {
  color: #eaf934;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #05070f;
  text-align: center;
  vertical-align: baseline;
  cursor: pointer;
  background-color: #eaf934;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-block;
}

.button-2:hover {
  box-shadow: none;
  color: #05070f;
  background-color: #f0fb6f;
  border-color: #0000;
}

.button-2:active {
  box-shadow: none;
  background-color: #eaf934;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #eaf934;
}

.button-2.on-inverse {
  background-color: var(--orange);
  background-image: linear-gradient(to bottom, var(--helden-rot), var(--helden-rot));
  box-shadow: none;
  color: #fefeff;
  border-style: none;
  border-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25em;
  padding-bottom: .25em;
  font-weight: 700;
  display: inline-block;
  position: static;
  left: 42%;
}

.button-2.on-inverse:hover {
  box-shadow: none;
  color: #fff;
  background-color: #444443;
  border-color: #0000;
}

.button-2.on-inverse:active {
  box-shadow: none;
  background-color: #797977;
}

.paragraph_small-2 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.nav_right-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex_horizontal-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.nav_logo-icon-2 {
  aspect-ratio: 1;
  flex: none;
  height: 100%;
}

.nav_link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .25rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link-2:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link-2.w--current, .nav_link-2.w--open {
  background-color: #0000;
}

.nav_link-2.on-inverse {
  color: #fff9;
  background-color: color-mix(in srgb, currentColor 0%, transparent);
}

.nav_link-2.on-inverse:hover {
  color: #fff;
  background-color: color-mix(in srgb, currentColor 20%, transparent);
}

.nav_link-2.on-inverse.w--current {
  background-color: color-mix(in srgb, currentColor 30%, transparent);
}

.nav_menu-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_logo-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.nav_logo-2:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.mega-nav_list-2 {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mega-nav_dropdown-list-wrapper-2 {
  color: #05070f;
  background-color: #fff;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav_dropdown-list-wrapper-2.w--open {
  border-radius: .5rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.nav_dropdown-menu-2 {
  flex: 0 auto;
  display: none;
  position: static;
}

.nav_menu-list-item-2 {
  margin-bottom: 0;
  display: flex;
}

.heading_h3-2 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 1.78rem;
  font-weight: 400;
  line-height: 1.04em;
}

.card_body-2 {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
}

.icon_medium-2 {
  color: #eaf934;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #05070f;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button-2:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #f0fb6f;
}

.text-button-2.on-inverse {
  color: #eaf934;
}

.text-button-2.on-inverse:hover {
  opacity: .7;
}

.text-button-2.is-secondary {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button-2.is-secondary:hover {
  opacity: .6;
}

.nav_container-2 {
  background-color: #ddd0;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 60vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  display: flex;
}

.button_label-2 {
  color: #000;
  white-space: pre;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.mega-nav_link-item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #05070f;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_mobile-menu-button-2 {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button-2:hover {
  color: inherit;
}

.nav_mobile-menu-button-2.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button-2.w--open:hover {
  color: #eaf93499;
}

.grid_3-col-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-link-2 {
  box-shadow: none;
  opacity: 1;
  color: #05070f;
  background-color: #e8f0f9;
  background-image: none;
  border: 0 solid #05070f33;
  border-radius: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
}

.card-link-2:hover {
  box-shadow: none;
  opacity: .6;
  color: #05070f;
  background-color: #e8f0f9;
  transform: translateY(0);
}

.card-link-2.is-inverse {
  color: #fff;
  background-color: #05070f;
  border-color: #0000;
}

.card-link-2.is-inverse:hover {
  color: #fff;
  background-color: #05070f;
}

.nav_menu-2 {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.button_icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.mega-nav_dropdown-list-2.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.margin_top-auto-2 {
  margin-top: auto !important;
}

.margin-bottom_none-2 {
  color: #000;
  margin-bottom: 0 !important;
}

.button-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group-2.margin-top_none {
  margin-top: .5rem;
}

.nav-caret-2 {
  color: #fff;
  margin: 0;
  position: relative;
}

.navigation-mega {
  z-index: 9999;
  color: #f0ecec;
  background-color: #2a2c31;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 4px #0003;
}

.text-block-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-2.w--current {
  color: #f5eeee;
  text-transform: none;
  word-break: normal;
  font-style: normal;
  font-weight: 800;
}

.text-block-3, .text-block-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hero-image {
  text-align: left;
  background-image: url('../images/StockCake-modern_house_smart_Images_and_Photos_1762101591.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 90vh;
  margin-top: -18px;
}

.hero-without-image {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 0;
  position: static;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  max-width: 60vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-heading {
  color: #000;
  text-align: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 62px;
  position: relative;
  top: 25%;
}

.heading-4 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 30vw;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.heading-gross {
  color: #fff;
  text-align: left;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  position: static;
}

.heading-gross.white {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 52px;
  line-height: 62px;
  display: flex;
}

.heading-gross.white._15 {
  text-transform: none;
  width: 50%;
}

.installation-bildhg {
  background-image: url('../images/Sockelleiste.JPEG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: static;
  top: auto;
}

.leistung-tunnel {
  width: 60vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  left: auto;
}

.smart-home {
  background-image: url('../images/Smart-Home.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
}

.heading-6 {
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  background-color: #fff0;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  line-height: 56px;
  display: block;
  position: static;
  inset: 30% 0% 0%;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.leistung_wrapper {
  background-color: var(--darkbackoverlay);
  color: #333;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  width: 60vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
  position: relative;
  top: 30%;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  background-color: #dea00f00;
  width: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.button-container, .container-3 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.button-style {
  border-radius: 7px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.energy-management {
  background-image: url('../images/ChatGPT-Image-13.-Juli-2025-20_59_32.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.icon_small-1x1 {
  color: #05070f;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}

.text-color_secondary {
  color: #fff;
  font-family: Inter, sans-serif;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.flex_vertical-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical-3.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  background-image: url('../images/Elektrohelden-LOGO-mit-Schatten.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: flex;
}

.grid_5-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_5-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 60vw;
}

.footer {
  color: #05070f;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer.is-inverse {
  color: #fff;
  background-color: #2a2c31;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.footer_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: color-mix(in srgb, currentColor 60%, transparent);
  justify-content: flex-start;
  align-items: center;
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer_link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer_link.on-inverse {
  color: #000;
  font-family: Inter, sans-serif;
}

.footer_link.on-inverse:hover {
  color: #fff;
}

.heading_h6 {
  letter-spacing: .1em;
  margin-bottom: .7em;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3em;
}

.heading_h6.text-color_secondary {
  color: var(--light-backgroundoverlay);
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.footer_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  max-width: 60vw;
  display: flex;
}

.margin-bottom_none-3 {
  margin-bottom: 0 !important;
}

.footer_icon-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.screen-reader {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.footer_icon-link {
  color: color-mix(in srgb, currentColor 70%, transparent);
  justify-content: center;
  align-items: center;
  padding: .35rem;
  display: inline-flex;
}

.button-group-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.list-item-2 {
  color: #000;
  font-size: 12px;
  line-height: 28px;
}

.footer-icon {
  color: #f5ecec;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.list-item-3 {
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 22px;
}

.list-item-4 {
  font-family: Inter, sans-serif;
}

.wallbox {
  background-image: url('../images/Wallbox2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.body-2 {
  background-color: var(--dark-background);
  object-fit: fill;
  border: 2px solid #000;
  border-bottom: 10px solid orange;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  position: relative;
}

.container-6 {
  width: 60vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 70%;
  padding-right: 30px;
  display: flex;
}

.hero-without-image-2 {
  background-color: #f5f7fa00;
  border: 1px solid #0000;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 20px;
  position: relative;
}

.container-7 {
  width: 60vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.hero-heading-right {
  background-color: #f5f7fa00;
  border: 1px solid #0000;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  display: block;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 9px;
  max-width: 100%;
  height: auto;
  max-height: 50%;
}

.section-5 {
  background-color: var(--dark-background);
  height: auto;
  padding-bottom: 100px;
}

.section-6 {
  width: 100vw;
  margin-left: 0;
  margin-right: auto;
}

.div-block-10 {
  display: flex;
}

.image-7 {
  border: 12px solid #fff;
  width: 21rem;
  position: relative;
  inset: 0% 0% 0% -2%;
  transform: rotate(-18deg);
}

.div-block-11 {
  flex-flow: wrap;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 680px;
}

.image-8 {
  border: 12px solid #fff;
  width: 17rem;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: "Baloo Paaji 2", sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: none;
}

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

.div-block-13 {
  display: flex;
}

.heading-10 {
  color: #fafafa;
  text-align: left;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  height: 70px;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 44px;
  line-height: 64px;
  display: flex;
}

.hero-subscribe-left-2 {
  background-color: #f5f7fa00;
  border: 0 #000;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px 80px 0;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #464646;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-3 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 9px;
  max-width: 20vw;
  max-height: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
  overflow-wrap: normal;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 20px 20px 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-5.wide {
  width: auto;
  margin-right: 0;
  padding-right: 0;
  line-height: 26px;
}

.heading-12 {
  color: #fff;
  margin-bottom: 20px;
}

.hero-subscribe-left-3 {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 0 0 20px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.shadow-two-5 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  max-width: 20vw;
  max-height: 20vw;
  overflow: clip;
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-14 {
  background-color: var(--dark-background);
  height: auto;
  margin-top: 40px;
  display: flex;
}

.text-block-21 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-16 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 100%;
  border: 1px #000;
  border-radius: 9px;
  max-width: 20vw;
}

.section-7 {
  background-color: var(--dark-background);
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  display: block;
}

.div-block-17 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: stretch;
  width: 60vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-heading-center-2 {
  background-color: var(--dark-background);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.container-12 {
  width: 60vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-6 {
  aspect-ratio: auto;
  background-image: linear-gradient(#0000, #0000);
  max-width: 30vw;
  box-shadow: 0 4px 24px #96a3b514;
}

.list-3 {
  padding-left: 20px;
  list-style-type: decimal;
}

.div-block-18 {
  width: 100vw;
  margin-top: 100px;
}

.div-block-19 {
  width: auto;
  max-width: 60%;
  margin-left: 0;
  margin-right: auto;
}

.div-block-20 {
  width: 60vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-3 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: fill;
  background-image: url('../images/IMG_9092-1.JPEG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9px;
  width: 30%;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: middle;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60vw;
  margin: auto;
  padding-top: 60px;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-large {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-column {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.udesly-section {
  background-color: #fff0;
  padding: 50px 5%;
  position: relative;
}

.udesly-title-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  max-width: none;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.udesly-faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.udesly-tab-content {
  color: #737373;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  line-height: 36px;
}

.udesly-faq-title-wrapper {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.udesly-faq-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 16px 0;
  transition: all .3s;
  display: block;
}

.udesly-faq-item.udesly-last-item {
  border-bottom-style: none;
}

.udesly-faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.udeslylist-item {
  margin-bottom: 4px;
  list-style-type: none;
}

.udesly-list {
  color: #737373;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
}

.udesly-faq-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.titel-heading {
  background-image: linear-gradient(to bottom, var(--darkbackoverlay), var(--darkbackoverlay));
  color: #fff;
  text-align: left;
  padding: 10px;
  font-family: Inter, sans-serif;
  line-height: 64px;
  position: absolute;
  left: 20%;
}

.div-block-23 {
  text-align: center;
  align-self: auto;
  display: flex;
}

.div-block-24 {
  background-image: url('../images/Hager-Neuinstallation-Draft1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 90vh;
  position: relative;
  inset: 0% 0% 0% auto;
}

.heading-14 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 65px;
  position: absolute;
  inset: 15% 15% 0% auto;
}

.div-block-25 {
  width: 60vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-8 {
  background-color: var(--dark-background);
  border: 1px #000;
}

.section-9 {
  background-color: #2a2c31;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-10 {
  background-color: var(--dark-background);
  padding-top: 100px;
}

.section-11 {
  background-color: var(--dark-background);
}

.text-block-25, .text-block-26 {
  color: #fff;
  padding-right: 20px;
  font-size: 18px;
}

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

.path-2, .svg-2 {
  color: #fff;
}

.svg-3 {
  color: #fdfdff;
}

.svg-4 {
  color: #fff;
}

.path-3 {
  color: #f8f8f8;
}

.section-12 {
  background-color: var(--dark-background);
}

.div-block-26 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-13 {
  background-color: var(--dark-background);
  padding-bottom: 40px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 80px;
  display: block;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: none;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-6 {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 48%;
  display: flex;
}

.button-primary-7 {
  background-color: var(--button-background);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: inline;
}

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

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

.shadow-two-7 {
  border-radius: 9px;
  width: 100%;
  max-width: none;
  height: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.bildunterschrift {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.image-10 {
  border-radius: 9px;
  width: 50%;
}

.div-block-27 {
  height: 20px;
}

.heading-17 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-28 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-smart {
  background-color: var(--dark-background);
  border-radius: 9px;
  width: 50%;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 4px 5px 10px 3px #0003;
}

.heading-card {
  color: #fff;
  background-color: #5c5c5c;
  margin-left: 0;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 3px 5px 5px #0003;
}

.div-block-30 {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.section-14 {
  padding-top: 0;
  padding-bottom: 140px;
}

.div-block-31 {
  margin-top: 100px;
}

.bild50 {
  border-radius: 9px;
  width: 90%;
}

.div-block-32 {
  background-color: #6d6d6d;
  border-radius: 9px;
  margin-top: 100px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.div-block-33 {
  width: 55%;
  max-width: none;
}

.image-11 {
  vertical-align: baseline;
  width: 100%;
  max-width: none;
  display: inline-flex;
}

.heading-h2 {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-family: Inter, sans-serif;
  display: block;
}

.div-block-34 {
  width: 60vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-35 {
  width: 60vw;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-36 {
  display: flex;
}

.image-12 {
  width: 20%;
  height: 20%;
}

.div-block-37 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60vw;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-15 {
  margin-top: 100px;
}

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

.div-block-39 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 60vw;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-40 {
  width: 70%;
}

.image-13 {
  width: 30%;
}

.image-14 {
  background-color: #f7f7f7d9;
  width: 30%;
}

.div-block-41 {
  width: 60vw;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-42 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.image-15 {
  width: 40%;
  height: 40%;
}

.div-block-43 {
  width: 70%;
}

.div-block-44 {
  width: 60vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-45 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.div-block-46 {
  width: auto;
}

.div-block-47 {
  justify-content: space-between;
  width: 60vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-48 {
  width: 60vw;
  max-width: 60vw;
}

.testimonial-slider-small {
  background-color: var(--dark-background);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: var(--dark-background);
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author {
  color: #fff;
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

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

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

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

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

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

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

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.udesly-hide {
  display: none;
}

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

.udesly-slide {
  height: auto;
  margin-right: 32px;
}

.udesly-testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding-bottom: 40px;
  display: flex;
}

.udesly-slide-nav {
  justify-content: center;
  align-items: center;
  height: 9px;
  padding-top: 6px;
  display: flex;
  inset: auto 0% -18px;
}

.udesly-heading-2 {
  width: 80vw;
}

.paragraph-6 {
  font-family: Inter, sans-serif;
}

.paragraph-7 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-18, .heading-19 {
  width: 80vw;
}

.image-16 {
  max-width: none;
}

.image-17 {
  width: 28%;
  height: 30%;
}

.image-18 {
  width: 40%;
}

.div-block-49 {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.heading-20 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 42px;
  line-height: 66px;
}

.heading-21 {
  color: #fff;
}

.section-16 {
  text-align: left;
  margin-bottom: 220px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

.image-19 {
  width: 16em;
  max-width: none;
  display: inline-flex;
}

.div-block-50 {
  width: 60vw;
}

.image-20 {
  width: 12em;
}

.image-21 {
  width: 16em;
}

.paragraph-8 {
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-8.bold {
  font-size: 24px;
  font-weight: 700;
}

.div-block-51 {
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.image-22 {
  width: 16em;
  margin-top: 100px;
  margin-left: 0;
  margin-right: auto;
}

.paragraph-9 {
  color: var(--helden-rot);
}

.code-embed {
  color: #fff;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 18px;
}

.paragraph-10 {
  color: #fff;
}

.section-17 {
  width: auto;
  height: 2rem;
}

.button-3 {
  background-color: var(--dark-background);
}

.button-back {
  background-color: var(--button-background);
  font-size: 16px;
}

.section-18 {
  position: fixed;
}

.icon-3 {
  color: #f3eaea;
  margin-left: 6px;
  padding-left: 6px;
}

.dropdown-list {
  background-color: #4b4e56;
}

.dropdown-list.w--open {
  background-color: #5d6068;
}

.div-block-52, .div-block-53 {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.div-block-54 {
  z-index: 99;
  background-color: #161515e3;
  width: 70vw;
  height: 50vh;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 15% 0% 0%;
}

.div-block-55 {
  display: flex;
}

.div-block-56 {
  background-color: #fff3f3;
  width: 2rem;
  height: 2rem;
  margin-top: 5px;
  margin-left: auto;
}

.text-block-28 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  color: #fcfcfc;
  font-size: 18px;
  font-weight: 400;
}

.heading-22 {
  color: #fff;
}

.heading-23 {
  color: #f7f2f2;
}

.heading-24 {
  color: #fff;
}

.heading-25 {
  color: #f3eded;
}

.image-23 {
  width: 50%;
  max-width: none;
  padding-left: 40px;
}

.div-block-58 {
  width: 60vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-11 {
  color: #fff;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 220px;
  display: block;
}

.card {
  background-color: #8f8a8a;
}

.div-block-61 {
  padding: 20px;
}

.div-block-62 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow {
    top: 0;
  }

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

  .nav-link {
    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;
  }

  .div-block {
    max-width: 90vw;
  }

  .heading-underline {
    font-size: 24px;
    line-height: 32px;
    text-decoration-thickness: 5px;
  }

  .eyebrow {
    font-size: .9rem;
  }

  .paragraph_small {
    font-size: .88rem;
  }

  .nav_link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link:hover {
    color: #05070f;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.w--current:hover, .nav_link.w--open {
    background-color: #0000;
  }

  .nav_menu-list {
    flex-flow: column;
  }

  .image-2 {
    width: 100px;
  }

  .mega-nav_dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .nav_dropdown-menu {
    width: 100%;
    height: auto;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .heading_h3 {
    font-size: 1.42rem;
  }

  .card_body {
    padding: 2rem;
  }

  .paragraph_large {
    font-size: 1.13rem;
  }

  .nav_mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav_mobile-menu-button.w--open {
    color: #eaf934;
    background-color: #0000;
  }

  .nav_mobile-menu-button.w--open:hover {
    color: #05070f;
  }

  .grid_3-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .nav_menu {
    background-color: #fff;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .mega-nav_dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .eyebrow-2 {
    font-size: .9rem;
  }

  .paragraph_small-2 {
    font-size: .88rem;
  }

  .nav_right-2 {
    max-width: 75%;
  }

  .nav_link-2 {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link-2:hover {
    color: #05070f;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link-2.w--current:hover, .nav_link-2.w--open {
    background-color: #0000;
  }

  .nav_menu-list-2 {
    background-color: #494444;
    flex-flow: column;
  }

  .mega-nav_dropdown-list-wrapper-2 {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav_dropdown-list-wrapper-2.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .nav_dropdown-menu-2 {
    width: 100%;
    height: auto;
  }

  .nav_menu-list-item-2 {
    color: #111;
    flex-flow: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .heading_h3-2 {
    font-size: 1.42rem;
  }

  .card_body-2 {
    padding: 2rem;
  }

  .nav_container-2 {
    width: 100vw;
  }

  .nav_mobile-menu-button-2 {
    color: inherit;
    background-color: #0000;
    align-self: center;
    padding-left: 4rem;
  }

  .nav_mobile-menu-button-2.w--open {
    color: #eaf934;
    background-color: #0000;
  }

  .nav_mobile-menu-button-2.w--open:hover {
    color: #05070f;
  }

  .grid_3-col-2.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .nav_menu-2 {
    color: #030303;
    background-color: #4b4e56;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .mega-nav_dropdown-list-2.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .hero-image {
    height: 70vh;
  }

  .container {
    max-width: 728px;
  }

  .heading-gross.white {
    font-size: 24px;
    line-height: 38px;
  }

  .leistung-tunnel, .leistung_wrapper {
    width: 80vw;
  }

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

  .button-container, .container-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-style {
    font-size: 16px;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .grid_5-col.gap-small {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
    max-width: none;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading_h6 {
    font-size: .75rem;
  }

  .footer_bottom {
    max-width: none;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .wallbox {
    background-position: 100%;
    background-attachment: fixed;
  }

  .hero-heading-left {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-6 {
    width: auto;
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

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

  .hero-without-image-2 {
    width: 88vw;
    padding-bottom: 10px;
  }

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

  .hero-heading-right {
    width: 88vw;
    padding-top: 40px;
  }

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

  .section-6 {
    width: 88vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-10 {
    font-size: 32px;
    line-height: 44px;
  }

  .hero-subscribe-left-2 {
    width: 88vw;
  }

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

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

  .hero-split-2 {
    max-width: none;
    margin-bottom: 40px;
  }

  .button-primary-5 {
    font-size: 14px;
  }

  .shadow-two-3 {
    max-width: 100%;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-subscribe-left-3 {
    padding-bottom: 0;
  }

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

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

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

  .shadow-two-5 {
    max-width: 100%;
    max-height: none;
  }

  .div-block-14 {
    height: auto;
  }

  .text-block-21 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .image-9 {
    max-width: 100%;
  }

  .section-7 {
    height: auto;
  }

  .div-block-17 {
    width: 90vw;
  }

  .hero-heading-center-2 {
    padding-top: 60px;
  }

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

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

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

  .shadow-two-6 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-18 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-19 {
    max-width: none;
  }

  .div-block-20 {
    flex-flow: column;
    width: auto;
  }

  .div-block-21 {
    width: 100%;
    margin-top: 60px;
    padding-top: 0;
  }

  .div-block-22 {
    width: 60vw;
    padding-top: 20px;
    display: block;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-column {
    width: auto;
  }

  .udesly-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .udesly-title-wrapper-centered.udesly-margin-bottom {
    width: auto;
  }

  .udesly-faq-content-wrap {
    width: 100%;
  }

  .titel-heading {
    left: 10%;
  }

  .div-block-26, .hero-heading-left-2 {
    width: 90vw;
  }

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

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

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

  .hero-wrapper-two-4 {
    width: 90vw;
  }

  .image-10 {
    width: 50%;
  }

  .div-block-28 {
    width: 90vw;
  }

  .heading-card {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-30, .div-block-35, .div-block-37, .div-block-39 {
    width: 90vw;
  }

  .image-13 {
    width: 40%;
  }

  .div-block-41 {
    width: 90vw;
  }

  .image-15 {
    width: 40%;
    height: 50%;
  }

  .div-block-44 {
    width: 90vw;
  }

  .div-block-48 {
    width: 90vw;
    max-width: 90vw;
  }

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

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

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

  .image-22 {
    width: 12em;
  }

  .button-back {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .section-18 {
    z-index: 9999;
    height: 1rem;
    margin-top: -38px;
  }

  .dropdown-list.w--open {
    z-index: 99;
    height: 40vh;
    position: relative;
  }

  .div-block-54 {
    height: 55vh;
    margin-top: 1000px;
    display: none;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: space-between;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .heading-23, .heading-24 {
    margin-top: 0;
  }

  .image-23 {
    padding-left: 20px;
  }
}

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

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

  .nav-link {
    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;
  }

  .heading, .div-block, .section {
    display: none;
  }

  .bild-1 {
    background-position: 50% 0;
    background-size: contain;
    height: 100vh;
  }

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

  .heading-underline {
    font-size: 20px;
    line-height: 40px;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .paragraph_small {
    font-size: .88rem;
  }

  .heading_h3 {
    font-size: 1.14rem;
  }

  .card_body {
    padding: 1.5rem;
  }

  .paragraph_large {
    font-size: 1.1rem;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .eyebrow-2 {
    font-size: .8rem;
  }

  .paragraph_small-2 {
    font-size: .88rem;
  }

  .heading_h3-2 {
    font-size: 1.14rem;
  }

  .card_body-2 {
    padding: 1.5rem;
  }

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

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .hero-image {
    width: 100vw;
    height: 40vh;
  }

  .hero-without-image {
    width: 85vw;
    padding: 60px 15px 60px 0;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper-two {
    width: 85vw;
    max-width: 85vw;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .heading-4 {
    width: 85vw;
    font-size: 36px;
    line-height: 44px;
  }

  .heading-gross {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-gross.white {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .leistung-tunnel {
    width: 85vw;
  }

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

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

  .leistung_wrapper {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    top: 15%;
  }

  .paragraph-4 {
    line-height: 22px;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .grid_5-col.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading_h6 {
    font-size: .75rem;
  }

  .footer_bottom {
    text-align: center;
    flex-flow: column;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .wallbox {
    background-position: 90%;
  }

  .hero-heading-left {
    padding: 0 15px;
  }

  .hero-without-image-2 {
    width: 90vw;
    padding: 0 15px 0 0;
  }

  .container-7 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-right {
    padding: 40px 15px;
  }

  .hero-subscribe-left-2 {
    padding: 0 15px 60px;
  }

  .shadow-two-3 {
    max-width: 100%;
  }

  .paragraph-5 {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
  }

  .hero-subscribe-left-3 {
    padding: 60px 15px;
  }

  .shadow-two-5 {
    max-width: 100%;
    max-height: none;
  }

  .div-block-16 {
    width: 90vw;
  }

  .image-9 {
    max-width: 100%;
  }

  .hero-heading-center-2 {
    padding: 0 15px 60px;
  }

  .container-12 {
    width: 88vw;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

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

  .titel-heading {
    font-size: 32px;
    inset: 0% 0% auto;
  }

  .section-9 {
    margin-top: 40px;
  }

  .text-block-25, .text-block-26, .text-block-27 {
    font-size: 14px;
    font-weight: 700;
  }

  .div-block-26 {
    display: block;
  }

  .hero-heading-left-2 {
    padding: 0 15px 60px;
  }

  .button-primary-7 {
    align-self: flex-start;
    display: inline-flex;
  }

  .hero-wrapper-two-4 {
    padding-bottom: 10px;
  }

  .image-10 {
    width: 100%;
  }

  .div-block-28 {
    display: block;
  }

  .card-smart, .bild50 {
    width: 100%;
  }

  .div-block-32 {
    border-radius: 9px;
  }

  .heading-h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-36, .div-block-37, .div-block-39, .div-block-42 {
    display: block;
  }

  .div-block-47 {
    width: 85vw;
    display: block;
  }

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

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .udesly-slide {
    margin-right: 0;
  }

  .div-block-49 {
    width: 90%;
  }

  .heading-20 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-21 {
    font-size: 20px;
  }

  .div-block-50 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph-10 {
    font-size: 20px;
  }

  .div-block-54 {
    height: 60vh;
    margin-top: 600px;
    display: none;
  }

  .div-block-55 {
    display: flex;
  }

  .bold-text {
    text-align: center;
    display: inline-block;
  }

  .bold-text-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-24 {
    color: #ece2e2;
  }

  .heading-25 {
    color: #f5eaea;
  }

  .image-23 {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .div-block-58 {
    width: 85vw;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

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

  .heading-underline {
    font-size: 18px;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .button {
    white-space: nowrap;
  }

  .paragraph_small {
    font-size: .88rem;
  }

  .image-2 {
    width: 80px;
    padding-top: 10px;
  }

  .heading_h3 {
    font-size: .91rem;
  }

  .card_body {
    padding: 1.5rem;
  }

  .paragraph_large {
    font-size: 1.1rem;
  }

  .nav_mobile-menu-button.w--open {
    color: inherit;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .eyebrow-2 {
    font-size: .8rem;
  }

  .button-2 {
    white-space: nowrap;
  }

  .paragraph_small-2 {
    font-size: .88rem;
  }

  .heading_h3-2 {
    font-size: .91rem;
  }

  .card_body-2 {
    padding: 1.5rem;
  }

  .nav_container-2 {
    width: 90vw;
  }

  .button_label-2 {
    font-size: .75rem;
  }

  .nav_mobile-menu-button-2 {
    padding-left: 2rem;
  }

  .nav_mobile-menu-button-2.w--open {
    color: inherit;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .container {
    max-width: none;
  }

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

  .heading-gross {
    font-size: 24px;
  }

  .heading-gross.white {
    width: 50vw;
    margin-left: 0;
    padding-left: 0;
    font-size: 24px;
    line-height: 32px;
    display: flex;
  }

  .heading-6 {
    font-size: 24px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .flex_vertical-3.gap-small {
    justify-content: flex-end;
    align-items: center;
  }

  .logo {
    color: inherit;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_5-col.gap-small {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  }

  .footer.is-inverse {
    padding-top: 1rem;
  }

  .heading_h6 {
    font-size: .75rem;
  }

  .heading_h6.text-color_secondary {
    font-size: .6rem;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .footer_icon-group {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer_icon-group.margin_top-auto {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .button-group-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group-3.gap-xsmall.margin-top_none {
    margin-top: .125rem;
  }

  .footer-icon {
    font-size: 9px;
  }

  .wallbox {
    background-position: 85% 100%;
    background-attachment: fixed;
  }

  .hero-heading-left {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    width: 90vw;
    max-width: none;
  }

  .hero-without-image-2 {
    width: 90vw;
    padding-left: 0;
  }

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

  .hero-heading-right {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-10 {
    width: 80vw;
    font-size: 22px;
  }

  .hero-subscribe-left-2 {
    width: 90vw;
  }

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

  .hero-split-2 {
    width: 100%;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-primary-5 {
    width: 100%;
    font-size: 10px;
  }

  .paragraph-5 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    position: static;
    overflow: visible;
  }

  .paragraph-5.wide {
    width: 90vw;
    margin-left: -40px;
  }

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

  .section-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .udesly-faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .titel-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-25, .text-block-26 {
    font-size: 14px;
  }

  .text-block-27 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-26 {
    padding-bottom: 20px;
    display: block;
  }

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

  .hero-wrapper-two-4 {
    padding-bottom: 10px;
  }

  .image-10 {
    width: 100%;
  }

  .div-block-28 {
    display: block;
  }

  .card-smart {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-card {
    width: 100%;
  }

  .heading-h2 {
    width: 100%;
    margin-left: 0;
    font-size: 24px;
  }

  .div-block-39, .div-block-42, .div-block-47 {
    display: block;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .udesly-slider {
    width: 100%;
    display: flex;
    position: relative;
  }

  .udesly-testimonial-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    min-height: auto;
  }

  .udesly-heading-2 {
    font-size: 15px;
  }

  .image-18 {
    width: 60%;
    height: 60%;
    margin-top: 20px;
  }

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

  .section-16 {
    margin-bottom: 60px;
  }

  .div-block-50 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-22 {
    width: 6em;
  }

  .div-block-54 {
    width: 95vw;
    height: 80vh;
    display: none;
  }

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

  .div-block-57 {
    margin-top: 0;
    padding-left: 0;
    display: block;
  }

  .heading-22 {
    color: #ecdfdf;
  }

  .heading-23 {
    color: #fff;
  }

  .heading-24 {
    color: #eee4e4;
  }

  .heading-25 {
    color: #fff7f7;
  }

  .div-block-58 {
    width: 90vw;
  }
}

#w-node-_851d61a1-1dad-400a-5b6a-92b99f998536-b17c3d94.w-node-a15ef2ae-503b-0b5d-d757-64eea56b9c71-a56b9c6e, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e6d-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a9007-b56a8fee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e78-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a9012-b56a8fee, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e83-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a901f-b56a8fee, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e8e-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a902c-b56a8fee, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e9d-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a903d-b56a8fee, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ea8-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a9048-b56a8fee, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2eb3-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a9053-b56a8fee, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ec2-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a9066-b56a8fee, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ecd-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a9072-b56a8fee, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ed8-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a907d-b56a8fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ede-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a9083-b56a8fee {
  align-self: stretch;
}

#w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e6d-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355f30-906db547 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e78-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355f3b-906db547, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e83-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355f48-906db547, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e8e-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355f55-906db547, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e9d-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355f66-906db547, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ea8-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355f71-906db547, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2eb3-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355f7c-906db547, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ec2-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355f8f-906db547, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ecd-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355f9b-906db547, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ed8-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355fa6-906db547 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ede-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355fac-906db547 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ede-ad6d2e56.w-node-_701e830f-e24e-15b0-6ffa-1b59b56a9083-b56a8fee, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ede-ad6d2e56.w-node-dffe0216-eafb-3c2b-9638-007671355fac-906db547 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_851d61a1-1dad-400a-5b6a-92b99f998536-b17c3d94.w-node-a15ef2ae-503b-0b5d-d757-64eea56b9c71-a56b9c6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_851d61a1-1dad-400a-5b6a-92b99f998536-b17c3d94.w-node-a15ef2ae-503b-0b5d-d757-64eea56b9c71-a56b9c6e {
    grid-column: span 1 / span 1;
  }
}


