:root {
  --dark-navy-black: #141520;
  --tomato: #ff6f4c;
  --blue-zs: #003656;
  --white-zs: #e1e7eb;
  --midnight-blue: #282c67;
  --silver: #c2c2c2;
  --brown: #693834;
  --black-grey: #2c2d37;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
  --slate-blue: #4454fe;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--white: white;
}

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

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

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #e2e2e2;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  color: var(--dark-navy-black);
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.body-1 {
  background-color: #082435;
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.menu-button {
  z-index: 1;
  background-color: rgba(255, 255, 255, .05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  padding: 15px;
  display: none;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-bar-link {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 40px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-bar-link.w--current {
  color: var(--tomato);
}

.nav-bar-link.hide {
  display: none;
}

.home {
  color: #fff;
  font-family: Anek Malayalam, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.home:hover {
  color: #fff;
}

.home.w--current {
  flex-flow: row;
  display: flex;
}

.home.footer.w--current {
  font-size: 18px;
}

.burger {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.burger-line {
  background-color: #fff;
  width: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.burger-line.bl-mid {
  width: 15px;
}

.site-name-text-span {
  font-weight: 400;
}

.page-wrapper {
  background-color: var(--white-zs);
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-3 {
  background-image: linear-gradient(99deg, rgba(10, 20, 25, .58) 51%, rgba(206, 212, 215, .69)), radial-gradient(circle farthest-side at 50% 150%, rgba(68, 84, 254, .1), rgba(68, 84, 254, 0) 75%), url('../images/hero-z.s-pic_1.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.section-wrapper.glow-3.datenschutz {
  border-bottom: 5px solid var(--dark-navy-black);
}

.section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, rgba(255, 111, 76, .1), rgba(255, 111, 76, 0));
}

.section-wrapper.glow-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-container {
  flex: 1;
  max-width: 1400px;
}

.section-container.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 125px;
  display: flex;
}

.section-container.hero.datenschutz {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-container.service {
  padding-top: 50px;
}

.section-container.process {
  padding-top: 125px;
}

.section-container.process.ueber {
  padding-top: 80px;
}

.section-container.faqs {
  padding-top: 125px;
}

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

.hero-content-conatiner {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  display: flex;
}

.hero-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.hero-paragraph {
  margin-bottom: 30px;
  font-size: 16px;
}

.button-1 {
  background-image: linear-gradient(113deg, #252e69, #034b75);
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.button-1:hover {
  background-image: linear-gradient(113deg, #3848b2, #186ea1);
  transform: scale(1.05);
}

.button-1.kontakt._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: block;
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(120deg, var(--midnight-blue), #135983);
  color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 20px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button-content:hover {
  color: #fff;
  background-image: linear-gradient(120deg, #3a4099, #1c84c2);
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.webflow-partner-badge {
  width: 200px;
  height: 200px;
  padding: 35px 0 35px 35px;
  display: none;
  position: relative;
}

.webflow-partner-text {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(146, 103, 103, 0);
  background-clip: padding-box;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.section-tag-container {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.service-cards-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.service-cards-wrapper._2 {
  width: 70%;
  margin: 20px auto 0;
}

.service-card {
  background-color: rgba(68, 84, 254, 0);
  background-image: linear-gradient(rgba(221, 227, 232, .89), rgba(221, 227, 232, .89));
  padding: 50px;
  transition: all .4s;
}

.service-card:hover {
  background-color: rgba(68, 84, 254, .1);
}

.service-card._2 {
  width: 500px;
}

.service-card._1 {
  width: 400px;
}

.service-card-title {
  color: var(--blue-zs);
  margin-bottom: 15px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.service-card-paragraph {
  color: var(--blue-zs);
  margin-bottom: 15px;
}

.service-card-list {
  color: var(--blue-zs);
  margin-bottom: 0;
  line-height: 1.7em;
}

.section-title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.section-title-container.ref {
  max-width: 900px;
}

.section-title {
  color: var(--white-zs);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.section-title.kontakt {
  color: #252525;
}

.section-title.dark {
  color: var(--blue-zs);
}

.section-title.left {
  color: var(--blue-zs);
  text-align: left;
}

.process-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-card-container {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.process-card {
  grid-row-gap: 20px;
  background-color: #c8cdd1;
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.process-card-title {
  background-color: var(--blue-zs);
  color: var(--blue-zs);
  height: 1px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.process-card-paragraph {
  color: var(--blue-zs);
  margin-bottom: 0;
}

.faq-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
}

.faq-card {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-answer {
  color: var(--blue-zs);
  font-size: 14px;
}

.faq-toggle {
  color: #fff;
  white-space: break-spaces;
  background-color: #e1e7eb;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.faq-toggle.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-body {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-container {
  flex-direction: column;
  display: flex;
}

.toggle-text {
  z-index: 2;
  color: var(--blue-zs);
  position: relative;
}

.faq-answer-container {
  background-color: rgba(255, 255, 255, .53);
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.contact-content-container {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.contact-form-container {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.field-container {
  width: 100%;
  margin-bottom: 40px;
}

.field-label {
  color: var(--silver);
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.text-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.text-field:focus {
  border-bottom-color: #fff;
}

.text-field:focus-visible {
  border-bottom-color: #fff;
}

.text-field[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.textarea {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.textarea:focus {
  border-bottom-color: #fff;
}

.textarea:focus-visible {
  border-bottom-color: #fff;
}

.textarea[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(120deg, var(--brown), var(--midnight-blue));
  color: #fff;
  border-radius: 50px;
  padding: 20px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: rgba(221, 221, 221, .05);
  height: 100%;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.form-block {
  flex: 1;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message {
  color: #9e5847;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
  font-family: Anek Malayalam, sans-serif;
  line-height: 1.3em;
}

.projects-wrapper {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.projects-marquee-container {
  width: 240vw;
  display: flex;
}

.project-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.project-marquee {
  width: 50%;
  display: flex;
}

.explore-button-copntainer {
  flex: 1;
  justify-content: flex-end;
  max-width: 1400px;
  padding-bottom: 70px;
  display: flex;
}

.explore-button-wrapper {
  z-index: 2;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  background-color: rgba(44, 45, 55, .8);
  background-image: linear-gradient(81deg, var(--midnight-blue), #135983);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition-duration: .4s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05);
}

.arrow-circle {
  background-image: linear-gradient(#0b283a, #0b283a);
  border-radius: 50%;
  padding: 12px;
}

.section-tag-line {
  background-image: linear-gradient(90deg, rgba(225, 227, 230, .74), rgba(69, 100, 119, .8));
  flex: 1;
  height: 2px;
  margin-left: 20px;
}

.slide-nav {
  display: none;
}

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

.project-info-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  max-width: 520px;
  line-height: 1.6em;
  display: flex;
}

.project-image-container {
  width: 50%;
}

.project-slider {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: 100%;
}

.left-arrow {
  background-color: #212232;
  width: 80px;
  height: 80px;
  transition: all .3s;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
}

.left-arrow:hover {
  background-color: #2d2e3a;
}

.right-arrow {
  background-color: #212232;
  width: 80px;
  height: 80px;
  transition: all .3s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow:hover {
  background-color: #2d2e3c;
}

.project-tag {
  color: #fff;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .1);
  align-items: center;
  padding: 10px 12px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.project-tag-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  line-height: 1em;
  display: flex;
}

.project-description {
  margin-bottom: 30px;
  font-weight: 300;
}

.project-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.project-link {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  margin-left: -10px;
  padding: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.link-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.project-image {
  object-fit: cover;
  min-height: 450px;
}

.slider-section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.slider-section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, rgba(255, 111, 76, .1), rgba(255, 111, 76, 0) 95%);
}

.slider-section-container {
  flex: 1;
  max-width: 1400px;
  padding-top: 125px;
}

.navigation-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.navigation-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.nav-menu {
  margin-right: -10px;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: var(--white-zs);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #9c9595;
  padding-top: 15px;
  padding-bottom: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.footer-wrapper {
  background-color: rgba(255, 255, 255, .05);
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: -120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
}

.footer-container {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  max-width: 1400px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 12px;
  display: flex;
}

.button-text {
  letter-spacing: 1px;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.text-span {
  color: var(--blue-zs);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.text-span-2 {
  font-weight: 700;
}

.container {
  width: 50%;
  max-width: none;
}

.container-2 {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section {
  display: none;
}

.text-block {
  color: #1d1b1b;
}

.grid_item {
  width: 100%;
  padding: 1.5em;
}

.grid_item.contact-social {
  flex-direction: column;
  width: 50%;
  padding: 0;
  display: flex;
}

.grid_item.text-links {
  border-right: 1px solid var(--blue-zs);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 6.25em 5.21em 4.28em;
  display: flex;
}

.social-wrapper {
  color: var(--black-grey);
  align-items: baseline;
  width: 50%;
  padding-right: 0;
  display: none;
}

.text-link-footer {
  color: var(--blue-zs);
  letter-spacing: .25em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: .9em;
  line-height: 1.5;
}

.contact-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--blue-zs);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5em;
  font-family: Anek Malayalam, sans-serif;
  font-size: 15px;
  display: flex;
  overflow: hidden;
}

.gdpr-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  font-family: Anek Malayalam, sans-serif;
  font-size: 15px;
  display: flex;
  overflow: hidden;
}

.gdpr-text-wrapper._2 {
  padding-top: 10px;
}

.gdpr-text-wrapper.impressum {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-right: 200px;
}

.social-icon {
  color: var(--blue-zs);
  align-items: baseline;
  width: 4.2em;
  padding-right: 2.71em;
  display: flex;
}

.grid.footer-text-contact {
  display: flex;
}

.link {
  text-decoration: none;
  overflow: visible;
}

.contact-text {
  color: var(--blue-zs);
  letter-spacing: .1em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.container-3 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
}

.container-3.footer {
  border-top: 1px solid var(--blue-zs);
  border-bottom: 1px solid var(--blue-zs);
  width: auto;
  margin-top: 5em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-link_wrapper {
  display: flex;
}

.text-link_wrapper.column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 5em;
  font-family: Anek Malayalam, sans-serif;
  display: flex;
}

.text-link_wrapper.column-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.contact-social {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.contact-social.column-1-vertical {
  border-bottom: 1px solid var(--blue-zs);
  align-items: center;
  width: auto;
  height: 50%;
  padding: 5em 5.21em 5em 6.93em;
  display: flex;
}

.contact-social.column-2-vertical {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50%;
  padding: 0 5.21em 0 6.93em;
  display: flex;
}

.text-gdpr {
  color: var(--blue-zs);
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.section-3 {
  display: none;
}

.button-wraper-1 {
  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;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.button-wraper-2 {
  padding: 20px;
}

.section-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/48005_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-5 {
  border-bottom: 5px solid var(--blue-zs);
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/3654_1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 140px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: var(--blue-zs);
}

.section-6 {
  background-color: var(--white-zs);
  margin-top: 0;
}

.bold-text {
  color: var(--blue-zs);
  font-size: 28px;
}

.text-block-7 {
  color: var(--blue-zs);
  font-size: 17px;
  font-weight: 300;
}

.text-block-7.left {
  text-align: left;
}

.text-block-8 {
  color: var(--blue-zs);
  font-size: 13px;
}

.section-7 {
  background-color: var(--white-zs);
}

.section-8 {
  border-top: 5px solid var(--blue-zs);
  background-color: var(--white-zs);
}

.text-block-9 {
  color: var(--blue-zs);
}

.text-block-10, .text-block-11 {
  font-size: 13px;
}

.text-block-12 {
  color: var(--blue-zs);
  font-size: 13px;
}

.section-9 {
  padding: 0;
}

.section-9.datenschutz {
  padding-bottom: 0;
}

.section-9.home {
  padding-bottom: 10px;
}

.text-block-13 {
  color: var(--blue-zs);
}

.section-10 {
  border-bottom: 5px solid var(--blue-zs);
  background-image: linear-gradient(127deg, rgba(226, 231, 235, .82) 8%, rgba(0, 0, 0, .58) 85%), url('../images/2149374468_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 60px;
}

.contact-header {
  opacity: 1;
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#03466f, rgba(255, 255, 255, .11)), url('../images/1_2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32vh;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-5 {
  background-color: rgba(255, 255, 255, .89);
  border: 1px #adadad;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 898px;
  padding: 10px 30px 30px;
  display: flex;
  position: static;
  top: -265px;
  left: 35px;
}

.heading-24 {
  color: #03466f;
  text-transform: uppercase;
  max-width: 813px;
  margin-bottom: -20px;
  font-size: 49px;
  font-weight: 400;
  line-height: 58px;
}

.heading-25 {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}

.bold-text-2 {
  font-size: 21px;
  font-weight: 400;
}

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

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  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-x-tall {
  height: 550px;
}

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

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

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

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

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

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

.f-container-regular {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-section-large {
  background-image: linear-gradient(#e2e7eb, #e2e7eb);
  margin-bottom: 40px;
  padding: 92px 5% 42px;
  position: relative;
}

.text-block-14 {
  color: var(--blue-zs);
}

.image {
  width: 50px;
}

.image-3 {
  width: 24px;
  margin-right: 0;
  display: inline-block;
}

.image-4 {
  width: 24px;
}

.text-block-15 {
  color: var(--blue-zs);
  font-size: 14px;
  text-decoration: none;
}

.text-block-15:hover {
  text-decoration: none;
}

.text-block-16 {
  color: var(--blue-zs);
  font-size: 14px;
}

.column-3 {
  flex-flow: column;
  display: flex;
}

.image-5, .text-span-3 {
  display: none;
}

.text-span-4 {
  text-decoration: underline;
}

.text-span-5, .text-block-17, .image-6 {
  display: none;
}

.section-11 {
  padding-top: 10px;
  padding-bottom: 0;
}

.section-12 {
  border-top: 5px none var(--blue-zs);
  background-image: linear-gradient(108deg, rgba(20, 21, 32, .88) 80%, rgba(255, 255, 255, 0)), url('../images/man-cleaning-window-1_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 5vw;
  padding-right: 5vw;
}

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

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

.section-13 {
  background-image: linear-gradient(270deg, var(--dark-navy-black), rgba(255, 255, 255, 0)), url('../images/60022_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px 5vw;
}

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

.link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.rich-text-block {
  color: #161414;
  background-color: rgba(20, 21, 32, .9);
  width: 60%;
  margin: 40px auto 40px 0;
  padding: 40px;
}

.rich-text-block._1 {
  background-color: rgba(20, 21, 32, .9);
  background-image: linear-gradient(rgba(20, 21, 32, .35), rgba(20, 21, 32, .35));
  width: 60%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
}

.rich-text-block._2 {
  background-color: rgba(20, 21, 32, .9);
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 20px;
}

.paragraph-2 {
  vertical-align: text-bottom;
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
}

.bold-text-3 {
  padding-bottom: 0;
  font-size: 16px;
  display: block;
}

.bold-text-3.paragraph-2 {
  display: inline;
}

.rich-text-block-2 {
  color: var(--white-zs);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 15px;
}

.bold-text-4, .bold-text-5 {
  font-size: 16px;
}

.bold-text-6 {
  font-weight: 600;
}

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

.image-7 {
  background-color: #eee;
  padding: 10px;
}

.paragraph-18 {
  border-bottom: 3px solid #fff;
}

.hide, .text-span-6 {
  opacity: 0;
}

.text-block-18 {
  color: #000;
}

.columns {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-7 {
  color: var(--dark-navy-black);
  width: 100%;
  text-decoration: none;
}

.link-block-8 {
  color: var(--dark-navy-black);
  width: 50%;
  text-decoration: none;
}

.tel-1 {
  color: #141520;
  text-decoration: none;
}

.tel-2 {
  color: #000;
  text-decoration: none;
}

.container-6 {
  flex-flow: column;
  margin-left: 0;
  display: flex;
}

.link-block-9 {
  color: var(--dark-navy-black);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  .menu-button {
    display: flex;
  }

  .nav-bar-link {
    background-color: rgba(20, 21, 32, 0);
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
    padding: 20px 2.5vw;
    font-size: 18px;
    font-weight: 500;
  }

  .nav-bar-link:hover {
    color: #fff;
  }

  .home.footer.w--current {
    font-size: 18px;
  }

  .section-container.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-container.service {
    padding-top: 0;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 100px;
  }

  .section-container.contact {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .hero-content-conatiner {
    max-width: 500px;
  }

  .hero-paragraph {
    font-size: 15px;
  }

  .button-1:hover {
    transform: none;
  }

  .webflow-partner-badge {
    width: 160px;
    height: 160px;
    padding: 20px;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .service-card {
    padding: 35px 25px;
  }

  .service-card:hover {
    background-color: rgba(68, 84, 254, 0);
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card-paragraph, .service-card-list {
    font-size: 12px;
  }

  .section-title-container {
    font-size: 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .process-card {
    grid-row-gap: 10px;
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 12px;
  }

  .faq-answer {
    margin-bottom: 0;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .field-container {
    margin-bottom: 30px;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .textarea {
    border-radius: 0;
  }

  .projects-marquee-container {
    width: 250vw;
  }

  .project-thumbnail-container {
    margin-left: 1px;
    margin-right: 1px;
  }

  .button-2 {
    padding: 8px 9px 8px 21px;
  }

  .button-2:hover {
    transform: none;
  }

  .project-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .project-info-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
  }

  .project-image-container {
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
  }

  .left-arrow {
    top: 370px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .right-arrow {
    top: 370px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .project-description {
    margin-bottom: 10px;
  }

  .project-title {
    margin-bottom: 0;
    font-size: 26px;
  }

  .project-image {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .slider-section-container {
    padding-top: 100px;
  }

  .navigation-wrapper {
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--black-grey);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding: 20px 0 20px 2.5vw;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrapper {
    height: 120px;
    margin-top: -120px;
  }

  .grid_item.contact-social {
    border-top: 2px solid #ebeaea;
    border-bottom: 2px solid #ebeaea;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
  }

  .grid_item.text-links {
    border-right-style: none;
    width: 100%;
    padding-left: 20em;
    padding-right: 20em;
  }

  .text-link-footer {
    font-size: 1.2em;
  }

  .grid.footer-text-contact {
    flex-direction: column;
  }

  .contact-text {
    font-size: 1em;
  }

  .container-3 {
    font-size: 1vw;
  }

  .container-3.footer {
    border-bottom-style: none;
  }

  .text-link_wrapper.column-2 {
    padding-left: 10em;
  }

  .text-link_wrapper.column-1 {
    justify-content: center;
    padding-left: 5em;
  }

  .contact-social.column-1-vertical {
    border-bottom-style: none;
    border-right: 2px solid #ebeaea;
    width: 50%;
  }

  .contact-social.column-2-vertical {
    width: 50%;
  }

  .text-gdpr {
    font-size: 1em;
  }

  .heading-24 {
    font-size: 3em;
  }

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

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

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 75px;
  }

  .section-container.contact {
    padding-top: 75px;
    padding-bottom: 160px;
  }

  .hero-content-conatiner {
    grid-row-gap: 16px;
    max-width: 470px;
  }

  .hero-paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button-1 {
    padding: 1px;
  }

  .button-content {
    padding: 16px 20px;
    font-size: 15px;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .webflow-partner-badge {
    display: none;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .service-cards-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-card {
    padding: 40px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .service-card-list {
    font-size: 14px;
    line-height: 1.6em;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .section-title {
    font-size: 24px;
  }

  .process-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .process-card-container {
    width: 100%;
  }

  .process-card {
    grid-row-gap: 15px;
    padding: 40px;
  }

  .process-card-paragraph {
    font-size: 14px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .contact-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contact-form-container {
    width: 100%;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .projects-marquee-container {
    width: 320vw;
  }

  .explore-button-copntainer {
    padding-bottom: 50px;
  }

  .button-2 {
    font-size: 15px;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
    top: 250px;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    top: 250px;
  }

  .project-title {
    font-size: 24px;
  }

  .project-link {
    font-size: 14px;
  }

  .link-arrow {
    width: 9px;
    height: 9px;
  }

  .project-image {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .slider-section-container {
    max-width: 500px;
    padding-top: 75px;
  }

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

  .contact-header {
    flex-direction: row;
    height: 391px;
    padding-left: 70px;
    padding-right: 70px;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .nav-bar-link {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .burger-line {
    background-color: var(--blue-zs);
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-wrapper.glow-3.datenschutz.dd {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-wrapper.glow-2 {
    background-image: none;
  }

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

  .section-container.service {
    margin-top: 20px;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 60px;
  }

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

  .hero-title {
    font-size: 20px;
    font-weight: 600;
  }

  .hero-paragraph {
    font-size: 13px;
  }

  .button-1.ueber-uns {
    border: 1px solid #fff;
  }

  .section-tag-container {
    margin-bottom: 30px;
  }

  .service-cards-wrapper._2 {
    width: 100%;
  }

  .service-card {
    padding: 30px;
  }

  .service-card-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 400;
  }

  .service-card-list {
    font-size: 13px;
  }

  .section-title-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title {
    font-size: 20px;
  }

  .process-card {
    padding: 30px;
  }

  .process-card-paragraph, .faq-answer {
    font-size: 13px;
  }

  .faq-answer-container {
    background-color: rgba(255, 255, 255, .67);
    padding: 20px;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .projects-marquee-container {
    width: 500vw;
  }

  .explore-button-copntainer {
    padding-bottom: 35px;
  }

  .explore-button-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .arrow-circle {
    padding: 10px;
  }

  .project-info-container {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .project-slider {
    max-width: 100vw;
    height: auto;
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .left-arrow, .right-arrow {
    margin-top: -70px;
    top: 70vw;
  }

  .project-image {
    height: 70vw;
  }

  .slider-section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slider-section-container {
    padding-top: 60px;
  }

  .nav-menu {
    background-color: var(--white-zs);
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .footer-wrapper {
    height: 150px;
    margin-top: -150px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
  }

  .button-text, .text-block {
    font-size: 13px;
  }

  .grid_item.contact-social {
    border-top-width: 1px;
    border-top-color: var(--blue-zs);
    border-bottom-width: 1px;
    border-bottom-color: var(--blue-zs);
    color: var(--dark-navy-black);
    align-items: center;
  }

  .grid_item.text-links {
    padding: 7em 5em 10em;
  }

  .section-2 {
    font-size: 1vw;
  }

  .social-wrapper {
    width: 100%;
    font-size: 1vw;
  }

  .text-link-footer._1 {
    color: var(--dark-navy-black);
    letter-spacing: .1em;
    font-size: 1.4em;
  }

  .contact-wrapper {
    align-items: flex-start;
    width: 100%;
    padding-top: 5em;
  }

  .gdpr-text-wrapper {
    color: var(--dark-navy-black);
    text-transform: uppercase;
    flex-direction: column;
    justify-content: space-around;
    font-size: 3vw;
    display: flex;
  }

  .gdpr-text-wrapper._2 {
    padding-top: 0;
  }

  .social-icon {
    width: 5em;
    font-size: 2vw;
  }

  .link {
    font-size: 2vw;
  }

  .contact-text {
    padding-bottom: 1.5em;
    font-size: 1.4em;
  }

  .container-3 {
    padding-top: 10em;
  }

  .container-3.footer {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .text-link_wrapper.column-2 {
    color: var(--dark-navy-black);
    align-items: flex-start;
    width: 42%;
    padding-left: 0;
    font-size: 3vw;
  }

  .text-link_wrapper.column-1 {
    width: 60%;
    padding-left: 0;
    font-size: 1vw;
  }

  .contact-social.column-1-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-right-width: 1px;
    border-right-color: var(--blue-zs);
    color: var(--dark-navy-black);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10em;
    padding-bottom: 4em;
    padding-left: 6.9em;
    display: flex;
  }

  .contact-social.column-2-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 7em;
    display: grid;
  }

  .text-gdpr {
    padding-bottom: 1.5em;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .text-block-7 {
    font-size: 13px;
    line-height: 1.5;
  }

  .contact-header {
    height: 266px;
  }

  .div-block-5 {
    max-width: 292px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

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

  .heading-25 {
    font-size: 18px;
    line-height: 28px;
  }

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

  .f-gallery-image-x-small-square {
    height: 130px;
  }

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

  .image-2 {
    width: 80%;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-4 {
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-15, .text-block-16 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .column-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--dark-navy-black);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-4 {
    flex-flow: wrap;
    padding-bottom: 10px;
    display: block;
  }

  .column-5 {
    color: var(--dark-navy-black);
    display: block;
  }

  .column-6 {
    padding-bottom: 10px;
  }

  .section-12 {
    background-image: linear-gradient(108deg, rgba(20, 21, 32, .88) 56%, rgba(20, 21, 32, .94) 91%, rgba(255, 255, 255, 0)), url('../images/man-cleaning-window-1_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 10vw;
  }

  .rich-text-block {
    width: 100%;
    padding: 10px;
  }

  .rich-text-block._1, .rich-text-block._2 {
    width: 100%;
    margin-left: auto;
    padding: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .rich-text-block-2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .rich-text-block-2._3 {
    border-bottom: 3px solid #fff;
    font-size: 16px;
  }

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

  .paragraph-3, .paragraph-4 {
    border-bottom: 3px solid #fff;
    font-size: 16px;
    font-weight: 700;
  }

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

  .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
    border-bottom: 3px solid #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .hide {
    opacity: 0;
  }

  .text-block-18 {
    opacity: 1;
    color: var(--dark-navy-black);
    margin-left: auto;
    margin-right: auto;
  }

  .columns {
    color: var(--dark-navy-black);
    flex-flow: column;
  }
}

#w-node-_70667c1b-7436-0813-3329-1f1a0e45e3ba-2260a9cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-d5f1e916-696e-13c2-632f-1d397681eef3-2260a9cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


