:root {
  --royal-blue: #0060c5;
  --flowui-component-library-grey-300: #e4e6f1;
  --black: black;
  --ci-grey: #545454;
  --white: white;
  --dodger-blue: #007cff;
  --midnight-blue: #00094e;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-white: white;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library--gray-100: #f7f9fd;
  --dark-orange: #ff8300;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

body {
  color: #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;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

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

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

.section.cc-store-home-wrap {
  margin-left: auto;
  margin-right: auto;
}

.section.unsere-leistungen {
  background-color: var(--royal-blue);
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

.paragraph-bigger {
  opacity: 1;
  color: var(--flowui-component-library-grey-300);
  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: .6;
  color: var(--black);
  font-weight: 400;
}

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

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

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

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

.button.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #007cff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  color: #000;
  background-color: #545454;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #007cff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: var(--ci-grey);
}

.button.cc-contact-us.white {
  background-color: var(--white);
  color: var(--dodger-blue);
}

.button.cc-contact-us.kontakt {
  display: flex;
}

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

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

.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;
  color: var(--white);
}

.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;
  color: var(--white);
}

.paragraph-light.kontakt {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.headi {
  color: #333844;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  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;
  justify-content: center;
  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-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

.logo-image {
  display: block;
}

.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;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#0006, #0006), url('../images/175037_1.webp');
  background-position: 0 0, 50% 51%;
  background-size: auto, cover;
  height: 480px;
}

.intro-header.cc-subpage.kontakt {
  background-image: linear-gradient(#0006, #0006), url('../images/23144_1.webp'), url('../images/Lichtstreifen-Kabelverlegung-Ruhr-West.webp');
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, cover;
}

.intro-header.cc-subpage.referenzen {
  background-image: linear-gradient(#0000, #0000), url('../images/82472_1.webp');
}

.intro-content {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: center;
  border-radius: 12px;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 5px;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 48px;
  padding-top: 9px;
  padding-bottom: 34px;
  padding-right: 0;
}

.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-top: 80px;
  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;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.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: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.contact-heading._2 {
  margin-bottom: 30px;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  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;
  margin-bottom: 120px;
}

.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: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.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;
  margin-bottom: 60px;
}

.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;
  margin-bottom: 100px;
  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;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.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;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.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;
  margin-bottom: 120px;
}

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

.collection-list-wrapper {
  margin-bottom: 120px;
}

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

._w-lightbox-caption {
  background-color: #0009;
}

.background-video {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.body {
  background-color: #fff;
}

.text-block {
  color: #fff;
}

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

.section-logo {
  background-color: #fff0;
  padding: 15px 5%;
  display: none;
}

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

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 0 25px 60px;
  display: flex;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.title {
  color: var(--dodger-blue);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.heading-primary {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  align-self: center;
  max-width: none;
  font-weight: 400;
}

.paragraph {
  color: #546681;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  color: #fff;
  text-align: center;
  max-width: 715px;
}

.paragraph._1 {
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block {
  margin-top: auto;
  margin-bottom: auto;
  padding: 120px 100px 140px;
}

.icon-1x1-medium {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-medium._2 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-benefits_icons {
  background-color: var(--midnight-blue);
  color: #1e212c;
  padding-top: 70px;
  padding-bottom: 160px;
  display: block;
}

.layout228_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.paragraph-features {
  color: #f5fff0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

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

.layout228_item.is-1 {
  background-color: var(--dodger-blue);
  border-radius: 0;
  padding: 21px;
  transition: all .3s;
}

.layout228_item.is-1:hover {
  background-color: var(--flowui-component-library-gray-900);
  transform: scale(1.02);
  box-shadow: 7px 7px 14px -5px #fff3;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-medium {
  color: #f5fff0;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.image_mobile-features {
  display: none;
}

.layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  border-left-color: var(--dodger-blue);
  opacity: 1;
  background-color: #0000;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  max-width: none;
  position: relative;
  left: -69px;
}

.section-features {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-medium-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.image-3 {
  border-radius: 0;
}

.testimonial17_rating-icon {
  color: #000;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xhuge {
  border-radius: 10px;
  padding: 4rem;
  box-shadow: 0 5px 5px 5px #007cff21;
}

.testimonial17_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial17_client-image-wrapper {
  margin-right: 1rem;
}

.section-testimonials {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial17_content {
  border: 1px solid var(--dodger-blue);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial17_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.testimonial17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-size-medium-2 {
  margin-bottom: 25px;
  font-size: 1.125rem;
}

.image-2-copy {
  max-width: none;
  position: relative;
  left: -35px;
}

.button-2 {
  color: #000;
  background-color: #f7f7f7;
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button-2:hover {
  color: #fff;
  background-color: #0151a7;
}

.button-wrap-hero {
  margin-top: 35px;
}

.link-02 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-02:hover {
  color: #ffffff94;
}

.text-span {
  color: #484dff;
}

.section-cta {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  padding: 60px 15% 70px;
  display: flex;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.page-padding-kundenbewertungen {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

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

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

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

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

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

.f-footer-brand {
  align-items: center;
  display: flex;
}

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

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library-grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

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

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

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

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--flowui-component-library-white);
  padding: 50px 5%;
  position: relative;
}

.text-block-2 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  flex-flow: row;
  width: 4.8rem;
  text-decoration: none;
  display: block;
}

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

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

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

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

.f-form-button:active {
  background-color: var(--flowui-component-library-gray-900);
}

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

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

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

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-margin-bottom-08 {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 20px;
  display: flex;
}

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

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

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

.f-margin-bottom-16 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

.f-cta-image-wrapper {
  height: 360px;
}

.f-cta-grid-a {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

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

.f-section-regular {
  background-color: var(--dodger-blue);
  padding: 64px 5% 72px;
  position: relative;
}

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

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

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

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

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

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

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

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

.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-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-header-image-wrapper-tall {
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

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

.f-section-large {
  padding: 40px 5% 140px;
  position: relative;
}

.heading {
  color: var(--flowui-component-library-white);
}

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

.text-block-3 {
  font-size: 15px;
  font-weight: 600;
}

.rich-impr h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

.f-section-large-2 {
  background-color: var(--flowui-component-library-gray-200);
  padding: 160px 5% 200px;
  position: relative;
}

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

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

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

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

.f-sub-heading-small {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.f-content-text-wrapper {
  max-width: 460px;
}

.f-content-image-tall {
  border-radius: 0;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

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

.f-content-list-item-large {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-icon-square {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library-gray-900);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

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

.heading-slogan {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 80px;
}

.section-cta-contact {
  background-color: var(--royal-blue);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px 15% 70px;
  display: flex;
}

.cta-wrap-cpntact {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.announcement {
  grid-column-gap: 939px;
  grid-row-gap: 939px;
  background-color: var(--royal-blue);
  flex-flow: row;
  justify-content: flex-start;
  height: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container-3 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  display: flex;
}

.container-3-copy {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.link-3, .link-4 {
  color: var(--white);
  font-size: 12px;
  text-decoration: none;
}

.image-up {
  margin-right: 5px;
}

.heading-jumbo-projekte {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

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

.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-52 {
  margin-bottom: 8px;
}

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

.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-53 {
  margin-bottom: 48px;
}

.f-section-large-2-copy {
  background-color: var(--flowui-component-library-gray-200);
  margin-bottom: auto;
  padding: 92px 5%;
  position: relative;
}

.heading-jumbo-kontakt {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.label-kontakt {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 37px;
}

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

.label-kontakt.cc-light {
  opacity: .6;
  color: var(--white);
}

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

.paragraph-2 {
  display: flex;
}

.link-rich {
  padding-left: 10px;
  padding-right: 10px;
}

.link-5 {
  display: block;
}

.heading-4 {
  font-weight: 500;
}

.link-6 {
  padding-left: 16px;
  padding-right: 16px;
}

.cnew {
  display: flex;
}

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

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

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

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 18px;
  }

  .button {
    justify-content: center;
  }

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

  .button.cc-contact-us.white {
    display: block;
  }

  .headi {
    font-size: 56px;
    font-weight: 600;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .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-content.cc-homepage {
    width: 100%;
    margin-left: auto;
    padding-left: 11px;
    padding-right: 11px;
  }

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

  .background-video {
    align-items: center;
    height: 671px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-block-left {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    min-height: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 35px;
    display: flex;
  }

  .title {
    max-width: none;
  }

  .heading-primary {
    max-width: none;
    font-size: 46px;
  }

  .heading-primary.h3-centre-white {
    font-size: 33px;
  }

  .paragraph.paragraph-centre-white {
    font-size: 16px;
  }

  .paragraph._1 {
    max-width: none;
  }

  .div-block {
    padding: 80px 40px 0;
  }

  .section-benefits_icons {
    padding-top: 70px;
    padding-bottom: 110px;
  }

  .layout228_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

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

  .layout28_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-features {
    padding-top: 0;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .image-3 {
    flex: 0 auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial17_component {
    grid-template-columns: 1fr 1fr;
  }

  .image-2-copy {
    left: 88px;
  }

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

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

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-small {
    padding-top: 62px;
    padding-bottom: 62px;
  }

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

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 100%;
  }

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

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .f-content-image-tall {
    max-width: 100%;
    height: 400px;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

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

  .heading-slogan {
    font-size: 24px;
    line-height: 43px;
  }

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

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

  .announcement {
    grid-column-gap: 304px;
    grid-row-gap: 304px;
  }

  .link-3 {
    flex-flow: row;
    flex: 0 auto;
    display: flex;
  }

  .heading-jumbo-projekte {
    font-size: 40px;
    line-height: 70px;
  }

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

  .f-section-large-2-copy {
    padding-bottom: 62px;
  }

  .heading-jumbo-kontakt {
    font-size: 56px;
    line-height: 70px;
  }

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

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

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

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

  .headi {
    font-size: 43px;
    line-height: 56px;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .background-video {
    height: 547px;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .content-block-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph._1 {
    margin-bottom: auto;
  }

  .div-block {
    padding-top: 40px;
  }

  .section-benefits_icons {
    padding-left: 24px;
    padding-right: 24px;
  }

  .layout228_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial17_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial17_content {
    padding: 1.5rem;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial17_component {
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .image-2-copy {
    left: auto;
  }

  .f-footer-menu {
    flex-flow: row;
    flex: none;
  }

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

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

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

  .f-header-image-wrapper-tall {
    height: 100%;
  }

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

  .section-2 {
    padding-left: 33px;
    padding-right: 33px;
  }

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

  .f-paragraph-large-2 {
    margin-bottom: -18px;
  }

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

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

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

  .announcement {
    grid-column-gap: 135px;
    grid-row-gap: 135px;
  }

  .heading-jumbo-projekte {
    font-size: 34px;
    line-height: 56px;
  }

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

  .f-gallery-image-tall {
    height: 100%;
  }

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

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

  .heading-jumbo-kontakt {
    font-size: 43px;
    line-height: 56px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-cta {
    padding-top: 0;
  }

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

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 14px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    padding: 9px 20px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

  .intro-content, .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .contact-heading {
    font-size: 25px;
  }

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

  .background-video {
    height: 477px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .text-block {
    font-size: 12px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .image-block {
    padding: 8px;
  }

  .heading-primary {
    font-size: 30px;
  }

  .heading-primary.h3-centre-white {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
  }

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

  .section-benefits_icons {
    margin-top: auto;
  }

  .layout228_component {
    grid-template-columns: 1fr;
  }

  .paragraph-features {
    text-align: center;
    font-size: 15px;
  }

  .layout228_item {
    align-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium {
    font-size: 1.4rem;
  }

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

  .image_mobile-features {
    display: block;
  }

  .layout28_component {
    grid-template-columns: 1fr;
  }

  .layout28_tabs-link {
    border-left-style: none;
    padding-left: 0;
  }

  .layout28_tabs-link.w--current {
    border-left-style: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xhuge {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .image-2-copy {
    left: auto;
  }

  .button-2 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .f-footer-vertical-divider {
    display: none;
  }

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

  .f-form-button {
    width: 100%;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-cta-form-block {
    width: 100%;
  }

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

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

  .f-section-large {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    font-size: 34px;
  }

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

  .section-2 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .rich-impr h1 {
    font-size: 23px;
  }

  .rich-impr h2 {
    font-size: 23px;
    font-weight: 600;
  }

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

  .f-heading-detail-small-2 {
    font-size: 12px;
  }

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

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

  .announcement {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link-3, .link-4 {
    font-size: 10px;
  }

  .heading-jumbo-projekte {
    font-size: 22px;
    line-height: 40px;
  }

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

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

  .f-section-large-2-copy {
    padding-bottom: 32px;
  }

  .heading-jumbo-kontakt {
    font-size: 22px;
    line-height: 40px;
  }
}

#w-node-f9c79879-c8d1-55e6-3f60-241cb0113e71-1fc19912, #w-node-f9c79879-c8d1-55e6-3f60-241cb0113e79-1fc19912, #w-node-f9c79879-c8d1-55e6-3f60-241cb0113e81-1fc19912, #w-node-_9fb72f6b-e15b-6ec9-72f0-bd5afeb2ff72-1fc19912 {
  align-self: stretch;
}

#w-node-c2c102b4-4e43-fa3a-7df5-9cf96a2da141-1fc19912 {
  justify-self: start;
}

#w-node-_24fcdef0-2c2f-1b50-e0f2-0c78a9feb892-a9feb88b, #w-node-_24fcdef0-2c2f-1b50-e0f2-0c78a9feb8af-a9feb88b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-1fc19916 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_7a55fbf2-fe83-18b7-32a0-96e752658149-7a3fa0f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


