@font-face {
  font-family: InterTight_local;
  src: url('../fonts/inter-tight-v7-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight_local;
  src: url('../fonts/inter-tight-v7-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight_local;
  src: url('../fonts/inter-tight-v7-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight_local;
  src: url('../fonts/inter-tight-v7-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-font: "InterTight_local", Verdana, sans-serif;
  --almost-black: #111;
  --transparent: #3330;
  --white: #fff;
  --dark-grey: #5d5d5d;
  --green\<deleted\|variable-a873bd6c-a65d-4ab2-2fd9-fdacf9c2a5ae\>: #88e800;
  --light-grey: #d1d1d1;
  --grey: #9f9f9f;
  --whitesmoke: #f5f5f5;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@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 {
  font-family: var(--main-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  font-weight: 500;
  line-height: 12vw;
}

h2 {
  font-family: var(--main-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

h3 {
  font-family: var(--main-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 500;
  line-height: 4.5vw;
}

h4 {
  font-family: var(--main-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3vw;
}

h5 {
  font-family: var(--main-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

h6 {
  font-family: var(--main-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.7vw;
}

p {
  font-family: var(--main-font);
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.8vw;
}

a {
  color: var(--almost-black);
  text-decoration: none;
}

ul, ol {
  font-family: var(--main-font);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  font-family: var(--main-font);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

figure {
  margin-bottom: 10px;
}

.cursor-wrap {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.cursor-core {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.cursor-pointer {
  aspect-ratio: 1;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border: 1px solid #0000;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1vw;
  display: flex;
}

.pointer-text {
  z-index: 5;
  font-family: var(--main-font);
  color: var(--almost-black);
  font-size: 1vw;
  font-weight: 500;
  line-height: 1vw;
  display: none;
  position: absolute;
}

.container {
  width: 100%;
  max-width: none;
  padding-left: 2vw;
  padding-right: 2vw;
}

.container.sidebar {
  border: 1px solid var(--transparent);
  padding-bottom: 10px;
  padding-left: 7vw;
}

.container.sidebar.full-width {
  margin-top: 9vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.sidebar.abstand {
  padding-bottom: 25vh;
}

.container.sidebar.ohneabstand {
  padding-bottom: 0;
  padding-right: 7vw;
}

.container.sidebar-team {
  border: 1px solid var(--transparent);
  padding-bottom: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.section {
  background-color: var(--white);
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section.utilities-head {
  padding-top: 25vh;
}

.section.utilitiy-content {
  padding-top: 5vh;
}

.section.hero, .section.about {
  z-index: 5;
  flex: none;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.service {
  z-index: 5;
  flex: none;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.portfolio {
  z-index: 5;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.team {
  z-index: 5;
  border: 1px solid var(--transparent);
  flex: none;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.faq {
  z-index: 5;
  flex: none;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.faq.abstand {
  padding-top: 10vh;
}

.section.contact {
  z-index: 5;
  flex: none;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.footer-new {
  background-color: var(--almost-black);
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1vh;
  position: relative;
  inset: 0%;
}

.section.footer-new.kontakt {
  height: 50vh;
  position: static;
}

.form-link-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1vw;
  line-height: 1.5vw;
  display: flex;
}

.small-text {
  font-family: var(--main-font);
  color: var(--almost-black);
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.7vw;
}

.small-text.thin {
  color: var(--almost-black);
  font-size: .8vw;
  font-weight: 400;
  line-height: 1.3vw;
}

.main-button {
  z-index: 2;
  background-color: var(--dark-grey);
  font-family: var(--main-font);
  color: #fff;
  border: 0 #000;
  border-radius: 5px;
  margin-top: 0;
  padding: 1vw 2vw;
  font-size: 1.3vw;
  line-height: 1.8vw;
  transition: color .2s, background-color .2s;
  position: relative;
}

.main-button:hover {
  background-color: var(--green\<deleted\|variable-a873bd6c-a65d-4ab2-2fd9-fdacf9c2a5ae\>);
  color: var(--almost-black);
}

.navbar {
  z-index: 1;
  color: #d8d8d8;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -5vw;
  padding-top: 2vw;
  font-weight: 500;
  display: block;
  position: sticky;
  top: 0;
}

.utility-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.guide-single-conten-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.guide-single-conten-group.rich-text {
  margin-top: 100px;
}

.color-code {
  font-weight: 400;
}

.guide-menu-list-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.guide-menu-head {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.guide-item {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.guide-item.typo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 50px;
}

.guide-typo-description {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.guide-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 30%;
  margin-top: 18px;
  display: flex;
  position: sticky;
  top: 10vw;
}

.guide-color {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 0;
  width: 100%;
}

.guide-color._5 {
  background-color: var(--light-grey);
}

.guide-color._4 {
  background-color: var(--grey);
}

.guide-color._1 {
  background-color: var(--whitesmoke);
}

.guide-color._2 {
  background-color: var(--white);
  border: 1px solid #a8a8a8;
}

.guide-color._3 {
  background-color: var(--almost-black);
}

.guide-color._7 {
  background-color: var(--dark-grey);
}

.guide-single-conten {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.guide-single-conten.typo, .guide-single-conten.button {
  padding-top: 5rem;
}

.guide-conten-list {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.guide-item-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #a8a8a8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.guide-item-list.button {
  flex-flow: column;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.guide-item-list.typo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.style-guide {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.guide-menu-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #f7f7f7;
  border-radius: 0;
  flex-flow: column;
  padding: 20px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.guide-menu-list.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}

.guide-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
  display: flex;
}

.small-text-2 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.guide-color-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.guide-single-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.guide-typo-title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.guide-menu-title {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.lisence-block-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.lisence-block {
  justify-content: space-between;
  width: 100%;
}

.lisence-type {
  width: 30%;
}

.lisence-details {
  width: 70%;
}

.link-license {
  font-weight: 600;
}

.license-description {
  width: 60%;
}

.changelog-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px #b6b6b6;
  border-radius: 0;
  flex-flow: column;
  padding: 60px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-wrap {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

._404-heading {
  margin-bottom: 10px;
  font-size: 17vw;
  font-weight: 500;
  line-height: 14vw;
}

._404-text {
  font-family: var(--main-font);
  margin-bottom: 20px;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.hero-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  max-height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.hero-top-div {
  flex: none;
  display: flex;
}

.hero-top-div.test8 {
  margin-top: 8vh;
}

.hero-top-left {
  justify-content: flex-end;
  align-items: stretch;
  width: 55%;
  display: flex;
}

.hero-top-left.mittig {
  justify-content: center;
  align-items: stretch;
}

.hero-top-right {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  width: 45%;
  display: flex;
}

.hero-top-right.test8 {
  margin-top: 8vh;
}

.hero-image-wrap {
  width: 50%;
  height: 28vw;
  overflow: hidden;
}

.hero-image {
  width: 100vw;
}

.hero-bot-div {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-service-outer-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 100%;
  padding-top: 1.5vw;
  padding-left: 5vw;
  display: flex;
}

.hero-service-text {
  font-family: var(--main-font);
  padding-top: 10px;
  padding-right: 0;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.hero-service-text.mehr {
  font-size: 1.4vw;
}

.line-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 35vw;
  padding-top: 2vw;
  display: flex;
}

.line {
  background-color: var(--almost-black);
  width: 100%;
  height: .1vw;
}

.hero-bot-text-wrap {
  width: 32%;
  padding-top: 2vw;
}

.hero-big-text {
  font-family: var(--main-font);
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.link-type-14 {
  color: #111;
  padding-top: .5vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-type-14:hover {
  color: #5d5d5d;
}

.link-type-14.white {
  font-family: var(--main-font);
  color: var(--white);
}

.link-type-14.verschoben {
  width: auto;
  margin-top: 0;
  margin-left: .5em;
  padding-top: 0;
}

.link-t13-text-2 {
  font-family: var(--main-font);
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.5vw;
}

.link-t13-text-2.big {
  font-family: var(--main-font);
  font-size: 1.3vw;
  line-height: 1.8vw;
}

.link-t13-text-2.footer {
  font-size: 2vw;
  line-height: 2vw;
}

.link-t13-icon-wrap-2 {
  font-family: Material Icons;
  font-size: 1.3vw;
  line-height: 1.8vw;
  position: relative;
}

.link-t13-icon-2.black {
  color: var(--almost-black);
  padding-top: 10px;
  padding-left: 10px;
  font-family: InterTight_local, Verdana, sans-serif;
}

.link-t13-icon-2.footer-grey {
  color: var(--grey);
  font-size: 2vw;
  line-height: 2vw;
}

.header {
  z-index: 99;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-top: 0;
  display: flex;
  position: fixed;
}

.navbar-menu-button-dark {
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-menu-button-dark.w--open {
  background-color: #3898ec00;
}

.link-text {
  text-transform: uppercase;
  flex-flow: row;
  display: flex;
}

.navbar-logo-dark {
  width: auto;
  padding-bottom: 0;
  padding-left: 3vw;
  display: flex;
}

.navbar-logo-dark.w--current {
  width: auto;
  padding-left: 3vw;
}

.navbar-link {
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  line-height: 4rem;
}

.navbar-section {
  background-color: var(--white);
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
  position: fixed;
}

.navbar-wrapper {
  background-color: var(--transparent);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar-wrapper.close {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2vw;
  padding-bottom: 1vw;
  display: flex;
}

.menu-flex {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.logo-normal {
  border-radius: 0;
  max-width: 150%;
}

.navbar-open {
  filter: none;
  border-radius: 0;
}

.navbar-open.white {
  filter: invert();
}

.navbar-button-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-right: 5vw;
  padding-bottom: 0;
  display: flex;
}

.navbar-button-wrap.visible {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-right: 3vw;
}

.navbar-menu {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #111;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 1.5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navbar-menu-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-menu-wrapper.mobile-link {
  display: none;
}

.header-link-wrap {
  margin-top: 25px;
  display: inline-block;
  overflow: hidden;
}

.header-link-wrap.navbar {
  font-family: var(--main-font);
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 500;
}

.header-link-wrap.navbar:hover {
  color: var(--white);
}

.horizontal-scroll-sticky {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.view-window {
  border: 1px solid var(--whitesmoke);
  background-color: var(--white);
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.horizontal-section-container {
  z-index: 1;
  width: auto;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.horizontal-scroll-wrap {
  z-index: 5;
  background-color: var(--white);
  width: 100%;
  height: 1000vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.horizontal-scroll-wrap._2 {
  z-index: 5;
  height: 333vw;
  position: relative;
}

.hero-service-wrap {
  margin-top: 140px;
  margin-bottom: 140px;
}

.about-wrap {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  max-height: 100vh;
  padding-top: 10vw;
  padding-bottom: 2.8vw;
  display: flex;
}

.about-wrap.schmal {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.about-left-div {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.about-left-div.links {
  justify-content: flex-end;
  align-items: flex-start;
  width: 66%;
}

.about-rigth-div {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.about-rigth-div.rechts {
  width: 50vh;
}

.about-heading-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-image-wrap {
  width: 60%;
}

.about-image-wrap.full {
  width: auto;
}

.about-image {
  width: 100vw;
}

.about-big-text {
  font-family: var(--main-font);
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.about-subtext-wrap {
  display: flex;
}

.subtext-cta, .subtext-paragraph {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.service-wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  max-height: 100vh;
  padding-top: 8vh;
  padding-bottom: 2.7vw;
  display: flex;
}

.servicce-bot-content {
  justify-content: space-between;
  display: flex;
}

.service-content-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 28%;
  display: flex;
}

.service-section-title {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  margin-bottom: 50vw;
  display: flex;
}

.service-section-title.normal {
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  margin-bottom: 0;
}

.service-top-div {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-image._0 {
  filter: brightness(98%);
}

.service-image-wrap {
  width: 33%;
  position: relative;
}

.service-list {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 60%;
  display: flex;
  position: relative;
}

.single-service {
  display: flex;
}

.service-title {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.service-title.nach-unten.breiter {
  flex-flow: column;
  width: 90%;
}

.service-desc {
  font-family: var(--main-font);
  width: 40%;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.6vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.service-desc._1, .service-desc._2, .service-desc._3 {
  overflow: hidden;
}

.service-desc-text {
  line-height: 3vw;
}

.underline-wrap {
  margin-top: 0;
  display: inline-block;
  overflow: hidden;
}

.underline-text-icon {
  flex-flow: row;
  display: flex;
}

.underline {
  background-color: #333;
  height: 2px;
}

.underline.service {
  height: .2vw;
  margin-bottom: 0;
  padding-top: 0;
}

.top-portfolio-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-carousel {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.logo-carousel.service {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  margin-top: 4em;
  margin-bottom: 9vw;
  display: flex;
  overflow: hidden;
}

.carousel-item-wrap {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.moving-heading {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  transform: none;
}

.big-heading {
  font-family: var(--main-font);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 15vw;
  font-weight: 500;
  line-height: 15vw;
}

.portfolo-image-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio-image {
  object-fit: cover;
  width: 50vw;
}

.spacer {
  width: 50%;
  height: 23vw;
}

.sliding-work-title {
  z-index: 3;
  opacity: 1;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: visible;
}

.work-title {
  font-family: var(--main-font);
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 3vw;
}

.top-portfolio-left {
  z-index: 999;
  width: 40%;
  position: relative;
}

.portfolio-wrap-top {
  z-index: 1;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.top-portfolio-right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  margin-bottom: -9vw;
  display: flex;
}

.portfolio-wrap {
  z-index: 20;
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
}

.portfolio-wrap-mid {
  z-index: 1;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20vw;
  display: flex;
  position: relative;
}

.sliding-work-inner-wrap {
  background-color: #3330;
  border-radius: .5vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5vw 2vw;
  display: flex;
}

.sliding-work-inner-wrap._1 {
  background-color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1vw 1vw -.5vw #0003;
}

.sliding-work-inner-wrap._2 {
  background-color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 0 1vw 1vw -.5vw #0003;
}

.work-type {
  font-family: var(--main-font);
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 2vw;
}

.project-card {
  background-color: #111;
  border-radius: .5vw;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.project-card._5 {
  border-radius: 0;
  width: 75%;
  display: flex;
  overflow: visible;
}

.project-card._2 {
  width: 75%;
  display: flex;
  overflow: visible;
}

.project-card._1 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.project-card._3 {
  border-radius: 0;
  display: flex;
  overflow: visible;
}

.project-card._6 {
  border-radius: 0;
  width: 70%;
  display: flex;
  overflow: visible;
}

.mid-portfolio-left {
  width: 35%;
}

.bot-portfolio-left {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.portfolio-wrap-bot {
  z-index: 1;
  margin-top: 11vw;
  display: flex;
  position: relative;
}

.project-image {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  height: 500px;
  margin-top: 0;
  margin-right: 100px;
  position: relative;
}

.bot-portfolio-right {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.team-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border: 1px solid var(--transparent);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  max-height: 100vh;
  padding-top: 5vw;
  padding-bottom: 0;
  display: flex;
}

.team-wrap.kurz {
  height: auto;
  max-height: none;
}

.text-hidden-wrap {
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-hidden-wrap.fifth-row, .text-hidden-wrap.third-row, .text-hidden-wrap.forth-row, .text-hidden-wrap.first-row, .text-hidden-wrap.second-row {
  overflow: hidden;
}

.text-animation-wrap {
  font-size: 6vw;
  line-height: 120%;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-opacity {
  font-family: var(--main-font);
  color: #aeaeae;
  flex: none;
  font-size: 3vw;
  font-weight: 500;
  line-height: 3.5vw;
}

.text-opacity.absolute {
  color: #000;
}

.text-opacity.absolute.smaller {
  font-family: var(--main-font);
  text-align: justify;
  font-size: 2.3vw;
}

.text-opacity.smaller {
  font-size: 2.3vw;
}

.text-opacity-move-wrap {
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.animated-text-wrap {
  max-width: 1260px;
  margin-top: 0;
  margin-left: 140px;
  margin-right: 0;
}

.big-team-card-wrap {
  border: 1px solid var(--transparent);
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.big-team-card-wrap.gleiche-h-he {
  justify-content: center;
  align-items: flex-start;
}

.big-team-card {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 25%;
  margin-top: 0;
  display: flex;
}

.big-team-card.hoeher {
  border: 1px solid var(--transparent);
  width: 50%;
  margin-top: 0;
  margin-right: 0;
}

.name-and-designation {
  border: 1px solid var(--transparent);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.name-text {
  width: auto;
}

.designation-text {
  text-align: right;
  width: 60%;
}

.big-team-image {
  border: 1px solid var(--transparent);
}

.faq-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  max-height: 100vh;
  padding-bottom: 2.2vw;
  display: flex;
}

.faq-wrap.ohnefix {
  height: auto;
  max-height: none;
}

.faq-top-div {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.faq-bot-div {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.faq-heading-wrap {
  width: 14%;
  padding-top: 2vw;
}

.faq-text-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  padding-top: 2vw;
  padding-bottom: .5vw;
  display: flex;
}

.faq-big-text {
  font-family: var(--main-font);
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.faq-top-left {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.faq-outer-accordion-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 56%;
  padding-top: 1.5vw;
  padding-left: 5vw;
  display: flex;
}

.accordion-item {
  background-color: #3330;
  border-top-width: 1px;
  border-top-color: #3e3e3e;
  border-bottom: 1px solid #d1d1d1;
  flex-flow: column;
  padding: 1.5vw 0;
  transition: all .5s;
  display: flex;
}

.accordion-item.w--current {
  background-color: #3330;
  border-top-width: 1px;
  border-top-color: #3e3e3e;
  border-bottom-width: 1px;
  border-bottom-color: #d1d1d1;
}

.icon-bg-wrap {
  background-color: var(--transparent);
}

.accordion-paragraph-warp {
  flex-flow: column;
  flex: none;
  width: 100%;
  margin-top: 1.5vw;
  padding-right: 0;
  display: flex;
}

.accordion-hidden {
  display: none;
}

.accordion-text-icon {
  font-size: 2vw;
  line-height: 2vw;
}

.accordion-icon {
  -webkit-text-stroke-width: 1px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Material Icons;
  display: flex;
}

.accordion {
  width: 100%;
}

.accordion-menu {
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: flex;
}

.faq-paragraph {
  font-family: var(--main-font);
  color: var(--dark-grey);
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.accordion-content-wrap {
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 3vw;
  display: flex;
  overflow: hidden;
}

.accordion-head-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.faq-accordion-wrap {
  flex-flow: column;
  width: 85%;
  display: flex;
}

.accordion-title {
  font-family: var(--main-font);
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.faq-link {
  padding-bottom: .5vw;
}

.faq-image-wrap {
  width: 15%;
}

.contact-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  max-height: 100vh;
  padding-top: 5vw;
  padding-bottom: 2.5vw;
  display: flex;
}

.contact-big-text {
  font-family: var(--main-font);
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.contact-title-wrap {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  display: flex;
}

.contact-title-wrap.reverse {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  filter: invert();
  width: auto;
}

.contact-left-div {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.contact-right-div {
  color: var(--almost-black);
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.contact-form {
  z-index: 1;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  opacity: 1;
  color: var(--almost-black);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding: 3vw 0 0;
  display: flex;
  position: relative;
}

.contact-form.guide {
  width: 50%;
  margin-top: 0;
  padding-top: 0;
}

.form-placeholder-group {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.form-block-wrap {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--almost-black);
  border: 1px #a8a8a8;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.success-message {
  background-color: var(--whitesmoke);
  font-family: var(--main-font);
  color: var(--almost-black);
  border-radius: 0;
}

.form-label {
  font-family: var(--main-font);
  color: #111;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.5vw;
  display: none;
}

.error-message {
  font-family: var(--main-font);
  text-align: center;
  border-radius: 0;
  font-size: 1.2vw;
  line-height: 1.7vw;
}

.form-button-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.inner-form-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: var(--almost-black);
  flex-flow: column;
  display: flex;
}

.success-message-text {
  font-family: var(--main-font);
  font-size: 1.5vw;
  line-height: 2vw;
}

.form-placeholder-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.form-text-field {
  font-family: var(--main-font);
  color: #000;
  background-color: #fff;
  border: 1px #d1d1d1;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 0;
  padding: 1.2vw 1.2vw 1.2vw 0;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.5vw;
}

.form-text-field::placeholder {
  font-weight: 500;
}

.form-text-field.text-area {
  border-radius: 0;
  height: 7.5vw;
}

.button-link {
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.form-button-field {
  z-index: 3;
  font-family: var(--main-font);
  color: #000;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-link-text {
  font-family: var(--main-font);
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.form-link-icon-wrap {
  font-family: Material Icons;
  font-size: 20px;
  position: relative;
}

.form-link-icon {
  font-size: 1.5vw;
  line-height: 2vw;
}

.contact-info-text {
  font-family: var(--main-font);
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.6vw;
  text-decoration: none;
}

.contact-info-text-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.contact-info-text-wrap.reverse {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  filter: invert();
  flex-flow: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 2vh;
}

.footer-menu-text {
  font-family: var(--main-font);
}

.footer-top {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-powered {
  font-family: var(--main-font);
  color: #fff;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.5vw;
}

.footer-menu-item {
  color: #d6d6d6;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5vw;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  overflow: hidden;
}

.footer-menu-item:hover {
  color: #8b8b8b;
}

.main-footer-wraps {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main-footer-wraps.desktop {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
}

.main-footer-wraps.desktop.kontakt {
  height: 50vh;
}

.footer-brand {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5vw;
  padding-right: 0;
  display: flex;
}

.footer-in-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.footer-menu-text-2 {
  font-family: var(--main-font);
}

.footer-wrap {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-wrap.kontakt {
  display: flex;
}

.footer-bottom {
  z-index: 1;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-brand-link {
  color: var(--light-grey);
  width: 14vw;
  margin-bottom: 2vw;
}

.footer-brand-link:hover {
  color: var(--white);
}

.footer-by-brand {
  font-family: var(--main-font);
  color: #fff;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.5vw;
}

.footer-info {
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding-top: 20px;
  padding-right: 40px;
  display: flex;
}

.footer-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  display: flex;
}

.footer-in-menu {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: start;
  display: flex;
}

.footer-in-menu.utility-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
}

.footer-in-menu.second {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-rows: auto auto;
}

.footer-brand-image {
  object-fit: contain;
}

.link-anchor {
  height: 100vh;
}

.link-anchor.home {
  height: 100vh;
  margin-top: 100vh;
  position: absolute;
}

.link-anchor.service {
  height: 83vw;
  margin-top: 100vh;
  position: absolute;
}

.link-anchor.team {
  margin-top: 100vh;
  position: absolute;
}

.link-anchor.contact {
  margin-top: 650vh;
  position: absolute;
}

.link-anchor.about {
  height: 100vh;
  margin-top: 350vh;
  position: relative;
}

.link-anchor-wrap {
  position: absolute;
}

.service-title-text {
  font-family: var(--main-font);
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3vw;
}

.clip {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.hover-arrow.bottom-left {
  position: absolute;
  inset: auto auto -100% -100%;
}

.hover-arrow.top {
  position: absolute;
  inset: -100% 0% auto;
}

.overlay {
  pointer-events: none;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

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

.padding-horizontal.padding-medium {
  object-fit: contain;
}

.home-hero_stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 20rem;
  padding-bottom: 4rem;
  display: flex;
}

.home-hero_content {
  max-width: 38rem;
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.text-size-medium {
  color: var(--almost-black);
  text-align: justify;
  max-width: 800px;
  padding-top: 100px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium.text-weight-medium {
  font-family: var(--main-font);
  font-weight: 500;
}

.text-size-medium.text-style-muted {
  font-family: var(--main-font);
  object-fit: contain;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 220px;
  display: block;
}

.text-size-medium.text-style-muted.breiter {
  max-width: 990px;
  padding-right: 0;
}

.text-size-medium.text-foto {
  font-family: var(--main-font);
  padding-top: 0;
  padding-right: 220px;
  font-size: 1.3vw;
  font-weight: 500;
}

.base-grid_left {
  border-right: 1px solid #eee;
}

.icon-1x1-tiny {
  width: .8rem;
  height: .8rem;
}

.home-hero_intro {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.base-grid {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-cover.bottom {
  object-fit: cover;
  object-position: 50% 72%;
}

.line-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #0d0d0d;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.line_fill {
  background-color: #0d0d0d;
  position: absolute;
  inset: 0%;
}

.banner_height-medium {
  min-height: 20rem;
  padding-top: 40%;
  position: relative;
  overflow: clip;
}

.line-2 {
  background-color: #eee;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.section_hero {
  color: #0d0d0d;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100svh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section_hero.ohne-h-he {
  min-height: auto;
}

.text-size-small {
  font-family: var(--main-font);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-small.blend {
  z-index: 10;
  position: relative;
}

.heading-style-h1 {
  border: 1px solid var(--transparent);
  font-family: var(--main-font);
  color: var(--almost-black);
  text-align: left;
  text-transform: uppercase;
  margin-top: 140px;
  margin-bottom: 0;
  margin-right: 100px;
  padding-left: 0;
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h1.ohne-abstand {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 0;
  padding-bottom: 0;
}

.home-hero_right {
  z-index: 10;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  margin-bottom: -4rem;
  display: flex;
  position: relative;
}

.parallax-wrapper {
  height: 120%;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.section_home-about {
  border-bottom: 1px solid #eee;
}

.text-size-large {
  font-family: var(--main-font);
  margin-top: 20px;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1.4;
}

.button_cover {
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  height: 105%;
  position: absolute;
  inset: 102% 0% 0%;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0d0d0d;
  border-radius: 100rem;
  padding: .4rem 1rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-secondary {
  color: #0d0d0d;
  background-color: #0000;
  border: 1px solid #eee;
}

.scroll-link {
  color: #0d0d0d;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 4rem;
  text-decoration: none;
  display: flex;
}

.base-grid_end-top {
  z-index: 10;
  background-color: #fff;
  margin-top: -4rem;
  position: relative;
}

.scroll-link_inside {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button_text {
  z-index: 10;
  position: relative;
}

.home-services_intro {
  text-align: justify;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.home-services_intro.links {
  justify-content: space-between;
  align-items: flex-start;
}

.circle-icon {
  border: 1px solid #eee;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-spacer {
  width: 0;
}

.home-services_left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-services_text {
  max-width: 20rem;
}

.home-services_text.breiter {
  max-width: 45rem;
}

.home-services_bottom {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.home-services_bottom.hoeher {
  margin-top: 60px;
  margin-bottom: 0;
}

.home-services_action {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-services_number {
  width: 5rem;
}

.text-size-regular {
  font-size: 1.2rem;
  font-weight: 400;
}

.text-size-regular.text-style-muted {
  font-family: var(--main-font);
  text-align: justify;
}

.home-services_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.home-services_list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.home-services_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services_side {
  max-width: 20rem;
  padding-bottom: .25rem;
}

.home-services_side.ohne-breite {
  max-width: 75em;
  margin-bottom: 4em;
  padding-bottom: 0;
}

.home-services_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-services_item {
  color: #0d0d0d;
  border: 1px solid #eee;
  border-radius: .2rem;
  padding: 2rem;
  text-decoration: none;
}

.div-prozesse {
  margin-right: 0;
  display: flex;
}

.heading-3 {
  font-family: var(--main-font);
  margin-top: 100px;
  padding-right: 0;
}

.autofit {
  background-color: var(--dark-grey);
  vertical-align: baseline;
  object-fit: cover;
}

.autofit.full-width {
  width: 100%;
}

.body-font {
  color: #070504;
  letter-spacing: .024em;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.body-font::placeholder {
  color: #070504;
}

.body-font.uppercase {
  text-transform: uppercase;
}

.body-font.uppercase::placeholder {
  color: #070504;
}

.body-font.uppercase.color-sienna {
  color: #7b422c;
}

.body-font.uppercase.color-sienna.letter-spacing {
  letter-spacing: .2em;
}

.body-font.uppercase.color-sienna.letter-spacing.change-weight {
  color: var(--grey);
  text-align: left;
  font-weight: 500;
}

.body-font.uppercase.letter-spacing {
  letter-spacing: .2em;
}

.body-font.uppercase.letter-spacing::placeholder {
  color: #070504;
}

.body-font.uppercase.letter-spacing.font-weight {
  text-align: left;
  letter-spacing: .5em;
  padding-right: 140px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.body-font.uppercase.letter-spacing.font-weight.w--current {
  color: #070504;
}

.body-font.uppercase.letter-spacing.font-weight.team-coaching {
  padding-right: 0;
}

.about-two-projects-title-wrapper {
  max-width: 1260px;
}

.about-two-projects-container {
  max-width: 990px;
}

.about-two-projects {
  padding: 120px 15px 110px;
}

.about-two-projects.ohne {
  padding-bottom: 0;
}

.about-two-projects.ohne-abstand {
  padding-top: 0;
}

.about-two-projects-title {
  padding-bottom: 50px;
}

.about-two-container {
  max-width: 1260px;
}

.about-two-grid-block-three {
  z-index: 3;
  background-color: #fff;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.about-two-grid-block-three.ohne-abstand-unten {
  padding-bottom: 0;
}

.about-two-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 220px;
  margin-right: 0;
}

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

.align-center.padding-bottom-twenty {
  text-align: left;
  padding-bottom: 20px;
}

.align-center.padding-bottom-twenty.block {
  font-family: var(--main-font);
  text-align: justify;
  margin-top: 60px;
  padding-bottom: 0;
}

.align-center.padding-bottom-ten {
  font-family: var(--main-font);
  text-align: left;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 6vw;
  line-height: 6vw;
}

.about-two-grid-block-one {
  background-color: var(--grey);
  height: 100%;
}

.about-two-grid-block-one.kurzer {
  height: 100%;
}

.about-two {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.about-two.abstand {
  padding-bottom: 25vh;
}

.about-two-block-three-main {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.about-one {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 120px 15px 0;
}

.about-one.coaching {
  padding-top: 0;
}

.about-one-text-wrapper {
  width: 100%;
  padding-bottom: 130px;
}

.padding-bottom-ten {
  font-family: var(--main-font);
  text-align: left;
  text-transform: uppercase;
  margin-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom-ten.mittig {
  text-align: left;
  width: 70%;
}

.about-one-container {
  max-width: 1260px;
}

.about-one-text-block {
  flex: 1;
  align-items: center;
  padding-top: 150px;
}

.about-one-image-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-one-main {
  grid-column-gap: 80px;
  align-items: flex-start;
  display: flex;
}

.about-one-main.rechts {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1260px;
}

.contact-faq-accordion {
  max-width: 990px;
  margin-top: 0;
}

.contact-faq-accordion.h-her {
  min-height: 30em;
}

.contact-faq-container {
  max-width: 990px;
}

.faq-hero-main {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.para-two.overflow-off.change-width {
  max-width: 1200px;
}

.para-two.overflow-off.change-width.padding-top-ten {
  max-width: none;
  padding-top: 0;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.para-one.overflow-off.change-width {
  max-width: 1200px;
}

.para-one.overflow-off.change-width.padding-top-ten {
  font-family: var(--main-font);
  max-width: none;
  padding-top: 10px;
  padding-right: 220px;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.para-one.overflow-off.change-width.padding-top-ten.team {
  text-align: justify;
  padding-right: 0;
}

.padding-bottom-twenty {
  padding-bottom: 20px;
}

.para-three.overflow-off.change-width {
  max-width: 1200px;
}

.para-three.overflow-off.change-width.padding-top-ten {
  padding-top: 10px;
  line-height: 1.5vw;
}

.contact-faq-dot-line {
  border-bottom: 1px dashed #b9b9b9;
  height: 1px;
}

.contact-faq-dot-line.margin-top-ten {
  margin-top: 10px;
}

.contact-faq-dot-line.margin-top-ten.margin-bottom-twenty {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-4 {
  text-align: left;
}

.paragraph-2 {
  font-family: var(--main-font);
  text-align: justify;
  font-size: 1.3em;
}

.div-infos {
  flex-flow: column;
  justify-content: center;
  height: auto;
  min-height: 5em;
  display: flex;
}

.div-block-3 {
  min-height: 12em;
}

.body {
  font-size: 1vw;
}

.section-title {
  font-family: var(--main-font);
  text-align: left;
  letter-spacing: -.05em;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.section-title-wrap {
  text-align: left;
  margin-bottom: 3.75rem;
}

.container-2 {
  width: 100%;
  max-width: 109.375rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 3vw;
  padding-right: .938rem;
}

.section-2 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.section-2.faq {
  background-color: #fff;
}

.section-2.contact-us {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.core-values {
  background-color: #fff;
  position: relative;
}

.section-mini-title-wrapper {
  margin-bottom: 1.75rem;
  display: inline-block;
}

.testimonial-first-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.people-info {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

._12-column-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  display: grid;
}

._12-column-grid-2.large-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  margin-top: 0;
}

.accordion-text-2 {
  color: #0009;
  margin-top: 1em;
  font-size: 1.25rem;
  line-height: 140%;
}

.testimonial-list {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-block-2 {
  border: 1px solid #0000001a;
  border-radius: 100rem;
  padding: .5rem;
}

.dropdown-icon {
  display: block;
}

.container-4 {
  min-height: auto;
  padding: 10px 2rem 7.5rem 0;
}

.medium-text-2 {
  font-family: var(--main-font);
  color: #000000e6;
  font-size: 1.25rem;
  line-height: 140%;
}

.testimonial-item-2 {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  overflow: hidden;
}

.testimonial-second-row {
  align-items: flex-start;
  display: none;
}

.partner-logo-block {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-divider {
  background-color: #ffffff14;
  width: 100%;
  height: .063rem;
}

.section-divider.top {
  position: absolute;
  inset: 0% 0% auto;
}

.section-divider.top.title-color {
  background-color: #111;
}

.section-divider.top.title-colo-10 {
  background-color: #1111111a;
}

.about-banner-info-details-wrap {
  padding-top: 3.75rem;
  padding-bottom: 0;
  position: relative;
}

.section-details {
  text-align: justify;
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 150%;
}

.section-details.font-size-h6 {
  font-size: 1.5rem;
}

.section-details.font-size-h6.hight-120 {
  font-family: var(--main-font);
  text-align: justify;
  margin-bottom: 8rem;
  padding-right: 0;
  font-size: 1.25rem;
  line-height: 150%;
}

.primary-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #111;
  border-radius: .25rem;
  padding: .875rem 1.25rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.menu-button-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
}

.section-title-wrap-2 {
  text-align: center;
  margin-bottom: 3.75rem;
}

.contact-label {
  font-family: var(--main-font);
  letter-spacing: -.03em;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

.contact-us-wrap {
  margin: 100px 0 0;
  padding-top: 8.75rem;
  padding-bottom: 0;
  position: relative;
}

.inner-shape-wrap {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-us-from-block {
  margin-bottom: 0;
}

.section-flex-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-success-message-wrap {
  background-color: #e05a4a;
  border-radius: .25rem;
  padding: 1.5rem 1.25rem;
  overflow: hidden;
}

.contact-field {
  font-family: var(--main-font);
  color: #0d151780;
  letter-spacing: -.03em;
  background-color: #0000;
  border: .063rem solid #11111114;
  border-radius: .25rem;
  width: 100%;
  height: 3.438rem;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  transition: all .4s;
}

.contact-field:hover, .contact-field:focus {
  border-color: #111;
}

.contact-field::placeholder {
  color: #1116;
}

.contact-field.message-field {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 12.5rem;
  max-height: 100%;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.contact-success-message-text {
  font-size: 1.125rem;
}

.section-details-wrap.max-width-37 {
  max-width: 55%;
  padding-right: 100px;
}

.inner-shape {
  width: 100%;
}

.footer-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #818181;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-right: 16px;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease-in-out;
  display: flex;
}

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

.footer-link.w--current {
  font-size: 1em;
  line-height: 1;
}

.submit-button {
  color: #111;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: capitalize;
  background-color: #e05a4a;
  border-radius: .25rem;
  padding: 1.375rem 1.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.submit-button.width-100 {
  font-family: var(--main-font);
  text-align: center;
  text-transform: lowercase;
  background-color: #f3f3f3;
  width: 100%;
  font-size: 1.125rem;
}

.contact-us-flex-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-error-wrap {
  text-align: center;
  background-color: #111;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1.5rem 1.25rem;
  overflow: hidden;
}

.contact-us-right-wrap {
  width: 100%;
  max-width: 57.5rem;
  margin-top: 60px;
  padding-left: 140px;
}

.contact-error-text {
  color: #fff;
  font-size: 1.125rem;
}

.contact-us-from-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.section-title-3 {
  font-family: var(--main-font);
  text-align: left;
  letter-spacing: -.05em;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.section-title-wrap-3 {
  text-align: center;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap-3.max-width-42-rem {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap-3.max-width-42-rem.mg-bottom-0-rem {
  margin-bottom: 0;
}

.section-title-wrap-3.max-width-42-rem.mg-bottom-0-rem.left {
  text-align: left;
  max-width: 40rem;
  margin-left: 0;
  margin-right: 0;
}

.section-title-wrap-3.mg-booto-0-rem {
  margin-bottom: 0;
}

.section-title-wrap-3.mg-booto-0-rem.max-width-45 {
  width: 100%;
  max-width: 45%;
}

.section-title-wrap-3.mg-booto-0-rem.max-width-45.left {
  text-align: left;
  max-width: 50%;
}

.container-6 {
  width: 100%;
  max-width: 109.375rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: .938rem;
}

.section-title-4, .section-title-5 {
  font-family: var(--main-font);
  text-align: left;
  letter-spacing: -.05em;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.container-7 {
  width: 100%;
  max-width: 109.375rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: .938rem;
  padding-right: .938rem;
}

.container-8 {
  min-height: auto;
  padding: 10px 2rem 7.5rem 0;
}

.container-9 {
  width: 100%;
  max-width: 109.375rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: .938rem;
  padding-right: .938rem;
}

.single-core-values-card {
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: .938rem .938rem 3.125rem;
  overflow: hidden;
}

.core-values-card-image-wrap {
  border-radius: .313rem;
  width: 100%;
  margin-bottom: 3.125rem;
  overflow: hidden;
}

.core-values-grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-values-card-image {
  object-fit: cover;
  background-color: #f3f3f3;
  width: 100%;
  max-width: 60%;
  height: 60%;
  transition: all .5s;
}

.core-values-card-image:hover {
  transform: scale(1.06);
}

.core-values-card-title {
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: lowercase;
  background-color: #f3f3f3;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 124%;
}

.core-values-card-title.ohne-abstand {
  font-family: var(--main-font);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.core-values-card-details-wrap {
  max-width: 25.563rem;
  margin-left: auto;
  margin-right: auto;
}

.container-impressum {
  width: 100%;
  max-width: 109.375rem;
  margin-top: 12em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: .938rem;
  padding-right: .938rem;
}

.button-ber-uns {
  width: 100%;
}

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

.header-headline {
  font-family: var(--main-font);
  font-size: 10vw;
  line-height: 1;
}

.para-text {
  font-family: var(--main-font);
  padding-top: 20px;
  line-height: 1.5vw;
}

.home_space {
  max-width: 20rem;
  min-height: 4em;
  padding-bottom: .25rem;
}

.section-themen {
  font-family: var(--main-font);
  text-align: center;
  letter-spacing: -.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.link, .heading-5, .heading-6, .heading-7, .paragraph-3, .heading-8, .paragraph-4, .paragraph-5, .heading-9, .heading-10 {
  font-family: var(--main-font);
}

.form-link-icon-wrap-2 {
  font-size: 20px;
  position: relative;
}

.link-mail {
  font-family: var(--main-font);
}

@media screen and (min-width: 1440px) {
  .logo-carousel.service {
    margin-top: 4em;
  }

  .main-footer-wraps {
    align-items: stretch;
  }

  .align-center.padding-bottom-twenty.block {
    padding-bottom: 0;
  }

  .about-two-grid-block-one.kurzer {
    height: 100%;
  }

  .heading-4 {
    text-align: left;
  }

  .section-title, .section-title-3, .section-title-4, .section-title-5, .section-themen {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1920px) {
  .container.sidebar.full-width {
    margin-top: 8vh;
  }

  .section.team {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-top-right.test8 {
    margin-top: 8vh;
  }

  .view-window {
    overflow: hidden;
  }

  .logo-carousel.service {
    margin-top: 2em;
  }

  .big-heading {
    padding-bottom: 40px;
  }

  .text-opacity.absolute.smaller {
    font-size: 2.2vw;
  }

  .text-opacity.smaller {
    font-size: 2.2vw;
    line-height: 2.5vw;
  }

  .animated-text-wrap {
    max-width: 1440px;
  }

  .big-team-card-wrap.gleiche-h-he {
    justify-content: center;
    align-items: flex-start;
  }

  .big-team-card.hoeher {
    width: 35%;
  }

  .contact-big-text.footer {
    font-size: 1.6vw;
  }

  .contact-title-wrap.reverse {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .form-placeholder-group {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .form-button-wrap {
    margin-top: 0;
  }

  .inner-form-wrap {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .form-text-field {
    font-size: .8vw;
  }

  .button-link {
    font-size: 1vh;
  }

  .form-button-field {
    font-size: .8vw;
    font-weight: 400;
    line-height: 1.5vw;
  }

  .contact-info-text {
    font-size: .8vw;
  }

  .contact-info-text-wrap.reverse {
    margin-bottom: 4vh;
  }

  .footer-menu-text {
    font-size: .8vw;
  }

  .main-footer-wraps, .main-footer-wraps.desktop {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .footer-menu-text-2 {
    font-size: .8vw;
  }

  .footer-bottom {
    overflow: visible;
  }

  .footer-by-brand {
    font-size: .8vw;
  }

  .footer-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    line-height: 1;
  }

  .footer-in-menu, .footer-in-menu.utility-wrap, .footer-in-menu.second {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .text-size-medium.text-style-muted {
    padding-right: 180px;
  }

  .heading-style-h1 {
    margin-top: 0;
  }

  .home-services_intro {
    justify-content: space-between;
    align-items: center;
  }

  .home-services_bottom {
    margin-top: 100px;
  }

  .home-services_content {
    padding-top: 0;
  }

  .body-font.uppercase.color-sienna.letter-spacing.change-weight {
    max-width: 800px;
  }

  .about-two-projects-title-wrapper {
    max-width: 1260px;
  }

  .about-two-projects-container {
    max-width: 1440px;
  }

  .about-two-projects {
    padding: 0;
  }

  .about-two-container {
    max-width: 1440px;
  }

  .align-center.padding-bottom-twenty {
    text-align: justify;
    padding-top: 60px;
  }

  .align-center.padding-bottom-twenty.block {
    padding-top: 0;
  }

  .align-center.padding-bottom-ten {
    text-align: justify;
  }

  .about-two-grid-block-one.kurzer {
    height: 100%;
  }

  .about-two-block-three-main {
    width: 100%;
    max-width: none;
  }

  .padding-bottom-ten.zeilenabstand {
    line-height: 6vw;
  }

  .about-one-container, .about-one-main.rechts {
    max-width: 1440px;
  }

  .contact-faq-accordion {
    max-width: 1100px;
    margin-top: 100px;
  }

  .contact-faq-accordion.h-her {
    max-width: 1440px;
    margin-top: 0;
  }

  .contact-faq-container {
    max-width: 1440px;
  }

  .faq-hero-main {
    margin-top: 0;
    padding-top: 0;
  }

  .para-one.overflow-off.change-width.padding-top-ten {
    padding-top: 0;
    font-size: 1vw;
  }

  .padding-bottom-twenty {
    padding-bottom: 100px;
  }

  .heading-4 {
    text-align: left;
    position: static;
  }

  .div-infos {
    min-height: 3em;
  }

  .div-block-3 {
    min-height: 14em;
  }

  .body {
    font-size: 1vw;
  }

  .section-title {
    font-size: 4.375rem;
  }

  .section-2.faq {
    padding-top: 0;
  }

  .medium-text-2 {
    text-align: justify;
  }

  .footer-link {
    font-size: 1vw;
  }

  .section-title-3, .section-title-4, .section-title-5 {
    font-size: 4.375rem;
  }

  .core-values-card-title.ohne-abstand {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-themen {
    font-size: 4.375rem;
  }

  .heading-5.footer {
    font-size: 4vw;
    line-height: 4vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 12vw;
    line-height: 12vw;
  }

  h2 {
    font-size: 8vw;
    line-height: 8.5vw;
  }

  h4 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  h5 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  h6 {
    font-size: 1.6vw;
    line-height: 2vw;
  }

  p, ul, ol, blockquote {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .cursor-wrap {
    display: none;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.sidebar {
    padding-left: 1.5rem;
  }

  .container.sidebar.ohneabstand {
    padding-right: 1.5rem;
  }

  .container.sidebar-team {
    padding-left: 1.5rem;
  }

  .section.hero {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7.5vh;
    display: flex;
  }

  .section.about {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 7.5vh;
    display: flex;
  }

  .section.service, .section.team {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7.5vh;
    display: flex;
  }

  .section.faq, .section.contact {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 7.5vh;
    display: flex;
  }

  .section.footer-new {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    padding-bottom: 1vh;
    display: flex;
  }

  .small-text, .small-text.thin {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .main-button {
    padding: 2vw 4vw;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .navbar {
    margin-bottom: -8.25vw;
    padding-top: 4vw;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .guide-typo-description {
    flex-flow: wrap;
  }

  .guide-menu {
    display: none;
  }

  .guide-single-conten.typo, .guide-single-conten.button {
    padding-top: 160px;
  }

  .lisence-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .lisence-type, .lisence-details {
    width: 100%;
  }

  .changelog-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  ._404-heading {
    font-size: 20vw;
  }

  ._404-text {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .hero-wrap {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    height: auto;
  }

  .hero-bot-div {
    justify-content: flex-end;
    align-items: center;
  }

  .hero-service-outer-wrap {
    padding-left: 0;
  }

  .hero-service-text {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .hero-bot-text-wrap {
    width: 43%;
  }

  .hero-big-text {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .link-t13-text-2 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .link-t13-text-2.big {
    font-size: 2.3vw;
    line-height: 2.8vw;
  }

  .link-t13-text-2.footer {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .link-t13-icon-2.black {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .link-t13-icon-2.footer-grey {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .header {
    width: 100vw;
    height: auto;
    padding-top: 0;
    font-size: 1vh;
  }

  .navbar-link {
    font-size: 2rem;
    line-height: 3rem;
  }

  .navbar-section {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-wrapper.close {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .logo-normal {
    width: 5rem;
  }

  .navbar-button-wrap.visible {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-menu-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .about-wrap {
    height: auto;
    padding-top: 0;
  }

  .about-left-div {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
    width: 70%;
  }

  .about-rigth-div {
    justify-content: space-between;
    width: 30%;
  }

  .about-image-wrap {
    width: 100%;
  }

  .about-big-text {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .service-wrap {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    height: auto;
  }

  .service-content-wrap {
    width: 40%;
  }

  .service-list {
    width: 63%;
  }

  .service-title {
    width: 55%;
  }

  .service-desc-text {
    font-size: 1.8vw;
    line-height: 2.3vw;
  }

  .logo-carousel {
    margin-bottom: 20px;
  }

  .logo-carousel.service {
    margin-bottom: 10px;
  }

  .portfolio-image {
    width: 65vw;
  }

  .bot-portfolio-wrap {
    padding-top: 10vw;
  }

  .spacer {
    display: none;
  }

  .work-title {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .top-portfolio-left {
    width: 50%;
  }

  .portfolio-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .work-type {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .project-card._5 {
    margin-top: 10vw;
  }

  .project-card._2, .project-card._6 {
    width: 100%;
  }

  .mid-portfolio-left {
    width: 75%;
  }

  .bot-portfolio-left {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: 100%;
  }

  .portfolio-wrap-bot {
    flex-flow: column;
    margin-top: 0;
  }

  .project-image {
    object-fit: cover;
    height: 45vw;
  }

  .bot-portfolio-right {
    width: 100%;
    margin-top: 10vw;
  }

  .team-wrap {
    grid-column-gap: 11vw;
    grid-row-gap: 11vw;
    height: auto;
    padding-bottom: 2.2vw;
  }

  .team-wrap.kurz {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .big-team-card-wrap.gleiche-h-he {
    flex-flow: column;
  }

  .big-team-card {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .big-team-card.hoeher {
    width: auto;
  }

  .name-and-designation {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .designation-text {
    text-align: left;
    width: 100%;
  }

  .faq-wrap {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    height: auto;
  }

  .faq-bot-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-top-left {
    justify-content: space-between;
    align-items: stretch;
  }

  .faq-outer-accordion-wrap {
    width: 65%;
    margin-top: -3vw;
    padding-top: 0;
    padding-left: 0;
  }

  .accordion-paragraph-warp {
    padding-bottom: 1vw;
  }

  .accordion-text-icon {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .accordion-icon {
    width: 3vw;
  }

  .accordion {
    width: 100%;
  }

  .faq-paragraph {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }

  .accordion-content-wrap {
    padding-left: 5.5vw;
  }

  .accordion-head-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

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

  .accordion-title {
    font-size: 2.5vw;
    line-height: 3rem;
  }

  .faq-image-wrap {
    width: 20%;
  }

  .contact-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    padding-bottom: 2.2vw;
  }

  .contact-big-text {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .contact-left-div {
    grid-column-gap: 25vw;
    grid-row-gap: 25vw;
  }

  .contact-right-div {
    width: 50%;
  }

  .contact-form.guide {
    flex-flow: row;
    width: 60%;
  }

  .form-placeholder-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .form-block-wrap {
    width: 100%;
    padding: 0;
  }

  .form-label, .error-message {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .inner-form-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .form-text-field {
    font-size: 1.6vw;
    line-height: 2.1vw;
  }

  .form-text-field.text-area {
    height: 10vw;
  }

  .form-button-field {
    padding: 0;
  }

  .form-link-text, .form-link-icon {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .contact-info-text {
    font-size: 1.8vw;
    line-height: 2.3vw;
  }

  .contact-info-text-wrap.reverse {
    margin-top: 2vh;
  }

  .footer-menu-text {
    font-family: Inter Tight;
    font-weight: 500;
  }

  .footer-top {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-powered {
    font-family: Inter Tight;
    font-size: 2vw;
    line-height: 2vw;
  }

  .footer-menu-item {
    color: var(--light-grey);
    font-size: 2vw;
    line-height: 2vw;
  }

  .footer-menu-item:hover {
    color: var(--white);
  }

  .main-footer-wraps {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
    height: auto;
  }

  .main-footer-wraps.desktop {
    padding-top: 5vh;
  }

  .footer-brand {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-brand-link:hover {
    color: var(--white);
  }

  .footer-by-brand {
    font-family: Inter Tight;
    font-size: 2vw;
    line-height: 2vw;
  }

  .footer-info {
    width: 100%;
    padding-top: 30px;
  }

  .footer-menu {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
    display: flex;
  }

  .footer-in-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: 1;
    justify-content: flex-start;
  }

  .footer-in-menu.utility-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .link-anchor.service {
    margin-top: 50vh;
  }

  .link-anchor.team {
    margin-top: 20vh;
  }

  .link-anchor.contact, .link-anchor.about {
    margin-top: 250vh;
  }

  .service-title-text {
    font-size: 3.5vw;
    line-height: 4vw;
  }

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

  .home-hero_stack {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .home-hero_content {
    padding-top: 2.5rem;
    padding-bottom: 6rem;
  }

  .text-size-medium.text-foto {
    padding-right: 40px;
    font-size: 2vw;
  }

  .base-grid_left {
    border-bottom: 1px solid #eee;
    border-right-style: none;
  }

  .base-grid {
    grid-template-columns: 2.25fr;
  }

  .line_fill {
    display: none;
  }

  .banner_height-medium {
    min-height: 60vw;
  }

  .heading-style-h1 {
    font-size: 3.75rem;
  }

  .home-hero_right {
    margin-bottom: 0;
  }

  .section_home-about {
    border-bottom-style: none;
  }

  .base-grid_end-top {
    border-bottom: 1px solid #eee;
  }

  .home-services_intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-services_left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-services_bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .home-services_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 4rem;
  }

  .home-services_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .home-services_item {
    padding: 1.5rem;
  }

  .body-font.uppercase.letter-spacing.font-weight {
    padding-right: 0;
  }

  .about-two-projects {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .about-two-grid-block-three.ohne-abstand-unten {
    padding-left: 0;
    padding-right: 0;
  }

  .about-two-grid {
    flex-direction: column;
    display: flex;
  }

  .about-two {
    padding-bottom: 70px;
  }

  .about-two-block-three-main {
    max-width: none;
  }

  .about-one {
    padding-top: 70px;
  }

  .about-one-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-faq-accordion.h-her, .contact-faq-container {
    max-width: none;
  }

  .faq-hero-main {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .para-one.overflow-off.change-width.padding-top-ten {
    padding-right: 0;
    font-size: 2vw;
    line-height: 1.5;
  }

  .body {
    font-size: 1vh;
  }

  .section-title {
    letter-spacing: 0;
    font-size: 4.375rem;
  }

  .section-title-wrap {
    margin-bottom: 2.5rem;
  }

  .section-mini-title-wrapper {
    margin-bottom: 1.5rem;
  }

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

  ._12-column-grid-2.large-gap {
    grid-row-gap: 4rem;
  }

  .container-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partner-logo-block {
    grid-column-gap: 1rem;
    flex-direction: row;
  }

  .about-banner-info-details-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-details.font-size-h6 {
    font-size: 1.125rem;
  }

  .section-title-wrap-2 {
    margin-bottom: 2.5rem;
  }

  .contact-label {
    font-size: 1.125rem;
  }

  .contact-us-wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-flex-wrap {
    flex-flow: column;
  }

  .contact-field {
    height: 3rem;
    font-size: 1rem;
  }

  .contact-field.message-field {
    min-height: 9rem;
  }

  .section-details-wrap.max-width-37 {
    max-width: 100%;
  }

  .submit-button.width-100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }

  .contact-us-flex-wrap {
    flex-flow: column;
  }

  .contact-us-right-wrap {
    padding-left: 0;
  }

  .contact-us-from-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-title-3 {
    letter-spacing: 0;
    font-size: 4.375rem;
  }

  .section-title-wrap-3 {
    margin-bottom: 2.5rem;
  }

  .section-title-wrap-3.max-width-42-rem.mg-bottom-0-rem.left {
    max-width: 100%;
  }

  .section-title-wrap-3.mg-booto-0-rem.max-width-45.left {
    max-width: none;
  }

  .section-title-4, .section-title-5 {
    letter-spacing: 0;
    font-size: 4.375rem;
  }

  .container-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .single-core-values-card {
    padding-bottom: 2.5rem;
  }

  .core-values-card-image-wrap {
    margin-bottom: 1.5rem;
  }

  .core-values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .core-values-card-title {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .para-text {
    line-height: 1.2;
  }

  .section-themen {
    letter-spacing: 0;
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h5 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  h6 {
    font-size: .8rem;
    line-height: 1rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  ul, ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  blockquote {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .section.hero {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .section.about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.service {
    padding-bottom: 3rem;
  }

  .section.portfolio {
    padding-top: 8rem;
  }

  .section.team {
    max-width: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.faq {
    max-width: none;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .section.faq.abstand {
    flex-flow: column;
  }

  .section.contact {
    max-width: none;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .section.footer-new {
    padding-bottom: 1rem;
  }

  .small-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .main-button {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .navbar {
    z-index: 2;
    margin-bottom: -8.5vw;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .utility-title {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .guide-single-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  ._404-heading {
    font-size: 10rem;
    line-height: 7rem;
  }

  ._404-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-wrap {
    max-height: none;
  }

  .hero-top-left {
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-top-right {
    width: 90%;
  }

  .hero-image-wrap {
    height: auto;
  }

  .hero-bot-div {
    flex-flow: row-reverse;
  }

  .hero-service-outer-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 62%;
  }

  .hero-service-text {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .hero-service-text.mehr {
    font-size: 2vw;
  }

  .hero-big-text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .link-type-14 {
    justify-content: flex-start;
    align-items: center;
  }

  .link-t13-text-2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .link-t13-text-2.big, .link-t13-text-2.footer {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .link-t13-icon-2.black, .link-t13-icon-2.footer-grey {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .header {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-logo-dark {
    padding-left: 0;
  }

  .navbar-link {
    font-size: 2rem;
    line-height: 3rem;
  }

  .navbar-section {
    background-color: var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .navbar-wrapper.close {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .navbar-menu-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: none;
  }

  .navbar-menu-wrapper.mobile-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .horizontal-scroll-sticky {
    flex-flow: column;
    height: auto;
    position: relative;
  }

  .view-window {
    height: auto;
  }

  .horizontal-section-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
  }

  .horizontal-scroll-wrap {
    flex-flow: column;
    height: auto;
  }

  .horizontal-scroll-wrap._2 {
    height: auto;
  }

  .about-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-height: none;
  }

  .about-big-text {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .service-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    max-height: none;
  }

  .service-content-wrap {
    width: 55%;
  }

  .service-top-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .service-image-wrap {
    width: 40%;
  }

  .service-list {
    width: 100%;
  }

  .service-desc-text {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .logo-carousel {
    margin-bottom: 0;
  }

  .logo-carousel.service {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 0;
  }

  .carousel-item-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .moving-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .big-heading {
    font-size: 6rem;
    line-height: 6.5rem;
  }

  .portfolio-image {
    width: 100%;
  }

  .bot-portfolio-wrap {
    padding-top: 0;
  }

  .work-title {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  .top-portfolio-left {
    width: 100%;
  }

  .portfolio-wrap-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .top-portfolio-right {
    width: 100%;
    margin-bottom: 0;
  }

  .portfolio-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .portfolio-wrap-mid {
    margin-top: 0;
  }

  .work-type {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .project-card._5 {
    width: 100%;
    margin-top: 0;
  }

  .mid-portfolio-left {
    width: 100%;
  }

  .portfolio-wrap-bot {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .bot-portfolio-right {
    margin-top: 0;
  }

  .team-wrap {
    max-height: none;
  }

  .text-opacity {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .animated-text-wrap {
    max-width: none;
    margin-left: 0;
  }

  .big-team-card-wrap {
    margin-top: 0;
  }

  .faq-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
    max-height: none;
  }

  .faq-bot-div {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .faq-heading-wrap, .faq-text-wrap {
    width: 100%;
  }

  .faq-big-text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .faq-top-left {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-outer-accordion-wrap {
    width: 100%;
    margin-top: 0;
  }

  .accordion-item, .accordion-item.w--current {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion-paragraph-warp {
    width: 100%;
    padding-left: .5rem;
    padding-right: 0;
  }

  .accordion-text-icon {
    font-size: 1.3rem;
    line-height: 1rem;
  }

  .accordion-icon {
    justify-content: flex-start;
    align-items: center;
    width: 1.5rem;
  }

  .accordion {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-paragraph {
    font-size: .85rem;
    line-height: 1.3rem;
  }

  .accordion-content-wrap {
    padding-left: 2.1rem;
  }

  .accordion-head-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .accordion-title {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .faq-image-wrap {
    display: none;
  }

  .contact-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-big-text {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .contact-big-text.footer {
    font-size: 1.4rem;
  }

  .contact-title-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 70%;
  }

  .contact-title-wrap.reverse {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .contact-left-div {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    width: 100%;
  }

  .contact-right-div {
    width: 100%;
  }

  .contact-form {
    width: 55%;
    margin-top: -9.8rem;
    padding-top: 0;
  }

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

  .form-block-wrap {
    border-radius: 0;
    width: 100%;
    padding: 2rem 0;
  }

  .form-label {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .error-message {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .success-message-text {
    font-size: .9rem;
    line-height: 1rem;
  }

  .form-placeholder-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .form-text-field {
    padding: 1rem 1rem 1rem 0;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .form-text-field.text-area {
    border-radius: 1rem;
    height: 10rem;
  }

  .form-link-text, .form-link-icon, .contact-info-text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .contact-info-text-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }

  .contact-info-text-wrap.reverse {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    width: auto;
  }

  .footer-menu-text {
    font-size: 1rem;
  }

  .footer-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .footer-powered {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .footer-menu-item {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .footer-brand {
    width: 70%;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .footer-bottom {
    margin-bottom: 0;
    padding-top: 2rem;
  }

  .footer-brand-link {
    width: 40%;
  }

  .footer-by-brand {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .footer-info {
    width: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .footer-menu {
    grid-row-gap: 28px;
    flex-flow: column;
    width: auto;
    padding-top: 40px;
    padding-left: 0;
  }

  .footer-in-menu {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .heading {
    font-size: 1.2rem;
  }

  .service-title-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .banner_height-medium {
    min-height: 75vw;
  }

  .heading-style-h1 {
    font-size: 2.75rem;
  }

  .text-size-large {
    font-size: 1.875rem;
  }

  .home-services_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .home-services_right {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-services_item {
    padding: 1.2rem;
  }

  .about-two {
    padding-bottom: 0;
  }

  .about-one-text-wrapper {
    padding-bottom: 50px;
  }

  .about-one-text-block {
    padding-top: 0;
  }

  .about-one-image-block {
    width: 100%;
  }

  .about-one-main {
    flex-direction: column;
  }

  .para-one.overflow-off.change-width.padding-top-ten {
    font-size: 2.2vw;
  }

  .body {
    font-size: 1vh;
  }

  .section-title {
    letter-spacing: 0;
    line-height: 130%;
  }

  .section-title-wrap {
    margin-bottom: 2rem;
  }

  .section-mini-title-wrapper {
    margin-bottom: 1.2rem;
  }

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

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

  .container-4 {
    padding-bottom: 5rem;
  }

  .testimonial-item-2 {
    width: auto;
  }

  .partner-logo-block {
    grid-column-gap: 1rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: flex;
  }

  .section-details {
    font-size: 1rem;
  }

  .section-title-wrap-2 {
    margin-bottom: 2rem;
  }

  .contact-label {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .contact-us-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-flex-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-field {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .contact-field.message-field {
    min-height: 7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .contact-us-flex-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-us-from-grid {
    grid-template-columns: 1fr;
  }

  .section-title-3 {
    letter-spacing: 0;
    line-height: 100%;
  }

  .section-title-wrap-3 {
    margin-bottom: 2rem;
  }

  .section-title-wrap-3.mg-booto-0-rem.max-width-45.left {
    max-width: 100%;
  }

  .section-title-4 {
    letter-spacing: 0;
    line-height: 100%;
  }

  .section-title-5 {
    letter-spacing: 0;
    line-height: 130%;
  }

  .container-8 {
    padding-bottom: 5rem;
  }

  .core-values-grid {
    grid-template-columns: 1fr;
  }

  .section-themen {
    letter-spacing: 0;
    line-height: 130%;
  }

  .heading-5.footer {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.sidebar {
    padding-left: 1rem;
  }

  .container.sidebar.ohneabstand {
    padding-right: 1rem;
  }

  .container.sidebar-team {
    padding-left: 1rem;
  }

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

  .section.hero, .section.about {
    max-width: none;
  }

  .section.footer-new.kontakt {
    height: auto;
  }

  .form-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .small-text.thin {
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.1rem;
    display: flex;
  }

  .main-button {
    padding: 1rem 2rem;
  }

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

  .utility-title, .guide-item {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .guide-item.typo {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .guide-single-conten {
    text-align: center;
    justify-content: center;
    align-items: stretch;
  }

  .guide-item-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .guide-item-list.typo {
    text-align: left;
  }

  .style-guide {
    justify-content: center;
    align-items: center;
  }

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

  .license-description {
    text-align: center;
    width: 100%;
  }

  .changelog-wrap {
    text-align: center;
    padding: 30px;
  }

  ._404-heading {
    font-size: 8rem;
    line-height: 5rem;
  }

  .hero-wrap {
    flex-flow: column-reverse;
    max-height: none;
  }

  .hero-top-div {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .hero-top-left {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .hero-top-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .hero-bot-div {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .hero-service-outer-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .hero-service-text, .hero-service-text.mehr {
    font-size: 1rem;
  }

  .hero-bot-text-wrap {
    text-align: center;
    width: 65%;
  }

  .navbar-menu-button-dark {
    margin-left: 10px;
  }

  .navbar-menu-button-dark.w--open {
    justify-content: center;
    align-items: center;
  }

  .navbar-logo-dark {
    padding-left: 0;
  }

  .navbar-link {
    line-height: 2rem;
  }

  .navbar-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-wrapper.close {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-flex {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .navbar-button-wrap, .navbar-button-wrap.visible {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-menu-wrapper {
    flex-flow: column;
    display: none;
  }

  .navbar-menu-wrapper.mobile-link {
    display: flex;
  }

  .header-link-wrap {
    display: inline-block;
  }

  .header-link-wrap.navbar {
    max-width: none;
  }

  .about-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column-reverse;
    max-height: none;
  }

  .about-left-div {
    text-align: center;
    width: 100%;
  }

  .about-rigth-div {
    width: 100%;
  }

  .about-heading-wrap {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .about-big-text {
    font-size: .9rem;
  }

  .about-subtext-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .subtext-cta {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .subtext-paragraph {
    width: 100%;
  }

  .service-wrap {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column-reverse;
  }

  .servicce-bot-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .service-content-wrap {
    width: 100%;
  }

  .service-section-title {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .service-top-div {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .service-image {
    width: 100vw;
  }

  .service-image-wrap {
    width: 100%;
  }

  .service-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .single-service {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .service-title {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .service-desc._1, .service-desc._2, .service-desc._3 {
    text-align: center;
    width: 100%;
    position: relative;
  }

  .underline-wrap {
    display: inline-block;
  }

  .underline.service {
    height: .1rem;
  }

  .logo-carousel {
    margin-bottom: 20px;
  }

  .logo-carousel.service {
    margin-bottom: 0;
  }

  .carousel-item-wrap {
    grid-column-gap: 24vw;
    grid-row-gap: 24vw;
  }

  .big-heading {
    font-size: 5rem;
    line-height: 5rem;
  }

  .sliding-work-title {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .top-portfolio-left {
    width: 100%;
  }

  .portfolio-wrap-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .top-portfolio-right {
    width: 100%;
    margin-bottom: 0;
  }

  .portfolio-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .portfolio-wrap-mid {
    margin-top: 0;
  }

  .sliding-work-inner-wrap {
    color: #111;
    justify-content: center;
    align-items: center;
  }

  .sliding-work-inner-wrap._1 {
    padding: 1rem;
  }

  .sliding-work-inner-wrap._2 {
    padding: 1rem 1.5rem;
  }

  .project-card._5 {
    cursor: auto;
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .project-card._2 {
    cursor: auto;
    background-color: #fff;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .project-card._1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    cursor: auto;
    background-color: #3330;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .project-card._3 {
    cursor: auto;
    background-color: #fff;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .project-card._6 {
    cursor: auto;
    background-color: #3330;
    flex-flow: column;
  }

  .mid-portfolio-left {
    width: 100%;
  }

  .bot-portfolio-left {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
  }

  .portfolio-wrap-bot {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 0;
  }

  .project-image {
    height: 25rem;
  }

  .bot-portfolio-right {
    margin-top: 0;
  }

  .text-opacity {
    font-size: 1.1rem;
  }

  .text-opacity.absolute.smaller, .text-opacity.smaller {
    font-size: 2.8vw;
  }

  .text-opacity-move-wrap {
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .animated-text-wrap {
    max-width: none;
    margin-left: 0;
  }

  .big-team-card-wrap.gleiche-h-he {
    flex-flow: column;
  }

  .big-team-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .name-and-designation {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .name-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .faq-bot-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .faq-heading-wrap {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .faq-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: .5rem;
  }

  .faq-big-text {
    text-align: left;
  }

  .accordion-paragraph-warp {
    margin-top: 1rem;
    padding-bottom: .5rem;
  }

  .faq-paragraph {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .accordion-content-wrap {
    padding-left: 22px;
  }

  .accordion-head-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .accordion-title {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .contact-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .contact-big-text {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .contact-big-text.footer {
    font-size: 1.3rem;
  }

  .contact-title-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .contact-title-wrap.reverse {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    margin-bottom: 2vh;
  }

  .contact-left-div {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .contact-form {
    width: 100%;
    margin-top: 0;
  }

  .form-placeholder-group {
    flex-flow: column;
  }

  .form-block-wrap {
    padding: 1.5rem 0;
  }

  .form-button-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .success-message-text {
    line-height: 1.1rem;
  }

  .form-placeholder-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .form-text-field.text-area {
    border-radius: 1rem;
    height: 190px;
  }

  .contact-info-text-wrap {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .footer-menu-text {
    font-family: InterTight_local, Verdana, sans-serif;
  }

  .footer-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .main-footer-wraps {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .main-footer-wraps.desktop.kontakt {
    height: auto;
  }

  .footer-brand {
    width: 90%;
  }

  .footer-menu-text-2 {
    font-family: InterTight_local, Verdana, sans-serif;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    margin-bottom: 0;
    padding-top: 2rem;
    overflow: visible;
  }

  .footer-brand-link {
    width: auto;
    margin-bottom: 1rem;
  }

  .footer-by-brand {
    font-family: InterTight_local, Verdana, sans-serif;
  }

  .footer-menu {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    padding-top: 0;
  }

  .footer-in-menu {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-in-menu.utility-wrap {
    grid-template-columns: 1fr 1fr;
    width: 50%;
    min-width: auto;
    max-width: none;
  }

  .footer-brand-image {
    width: 50%;
  }

  .paragraph {
    text-align: center;
  }

  .service-title-text {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

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

  .text-size-medium.text-style-muted.breiter {
    max-width: none;
  }

  .text-size-medium.text-foto {
    padding-right: 0;
    font-size: 1rem;
  }

  .banner_height-medium {
    min-height: 85vw;
  }

  .home-services_intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .body-font.uppercase.letter-spacing.font-weight {
    letter-spacing: .3em;
  }

  .about-two-projects-title-wrapper, .about-two-projects-container {
    max-width: none;
  }

  .about-two-projects.ohne-abstand, .about-two-grid-block-three {
    padding-left: 0;
    padding-right: 0;
  }

  .about-one.coaching {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-bottom-ten {
    font-size: 2.6rem;
  }

  .padding-bottom-ten.zeilenabstand {
    font-size: 2.2rem;
  }

  .padding-bottom-ten.mittig {
    width: auto;
  }

  .about-one-main.rechts, .contact-faq-accordion {
    max-width: none;
  }

  .contact-faq-accordion.h-her {
    min-height: auto;
  }

  .faq-hero-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-hero-main.ohne {
    padding-left: 0;
    padding-right: 0;
  }

  .para-one.overflow-off.change-width.padding-top-ten {
    font-size: 3vw;
  }

  .contact-faq-dot-line.margin-top-ten.margin-bottom-twenty {
    width: 80%;
  }

  .heading-4 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-block-3 {
    width: auto;
    min-height: auto;
  }

  .body {
    font-size: 1vh;
  }

  .section-title {
    letter-spacing: -.02em;
    font-weight: 500;
  }

  .section-mini-title-wrapper {
    margin-bottom: 1rem;
  }

  .trusted-by-block.nomobile {
    display: none;
  }

  ._12-column-grid-2.large-gap {
    grid-row-gap: 3rem;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-second-row {
    display: flex;
  }

  .partner-logo-block {
    display: block;
  }

  .section-details.font-size-h6.hight-120 {
    margin-top: 4em;
    margin-bottom: 0;
  }

  .primary-button {
    padding: 1rem;
    font-weight: 400;
  }

  .contact-label {
    margin-bottom: 10px;
  }

  .contact-us-wrap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .inner-shape-wrap {
    display: none;
  }

  .section-flex-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .contact-field {
    font-size: .9rem;
  }

  .contact-field.message-field {
    min-height: 5rem;
  }

  .section-details-wrap.max-width-37 {
    max-width: none;
    padding-right: 0;
  }

  .submit-button.width-100 {
    padding: .9rem 1rem;
    font-size: 1rem;
  }

  .contact-us-from-grid {
    grid-row-gap: 15px;
  }

  .section-title-3 {
    letter-spacing: -.02em;
    font-size: 3rem;
    font-weight: 500;
    line-height: 100%;
  }

  .section-title-wrap-3.max-width-42-rem {
    margin-bottom: 1.5rem;
  }

  .section-title-wrap-3.mg-booto-0-rem.max-width-45.left {
    max-width: 100%;
  }

  .section-title-4, .section-title-5 {
    letter-spacing: -.02em;
    font-size: 3rem;
    font-weight: 500;
  }

  .container-7, .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .single-core-values-card {
    padding-bottom: 2rem;
  }

  .core-values-card-image-wrap {
    margin-bottom: 1rem;
  }

  .core-values-card-title {
    font-size: 1.375rem;
  }

  .container-impressum {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .header-headline {
    font-size: 3rem;
  }

  .para-text {
    line-height: 1;
  }

  .section-themen {
    letter-spacing: -.02em;
    font-size: 3rem;
    font-weight: 500;
  }

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

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec7-e5e783e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-e5e783e3 {
  grid-area: 2 / 1 / 11 / 4;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-e5e783e3 {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-e5e783e3 {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-e5e783e3 {
  grid-area: 2 / 1 / 11 / 3;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-e5e783e3 {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-e5e783e3 {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

#w-node-_4b84930d-efa7-3cd1-fb0c-256798c62fea-e5e783e3 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b84930d-efa7-3cd1-fb0c-256798c62feb-e5e783e3 {
  grid-area: 2 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-c41697ff-a8b6-4be4-a255-a13d2cc6bf85-e5e783e3 {
  grid-area: 2 / 1 / 11 / 3;
}

#w-node-c41697ff-a8b6-4be4-a255-a13d2cc6bf86-e5e783e3 {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-c41697ff-a8b6-4be4-a255-a13d2cc6bf88-e5e783e3 {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

#w-node-_6eb8f9f5-81a9-8dbe-b512-ab1ae63e46e2-e63e46df {
  justify-self: center;
}

#w-node-_4b84930d-efa7-3cd1-fb0c-256798c62fea-9af54d59 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b84930d-efa7-3cd1-fb0c-256798c62feb-9af54d59 {
  grid-area: 2 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-9af54d59 {
  grid-area: 2 / 1 / 11 / 3;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-9af54d59 {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-9af54d59 {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

#w-node-_6ef72db1-a020-49d9-fcdd-57738ac1a047-9af54d59 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a9e680ab-f735-0ceb-7e1a-79cc5b39f2b5-9af54d59 {
  grid-area: 1 / 1 / 10 / 3;
}

#w-node-_6ef72db1-a020-49d9-fcdd-57738ac1a048-9af54d59 {
  grid-area: 2 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-9af54d59 {
  grid-area: 2 / 1 / 11 / 5;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-9af54d59 {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-9af54d59 {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

#w-node-_3650bbe8-0536-c9a2-02e0-ef878391e9e6-9af54d59 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_3650bbe8-0536-c9a2-02e0-ef878391e9e8-9af54d59 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-a6472982 {
  grid-area: 2 / 1 / 11 / 3;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-a6472982 {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-a6472982 {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

#w-node-_6ef72db1-a020-49d9-fcdd-57738ac1a047-a6472982 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a9e680ab-f735-0ceb-7e1a-79cc5b39f2b5-a6472982 {
  grid-area: 1 / 1 / 10 / 3;
}

#w-node-_6ef72db1-a020-49d9-fcdd-57738ac1a048-a6472982 {
  grid-area: 2 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-a6472982 {
  grid-area: 2 / 1 / 11 / 5;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-a6472982 {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-a6472982 {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

#w-node-b3955380-30ce-a295-0487-cbfb49a45f37-005e554c, #w-node-b3955380-30ce-a295-0487-cbfb49a45f49-005e554c, #w-node-_55d7a21c-9999-7afd-5ada-20b6782f1777-005e554c, #w-node-b3955380-30ce-a295-0487-cbfb49a45f4d-005e554c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b84930d-efa7-3cd1-fb0c-256798c62fea-005e554c {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b84930d-efa7-3cd1-fb0c-256798c62feb-005e554c {
  grid-area: 2 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-005e554c {
  grid-area: 2 / 1 / 11 / 3;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-005e554c {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-005e554c {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

#w-node-_6ef72db1-a020-49d9-fcdd-57738ac1a047-005e554c {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a9e680ab-f735-0ceb-7e1a-79cc5b39f2b5-005e554c {
  grid-area: 1 / 1 / 10 / 3;
}

#w-node-_6ef72db1-a020-49d9-fcdd-57738ac1a048-005e554c {
  grid-area: 2 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-005e554c {
  grid-area: 2 / 1 / 11 / 5;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-005e554c {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-005e554c {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

#w-node-d3dfa27a-7bf4-d967-c4ed-4f1b69f9a6b9-ec5af648, #w-node-d3dfa27a-7bf4-d967-c4ed-4f1b69f9a6b9-28b44f50 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-cf77a4ec-b4ef-f039-0794-463562c4da3d-cbfb2e1e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cf77a4ec-b4ef-f039-0794-463562c4da3e-cbfb2e1e {
  grid-area: 2 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_57ded285-4d13-37f9-075c-441ebe5612ac-5e06abf5 {
  grid-area: 2 / 1 / 11 / 3;
}

#w-node-_57ded285-4d13-37f9-075c-441ebe5612ad-5e06abf5 {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-_57ded285-4d13-37f9-075c-441ebe5612af-5e06abf5 {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

#w-node-ff3d53f4-15b5-00dd-67e3-3675497dc5c8-11b256eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff3d53f4-15b5-00dd-67e3-3675497dc5c9-11b256eb {
  grid-area: 2 / 1 / 11 / 4;
}

#w-node-ff3d53f4-15b5-00dd-67e3-3675497dc5ca-11b256eb {
  grid-area: 1 / 2 / 10 / 8;
}

#w-node-ff3d53f4-15b5-00dd-67e3-3675497dc5cc-11b256eb {
  grid-area: 2 / 7 / 11 / 13;
  align-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-_4b84930d-efa7-3cd1-fb0c-256798c62feb-e5e783e3 {
    grid-area: 2 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-_4b84930d-efa7-3cd1-fb0c-256798c62fea-9af54d59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4b84930d-efa7-3cd1-fb0c-256798c62feb-9af54d59, #w-node-_6ef72db1-a020-49d9-fcdd-57738ac1a048-9af54d59, #w-node-_6ef72db1-a020-49d9-fcdd-57738ac1a048-a6472982, #w-node-_4b84930d-efa7-3cd1-fb0c-256798c62feb-005e554c, #w-node-_6ef72db1-a020-49d9-fcdd-57738ac1a048-005e554c, #w-node-cf77a4ec-b4ef-f039-0794-463562c4da3e-cbfb2e1e {
    grid-area: 2 / 1 / 4 / 2;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_75b22697-ae7c-0592-972b-6711258e9950-e5e783e3 {
    order: -9999;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-e5e783e3 {
    grid-column-end: 3;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-e5e783e3 {
    grid-column-end: 11;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-e5e783e3 {
    grid-column: 3 / 11;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-e5e783e3 {
    grid-column-end: 3;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-e5e783e3 {
    grid-column-end: 11;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-e5e783e3 {
    grid-column: 3 / 11;
  }

  #w-node-c41697ff-a8b6-4be4-a255-a13d2cc6bf85-e5e783e3 {
    grid-column-end: 3;
  }

  #w-node-c41697ff-a8b6-4be4-a255-a13d2cc6bf86-e5e783e3 {
    grid-column-end: 11;
  }

  #w-node-c41697ff-a8b6-4be4-a255-a13d2cc6bf88-e5e783e3 {
    grid-column: 3 / 11;
  }

  #w-node-_6eb8f9f5-81a9-8dbe-b512-ab1ae63e46e2-e63e46df {
    justify-self: start;
  }

  #w-node-_75b22697-ae7c-0592-972b-6711258e9950-9af54d59 {
    order: -9999;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-9af54d59 {
    grid-column-end: 3;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-9af54d59 {
    grid-column-end: 11;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-9af54d59 {
    grid-column: 3 / 11;
  }

  #w-node-a9e680ab-f735-0ceb-7e1a-79cc5b39f2b5-9af54d59, #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-9af54d59 {
    grid-column-end: 3;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-9af54d59 {
    grid-column-end: 11;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-9af54d59 {
    grid-column: 3 / 11;
  }

  #w-node-_3650bbe8-0536-c9a2-02e0-ef878391e9e6-9af54d59 {
    grid-column-end: 13;
  }

  #w-node-_3650bbe8-0536-c9a2-02e0-ef878391e9e8-9af54d59 {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_75b22697-ae7c-0592-972b-6711258e9950-a6472982 {
    order: -9999;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-a6472982 {
    grid-column-end: 3;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-a6472982 {
    grid-column-end: 11;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-a6472982 {
    grid-column: 3 / 11;
  }

  #w-node-a9e680ab-f735-0ceb-7e1a-79cc5b39f2b5-a6472982, #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-a6472982 {
    grid-column-end: 3;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-a6472982 {
    grid-column-end: 11;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-a6472982 {
    grid-column: 3 / 11;
  }

  #w-node-_75b22697-ae7c-0592-972b-6711258e9950-005e554c {
    order: -9999;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-005e554c {
    grid-column-end: 3;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-005e554c {
    grid-column-end: 11;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-005e554c {
    grid-column: 3 / 11;
  }

  #w-node-a9e680ab-f735-0ceb-7e1a-79cc5b39f2b5-005e554c, #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-005e554c {
    grid-column-end: 3;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-005e554c {
    grid-column-end: 11;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-005e554c {
    grid-column: 3 / 11;
  }

  #w-node-d3dfa27a-7bf4-d967-c4ed-4f1b69f9a6b9-ec5af648, #w-node-d3dfa27a-7bf4-d967-c4ed-4f1b69f9a6b9-28b44f50 {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_57ded285-4d13-37f9-075c-441ebe5612ac-5e06abf5 {
    grid-column-end: 3;
  }

  #w-node-_57ded285-4d13-37f9-075c-441ebe5612ad-5e06abf5 {
    grid-column-end: 11;
  }

  #w-node-_57ded285-4d13-37f9-075c-441ebe5612af-5e06abf5 {
    grid-column: 3 / 11;
  }

  #w-node-ff3d53f4-15b5-00dd-67e3-3675497dc5c9-11b256eb {
    grid-column-end: 3;
  }

  #w-node-ff3d53f4-15b5-00dd-67e3-3675497dc5ca-11b256eb {
    grid-column-end: 11;
  }

  #w-node-ff3d53f4-15b5-00dd-67e3-3675497dc5cc-11b256eb {
    grid-column: 3 / 11;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_46b38590-a669-57a9-cbbd-85de3b7cecac-e5e783e3 {
    order: -9999;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-e5e783e3 {
    grid-row-end: 10;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-e5e783e3 {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-e5e783e3 {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-e5e783e3 {
    grid-row-end: 10;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-e5e783e3 {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-e5e783e3 {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-c41697ff-a8b6-4be4-a255-a13d2cc6bf85-e5e783e3 {
    grid-row-end: 10;
  }

  #w-node-c41697ff-a8b6-4be4-a255-a13d2cc6bf86-e5e783e3 {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-c41697ff-a8b6-4be4-a255-a13d2cc6bf88-e5e783e3 {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-_46b38590-a669-57a9-cbbd-85de3b7cecac-9af54d59 {
    order: -9999;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-9af54d59 {
    grid-row-end: 10;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-9af54d59 {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-9af54d59 {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-a9e680ab-f735-0ceb-7e1a-79cc5b39f2b5-9af54d59, #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-9af54d59 {
    grid-row-end: 10;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-9af54d59 {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-9af54d59 {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-_3650bbe8-0536-c9a2-02e0-ef878391e9e6-9af54d59 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_3650bbe8-0536-c9a2-02e0-ef878391e9e8-9af54d59 {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_5d847405-9c5a-331a-b555-9cbe3d6ac496-9af54d59 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16452402-b7a3-01cb-d64f-543d50755817-9af54d59 {
    justify-self: end;
  }

  #w-node-_46b38590-a669-57a9-cbbd-85de3b7cecac-a6472982 {
    order: -9999;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-a6472982 {
    grid-row-end: 10;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-a6472982 {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-a6472982 {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-a9e680ab-f735-0ceb-7e1a-79cc5b39f2b5-a6472982, #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-a6472982 {
    grid-row-end: 10;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-a6472982 {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-a6472982 {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-_5d847405-9c5a-331a-b555-9cbe3d6ac496-a6472982 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16452402-b7a3-01cb-d64f-543d50755817-a6472982 {
    justify-self: end;
  }

  #w-node-_46b38590-a669-57a9-cbbd-85de3b7cecac-005e554c {
    order: -9999;
  }

  #w-node-b3955380-30ce-a295-0487-cbfb49a45f3d-005e554c, #w-node-b3955380-30ce-a295-0487-cbfb49a45f43-005e554c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2d-005e554c {
    grid-row-end: 10;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b2e-005e554c {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-_5b5fb9ba-6221-5283-3032-8332e3518b30-005e554c {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-a9e680ab-f735-0ceb-7e1a-79cc5b39f2b5-005e554c, #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec8-005e554c {
    grid-row-end: 10;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cec9-005e554c {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-_5c60a3ab-e8cf-60c6-6245-ae25d415cecb-005e554c {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-_5d847405-9c5a-331a-b555-9cbe3d6ac496-005e554c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16452402-b7a3-01cb-d64f-543d50755817-005e554c {
    justify-self: end;
  }

  #w-node-_8079346e-5b0c-e9da-c2b6-29f5a5f6841b-1b54e2f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8079346e-5b0c-e9da-c2b6-29f5a5f68421-1b54e2f6 {
    justify-self: end;
  }

  #w-node-d3dfa27a-7bf4-d967-c4ed-4f1b69f9a6b9-ec5af648, #w-node-d3dfa27a-7bf4-d967-c4ed-4f1b69f9a6b9-28b44f50 {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_46b38590-a669-57a9-cbbd-85de3b7cecac-cbfb2e1e {
    order: -9999;
  }

  #w-node-_5d847405-9c5a-331a-b555-9cbe3d6ac496-cbfb2e1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16452402-b7a3-01cb-d64f-543d50755817-cbfb2e1e {
    justify-self: end;
  }

  #w-node-_46b38590-a669-57a9-cbbd-85de3b7cecac-5e06abf5 {
    order: -9999;
  }

  #w-node-_57ded285-4d13-37f9-075c-441ebe5612ac-5e06abf5 {
    grid-row-end: 10;
  }

  #w-node-_57ded285-4d13-37f9-075c-441ebe5612ad-5e06abf5 {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-_57ded285-4d13-37f9-075c-441ebe5612af-5e06abf5 {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-_5d847405-9c5a-331a-b555-9cbe3d6ac496-5e06abf5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16452402-b7a3-01cb-d64f-543d50755817-5e06abf5 {
    justify-self: end;
  }

  #w-node-ff3d53f4-15b5-00dd-67e3-3675497dc5c9-11b256eb {
    grid-row-end: 10;
  }

  #w-node-ff3d53f4-15b5-00dd-67e3-3675497dc5ca-11b256eb {
    grid-row-end: 9;
    grid-column-start: 1;
  }

  #w-node-ff3d53f4-15b5-00dd-67e3-3675497dc5cc-11b256eb {
    grid-row-start: 10;
    grid-column-start: 1;
  }

  #w-node-_5d847405-9c5a-331a-b555-9cbe3d6ac496-11b256eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16452402-b7a3-01cb-d64f-543d50755817-11b256eb {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3650bbe8-0536-c9a2-02e0-ef878391e9e6-9af54d59 {
    grid-column-end: 5;
  }

  #w-node-_3650bbe8-0536-c9a2-02e0-ef878391e9e8-9af54d59, #w-node-d3dfa27a-7bf4-d967-c4ed-4f1b69f9a6b9-ec5af648, #w-node-d3dfa27a-7bf4-d967-c4ed-4f1b69f9a6b9-28b44f50 {
    grid-area: 1 / 1 / 4 / 5;
  }
}


@font-face {
  font-family: 'InterTight_local';
  src: url('../fonts/inter-tight-v7-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterTight_local';
  src: url('../fonts/inter-tight-v7-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterTight_local';
  src: url('../fonts/inter-tight-v7-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterTight_local';
  src: url('../fonts/inter-tight-v7-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}