:root {
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--primary-lighter: #f7f5ff;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
}

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

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

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.image {
  width: 100vw;
  height: 50vh;
}

.head-slider {
  width: 100vw;
  height: 90vh;
}

.hero-slider {
  width: 100%;
  height: auto;
}

.div-block-2 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.touchblocker {
  z-index: 2;
  background-color: #00000059;
  flex-flow: row;
  width: 100%;
  height: 90vh;
  display: flex;
  position: absolute;
}

.div-block-4 {
  width: 80vw;
  height: 8vh;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  width: 15vw;
}

.div-block-5 {
  background-image: url('../images/LOGO-sw2018-260x50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 3rem;
}

.slide {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/Concert001.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.mask {
  height: 100%;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-2 {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/IMG_1240.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  width: 25%;
  height: 80%;
}

.slide-4 {
  background-image: url('../images/DMP-logo.png');
  background-position: 0 0;
  background-size: auto;
}

.mask-2 {
  width: 100%;
  height: 150px;
}

.slider-2 {
  background-color: #fff;
  width: 80vw;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.div-block-7 {
  background-image: url('../images/Somfy_logo.svg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.div-block-8 {
  background-image: url('../images/SM-Logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.logos-container {
  margin-left: auto;
  margin-right: auto;
}

.carousel-div {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-div {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  object-fit: contain;
  justify-content: space-around;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.image-2 {
  object-fit: fill;
  width: auto;
  height: auto;
}

.logo-sliders {
  height: 20vh;
  margin-top: 220px;
  margin-bottom: 220px;
}

.image-3 {
  object-fit: contain;
  overflow: clip;
}

.div-block-9 {
  background-image: url('../images/daimler-ag-logo-300x88.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: none;
}

.image-4 {
  width: auto;
}

.logo-slider {
  width: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-5, .image-6, .image-7, .image-8, .image-9 {
  height: 100px;
}

.image-12, .image-13 {
  padding-right: 20px;
}

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

.nav {
  background-color: #fff;
  width: 100vw;
  height: 10vh;
  margin-left: 0;
  margin-right: auto;
  display: none;
}

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

.flex-block {
  flex-flow: row-reverse wrap-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-top: 0;
}

.link-block-2 {
  order: 1;
}

.logo {
  vertical-align: baseline;
  flex: 0 auto;
  order: 1;
  align-self: flex-start;
  margin-left: 0;
  padding-top: 31px;
  padding-left: 0;
}

.navbar {
  text-align: right;
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 20px;
  display: flex;
  overflow: visible;
}

.nav-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b1b1b;
  text-transform: uppercase;
  justify-content: flex-end;
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.nav-item.ausblend {
  display: none;
}

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

.link-block-3 {
  order: 1;
}

.f-container-regular {
  width: 70vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5% 92px;
  position: relative;
}

.f-logo-carousel-wrap {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: var(--flowui-component-library--grey-300);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-sub-heading-large {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-feature-icon-wrapper-small {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  padding: 12px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-footer-title {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: block;
}

.f-icon-regular.aus {
  display: none;
}

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

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: block;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-copyright {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-footer-detail {
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-regular {
  background-color: var(--flowui-component-library--primary-lighter);
  margin-top: 100px;
  padding: 64px 5%;
  position: relative;
}

.f-h1-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-margin-bottom-50 {
  margin-bottom: 24px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-header-image-wrapper-wide {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.f-header-form-wrapper {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-input-field {
  color: var(--flowui-component-library--gray-900);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-51 {
  margin-bottom: 8px;
}

.f-margin-bottom-52 {
  margin-bottom: 24px;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

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

.f-header-wrapper-left {
  max-width: 850px;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.heading-2 {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.f-margin-bottom-54 {
  margin-bottom: 8px;
}

.f-margin-bottom-55 {
  margin-bottom: 24px;
}

.f-avatar-group-r {
  background-color: var(--flowui-component-library--grey-300);
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.f-section-large-3 {
  mix-blend-mode: normal;
  padding: 40px 5%;
  position: relative;
}

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

.f-header-avatar-group {
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-avatar-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-header-avatar-text {
  color: var(--flowui-component-library--gray-700);
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

.bold-text {
  position: relative;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-h5-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-feature-card-filled {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 12px;
  padding: 32px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon, .icon-2, .slide-nav {
  display: none;
}

.text-inslide {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 20%;
  font-family: Exo, sans-serif;
  font-size: 130px;
  font-weight: 900;
  line-height: 180px;
  position: absolute;
  inset: 15% 0% 0%;
}

.slide-5 {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/IMG_4746.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-block {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-grid-six-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.body {
  font-family: Exo, sans-serif;
  line-height: 1.2px;
  display: block;
}

.heading-3 {
  color: #fff;
  letter-spacing: 15px;
  font-family: Anton, sans-serif;
  font-size: 300px;
  font-weight: 800;
  display: none;
  position: relative;
  top: 25%;
  left: 5%;
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 70vw;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0 24px 0%;
  display: flex;
}

.f-navigation-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo {
  width: 180px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

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

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

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

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

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

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

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

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

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

.f-h1-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-57 {
  margin-bottom: 8px;
}

.f-margin-bottom-58 {
  margin-bottom: 0;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.vorstellung--div {
  vertical-align: baseline;
  width: 70vw;
  margin: 100px auto 0;
  padding: 92px 0% 60px;
  line-height: 20px;
  display: block;
  position: relative;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

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

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.f-header-wrapper-left-2 {
  flex-flow: column;
  align-items: flex-start;
  max-width: 70vw;
  display: flex;
}

.f-header-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.hero-without-image {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  max-width: 720px;
  padding: 80px 30px 20px;
  position: relative;
}

.container-2 {
  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;
  max-width: 750px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-heading-center {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

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

.hero-heading-left-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-alert-information {
  background-color: var(--flowui-component-library--primary-lighter);
  color: var(--flowui-component-library--primary-base);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 16px;
  display: flex;
}

.f-alert-content {
  width: 100%;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-alert-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-interaction-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.f-interaction {
  grid-row-gap: 16px;
  background-color: var(--flowui-component-library--gray-200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 14px;
  display: flex;
}

.f-interaction-accent {
  max-width: 320px;
}

.f-interaction-detail {
  color: #6b7094;
  font-weight: 500;
}

.f-interaction-alert {
  background-color: var(--flowui-component-library--white);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  align-items: flex-start;
  padding: 16px 24px 16px 16px;
  display: flex;
  box-shadow: 56px 0 80px -24px #393b6a1f;
}

.f-container-regular-4 {
  width: 70vw;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h5-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.leistungabschnitt {
  width: 80vw;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0% 20px;
  display: none;
  position: static;
}

.f-feature-card-filled-2 {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 12px;
  padding: 32px 0;
}

.f-feature-icon-wrapper-white-2 {
  background-color: #fff;
  border-radius: 8px;
  width: 350px;
  min-width: 72px;
  height: 200px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 0 0 16px;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-h1-heading-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-button-secondary-3 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-3:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-61 {
  margin-bottom: 8px;
}

.f-margin-bottom-62 {
  margin-bottom: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-button-neutral-3 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-header-button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.heading-4 {
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-63 {
  margin-bottom: 24px;
}

.f-margin-bottom-64 {
  margin-bottom: 32px;
}

.heading-5 {
  margin-left: 0;
  margin-right: auto;
  font-size: 64px;
}

.f-margin-bottom-65 {
  margin-bottom: 16px;
}

.f-section-large-6 {
  padding: 92px 0%;
  position: relative;
}

.image-14 {
  width: 350px;
  max-width: 350px;
  height: 200px;
  max-height: 200px;
}

.leistung-card {
  background-color: #0000000d;
  border-radius: 8px;
  width: 20vw;
  height: 55rem;
  padding-left: 0;
  padding-right: 0;
}

.leistungcardwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  height: 55rem;
  margin-bottom: 100px;
  display: flex;
}

.image-15 {
  width: 100%;
  height: 15rem;
}

.image-16 {
  border-radius: 8px;
  width: 20vw;
  max-width: none;
  height: 25vh;
}

.heading-6 {
  padding-left: 10px;
}

.paragraph {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
}

.heading-7 {
  height: 6rem;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.f-navigation-link-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 3px;
  padding: 8px 30px 8px 24px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link-2.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-link-2.used {
  color: var(--flowui-component-library--white);
  background-color: #006638;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.f-navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 80vw;
  min-height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 5%;
  display: flex;
}

.f-navigation-container-2 {
  justify-content: flex-end;
  align-items: center;
  width: 70vw;
  max-width: 1280px;
  margin-left: auto;
  margin-right: 10px;
  display: flex;
}

.f-logo-2 {
  width: 300px;
  padding-bottom: 5px;
  position: absolute;
  inset: 9px auto 0% 0%;
}

.f-navigation-link-wrapper-2 {
  grid-column-gap: 24px;
  flex-flow: wrap-reverse;
  align-content: flex-start;
  align-items: center;
  display: flex;
}

.f-navigation-content-2 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button-2 {
  background-color: var(--flowui-component-library--success-darker);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 3px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.heading-8 {
  height: 6rem;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.paragraph-2 {
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-10 {
  height: 6rem;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.paragraph-3 {
  padding-left: 10px;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: super;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.textinslide2 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.container-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-12 {
  display: inline-block;
}

.mover {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-14 {
  padding-left: 1rem;
}

.body-2 {
  color: #fff;
  background-color: #0a0909;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 120px;
  line-height: 130px;
  overflow: visible;
}

.div-block-15 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-13 {
  color: #929292;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 900;
  line-height: 130px;
}

.heading-14 {
  color: #bd0101;
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 70px;
  font-weight: 900;
  line-height: 130px;
  overflow: visible;
}

.div-block-16 {
  align-self: auto;
}

.wrapper17 {
  z-index: 3;
  box-sizing: border-box;
  background-color: #f1f1f112;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  display: flex;
  position: absolute;
  inset: 80% 0% 0%;
  overflow: hidden;
}

.mover1 {
  box-sizing: content-box;
  height: 130px;
  overflow: visible;
}

.section-2 {
  height: 250px;
}

.div-block-17 {
  height: 130px;
  overflow: visible;
}

.text-block {
  font-family: Exo, sans-serif;
}

.paragraph-6 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.textzubild1 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-18 {
  background-image: url('../images/Bodenkreis-grau.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.pa-system {
  object-fit: fill;
  background-color: #0a0a0a;
  width: 100vw;
  height: 100vh;
  margin: 220px auto 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-19 {
  background-color: var(--flowui-component-library--gray-500);
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: 20px;
}

.div-block-20 {
  overflow: hidden;
}

.section-4 {
  height: auto;
}

.section-innen {
  height: 100vh;
}

.background-sticky {
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-21 {
  background-image: url('../images/PA.png');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.pa-bild {
  background-image: url('../images/PA.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-22 {
  background-color: #0000;
  width: 60%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 10% 0% 0% auto;
}

.heading-15 {
  color: #fff;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 130px;
  line-height: 150px;
}

.image-17 {
  object-fit: fill;
  max-width: 50%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% auto 0% 0%;
}

.section-5 {
  background-color: #fff;
  border: 1px solid #fff;
  height: 100vh;
}

.section-6 {
  height: 500vh;
}

.paragraph-7 {
  color: #fff7f7;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.bold-text-3 {
  color: #ffebeb;
  font-size: 24px;
  line-height: 34px;
}

.bold-text-4 {
  color: #fff;
  font-family: Exo, sans-serif;
}

.heading-16 {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
}

.heading-17 {
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.section-7 {
  display: none;
}

.text-block-2 {
  font-family: Exo, sans-serif;
  font-size: 22px;
}

.text-block-3 {
  font-family: Exo, sans-serif;
}

.heading-18 {
  color: #333232;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navigation {
  background-color: #fff;
  border: 1px solid #fff;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.body-3 {
  font-family: Exo, sans-serif;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-66 {
  margin-bottom: 8px;
}

.f-margin-bottom-67 {
  margin-bottom: 16px;
}

.f-margin-bottom-68 {
  margin-bottom: 32px;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-7 {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-button-neutral-4 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-69 {
  margin-bottom: 48px;
}

.f-title-wrapper-left {
  max-width: 500px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-contact-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 24px;
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.image-18 {
  vertical-align: baseline;
  width: 100vw;
  height: 30vh;
}

.div-block-23 {
  background-image: url('../images/IMG_1240.JPG');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 45vh;
  display: flex;
}

.heading-19 {
  color: #f8f8f8;
  text-transform: uppercase;
  height: 10vh;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  line-height: 180px;
  position: absolute;
  inset: 35% auto 0% 28%;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-4 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-4:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-70 {
  margin-bottom: 8px;
}

.f-margin-bottom-71 {
  margin-bottom: 16px;
}

.f-margin-bottom-72 {
  margin-bottom: 32px;
}

.f-image-cover-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-button-neutral-5 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-5 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.f-section-regular {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  padding-right: 0%;
  display: block;
  position: relative;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.body-4 {
  font-family: Exo, sans-serif;
  font-size: 24px;
}

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

.projekt-wrapper {
  width: 100vw;
  margin-top: 100px;
  display: flex;
}

.bild-projekt {
  width: 40vw;
  height: 40vh;
}

.text-projekt {
  width: 60vw;
  padding: 20px 40px;
}

.div-block-24 {
  width: 40vw;
  height: 40vh;
}

.div-block-25 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-21 {
  margin-top: 100px;
  font-size: 57px;
  line-height: 60px;
}

.paragraph-8 {
  color: var(--flowui-component-library--gray-500);
  margin-top: 100px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-26 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px 80px 0;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  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, .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, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.body-5 {
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.leistung-header {
  margin-top: 0;
}

.leistung-wrapper {
  flex-flow: column;
  width: 80vw;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-27 {
  background-image: url('../images/IMG_3439.JPEG');
  background-position: 0 0;
  background-size: cover;
  width: 30vw;
  height: 50vh;
}

.div-block-28 {
  background-image: url('../images/IMG_0853.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 40vw;
  height: 50vh;
  margin-left: 60px;
}

.heading-22 {
  flex-flow: column;
  width: auto;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.leistung-foto-wrapper {
  width: 80vw;
  height: 50vh;
  display: flex;
}

.div-block-30 {
  background-image: url('../images/IMG_3439.JPEG');
  background-position: 0 0;
  background-size: cover;
  width: 40vw;
  height: 50vh;
}

.div-block-31 {
  background-image: url('../images/IMG_0853.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 40vw;
  margin-left: 60px;
}

.heading-23 {
  color: var(--flowui-component-library--gray-900);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.paragraph-9 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.heading-24 {
  color: var(--flowui-component-library--gray-900);
  font-size: 28px;
  line-height: 32px;
}

.paragraph-10 {
  font-weight: 500;
  line-height: 32px;
}

.warum-wir-section {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-32 {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.heading-25 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.heading-26 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.strengh-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: var(--flowui-component-library--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center;
  width: 70vw;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  display: grid;
}

.div-block-34 {
  background-image: url('../images/wrench.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 5em;
}

.quick-stack {
  width: 25%;
}

.card {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 100%;
  box-shadow: 4px 2px 10px 2px #0003;
}

.understand-card {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 100%;
  box-shadow: 6px 2px 13px 2px #0003;
}

.personal-card, .easy-card {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 100%;
}

.div-block-35 {
  background-image: url('../images/wrench.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 5em;
}

.div-block-36 {
  background-image: url('../images/sparkle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-37 {
  background-image: url('../images/target.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-38 {
  background-image: url('../images/smile.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 5em;
  box-shadow: 0 2px 5px #0003;
}

.heading-27 {
  font-size: 16px;
}

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

.heading-29 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-11 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 22px;
}

.image-19 {
  vertical-align: super;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

.image-20 {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

.image-21, .image-22 {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

.quick-stack-2 {
  width: 70vw;
  height: auto;
  max-height: none;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

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

.cell {
  background-image: url('../images/Foto-15.11.19-18-57-44.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-2 {
  background-image: url('../images/1537876_597313123694754_1388767665_o.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-3 {
  background-image: url('../images/13719538_1037561263003269_3386972467793716585_o.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-4 {
  background-image: url('../images/IMG_3450.JPEG');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 220px 30px;
  position: relative;
}

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

.centered-heading-2 {
  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: 70vw;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  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-author {
  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;
}

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

.contact-button {
  background-color: var(--flowui-component-library--success-darker);
  text-align: center;
  border-radius: 5px;
  width: 70vw;
  height: 5vh;
  margin-bottom: 250px;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
  box-shadow: 4px 3px 9px 2px #0003;
}

.text-block-4 {
  color: #fcfcfc;
  border-radius: 0;
  padding-top: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .logo-div {
    overflow: visible;
  }

  .image-11 {
    height: auto;
  }

  .f-section-large {
    width: 90vw;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-grid, .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .text-inslide {
    font-size: 100px;
  }

  .f-grid-six-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

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

  .f-container-regular-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .vorstellung--div {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .f-heading-detail-small-2 {
    line-height: 30px;
  }

  .f-header-wrapper-left-2 {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .leistungabschnitt {
    width: 95vw;
    max-width: 95vw;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .leistung-card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .leistungcardwrapper {
    display: block;
  }

  .image-16 {
    width: 70vw;
    height: 30vh;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .f-navigation-link-2 {
    width: 100%;
    padding-left: 24px;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .f-navigation-2 {
    position: relative;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu-2 {
    background-color: var(--flowui-component-library--grey-300);
    color: var(--flowui-component-library--grey-600);
    padding: 12px 0;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-button-2 {
    display: none;
  }

  .f-navigation-logo-link-2 {
    margin-right: 0;
  }

  .heading-8, .heading-9 {
    padding-left: 20px;
  }

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

  .heading-10, .paragraph-3 {
    padding-left: 20px;
  }

  .paragraph-4, .heading-11, .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    font-size: 50px;
  }

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

  .wrapper17 {
    flex-flow: row;
    width: 90vw;
  }

  .div-block-22 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 10px;
  }

  .heading-15 {
    font-size: 80px;
  }

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

  .heading-17 {
    font-size: 16px;
    line-height: 32px;
  }

  .heading-19 {
    left: 5%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

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

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

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

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

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

  .leistung-header {
    flex-flow: row;
    display: block;
  }

  .leistung-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .leistung-foto-wrapper {
    flex-flow: column;
    display: flex;
  }

  .div-block-30 {
    width: 80vw;
    height: 60vh;
  }

  .div-block-31 {
    width: 80vw;
    height: 60vh;
    margin-top: 40px;
    margin-left: auto;
  }

  .heading-23 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-9 {
    font-size: 20px;
    line-height: 26px;
  }

  .strengh-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 80vw;
  }

  .quick-stack-2 {
    width: 80vw;
  }

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

  .testimonial-slider {
    max-width: 80vw;
  }

  .testimonial-slide-wrapper {
    max-width: 47%;
  }

  .testimonial-card {
    max-width: 500px;
  }

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

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

  .contact-button {
    width: 80vw;
    margin-bottom: 140px;
  }

  .text-block-4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .head-slider {
    height: 50vh;
  }

  .hero-slider {
    width: auto;
    height: 50vh;
  }

  .touchblocker {
    height: 50vh;
  }

  .navbar {
    width: 90vw;
    height: 10vh;
    margin-left: auto;
    margin-right: auto;
  }

  .f-section-large {
    width: 90vw;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .text-inslide {
    font-size: 70px;
    line-height: 90px;
  }

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

  .f-h1-heading-2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .f-paragraph-large-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .vorstellung--div {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-heading-detail-small-2 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .f-header-wrapper-left-2 {
    max-width: 85vw;
  }

  .hero-without-image, .hero-heading-center, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .leistungabschnitt {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .f-h1-heading-3 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-16 {
    width: 100%;
    height: 50%;
  }

  .f-logo-2 {
    width: 200px;
    margin-top: 17px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-13, .heading-14 {
    font-size: 40px;
  }

  .wrapper17 {
    flex-flow: row;
  }

  .pa-system {
    margin-top: 140px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .pa-bild {
    height: 100%;
  }

  .div-block-22 {
    height: 80%;
  }

  .heading-15 {
    font-size: 60px;
    line-height: 80px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-19 {
    font-size: 5rem;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .heading-23 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-9 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-25 {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }

  .heading-26 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .head-slider {
    height: 50vh;
  }

  .hero-slider {
    height: 40vh;
  }

  .touchblocker, .slider {
    height: 50vh;
  }

  .slide-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_1240.JPG');
    background-position: 0 0, 50%;
  }

  .carousel-div {
    height: auto;
    display: flex;
  }

  .logo-div {
    width: 15vw;
    min-width: 0%;
    height: 15vh;
  }

  .image-10 {
    height: 150px;
  }

  .f-section-large {
    width: 100vw;
    padding-top: 20px;
  }

  .f-logo-gradient-l, .f-logo-gradient-r {
    width: 40px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .f-header-avatar-group {
    flex-flow: column wrap;
    align-items: flex-start;
    display: flex;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .text-inslide {
    font-size: 26px;
    line-height: 38px;
    top: 15%;
  }

  .f-grid-six-column {
    grid-template-columns: 1fr;
  }

  .f-navigation-button {
    display: none;
  }

  .container {
    max-width: none;
  }

  .f-container-regular-3 {
    margin-top: 100px;
  }

  .vorstellung--div {
    padding-bottom: 20px;
  }

  .f-heading-detail-small-2 {
    line-height: 24px;
  }

  .hero-without-image {
    padding-bottom: 0;
  }

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

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

  .leistungabschnitt {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .f-h1-heading-3 {
    font-size: 30px;
  }

  .heading-5 {
    text-align: left;
    font-size: 30px;
  }

  .f-navigation-2 {
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-logo-2 {
    width: 150px;
    margin-top: 8px;
  }

  .f-navigation-button-2 {
    display: none;
  }

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

  .heading-14 {
    padding-left: 1rem;
    font-size: 20px;
  }

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

  .pa-bild {
    left: 0%;
  }

  .heading-15 {
    font-size: 34px;
    line-height: 40px;
  }

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

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

  .heading-17 {
    font-size: 12px;
    line-height: 18px;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-divider {
    display: none;
  }

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

  .heading-19 {
    font-size: 3rem;
  }

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

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

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

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

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

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100vw;
  }

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

  .centered-heading-2 {
    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;
  }

  .text-block-4 {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

#w-node-dbcb770f-083c-5a77-3632-50fcb33843dd-0379aa42 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_79265fba-7cde-0a82-fd12-0d8d073b7e2b-0379aa42 {
  grid-row: span 2 / span 2;
}

#w-node-_22bed24f-85bb-86c9-3c49-c755867353ff-8d111c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22bed24f-85bb-86c9-3c49-c75586735404-8d111c9e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22bed24f-85bb-86c9-3c49-c75586735408-8d111c9e, #w-node-_22bed24f-85bb-86c9-3c49-c75586735412-8d111c9e, #w-node-_22bed24f-85bb-86c9-3c49-c75586735417-8d111c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d0c9ba2d-b5cc-3dd4-2a8b-dd6f79f7611a-0379aa42 {
    order: -9999;
  }

  #w-node-_272cd148-527d-d8c8-5141-ef08286c359d-0379aa42, #w-node-_22bed24f-85bb-86c9-3c49-c755867353ff-8d111c9e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dbcb770f-083c-5a77-3632-50fcb33843dd-0379aa42 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_79265fba-7cde-0a82-fd12-0d8d073b7e2b-0379aa42 {
    grid-row: span 2 / span 2;
  }

  #w-node-_22bed24f-85bb-86c9-3c49-c755867353ff-8d111c9e, #w-node-_22bed24f-85bb-86c9-3c49-c75586735404-8d111c9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


