:root {
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--gray--900: #131316;
  --black: black;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --white: white;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline-flex;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.cc-store-home-wrap {
  padding-top: 0;
  padding-bottom: 20px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  border: 1px #000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

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

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

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

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #f7d35a;
  border-radius: 10px;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  width: auto;
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  letter-spacing: 0;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.kontakt {
  background-color: #fff;
  border-radius: 15px;
  font-weight: 600;
}

.logo-image {
  object-fit: contain;
  min-width: 300px;
  min-height: 100%;
  display: block;
  overflow: auto;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/solaris_header.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/solaris_ueberuns.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: auto;
  min-height: 600px;
  margin-bottom: 80px;
  display: block;
}

.intro-header.cc-subpage.leistungen {
  background-image: url('../images/leistungen_header.jpg');
}

.intro-header.cc-subpage.referenzen {
  background-image: url('../images/tema-ref.jpg');
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  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;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.assist-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.client-section {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.menu-link-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.choose-left-list-text {
  flex: 1;
  padding: 0;
}

.testimonial-slide-card {
  border: 2px solid #e9ebf8;
  border-radius: 30px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px 40px;
  text-decoration: none;
  display: block;
}

.left-arrow {
  display: none;
}

.follow-section {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-layout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-large-image {
  width: 100%;
  max-width: 388px;
  height: auto;
}

.link {
  color: #fff;
}

.button-large {
  color: #0a0a0a;
  text-align: center;
  background-color: #f7d35a;
  border: 1px #000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 24px 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.button-large:hover {
  color: #f7d35a;
  background-color: #fff;
}

.button-large.team {
  margin-bottom: 0;
}

.testimonials-image {
  margin-top: -160px;
}

.subtitle-text {
  color: #006440;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.subtitle-text.text-center {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.subtitle-text.text-center.start {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.subtitle-text.text-center.start.erich {
  text-transform: uppercase;
  margin-top: 20px;
  padding-left: 0;
}

.subtitle-text.text-center.zusammen {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.subtitle-text.text-center.zusammen.abbinder {
  text-align: center;
  align-self: center;
  margin-bottom: 20px;
}

.subtitle-text.text-center.zusammen.abbinder._2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
}

.subtitle-text.text-center.zusammen.abbinder._3 {
  text-transform: none;
}

.subtitle-text.text-center.header {
  font-size: 54px;
}

.subtitle-text.text-center.header.leistungen {
  font-weight: 700;
}

.subtitle-text.text-center.email {
  margin-top: 40px;
}

.subtitle-text.text-center.email.konta4 {
  font-size: 22px;
}

.subtitle-text.text-center.tel {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.subtitle-text.text-center.head, .subtitle-text.text-center.gen, .subtitle-text.text-center.ber, .subtitle-text.text-center.ins, .subtitle-text.text-center.inbe, .subtitle-text.text-center.serv, .subtitle-text.text-center.vorte {
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 700;
}

.subtitle-text.text-center.tun {
  font-weight: 700;
}

.subtitle-text.text-center.konta2 {
  font-size: 22px;
}

.subtitle-text.testimonials {
  text-align: center;
}

.home-header-section {
  color: #006440;
  background-image: linear-gradient(#01100b14, #01100b14), url('../images/kubder_header.jpg');
  background-position: 0 0, 55% 0;
  background-size: auto, cover;
  min-height: auto;
}

.h6 {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.h6.footer-contact-description {
  color: #fff;
  margin-top: 24px;
}

.h6.copywrite-text {
  color: #020202;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.h6.copywrite-text.footer {
  color: #050505;
  text-transform: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.h6.footer-list-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.h6.footer {
  color: #fff;
  margin-top: 24px;
  padding-bottom: 16px;
}

.h6.footer.left {
  text-align: right;
}

.assist-left-wrap {
  flex: 1;
  align-self: center;
}

.footer-section {
  background-color: #f7d35a;
  border-radius: 15px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-social-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.get-in-touch-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f3faf7;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
}

.home-banner-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 20px;
  padding-bottom: 120px;
  display: grid;
}

.circle-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-button.service-card-circle {
  z-index: auto;
  background-color: #0000;
  border-width: 0;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -30px;
  padding: 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.service-section {
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer-card-time-wrap {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.faq--left-list-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 0 solid #0000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.about-second-image {
  width: 100%;
  max-width: 265px;
}

.navbar {
  background-color: #0000;
  display: block;
}

.assist-right-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  flex: 1;
  display: flex;
}

.footer-card-day-wrap {
  flex: 0 auto;
}

.contain-container {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: row;
  justify-content: space-between;
  display: none;
  overflow: visible;
}

.service-card-wrap {
  align-self: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card-content {
  z-index: 0;
  background-color: #f7d35a;
  border-bottom: 1px solid #e9ebf8;
  border-left: 1px solid #e9ebf8;
  border-right: 1px solid #e9ebf8;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  padding-left: 16px;
  padding-right: 16px;
  transition: all .4s;
  display: flex;
  position: static;
}

.card-content:hover {
  box-shadow: 0 5px 10px #0003;
}

.card-content.mitte {
  background-color: #0ed5ff;
}

.assist-card-circle-number {
  text-align: left;
  background-color: #006440;
  border-radius: 100%;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.assist-card-circle-number.assist {
  margin-bottom: 30px;
}

.header-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  height: 100%;
  display: flex;
}

.footer-links-wrap {
  flex: none;
  margin-top: 0;
}

.assist-list-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-right: 1px #000;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.follow-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-client-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3faf7;
  border: 1px solid #e9ebf8;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.about-client-card.clients {
  max-width: 368px;
  margin-top: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 2% 3%;
}

.about-left-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 20vw;
  height: auto;
  display: flex;
  position: relative;
}

.about-left-card.about-left {
  flex: 0 auto;
  align-self: stretch;
  width: 30vw;
  height: auto;
  position: relative;
}

.service-card-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.testimonial-slide-nav {
  margin-top: 20px;
  position: static;
}

.team-right-row {
  border: 1px solid #000;
  width: auto;
  height: 32px;
}

.footer-top-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  display: flex;
}

.footer-right-contact {
  width: 23%;
  margin-top: 16px;
}

.choose-right-wrap {
  flex: none;
  order: 0;
  align-self: center;
  width: auto;
}

.client-right-content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  display: flex;
  overflow: visible;
}

.choose-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.testimonial-slide {
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

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

.text-block {
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.text-block.zusammen {
  text-align: center;
  align-self: center;
  margin-bottom: 60px;
  text-decoration: none;
}

.text-block.zusammen.um {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block.oben {
  text-align: center;
}

.text-block.oben.ueber {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 28px;
  line-height: 130%;
}

.text-block.oben.ueber.leistungen {
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 22px;
}

.text-block.oben.ueber.leistungen1 {
  margin-top: 0;
}

.text-block.oben.ueber.leistungen1.leis {
  padding-left: 100px;
  padding-right: 100px;
  font-size: 22px;
}

.text-block.oben.ueber.ding, .text-block.oben.ueber.zuhause, .text-block.oben.ueber.konta1 {
  font-size: 22px;
}

.choose-right-image {
  width: 45vw;
  max-width: 618px;
  display: inline-block;
}

.testimonial {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: auto;
  margin-top: 100px;
  display: flex;
}

.paragraph-extra-small {
  color: #092c4c;
  font-size: 12px;
  line-height: 120%;
}

.paragraph-extra-small.footer {
  color: #fff;
  padding-top: 10px;
  font-size: 12px;
}

.header-layout {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: 100px;
  padding: 0;
  display: flex;
}

.choose-left-wrap {
  flex: none;
  width: 45vw;
  max-width: 600px;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-bottom: 10px;
  padding: 0;
  font-size: 20px;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-left: 0;
  padding-right: 0;
}

.footer-left {
  flex: 0 auto;
  width: 29%;
}

.social-media-icon {
  color: #030303;
  -webkit-text-stroke-color: #0c0c0c;
  background-color: #fff;
  border-radius: 10px;
  padding: 13px;
  font-size: 16px;
  transition: all .4s;
  display: flex;
}

.social-media-icon:hover {
  color: #fff;
  background-color: #030303;
}

.footer-quick-links-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.testimonian-slider-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.faq-layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.paragraph-small-2 {
  color: #575757;
  flex-flow: wrap;
  width: auto;
  margin-top: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 150%;
  display: block;
}

.paragraph-small-2.choose {
  color: #575757;
  width: auto;
  margin-top: 16px;
  line-height: 150%;
}

.paragraph-small-2.assets {
  color: #575757;
  width: auto;
  margin-top: 16px;
}

.paragraph-small-2.card-text {
  text-align: center;
  flex: 0 auto;
  width: auto;
  margin-bottom: 30px;
}

.service-details-faq-list {
  background-color: #0000;
  border: 1px solid #e9ebf8;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  transition: all .8s cubic-bezier(.755, .05, .855, .06);
  display: block;
}

.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.member-social-media-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.assist-circle-text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.footer-left-card-wrap {
  background-color: #ffffff1a;
  border-radius: 10px;
  margin-top: 40px;
  padding: 40px;
}

.about-left-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1359px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.assist-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.menu-wrap {
  border-bottom: 1px solid #e9ebf8;
  width: 100%;
  max-width: 1279px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.social-media-link {
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.testimonials-section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.about-experience-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3faf7;
  border: 1px solid #e9ebf8;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.about-experience-card.experience {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #006440;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.assist-left-image {
  margin-top: 30px;
}

.service-card-main {
  border: 1px #e9ebf8;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  display: flex;
  transform: translate(0);
}

.text-span {
  -webkit-text-stroke-color: #030303;
}

.text-span:hover {
  color: #f7d35a;
}

.h1 {
  color: #000;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
}

.h1.header-title {
  color: #0a0a0a;
  text-transform: none;
}

.about-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-horizontal-row {
  border: 1px solid #333;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.client-logo {
  width: auto;
  max-width: none;
  height: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.dropdown-list {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  transition: all .4s;
  display: block;
  position: static;
}

.dropdown-list.w--open {
  background-color: #0000;
  width: 100%;
}

.choose-left-description {
  margin-bottom: 30px;
}

.banner-content-left-wrap {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.client-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.choose-left-list-image {
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
}

.get-in-touch-left-wrap {
  flex: 1;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.h4 {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.h4.about {
  margin-top: 10px;
}

.testimonial-collection-item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-mail-input {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  background-color: #ffffff26;
  border: 0 solid #fff;
  border-radius: 3px;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 21px 16px;
}

.footer-mail-input::placeholder {
  color: #fff;
}

.nav-menu-button {
  display: none;
}

.faq-left-wrap {
  flex: 0 auto;
  width: 61%;
}

.header-menu-button-wrap {
  display: none;
}

.header-logo-link-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.client-right-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.choose-left-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 30px;
  display: flex;
}

.footer-layout {
  justify-content: space-between;
  display: block;
}

.testimonial-slider-content-wrap {
  background-color: #0000;
  height: auto;
  overflow: visible;
}

.choose-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.menu-link {
  color: #020202;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.menu-link:hover {
  color: #f7d35a;
  padding: 0;
}

.menu-link:active {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-decoration: none;
}

.menu-link.w--current {
  opacity: 1;
  color: #0c0c0c;
  cursor: auto;
  background-color: #0000;
  border-radius: 3px;
  padding: 0;
}

.menu-link.w--current:hover {
  color: #f3faf7;
  padding: 0;
}

.menu-link.w--current:active {
  color: #fff;
  background-color: #0000;
}

.reliable-icon {
  display: flex;
}

.navbar-wrap {
  flex: 0 auto;
  display: block;
}

.service-title-wrap {
  padding-bottom: 0;
}

.vision-small-card-image {
  max-width: 50%;
}

.h5 {
  color: #272727;
  text-transform: capitalize;
  white-space: pre-wrap;
  margin-left: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.h5.footer {
  color: #fff;
}

.h5.small {
  color: #fff;
  text-align: center;
}

.h5.service-details {
  overflow-wrap: normal;
}

.get-in-touch-right-wrap {
  flex: 1;
  max-width: 100%;
}

.about-logo-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.section-subtitle-text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.service-card-top-wrap {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.experience-card-number {
  color: #fff;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.experience-card-number.experience-small-card {
  width: auto;
  padding: 0;
  font-size: 80px;
  line-height: 80px;
}

.follow-layout {
  grid-column-gap: 80.33px;
  grid-row-gap: 80.33px;
  background-color: #f3faf7;
  justify-content: space-between;
  padding: 60px;
  display: flex;
}

.follow-layout.about-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3faf700;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-logo-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer-middel-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.about-right-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 37vw;
  max-width: 535px;
  display: flex;
}

.banner-wrap {
  opacity: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  max-height: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.client-left-wrap {
  align-self: auto;
  width: auto;
  max-width: none;
}

.assist-list {
  background-color: #f3faf7;
  border: 1px solid #e9ebf8;
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  padding: 16px;
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  display: block;
}

.assist-list:hover {
  transform: scale(1.05);
  box-shadow: 0 0 7px #0003;
}

.h2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.h2.about {
  margin-top: 16px;
  margin-bottom: 0;
}

.h2.follow {
  color: #006440;
  display: block;
}

.h2.text-center {
  text-align: center;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  display: block;
}

.h2.text-center.ueber.gallerie {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 110%;
}

.h2.testimonials {
  text-align: center;
  margin-top: 16px;
  display: block;
}

.h2.get-in-touch {
  margin-top: 16px;
  margin-bottom: 40px;
}

.number-icon {
  text-align: center;
  background-color: #006440;
  border-radius: 6px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.trusted-icon {
  color: #006440;
}

.get-in-touch-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-slider {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.footer-bottom-wrap {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-large {
  color: #575757;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-large.faq {
  color: #040d19;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
}

.paragraph-large.choose {
  color: #575757;
  margin-top: 24px;
}

.paragraph-large.about {
  margin-top: 24px;
  margin-bottom: 24px;
}

.paragraph-large.banner-subtitle {
  color: #fff;
  margin-top: auto;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-large.banner-subtitle.header {
  color: #030303;
  margin-top: 40px;
  line-height: 120%;
}

.h3 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.h3.faq {
  text-align: center;
}

.h3.card-text {
  text-align: center;
  text-transform: none;
  white-space: pre-wrap;
  word-break: keep-all;
  margin-top: 20px;
  margin-bottom: 16px;
}

.h3.footer {
  color: #fff;
}

.right-arrow {
  display: none;
}

.button-small {
  text-align: center;
  background-color: #006440;
  border: 1px solid #006440;
  border-radius: 3px;
  padding: 18px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.button-small:hover {
  color: #006440;
  background-color: #fff;
}

.button-small.button-extra-large {
  display: none;
}

.button-small.footer-button {
  font-size: 16px;
}

.testimonials-layout {
  height: auto;
  position: relative;
}

.faq-right-wrap {
  background-color: #f3faf7;
  border: 1px solid #e9ebf8;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.text-block-2 {
  color: #070707;
  letter-spacing: 1px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-span-2 {
  font-size: 26px;
}

.text-span-3 {
  font-size: 27px;
}

.image {
  text-align: center;
  vertical-align: baseline;
  object-fit: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: block;
  overflow: auto;
}

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

.image-2 {
  width: 30%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.image-3 {
  border-radius: 20px;
  align-self: center;
  width: 60%;
}

.image-3.raum {
  align-self: flex-start;
  width: 80%;
}

.quick-stack {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.quick-stack.thomas {
  background-color: #f0efef;
  margin-top: 10px;
}

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

.text-block-3 {
  text-align: left;
  margin: 5px 40px 40px;
  padding-bottom: 20px;
}

.text-block-3.uns {
  text-align: center;
  padding-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

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

.a-testimonial-avatar {
  border-radius: 15px;
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper {
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.a-testimonial-author {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

.a-h5-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  line-height: 1.4;
}

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

.a-testimonial-base {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  background-color: #faf4f4;
  border-radius: 24px;
  padding: 32px;
}

.a-testimonial-base.feedback {
  background-color: #f7d35a;
}

.a-testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 40px;
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  text-align: center;
  letter-spacing: -.02em;
  text-transform: none;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.a-h3-heading.mehr {
  text-transform: none;
  font-size: 25px;
  font-weight: 300;
}

.a-h3-heading.ref {
  text-transform: uppercase;
}

.a-h3-heading.kunden {
  background-color: #65f12e;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

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

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.a-section-regular {
  background-color: #f0efef;
  border-radius: 15px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px 5% 40px;
  position: relative;
}

.button {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.section-4 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.image-4, .image-5, .image-6 {
  align-self: center;
}

.quick-stack-2 {
  margin-left: 140px;
  margin-right: 140px;
}

.section-5 {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.image-7 {
  width: 55%;
}

.cell-3 {
  text-align: center;
}

.quick-stack-3 {
  grid-row-gap: 20px;
  margin-top: 40px;
}

.image-8 {
  align-self: center;
}

.image-8.unten {
  border-radius: 15px;
  width: 80%;
  margin: 40px auto;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 5px #0202028a;
}

.cell-4 {
  background-color: #0ed5ff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.link-2 {
  text-decoration: none;
}

.section-6 {
  background-color: #0ed5ff;
  border: 15px #000;
  border-radius: 15px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.footer-subscribe {
  border: 1px solid #0000;
  padding: 20px 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  display: flex;
}

.footer-link-three {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  text-decoration: none;
}

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

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

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

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

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

.footer-copyright {
  color: #070707;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

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

.footer-legal-link {
  color: #070707;
  margin-left: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.text-span-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.quick-stack-4 {
  background-color: #f7d35a;
  border-radius: 15px;
  padding-top: 30px;
}

.cell-5 {
  text-align: center;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
}

.section-8 {
  background-color: #fff0;
  align-self: center;
}

.image-9 {
  border-radius: 15px;
  margin-bottom: 20px;
}

.text-block-4 {
  text-align: center;
  background-color: #fffefe;
  border-radius: 15px;
  width: 100%;
  padding: 10px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.text-span-5 {
  font-size: 18px;
}

.text-span-6 {
  font-size: 20px;
}

.text-span-7 {
  font-size: 2px;
  line-height: 0;
}

.text-span-8 {
  font-size: 18px;
}

.bold-text {
  line-height: 24px;
}

.text-span-9 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.text-span-10 {
  font-size: 18px;
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-size: 20px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  line-height: 24px;
}

.button-2 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: block;
}

.button-3 {
  text-align: center;
  object-fit: fill;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.link-3 {
  text-decoration: none;
}

.combine-gallery2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.rl-heading-style-h2-2 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
}

.combine-padding-section-medium {
  padding-top: 0;
  padding-bottom: 0;
}

.combine-gallery2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_gallery3_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.combine-gallery2_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.section-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.section-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.udesly-image-cover {
  transform-origin: 50%;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
}

.udesly-image-block {
  border-radius: 6px;
  overflow: hidden;
}

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

.udesly-paragraph-small.udesly-text-color-neutral-500 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.udesly-author {
  margin-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.udesly-paragraph-large {
  color: #404040;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-text-extrabold.udesly-large {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.udeslytestimonial-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.udesly-flex.udesly-gap-32.udesly-align-start {
  align-items: flex-start;
}

.udesly-testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  pointer-events: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.a-testimonial-avatar-2 {
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper-2 {
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.a-testimonial-author-2 {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

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

.a-margin-bottom-17 {
  margin-bottom: 16px;
}

.a-testimonial-base-2 {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  padding: 32px;
}

.a-testimonial-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 64px;
}

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

.a-detail-small-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-18 {
  margin-bottom: 8px;
}

.a-title-wrap-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.a-section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.youtube {
  flex-flow: row;
  justify-content: center;
  width: 80%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
}

.section-12 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.youtube-2 {
  border-radius: 15px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bold-text-5 {
  text-decoration: none;
}

.bold-text-6 {
  text-transform: none;
  text-decoration: none;
}

.bold-text-7, .link-4 {
  text-decoration: none;
}

.cell-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.heading {
  background-color: #65f12e;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 37px;
  font-weight: 600;
}

.text-block-5 {
  font-size: 22px;
  line-height: 22px;
}

.text-block-5.fokus {
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
}

.image-10 {
  text-align: center;
  vertical-align: baseline;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 26%;
  display: inline-block;
}

.section-13 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.bold-text-8 {
  font-size: 30px;
}

.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-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

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

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

.f-gallery-image-tall {
  height: 640px;
}

.f-gallery-image-s {
  height: 300px;
}

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

.f-gallery-image-l {
  border-radius: 8px;
  height: 440px;
  overflow: hidden;
}

.f-section-large-2 {
  padding: 0 0%;
  position: relative;
}

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

.link-5 {
  text-decoration: none;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2em;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.image-11 {
  align-self: flex-start;
  width: 30%;
}

.text-block-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.heading-2 {
  align-self: center;
  margin-top: 100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  display: flex;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link: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: 14px;
  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-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

.image-12 {
  width: 25%;
}

.text-block-7 {
  margin: 60px 60px 140px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1280px) {
  .assist-section, .client-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-slide-card {
    width: auto;
  }

  .follow-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-large-image {
    width: auto;
  }

  .button-large {
    padding-left: 48px;
    padding-right: 48px;
  }

  .button-large.w--current {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .home-header-section {
    background-image: url('../images/kubder_header.jpg');
    background-repeat: repeat;
    background-size: cover;
  }

  .h6 {
    font-size: 20px;
  }

  .footer-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .get-in-touch-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 70px;
  }

  .home-banner-content-wrap {
    grid-template-columns: 1.25fr 1fr;
    grid-auto-flow: row;
    place-items: start center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .about-second-image {
    width: auto;
    max-width: 265px;
  }

  .card-content {
    padding-left: 16px;
  }

  .header-content-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 70%;
  }

  .about-left-card {
    max-width: 265px;
  }

  .about-left-card.about-left {
    align-self: auto;
    max-width: 388px;
  }

  .choose-right-wrap {
    width: auto;
  }

  .paragraph-extra-small {
    font-size: 14px;
  }

  .header-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .65fr .35fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    height: 120px;
    display: flex;
  }

  .choose-left-wrap {
    max-width: 700px;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-left-wrap {
    flex: 0 auto;
    width: auto;
    display: flex;
  }

  .container-2 {
    max-width: 1590px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-wrap {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .about-experience-card.experience {
    max-width: 265px;
  }

  .service-card-main:hover {
    transform: translate(0);
  }

  .h1 {
    font-size: 64px;
  }

  .about-layout {
    grid-column-gap: 48px;
    grid-row-gap: 60px;
    flex-flow: row;
    grid-template-columns: 1.25fr 1fr;
  }

  .footer-horizontal-row {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .get-in-touch-left-wrap {
    flex: 1;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h4 {
    font-size: 28px;
  }

  .faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-button-wrap {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .header-menu-button-wrap {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .choose-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar-wrap {
    flex: none;
    order: 0;
    align-self: auto;
  }

  .h5 {
    font-size: 24px;
  }

  .about-logo-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-self: auto;
    align-items: center;
  }

  .service-card-top-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .header-logo-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-self: auto;
    align-items: center;
  }

  .about-right-wrap {
    width: 35vw;
  }

  .banner-wrap {
    -webkit-text-stroke-color: #0064408a;
    object-fit: fill;
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .h2 {
    font-size: 48px;
  }

  .get-in-touch-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .paragraph-large.banner-subtitle {
    padding-left: 10px;
    padding-right: 140px;
    display: inline-block;
  }

  .h3 {
    font-size: 32px;
  }

  .button-small.footer-button {
    font-size: 20px;
  }

  .a-h3-heading.ref {
    font-size: 54px;
  }

  .text-block-6 {
    align-self: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    padding-bottom: 20px;
  }

  .styleguide-block {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    padding-top: 10px;
    font-size: 40px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 15px 10px;
    font-size: 14px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: flex;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header.cc-subpage {
    min-height: 400px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .assist-section, .client-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-link-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .choose-left-list-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .testimonial-slide-card {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 20px 20px;
    display: flex;
  }

  .follow-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-large {
    padding: 20px 30px;
    font-size: 18px;
  }

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

  .subtitle-text {
    text-align: center;
  }

  .subtitle-text.text-center {
    text-align: center;
    font-size: 24px;
  }

  .subtitle-text.text-center.start, .subtitle-text.text-center.zusammen {
    font-size: 30px;
  }

  .home-header-section {
    position: relative;
  }

  .h6 {
    font-size: 16px;
  }

  .h6.copywrite-text.footer {
    text-align: left;
  }

  .assist-left-wrap {
    flex-flow: column;
    display: flex;
  }

  .footer-section {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .get-in-touch-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 20px;
  }

  .home-banner-content-wrap {
    grid-template-columns: 2.5fr 1fr;
    place-items: center start;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .faq--left-list-wrap {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .navbar {
    position: static;
  }

  .service-card-wrap {
    margin-top: 40px;
  }

  .card-content {
    flex: 1;
    width: auto;
    margin-bottom: 0;
  }

  .assist-card-circle-number.assist {
    margin-bottom: 10px;
  }

  .header-content-wrap {
    justify-content: space-between;
    width: 100%;
  }

  .footer-links-wrap {
    flex: none;
  }

  .assist-list-wrap {
    justify-content: center;
    align-items: center;
  }

  .about-client-card.clients {
    margin-top: 0;
  }

  .about-left-card, .about-left-card.about-left {
    width: auto;
  }

  .service-card-content {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .footer-top-wrap {
    flex-flow: wrap;
  }

  .footer-right-contact {
    flex: none;
    width: 40%;
  }

  .choose-right-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .choose-layout {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .choose-left-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .text-block.oben {
    font-size: 20px;
  }

  .choose-right-image {
    width: 100%;
    height: 100%;
  }

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

  .header-layout {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .choose-left-wrap {
    width: auto;
    max-width: none;
  }

  .dropdown-toggle, .footer-left {
    width: 100%;
  }

  .testimonian-slider-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-layout {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-small-2 {
    text-align: left;
    width: auto;
    font-size: 14px;
  }

  .paragraph-small-2.home-faq {
    width: 90%;
  }

  .paragraph-small-2.choose, .paragraph-small-2.assets {
    text-align: center;
  }

  .service-details-faq-list {
    width: 100%;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .member-social-media-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .mini-card {
    justify-content: space-between;
  }

  .about-left-wrap {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    width: auto;
  }

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

  .assist-layout {
    flex-flow: column;
  }

  .menu-wrap {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .menu-icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .testimonials-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-card-main {
    flex: 1;
    width: auto;
    margin-bottom: 0;
  }

  .h1 {
    font-size: 42px;
  }

  .h1.header-title {
    font-size: 41px;
  }

  .about-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .footer-horizontal-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dropdown-list {
    width: 100%;
    padding-right: 0;
  }

  .client-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    display: block;
  }

  .get-in-touch-left-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    z-index: 1;
    color: #fff;
    text-align: left;
    background-color: #01100bf5;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px 20px 12px 40px;
    position: absolute;
  }

  .h4 {
    margin-top: 0;
    font-size: 24px;
  }

  .h4.choose {
    text-align: center;
  }

  .h4.about {
    text-align: center;
    padding-top: 0;
  }

  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-button-wrap {
    display: none;
  }

  .faq-left-wrap {
    width: 100%;
  }

  .header-menu-button-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .client-right-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: auto;
    min-width: auto;
  }

  .choose-left-list {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .choose-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-link {
    text-align: left;
    margin-bottom: 16px;
    text-decoration: none;
  }

  .menu-link:hover {
    color: #fff;
    -webkit-text-stroke-color: #0000;
  }

  .navbar-wrap {
    width: 100%;
    position: static;
    inset: auto 0% 0%;
  }

  .service-title-wrap {
    padding-bottom: 0;
  }

  .h5 {
    font-size: 20px;
  }

  .about-logo-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .follow-layout {
    padding: 30px;
  }

  .follow-layout.about-us {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .header-logo-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-right-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .banner-wrap {
    min-height: 220px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .client-left-wrap {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .assist-list {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .h2.faq, .h2.assist {
    text-align: center;
  }

  .h2.choose-title, .h2.about {
    text-align: center;
    display: block;
  }

  .h2.text-center {
    font-size: 35px;
  }

  .h2.testimonials {
    display: block;
  }

  .h2.get-in-touch {
    text-align: center;
    margin-bottom: 20px;
  }

  .menu-button-2.w--open {
    color: #006440;
    background-color: #0000;
    font-size: 32px;
  }

  .get-in-touch-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-slider {
    padding-top: 0;
  }

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

  .paragraph-large.choose {
    text-align: center;
  }

  .paragraph-large.about {
    text-align: center;
    padding-top: 0;
  }

  .paragraph-large.banner-subtitle {
    font-size: 26px;
  }

  .paragraph-large.banner-subtitle.header {
    font-size: 24px;
  }

  .h3 {
    font-size: 28px;
  }

  .h3.card-text {
    margin-top: 10px;
  }

  .button-small {
    padding: 14px 18px;
    font-size: 16px;
  }

  .button-small.footer-button {
    text-align: left;
    width: auto;
  }

  .image-3 {
    width: 80%;
  }

  .image-3.raum {
    width: 100%;
  }

  .a-h5-heading {
    font-size: 21px;
    line-height: 1.2;
  }

  .a-h3-heading {
    letter-spacing: 0;
    text-transform: none;
    font-size: 35px;
  }

  .a-h3-heading.kunden {
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 35px;
  }

  .section-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-subscribe {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .container-3 {
    width: 100%;
    max-width: 728px;
    display: block;
  }

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

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

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

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

  .footer-block-three {
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .footer-social-block-three {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .footer-divider-two {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .text-block-4 {
    align-self: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rl-heading-style-h2-2 {
    font-size: 30px;
  }

  .combine-gallery2_image-wrapper {
    height: 14rem;
  }

  .udesly-testimonial-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cell-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    line-height: 18px;
    display: flex;
  }

  .heading {
    align-self: center;
    margin-top: 20px;
    font-size: 21px;
  }

  .heading.leistungen {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 35px;
  }

  .heading._2 {
    align-self: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 35px;
    line-height: 37px;
  }

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

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .italic-text {
    font-size: 18px;
    line-height: 22px;
  }

  .f-paragraph-small {
    font-size: 18px;
    line-height: 1.1em;
  }

  .f-accordian-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
    align-self: center;
  }

  .f-accordian-list {
    width: 100%;
  }

  .f-accordian-title {
    font-size: 20px;
  }

  .image-11 {
    align-self: flex-start;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-2 {
    margin-top: 25px;
  }

  .italic-text-2 {
    font-size: 18px;
  }

  .bold-text-9 {
    font-size: 20px;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    padding-top: 5px;
    font-size: 35px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header.cc-subpage {
    min-height: 300px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .assist-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-collection-list {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .menu-link-wrap {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    position: static;
  }

  .choose-left-list-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-slide-card {
    width: auto;
    padding: 40px 20px 20px;
  }

  .follow-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-large {
    padding: 16px 20px;
    font-size: 14px;
  }

  .testimonials-image {
    width: 12vh;
    max-width: none;
    margin-top: -90px;
  }

  .subtitle-text {
    text-align: center;
  }

  .subtitle-text.text-center {
    font-size: 18px;
  }

  .h6 {
    font-size: 14px;
  }

  .footer-section {
    padding: 40px 0;
  }

  .get-in-touch-layout {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    padding: 30px;
  }

  .home-banner-content-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
    padding: 20px 0 0;
    display: grid;
  }

  .service-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .faq--left-list-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-second-image {
    width: 100%;
    max-width: none;
  }

  .navbar {
    width: 100%;
  }

  .service-card-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .card-content {
    margin-bottom: 0;
  }

  .faq-left-title {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex: none;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .follow-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .about-client-card.clients {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    position: static;
  }

  .about-left-card {
    width: 100%;
  }

  .about-left-card.about-left {
    justify-content: center;
    align-items: stretch;
    width: auto;
  }

  .service-card-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .footer-right-contact {
    width: 100%;
  }

  .choose-right-wrap {
    width: auto;
  }

  .client-right-content-wrap {
    min-width: auto;
  }

  .choose-layout {
    flex-flow: column;
  }

  .choose-left-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .choose-right-image {
    width: 100%;
    height: 100%;
  }

  .paragraph-extra-small {
    font-size: 10px;
  }

  .header-layout {
    justify-content: space-between;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .choose-left-wrap {
    width: auto;
  }

  .faq-layout {
    flex-flow: column;
  }

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

  .paragraph-small-2.choose, .paragraph-small-2.assets {
    text-align: center;
  }

  .about-content-wrap {
    display: block;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .member-social-media-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .mini-card {
    justify-content: space-between;
  }

  .footer-left-card-wrap {
    margin-top: 20px;
    padding: 20px;
  }

  .about-left-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    width: auto;
  }

  .container-2 {
    max-width: none;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .assist-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .menu-wrap {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .get-in-touch-image {
    width: 100%;
    max-width: none;
  }

  .service-card-main {
    margin-bottom: 0;
    padding-left: 0;
  }

  .h1 {
    font-size: 28px;
  }

  .h1.header-title {
    font-size: 32px;
  }

  .about-layout {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-horizontal-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .get-in-touch-left-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #01100bfc;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    margin-top: 0;
    padding: 20px 20px 12px;
    position: absolute;
  }

  .h4 {
    margin-top: 0;
    font-size: 18px;
  }

  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-button-wrap, .header-menu-button-wrap {
    padding-right: 0;
  }

  .client-right-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: flex;
    overflow: hidden;
  }

  .choose-left-list {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .choose-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-link {
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .menu-link:active {
    background-color: #0000;
  }

  .navbar-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .service-title-wrap {
    padding-bottom: 0;
  }

  .vision-small-card-image {
    width: 17vh;
    max-width: none;
  }

  .h5 {
    white-space: pre-wrap;
    width: auto;
    font-size: 16px;
  }

  .h5.follow {
    text-align: center;
  }

  .about-logo-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .footer-utility-page-wrap {
    width: auto;
  }

  .experience-card-number {
    text-align: center;
    padding: 16px 10px;
    font-size: 32px;
  }

  .follow-layout {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
  }

  .header-logo-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .footer-middel-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .about-right-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-wrap {
    border-radius: 20px;
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .assist-list {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .h2.faq, .h2.assist {
    text-align: center;
  }

  .h2.text-center {
    font-size: 28px;
  }

  .h2.get-in-touch {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .menu-button-2 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

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

  .get-in-touch-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-slider {
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

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

  .paragraph-large.faq {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .paragraph-large.choose {
    text-align: center;
  }

  .paragraph-large.about {
    padding-top: 0;
  }

  .paragraph-large.banner-subtitle, .paragraph-large.banner-subtitle.header, .h3 {
    font-size: 20px;
  }

  .button-small {
    padding: 10px 16px;
    font-size: 12px;
  }

  .button-small.footer-button {
    font-size: 14px;
  }

  .faq-right-wrap {
    padding: 30px;
  }

  .image-3 {
    width: 100%;
  }

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

  .a-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .a-h3-heading, .a-h3-heading.kunden {
    font-size: 28px;
  }

  .a-section-regular {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 72px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-heading-style-h2-2 {
    font-size: 30px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr 1fr;
  }

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

  .a-testimonial-grid-2 {
    grid-template-columns: 1fr;
  }

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

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

  .heading {
    align-self: center;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .heading.leistungen {
    font-size: 26px;
  }

  .heading._2 {
    align-self: center;
    margin-top: 20px;
    font-size: 26px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .text-block-5.fokus {
    text-align: center;
    line-height: 22px;
  }

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

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

  .f-gallery-image-tall {
    height: 100%;
  }

  .f-gallery-image-s {
    height: 180px;
  }

  .f-gallery-image-l {
    height: 420px;
  }

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

  .italic-text {
    font-size: 18px;
    line-height: 1.2em;
  }

  .f-paragraph-small {
    line-height: 1.2em;
  }

  .image-11 {
    width: 55%;
  }

  .text-block-6 {
    align-self: stretch;
  }

  .heading-2 {
    align-self: flex-start;
    font-size: 30px;
    line-height: 30px;
  }

  .quick-stack-5 {
    align-self: center;
  }

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

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-home-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    text-align: center;
    padding-top: 5px;
    font-size: 22px;
    line-height: 48px;
  }

  .logo-link.w--current {
    align-items: flex-start;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    flex-flow: wrap;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 350px;
  }

  .intro-header.cc-subpage {
    min-height: 200px;
  }

  .intro-header.cc-subpage.leistungen {
    margin-bottom: 40px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .assist-section, .client-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-link-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .choose-left-list-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .testimonial-slide-card {
    width: auto;
    padding: 40px 20px 20px;
  }

  .follow-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-large-image {
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .button-large {
    text-align: center;
    padding: 16px 24px;
    font-size: 16px;
  }

  .button-large.team {
    font-size: 20px;
  }

  .testimonials-image {
    width: 10vh;
    margin-top: -80px;
  }

  .subtitle-text.text-center {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight: 400;
  }

  .subtitle-text.text-center.start {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 120%;
  }

  .subtitle-text.text-center.start.erich {
    text-align: center;
    align-self: center;
    padding-right: 0;
  }

  .subtitle-text.text-center.zusammen {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .subtitle-text.text-center.header {
    font-size: 40px;
  }

  .home-header-section {
    object-fit: fill;
    background-image: url('../images/kubder_header.jpg');
    background-position: 70%;
    background-size: cover;
    min-height: 150px;
    display: block;
  }

  .h6 {
    font-size: 14px;
  }

  .h6.footer-list-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h6.footer {
    margin-top: 10px;
  }

  .footer-section {
    padding: 20px 0;
  }

  .get-in-touch-layout {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }

  .home-banner-content-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .circle-button {
    width: 50px;
    height: 50px;
  }

  .service-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .faq--left-list-wrap {
    margin-top: 0;
  }

  .about-second-image {
    width: 100%;
    max-width: none;
  }

  .navbar {
    min-width: 100%;
  }

  .assist-right-wrap {
    flex-flow: column;
  }

  .service-card-wrap {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .card-content {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding: 40px 0 10px 0%;
  }

  .header-content-wrap {
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 80px;
    position: static;
  }

  .footer-links-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .about-logo {
    width: 20vw;
    max-width: none;
  }

  .follow-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .about-client-card.clients {
    margin-top: 20px;
    position: static;
    bottom: 0;
  }

  .about-left-card.about-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
  }

  .service-card-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .team-right-row {
    display: none;
  }

  .footer-top-wrap {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
  }

  .footer-right-contact {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .choose-right-wrap {
    width: auto;
  }

  .choose-layout {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .choose-left-content {
    grid-template-columns: 1fr;
  }

  .text-block {
    outline-offset: 0px;
    text-align: center;
    text-transform: none;
    outline: 3px #000;
    padding-right: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 27px;
  }

  .text-block.zusammen {
    margin-top: 10px;
  }

  .text-block.oben {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .text-block.oben.ueber.leistungen {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .text-block.oben.ueber.leistungen1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block.oben.ueber.leistungen1.leis, .text-block.oben.ueber.ding, .text-block.oben.ueber.zuhause {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .text-block.oben.ueber.konta1 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .choose-right-image {
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: auto;
  }

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

  .header-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .choose-left-wrap {
    width: auto;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .faq-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .paragraph-small-2 {
    text-align: left;
    margin-top: 0;
  }

  .paragraph-small-2.choose, .paragraph-small-2.assets {
    text-align: center;
  }

  .paragraph-small-2.card-text {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
  }

  .service-details-faq-list {
    max-width: 100%;
    padding: 20px;
  }

  .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mini-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
  }

  .footer-left-card-wrap {
    margin-top: 20px;
    padding: 20px;
  }

  .about-left-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .container-2 {
    max-width: none;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .assist-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .menu-wrap {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .testimonials-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .get-in-touch-image {
    display: none;
  }

  .service-card-main {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-bottom: 0;
  }

  .h1 {
    font-size: 32px;
  }

  .h1.header-title {
    text-align: left;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
    display: flex;
    box-shadow: 0 2px 5px #0000;
  }

  .about-layout {
    flex-flow: column;
    display: flex;
  }

  .footer-horizontal-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .choose-left-description {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-content-left-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    box-shadow: 0 2px 5px #0f0f0f03;
  }

  .get-in-touch-left-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-logo {
    width: 175px;
  }

  .nav-menu {
    z-index: 1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #01100b;
    border: 0 solid #000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 20px;
    display: block;
    inset: 98% 0% auto;
  }

  .h4 {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
  }

  .h4.about {
    margin-top: 0;
  }

  .faq-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-mail-input {
    text-align: center;
    width: 100%;
  }

  .nav-menu-button {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 10px;
    padding-top: 0;
    display: flex;
  }

  .header-button-wrap {
    pointer-events: none;
    display: none;
  }

  .header-menu-button-wrap {
    display: none;
  }

  .header-logo-link-wrap.w--current {
    z-index: 100;
    position: relative;
  }

  .client-right-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .choose-left-list {
    flex-flow: column;
    order: -1;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-layout {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .choose-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-link {
    color: #fff;
    text-align: left;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .menu-link:hover {
    color: #fff;
  }

  .navbar-wrap {
    min-width: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .service-title-wrap {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }

  .vision-small-card-image {
    width: 10vh;
  }

  .h5 {
    white-space: pre-wrap;
    width: auto;
    font-size: 16px;
  }

  .h5.footer {
    text-align: left;
    display: flex;
  }

  .h5.follow {
    text-align: center;
  }

  .h5.service-details {
    width: 90%;
  }

  .get-in-touch-right-wrap {
    display: none;
  }

  .about-logo-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
  }

  .follow-layout {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    padding: 16px;
  }

  .follow-layout.about-us {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .header-logo-wrap {
    z-index: 10;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .footer-middel-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-right-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .banner-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .assist-list {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .h2 {
    text-align: left;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .h2.faq {
    padding-bottom: 20px;
  }

  .h2.choose-title {
    text-align: center;
  }

  .h2.follow {
    margin-bottom: 0;
  }

  .h2.text-center {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .h2.text-center.ueber {
    font-size: 34px;
  }

  .h2.text-center.ueber.gallerie {
    font-size: 40px;
  }

  .h2.get-in-touch {
    text-align: center;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #0000;
  }

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

  .get-in-touch-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .paragraph-large {
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-large.faq {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-large.choose {
    text-align: center;
  }

  .paragraph-large.about {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .paragraph-large.banner-subtitle {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    display: block;
  }

  .paragraph-large.banner-subtitle.header {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .h3 {
    font-size: 22px;
  }

  .h3.faq {
    margin-top: 10px;
  }

  .h3.card-text {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 30px;
    line-height: 32px;
  }

  .button-small.button-extra-large {
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    display: flex;
  }

  .button-small.footer-button {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .faq-right-wrap {
    padding: 20px;
    display: none;
  }

  .image-2 {
    width: 80%;
  }

  .image-3 {
    width: 60%;
  }

  .image-3.raum {
    align-self: center;
    width: 80%;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack {
    grid-row-gap: 18px;
    flex: 0 auto;
    order: 0;
    align-self: baseline;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .cell {
    flex-flow: column;
  }

  .text-block-3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .text-block-3.uns {
    font-size: 16px;
  }

  .a-paragraph-regular {
    line-height: 22px;
  }

  .a-h5-heading {
    font-size: 26px;
    line-height: 1.2;
  }

  .a-testimonial-base {
    padding-left: 10px;
    padding-right: 10px;
  }

  .a-h3-heading {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

  .a-h3-heading.ref {
    letter-spacing: -.02em;
    text-transform: uppercase;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 26px;
  }

  .a-h3-heading.kunden {
    font-size: 21px;
  }

  .a-container-regular {
    padding-left: 10px;
    padding-right: 10px;
  }

  .a-section-regular {
    margin-top: 100px;
    padding-top: 20px;
  }

  .image-8.unten {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .section-6 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 39px;
  }

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

  .text-block-4 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3 {
    margin-bottom: 40px;
  }

  .combine-gallery2_image {
    vertical-align: baseline;
    order: 1;
    align-self: auto;
    width: 100%;
    height: 100%;
    margin: auto 20px;
  }

  .rl-heading-style-h2-2 {
    padding-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr;
  }

  .section-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .udesly-author {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }

  .udesly-paragraph-large {
    line-height: 24px;
  }

  .udesly-text-extrabold.udesly-large {
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
  }

  .udesly-flex.udesly-gap-32 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-span-15 {
    font-size: 20px;
  }

  .text-span-16 {
    font-size: 18px;
  }

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

  .text-span-17 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
  }

  .heading {
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.leistungen, .heading._2 {
    line-height: 1.2em;
  }

  .text-block-5.fokus {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10 {
    width: 45%;
    margin-top: 20px;
  }

  .bold-text-8 {
    vertical-align: baseline;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    display: inline-block;
  }

  .f-container-regular {
    margin-left: 10px;
    margin-right: 10px;
  }

  .f-image-cover {
    margin-left: auto;
    margin-right: auto;
  }

  .f-section-large {
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .f-gallery-image-tall {
    height: 180px;
  }

  .f-gallery-image-l {
    height: 320px;
  }

  .f-section-large-2 {
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .f-accordian-wrapper {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-accordian-title {
    flex: 0 auto;
    font-size: 18px;
  }

  .image-11 {
    align-self: center;
    width: 20%;
  }

  .text-block-6 {
    text-align: center;
    align-self: center;
    line-height: 21px;
  }

  .heading-2 {
    align-self: center;
    font-size: 55px;
    line-height: 1.2em;
  }

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

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

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

#w-node-_05fff3e2-8153-deec-687f-0f6a3cf1b7e7-69ddd76f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#leistungen.w-node-be3a1350-3ea9-bb80-338a-2f19e3b5c3e4-69ddd76f {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-a0ec947a-9227-9918-cb27-b850e563bb33-69ddd76f {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-d1dcce4d-9b3c-86b2-9ea5-5e004eaa53fd-69ddd76f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2af12992-934f-3ee7-1de3-5a1df62df46a-69ddd76f {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr 1fr;
}

#w-node-c490930f-a190-1c29-7ee7-f8624bff9f1a-69ddd76f, #w-node-c490930f-a190-1c29-7ee7-f8624bff9f25-69ddd76f, #w-node-c490930f-a190-1c29-7ee7-f8624bff9f30-69ddd76f, #w-node-c490930f-a190-1c29-7ee7-f8624bff9f3b-69ddd76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#kontakt_hom.w-node-_1f41a47a-c349-11e4-aaff-bb5bb3f40558-69ddd76f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_05fff3e2-8153-deec-687f-0f6a3cf1b7e7-69ddd76f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #leistungen.w-node-be3a1350-3ea9-bb80-338a-2f19e3b5c3e4-69ddd76f {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-a0ec947a-9227-9918-cb27-b850e563bb33-69ddd76f {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #kontakt_hom.w-node-_1f41a47a-c349-11e4-aaff-bb5bb3f40558-69ddd76f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #leistungen.w-node-be3a1350-3ea9-bb80-338a-2f19e3b5c3e4-69ddd76f, #w-node-a0ec947a-9227-9918-cb27-b850e563bb33-69ddd76f {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_2af12992-934f-3ee7-1de3-5a1df62df46a-69ddd76f {
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_05fff3e2-8153-deec-687f-0f6a3cf1b7e7-69ddd76f, #leistungen.w-node-be3a1350-3ea9-bb80-338a-2f19e3b5c3e4-69ddd76f, #w-node-a0ec947a-9227-9918-cb27-b850e563bb33-69ddd76f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d1dcce4d-9b3c-86b2-9ea5-5e004eaa53fd-69ddd76f, #w-node-d1dcce4d-9b3c-86b2-9ea5-5e004eaa5400-69ddd76f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1dcce4d-9b3c-86b2-9ea5-5e004eaa5403-69ddd76f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2af12992-934f-3ee7-1de3-5a1df62df46a-69ddd76f {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #kontakt_hom.w-node-_1f41a47a-c349-11e4-aaff-bb5bb3f40558-69ddd76f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


