@font-face {
  font-family: snasmd;
  src: url('../fonts/dmsans-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: snasmd;
  src: url('../fonts/dmsans-mediumitalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: snasmd;
  src: url('../fonts/dmsans-bolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: snasmd;
  src: url('../fonts/dmsans-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: snasmd;
  src: url('../fonts/dmsans-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: snasmd;
  src: url('../fonts/dmsans-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray-1: #111112;
  --blau: #3f6780;
  --white: white;
  --bg-blau-new: #f7f7fd;
  --light-blue: #b0c7d3;
  --gray-3: #e4e0dd;
  --danger: #da2424;
  --light-hellblau: #abdaef;
  --hellblau: #7fa2b5;
  --black: black;
  --gray-2: #62636b;
  --gray-4: #f4f1ee;
  --primary-1: #041e3d;
  --primary-2: #052c25;
  --primary-3: #d2c0a6;
  --primary-4: #d79f6e;
  --success: #24da78;
  --warning: #ff9f1c;
  --info: #adeef8;
  --bg-blau: white;
}

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

body {
  color: var(--gray-1);
  font-family: snasmd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: snasmd, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 15px;
  margin-bottom: 13px;
  font-family: snasmd, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: snasmd, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 39px;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 15px;
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

h5 {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

p {
  margin-bottom: 5px;
}

a {
  color: var(--gray-1);
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: square;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  background-image: url('../images/fast-forward-double-right-arrows-symbol.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  margin-top: 10px;
  padding-left: 30px;
  list-style-type: disc;
  position: static;
}

strong {
  font-weight: bold;
}

blockquote {
  border-top: 1px solid var(--gray-1);
  letter-spacing: -.02em;
  border-left: 5px #e2e2e2;
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 26px 0 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 39px;
}

figure {
  margin-top: 26px;
  margin-bottom: 26px;
}

figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 14px;
  line-height: 22px;
}

.section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.bg-gray-4 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.section.bg-primary-2 {
  background-color: #0000;
  background-image: linear-gradient(to bottom, transparent, #0d151a33 20%, var(--blau));
  flex-direction: column;
  align-items: center;
  padding-top: 172px;
  padding-bottom: 96px;
  transition: background-color .2s, border .2s;
  display: flex;
}

.section.bg-primary-2.start {
  background-color: var(--blau);
  background-image: none;
  padding-top: 203px;
}

.section.no-bottom-space {
  padding: 88px 5% 138px;
}

.section.no-bottom-space.oldsticky {
  display: none;
}

.container {
  z-index: 30;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.text-small {
  font-size: 14px;
  line-height: 22px;
}

.row {
  direction: ltr;
  flex-wrap: nowrap;
  flex: none;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.button {
  border: 1px solid var(--gray-1);
  background-color: var(--gray-1);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  color: var(--gray-1);
  background-color: #0000;
}

.button.button-large {
  background-color: var(--blau);
  justify-content: center;
  margin-top: 20px;
  line-height: 1.3em;
}

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

.button.button-small {
  background-color: var(--blau);
  justify-content: center;
  height: 42px;
  font-size: 14px;
}

.button.button-small:hover {
  background-color: var(--white);
}

.button.button-outline {
  color: var(--gray-1);
  background-color: #0000;
}

.button.button-outline:hover {
  background-color: var(--gray-1);
  color: var(--white);
}

.button.icon-button {
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button.icon-button:hover {
  border-color: var(--gray-1);
}

.button.button-circle-small {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 0;
  height: 28px;
  padding: 4px;
  display: flex;
}

.button.button-wide {
  padding-left: 52px;
  padding-right: 52px;
}

.button.navbar-centered-button {
  background-color: var(--blau);
  color: #fff;
  border-color: #11111280;
  order: 0;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.4em;
}

.button.navbar-centered-button:hover {
  background-color: var(--bg-blau-new);
  color: #000;
}

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

.button-icon {
  flex: none;
}

.bg-gray-1 {
  background-color: var(--gray-1);
  color: var(--white);
}

.bg-white {
  background-color: var(--white);
}

.card {
  background-color: var(--white);
  color: var(--gray-1);
  flex-direction: column;
  display: flex;
}

.card.content-width-medium {
  color: var(--gray-1);
}

.card.content-width-medium.grid-content-overlap-left {
  background-color: var(--blau);
  min-height: 420px;
  margin-bottom: 0;
  display: flex;
}

.card-body {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  padding: 39px;
  display: flex;
}

.card-body.card-body-tall {
  direction: ltr;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 520px;
  display: flex;
}

.bg-primary-2 {
  background-color: var(--blau);
  color: var(--white);
}

.split-section-full-width {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0%;
  display: grid;
}

.split-section-full-width.split-section-reverse {
  direction: rtl;
}

.space-bottom {
  margin-bottom: 26px;
}

.large-heading {
  letter-spacing: -.03em;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: snasmd, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1em;
}

.large-heading.process-heading {
  margin-bottom: 64px;
}

.large-heading.opposites {
  margin-bottom: 0;
}

.large-heading.lined-out {
  color: #11111299;
  text-decoration: line-through;
}

.large-heading.padding {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.large-heading.padding.stellenanzeigen {
  margin-bottom: 140px;
}

.large-heading.padding.mobile {
  display: none;
}

.subheading {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.2em;
}

.subheading.hero-karriere {
  margin-bottom: 0;
}

.justify-column-between {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.justify-column-between.content-width-medium {
  background-color: var(--bg-blau-new);
  direction: ltr;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  height: auto;
  margin-bottom: 0;
  margin-right: 54px;
  padding: 40px 30px 40px 0;
  display: flex;
}

.justify-column-between.content-width-small {
  direction: ltr;
  justify-content: flex-start;
}

.content-width-medium {
  background-color: var(--light-blue);
  object-fit: cover;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: flex;
  position: static;
  overflow: visible;
}

.content-width-medium.section-title {
  max-width: none;
  margin-bottom: 25px;
  margin-left: 0;
}

.content-width-medium.align-self-center {
  background-color: var(--blau);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.split-section-content {
  direction: ltr;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  display: flex;
}

.split-section-content.bg-gray-4 {
  width: 100%;
}

.split-section-content.kontakt {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5%;
}

.display-2 {
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-family: snasmd, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 72px;
}

.display-1 {
  text-align: left;
  letter-spacing: -.03em;
  margin-bottom: 26px;
  font-family: snasmd, sans-serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 1em;
}

.display-1.white {
  color: var(--white);
  text-align: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: snasmd, sans-serif;
  font-size: 60px;
}

.centered-marquee {
  position: absolute;
}

.centered-marquee.display-2.text-white {
  z-index: 2;
  color: #fff;
  white-space: nowrap;
  white-space: nowrap;
  font-family: snasmd, sans-serif;
  font-size: 40px;
  inset: auto 0% -26%;
}

.centered-marquee-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.centered-marquee-container.split-section-content {
  margin-left: 5%;
}

.align-self-center {
  object-fit: cover;
  align-self: center;
  height: 100%;
}

.content-width-small {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.content-width-small.footer-2-cta {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.section-title {
  margin-bottom: 76px;
}

.section-title.content-width-medium.centered-content-mobile {
  z-index: 2;
  background-color: var(--bg-blau-new);
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  top: 0;
}

.grid-halves {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(50%, 1fr);
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.grid-halves.overlap-image-pair {
  place-items: end center;
  margin-top: -156px;
  margin-bottom: 60px;
  padding-right: 50px;
}

.grid-halves.down {
  padding-left: 0%;
  padding-right: 0%;
}

.card-body-tall {
  min-height: 416px;
}

.no-bottom-space {
  margin-bottom: 0;
  padding-bottom: 0;
}

.split-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg-blau-new);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 40px;
  display: grid;
}

.split-section.horizontal {
  padding: 55px;
}

.subtitle {
  margin-bottom: 26px;
}

.subtitle.small {
  margin-bottom: 10px;
  padding-left: 0%;
  font-family: snasmd, sans-serif;
  font-size: 26px;
  line-height: 1.4em;
}

.grid-content-overlap-left {
  margin-left: -52px;
}

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

.split-section-container {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
}

.image-offset-top {
  object-fit: cover;
  object-position: 0% 0%;
  height: 60vh;
  min-height: 550px;
}

.navbar-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 13px 5%;
  display: grid;
}

.navbar {
  z-index: 999999;
  background-color: #fff;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  padding: 0 13px;
  font-size: 1em;
  line-height: 1.4em;
  position: relative;
  top: 0;
  bottom: 0;
}

.navbar-centered-menu {
  order: 2;
}

.menu-button {
  margin-left: 0;
}

.nav-dropdown-toggle {
  align-items: center;
  padding: 0;
  display: flex;
}

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

.dropdown-icon {
  flex: none;
  margin-left: 4px;
}

.footer {
  padding-top: 104px;
  padding-bottom: 52px;
}

.footer.bg-primary-2 {
  background-color: var(--blau);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 30px;
  display: flex;
}

.footer-1-top-row {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.vertical-link-menu {
  flex-direction: column;
  margin-left: 26px;
  margin-right: 26px;
  display: flex;
}

.vertical-link-item {
  opacity: 1;
  margin-bottom: 13px;
  transition: opacity .2s;
}

.vertical-link-item:hover {
  opacity: .5;
}

.vertical-link-item.text-white {
  font-weight: 400;
}

.footer-menus-wrapper {
  margin-left: 76px;
  display: flex;
}

.footer-1-bottom-row {
  border-top: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.social-list {
  justify-content: center;
  margin-top: 50px;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

.social-list.contact {
  justify-content: flex-start;
  margin-top: 0;
}

.button-round {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  display: flex;
}

.button-round.social-button {
  background-color: #00000024;
  margin-left: 6px;
  margin-right: 6px;
  transition: transform .2s;
}

.button-round.social-button:hover {
  transform: scale(1.2);
}

.button-round.social-button.contact {
  background-color: var(--blau);
  cursor: pointer;
}

.button-round-icon {
  max-height: 18px;
}

.footer-1-menus {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.footer-fine-print {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-fine-print.bottom {
  justify-content: flex-end;
}

.form-input {
  border: 1px solid var(--gray-3);
  background-color: #0000;
  height: 52px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  font-size: 18px;
  line-height: 26px;
}

.form-input:focus {
  border-color: var(--gray-1);
}

.form-input.space-bottom {
  margin-bottom: 13px;
}

.nav-link-text {
  font-weight: 500;
  line-height: 1.2em;
  transition: opacity .2s;
}

.nav-link-text:hover {
  opacity: .5;
}

.button-circle {
  background-color: var(--gray-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: transform .2s;
  display: flex;
}

.button-circle:hover {
  transform: scale(1.1);
}

.button-circle.button-circle-small {
  width: 26px;
  height: 26px;
}

.button-circle.button-circle-small.bg-white {
  background-color: var(--white);
}

.button-icon-small {
  width: 16px;
  height: 16px;
}

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

.announcement-dismiss {
  margin-left: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.horizontal-rule {
  border-top: 0px solid var(--gray-1);
  margin-top: 26px;
  margin-bottom: 26px;
}

.display-none {
  display: none;
}

.metric-horizontal {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  margin-bottom: 52px;
  padding-bottom: 26px;
  display: flex;
}

.metric-horizontal.down {
  margin-bottom: 0;
}

.footer-subscribe-wrapper {
  flex: 1;
}

.footer-subscribe-wrapper.content-width-small {
  margin-left: 30px;
  margin-right: 30px;
}

.accordion-title-panel {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs-center {
  justify-content: center;
  margin-bottom: 76px;
  display: flex;
}

.text-tab {
  color: var(--white);
  background-color: #0000;
  border-bottom: 1px solid #fff0;
  margin-left: 26px;
  margin-right: 26px;
  padding: 0 0 6px;
  font-size: 24px;
  line-height: 30px;
  transition: border-color .2s;
}

.text-tab.w--current {
  background-color: #0000;
  border-bottom-color: #fff;
}

.wide-tabs-menu {
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  overflow: auto;
}

.gallery-slider-row {
  grid-column-gap: 65px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.image-slider {
  background-color: #0000;
  border: 1px solid #d3d3d3;
  height: auto;
}

.image-slider-mask {
  height: auto;
}

.slider-button-round {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.slider-button-round.slider-button-right {
  border: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
  inset: auto 44px -26px auto;
}

.slider-button-round.slider-button-right:hover {
  transform: scale(1.05);
}

.slider-button-round.slider-button-left {
  border: 1px solid #ddd;
  transition: all .2s;
  inset: auto 118px -26px auto;
}

.slider-button-round.slider-button-left:hover {
  transform: scale(1.05);
}

.gallery-slider-wrapper {
  height: auto;
}

.form-error {
  background-color: var(--danger);
  color: var(--white);
  text-align: center;
  padding: 19px;
}

.blog-image-link {
  background-color: var(--gray-1);
  display: block;
  overflow: hidden;
}

.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: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.footer-2-top-row {
  border-bottom: 1px solid var(--gray-1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
  padding-bottom: 52px;
  display: flex;
}

.footer-2 {
  padding-top: 59px;
  padding-bottom: 59px;
}

.footer-2-middle-row {
  justify-content: space-between;
  margin-bottom: 104px;
  display: flex;
}

.footer-2-bottom-row {
  font-size: 14px;
  line-height: 22px;
}

.case-study-large-link {
  z-index: 2;
  backface-visibility: hidden;
  perspective: 1000px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.case-study-bg {
  opacity: .05;
  filter: saturate(0%);
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dropdown-content {
  background-color: var(--white);
  border: 1px solid #1111121a;
  min-width: 150px;
  padding: 13px 26px;
}

.dropdown-content.w--open {
  opacity: 1;
}

.dropdown-link {
  opacity: .72;
  padding: 6px 0;
  transition: transform .2s, opacity .2s;
}

.dropdown-link:hover {
  opacity: 1;
  transform: translate(6px);
}

.dropdown-link.w--current {
  opacity: 1;
  color: var(--gray-1);
}

.dropdown-column {
  min-width: 150px;
}

.dropdown-list {
  background-color: #0000;
  display: none;
}

.nav-menu {
  align-items: center;
  line-height: 1.4em;
  display: flex;
}

.split-section-scrollable-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  display: flex;
  overflow: hidden;
}

.demos-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.demos-sidebar {
  flex-direction: column;
  height: 100%;
  display: block;
  position: static;
  top: auto;
  overflow: visible;
}

.back-to-top-button-container {
  z-index: 99;
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 26px;
  right: 26px;
}

.demo-link {
  border: 1px solid var(--gray-3);
  background-color: var(--gray-1);
  justify-content: center;
  align-items: center;
  max-width: 598px;
  display: flex;
  position: relative;
}

.slider-image {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  max-width: none;
  height: 400px;
  margin-top: 30px;
}

.slider-image.ergonometrik {
  width: 70%;
  height: 300px;
}

.slider-image.t-v {
  object-fit: contain;
  object-position: 50% 50%;
}

.slider-image.ebike {
  object-position: 50% 40%;
}

.slider-image.lauf {
  object-position: 50% 65%;
}

.slider-image.partner-board {
  object-position: 50% 0%;
}

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

.s-scroll {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.image-3 {
  object-fit: contain;
  height: 45px;
}

.text-header {
  height: auto;
  font-size: 24px;
  font-weight: 500;
}

.h3-small {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4em;
}

.bullet-points-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tabs {
  background-color: var(--bg-blau-new);
  max-width: 1200px;
  padding: 24px;
  overflow: hidden;
}

.text-title {
  margin-left: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
}

.text-title.crossed {
  color: #11111299;
  text-decoration: line-through;
}

.background-video {
  z-index: -5;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.colouroverlay {
  z-index: -1;
  object-fit: fill;
  background-color: #0317248c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  width: auto;
  height: 100%;
  position: static;
}

.grid {
  grid-column-gap: 104px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  align-items: start;
  max-width: 1200px;
  position: relative;
}

.slider-content {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 35px;
  position: relative;
}

.text-block-2 {
  color: #000;
  margin-top: 10px;
}

.image-5 {
  margin-top: 21px;
}

.text-big {
  letter-spacing: -.03em;
  height: auto;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: .9em;
}

.text-big.ueber-uns {
  text-align: center;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 54px;
}

.content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% 0% auto;
}

.paragraph-2 {
  margin-top: 22px;
}

.div-block-10 {
  padding-left: 0%;
  padding-right: 0%;
}

.image-6 {
  width: 200px;
}

.div-block-12 {
  flex: 0 auto;
}

.div-block-13 {
  position: absolute;
  top: 120px;
  left: auto;
  right: -155px;
  transform: rotate(90deg);
}

.div-block-13.digital {
  color: #fff;
  padding: 0%;
  top: 121px;
  right: -165px;
}

.div-block-13.ber-uns {
  top: 138px;
  right: -173px;
}

.div-block-13.karriere {
  top: 23%;
  right: -62px;
}

.text-block-3 {
  color: #9494948f;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
}

.text-block-3.white {
  color: #ffffff8f;
}

.text-big-2 {
  letter-spacing: -.03em;
  font-size: 54px;
  font-weight: 500;
  line-height: .9em;
}

.text-big-2.ber-uns {
  text-align: center;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.div-block-14 {
  height: 97.1875px;
  overflow: hidden;
}

.div-block-15 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: sticky;
  top: 101px;
}

.div-block-15._12323 {
  align-items: flex-start;
  width: 100%;
  display: block;
  position: sticky;
  top: 115px;
}

.div-block-16 {
  flex-direction: column;
  margin-top: 15px;
  display: flex;
}

.text-block-4 {
  font-size: 20px;
  font-weight: 700;
}

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

.link-2 {
  margin-left: 10px;
  font-weight: 600;
}

.link-2.im-footer {
  color: var(--white);
  font-weight: 400;
}

.text-block-6 {
  font-size: 20px;
  font-weight: 700;
}

.leistungsbeschreibung {
  text-decoration: none;
}

.leistungsbeschreibung li {
  background-image: url('../images/fast-forward-double-right-arrows-symbol.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-attachment: scroll;
  padding-left: 30px;
  line-height: 1.4em;
  position: static;
}

.leistungsbeschreibung a {
  text-decoration: underline;
}

.video-icon-wrapper {
  background-color: #c0c0d333;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.video-hover-button {
  z-index: 35;
  cursor: pointer;
  border: 1px dashed #c0c0d34d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: none;
  position: relative;
}

.video-icon {
  filter: none;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.videodiv {
  z-index: -2;
  background-color: #000000d1;
  display: none;
  position: absolute;
  inset: 0%;
}

.pop-up {
  z-index: 100;
  background-color: #000000d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-27 {
  background-color: #dbdbdb;
  padding: 40px;
  position: relative;
}

.div-block-28 {
  background-color: var(--blau);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 1% .5% auto auto;
}

.image-9 {
  width: 25px;
  height: 25px;
}

.digital {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 40px;
  display: flex;
}

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

.div-block-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 61px;
  display: flex;
  position: relative;
}

.content-digital {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 620px;
  height: auto;
  padding: 40px;
  display: flex;
}

.div-block-31 {
  height: 93.58px;
  margin-bottom: 20px;
  overflow: hidden;
}

.figures-digital {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #afafaf;
  border-bottom: 2px #afafaf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  padding-top: 24px;
  padding-bottom: 0;
  display: grid;
}

.number-digital {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.text-block-9 {
  margin-bottom: 0;
}

.div-block-32 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  height: 80px;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}

.div-block-33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.button-3 {
  color: #3b3b3b;
  background-color: #fff;
  padding-left: 26px;
  padding-right: 26px;
}

.button-3:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button-3.v1 {
  margin-top: 30px;
}

.button-3.v1.mobile {
  display: none;
}

.wrapper-word-animation {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-cover {
  z-index: 100;
  background-color: #f7f7fa;
  display: none;
  position: absolute;
  inset: 0%;
}

.ber-uns-hero {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.ber-uns-hero.dark {
  background-color: #06080f;
}

.ber-uns-hero.dark.no-padding.clip {
  overflow: hidden;
}

.ber-uns-hero.dark.no-padding.clip.v2 {
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 69px;
  padding-bottom: 0;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.video-bottom {
  z-index: 25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 116px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.underline-hover-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.testimonial-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 65px;
  line-height: 1em;
  position: absolute;
}

.testimonial-text._1 {
  text-align: center;
  width: auto;
  font-size: 60px;
  position: relative;
  inset: 0% 0% auto auto;
}

.testimonial-text._2, .testimonial-text._3 {
  text-align: center;
  font-size: 60px;
  position: absolute;
}

.standard-tab {
  opacity: .7;
  color: #151c34;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #151c34;
  background-color: #0000;
  position: relative;
}

.image-13 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.team {
  margin-top: 100px;
}

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

.img__cover.is--panel {
  z-index: 1;
  object-position: 0% 50%;
  min-height: auto;
  position: relative;
}

.img__cover.is--panel.porada {
  object-position: 55% 0%;
}

.img__cover.is--panel.taemmler {
  object-position: 66% 20%;
}

.img__cover.is--panel.tim {
  object-position: 50% 50%;
}

.team-headshot__wrap {
  cursor: pointer;
  position: relative;
}

.team-headshot__wrap.team--open {
  width: 100%;
  height: 100%;
}

.team-modal__panel {
  z-index: 99999;
  background-color: #fff;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 700px;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: auto;
  box-shadow: -8px 0 18px #00000029;
}

.team-modal__bg {
  z-index: 1;
  cursor: default;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0;
}

.team-panel__header {
  z-index: 999999;
  height: auto;
  min-height: auto;
  max-height: 700px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block-82 {
  color: #fff;
}

.team-contact__wrap.in--panel {
  font-size: 18px;
  font-weight: 300;
}

.team-panel__content {
  flex-direction: column;
  justify-content: center;
  width: auto;
  min-width: 500px;
  max-width: 600px;
  padding: 32px 20px 56px 32px;
  display: flex;
}

.team-view__wrap {
  justify-content: center;
  align-items: center;
  width: 92%;
  display: flex;
  position: relative;
}

.grunds-tze {
  background-color: var(--blau);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 0;
  display: flex;
}

.text-block-83 {
  color: #fff;
}

.image-14 {
  background-color: var(--bg-blau-new);
  object-fit: cover;
  height: 472.199px;
  margin-bottom: 60px;
  padding: 40px;
}

.div-block-36 {
  padding: 30px;
}

.tradition-moderne {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 87px 5% 60px;
  display: flex;
}

.header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.header-wrapper.team {
  margin-bottom: 55px;
}

.div-block-38 {
  flex-direction: column;
  justify-content: flex-start;
  height: 60.3px;
  display: flex;
  overflow: hidden;
}

.historie-tab {
  background-color: var(--light-hellblau);
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
}

.historie-tab.w--current {
  background-color: var(--blau);
  color: #fff;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  transform: scale(1.2);
}

.text-tradition-moderne {
  font-size: 16px;
}

.div-block-39 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  padding: 20px 41px 0;
  display: flex;
}

.wrapper {
  z-index: 12;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.wrapper.plus-200-width {
  z-index: 11;
  max-width: 1400px;
}

.wrapper.stripe-wrapper {
  justify-content: space-between;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-cover {
  background-color: var(--blau);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.large-text {
  color: #fff;
  height: 300px;
  font-family: snasmd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45em;
}

.background-cover {
  z-index: 0;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-cover.padding {
  justify-content: center;
  padding-left: 6vw;
  padding-right: 6vw;
}

.cover {
  z-index: 10;
  width: 100px;
  height: 100%;
  position: absolute;
}

.cover.right {
  inset: 0% 0% 0% auto;
}

.cover.left {
  inset: 0% auto 0% 0%;
}

.pinstripe {
  border-right: 1px solid #ffffff12;
  width: 25%;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.pinstripe.testimonial {
  border-left: 1px solid #ffffff12;
  width: 33.33%;
}

.arrow-2 {
  z-index: 11;
  color: #0d0d11;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 140px;
  display: flex;
  inset: auto 0% 0% auto;
}

.arrow-2.left-arrow {
  inset: auto auto 0% -1%;
}

.arrow-2.right-arrow {
  inset: auto -1% 0% auto;
}

.ghost-cover {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-wrap {
  border-right: 1px #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-left: 0;
  display: flex;
  position: static;
}

.testimonial-mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial-person {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 140px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.profile-name {
  z-index: 1;
  font-family: snasmd, sans-serif;
  font-weight: 600;
  position: relative;
}

.testimonial-slider-2 {
  background-color: #0000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.paralax-cover {
  background-image: url('../images/jakob-dalbjorn-cukjre3nyyc-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.paralax-cover.dark {
  background-color: #0000;
  background-image: linear-gradient(#163e57c2, #163e57c2), url('../images/handschlag.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.social {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  padding: 120px 6vw;
  display: flex;
  position: relative;
}

.social.dark {
  background-color: #1b1b1b;
  position: relative;
  top: 0;
  overflow: visible;
}

.social.dark.sticky-row {
  z-index: 90;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

.reg-text {
  color: #ffffffe6;
  font-family: snasmd, sans-serif;
  font-size: 17px;
  line-height: 1.55em;
}

.testimonial-text-2 {
  margin-bottom: 140px;
  overflow: hidden;
}

.slider-wrap {
  overflow: hidden;
}

.heading-3 {
  color: var(--white);
  font-size: 55px;
}

.auszeichnungen {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 82px 5% 10px;
  display: flex;
  overflow: hidden;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  font-size: 54px;
  line-height: 1.2em;
}

.image-92 {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-92._1, .image-92._3 {
  object-position: 50% 0%;
}

.lottie-animation {
  background-color: #0000;
  width: 50px;
  margin-bottom: 0;
}

.content-hero {
  background-color: #163e57c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  display: flex;
}

.div-block-295 {
  flex-direction: column;
  align-items: center;
  height: 100px;
  margin-top: 30vh;
  margin-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.text-span-2 {
  font-style: normal;
  text-decoration: underline;
}

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

.team-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 31px 5% 60px;
  display: flex;
}

.grid-3 {
  grid-template: "Mitarbeiter-1 Mitarbeiter-1 Mitarbeiter-2 Mitarbeiter-3"
                 "Mitarbeiter-5 Mitarbeiter-6 Mitarbeiter-7 Mitarbeiter-7"
                 "Mitarbeiter-8 Mitarbeiter-8 Mitarbeiter-9 Mitarbeiter-10"
                 "Mitarbeiter-11 Mitarbeiter-12 Mitarbeiter-13 Mitarbeiter-13"
                 "Mitarbeiter-14 Mitarbeiter-14 Mitarbeiter-16 Mitarbeiter-17"
                 "Area . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
}

.employee-div {
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
}

.employee-div.hideemployee, .employee-div.old {
  display: none;
}

.image-94 {
  float: none;
  clear: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.image-94.dirk {
  object-position: 100% 50%;
}

.image-94.kruschinski {
  object-position: 75% 50%;
}

.image-94.nagel {
  object-position: 70% 50%;
}

.image-94.sch-fer {
  object-position: 35% 50%;
}

.image-94.sch-fers {
  object-position: 65% 50%;
}

.image-94.schielasko {
  object-position: 40% 50%;
}

.image-94.tkavev, .image-94.unverzagt {
  object-position: 60% 50%;
}

.image-94.wiesner {
  object-position: 50% 50%;
}

.image-94.schulz, .image-94.wilkemeyer {
  object-position: 60% 50%;
}

.image-94.m-kieserling {
  object-position: 40% 50%;
}

.image-94.holin {
  object-position: 45% 50%;
}

.image-94.n-lle {
  object-position: 50% 50%;
}

.image-94.titzmann {
  object-position: 42% 50%;
}

.image-94.luis-w {
  object-position: 40% 50%;
}

.div-block-300 {
  background-color: #535353d4;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-300.black-white {
  background-color: #535353d4;
  display: none;
}

.div-block-301 {
  z-index: 10;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.mitarbeiter-name {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.mitarbeiter-titel {
  color: #fff;
  margin-top: 4px;
}

.header-panel__info-2 {
  z-index: 5;
  background-color: var(--blau);
  padding: 20px 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-popup-show-hide {
  z-index: 99999;
  width: 100%;
  height: 660px;
  display: block;
  position: fixed;
  inset: 0 0% 0%;
  overflow: hidden;
}

.team-popup-show-hide.helmut-kieserling, .team-popup-show-hide.tim-kieserling, .team-popup-show-hide.mona-taemmler, .team-popup-show-hide.dirk-porada {
  height: 100%;
  display: none;
}

.headshot__overlay-2 {
  z-index: 2;
  color: #fff;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  font-size: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.team-view__text-2 {
  position: absolute;
}

.team-headshot__mask-2 {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team--closer-2 {
  z-index: 44;
  background-color: var(--blau);
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team--closer-2:hover {
  background-color: var(--hellblau);
}

.team-modal__body-2 {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: scroll;
}

.outline-card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid #8e93a526;
  flex: 0 auto;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.panel__title-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: snasmd, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.text-after-heading {
  text-align: center;
  width: 75%;
  max-width: 800px;
  margin-top: 11px;
  margin-bottom: 32px;
}

.studie-wrapper {
  background-color: var(--bg-blau-new);
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.div-block-302 {
  background-color: #eeeef7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 40px;
  display: flex;
}

.div-block-303 {
  background-color: var(--bg-blau-new);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 50px 60px;
  display: flex;
}

.counter-block {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.counter-block.white {
  color: #fff;
}

.div-block-99 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
}

.counter.white {
  color: #fff;
}

.plus {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 34px;
  font-weight: 700;
}

.plus.white {
  color: #fff;
}

.counter-support-text {
  color: var(--black);
  text-align: left;
  white-space: normal;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.counter-support-text.white {
  color: #fff;
}

.counting-number-div {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.counting-number-div.white {
  color: #fff;
}

.text-block-100 {
  text-align: left;
  margin-top: 10px;
  font-style: italic;
}

.text-block-101 {
  margin-bottom: 14px;
}

.div-block-304 {
  margin-top: 62px;
}

.header-panel__info-3 {
  z-index: 5;
  background-color: #3f6780c7;
  padding: 20px 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-modal__panel-2 {
  z-index: 99999;
  background-color: #fff;
  width: 100%;
  max-width: 640px;
  min-height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: auto;
  box-shadow: -8px 0 18px #00000029;
}

.studie-popup {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
  overflow: hidden;
}

.studie-popup.kundenstudie, .studie-popup.mitarbeiterstudie {
  display: none;
}

.team-panel__header-2 {
  z-index: 999999;
  height: 55vh;
  min-height: 44vh;
  max-height: 640px;
  position: relative;
  overflow: hidden;
}

.team--closer-3 {
  z-index: 44;
  background-color: #3f6780c7;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team--closer-3:hover {
  background-color: #1e323e;
}

.team-modal__body-3 {
  z-index: 9999;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: scroll;
}

.team-panel__content-2 {
  min-height: 100%;
  padding: 32px 20px 56px 32px;
}

.panel__title-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: snasmd, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.div-block-305 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  position: static;
  bottom: 0;
}

.div-block-306 {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-karriere {
  padding: 0 0%;
}

.arrow-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1.3em;
  display: flex;
}

.grid-4 {
  grid-column-gap: 38px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .6fr;
  max-width: 1200px;
  padding: 0;
  position: relative;
}

.offene-stellen {
  flex-direction: column;
  align-items: center;
  padding: 60px 3%;
  display: flex;
}

.project_item {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.section-12 {
  z-index: 1;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.feature_grid {
  grid-column-gap: 0px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 52vw;
}

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

.feature_wrap._2 {
  padding-bottom: 80px;
}

._480 {
  max-width: 480px;
}

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

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

.feature_image._1 {
  z-index: 1;
  object-fit: cover;
  height: 550px;
}

.feature_image._2 {
  z-index: 0;
  object-fit: cover;
  height: 550px;
}

.feature_image._3 {
  z-index: 1;
  object-fit: cover;
  height: 584px;
  inset: 0% 0% auto auto;
}

.feature_text {
  margin-top: 20px;
  margin-bottom: 10px;
}

.feature_text.testimonial {
  font-style: italic;
}

.feature_image-wrap {
  width: 100%;
  max-width: 567px;
  margin-top: 80px;
  position: relative;
}

.section-13 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.wrapper-counting-number {
  margin-bottom: 20px;
}

.div-block-307 {
  padding-left: 0;
  padding-right: 30px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, var(--blau), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.overlay-fade-top {
  background-image: linear-gradient(to bottom, var(--blau), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.container-6 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_image-wrapper {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--blau), #628fac 51%, var(--blau));
  border-radius: 12px;
  padding: 40px;
  overflow: hidden;
}

.section-timeline {
  z-index: 0;
  background-color: var(--blau);
  color: #000;
  position: relative;
  overflow: visible;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_centre {
  background-color: #0000;
  justify-content: center;
  display: flex;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--light-blue), var(--bg-blau-new) 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: sticky;
  inset: 0 auto 50vh;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

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

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

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

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.section-14 {
  background-color: var(--blau);
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: static;
}

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

.div-block-308 {
  display: flex;
}

.div-block-308.mobile {
  display: none;
}

.div-block-309 {
  height: 54px;
  margin-right: 10px;
  overflow: hidden;
}

.track {
  height: 300vw;
}

.camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.frame-item {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 25px;
  display: flex;
}

.div-block-310 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-horizontal-big {
  color: #fff;
  font-size: 24px;
}

.div-block-311 {
  margin-top: 40px;
}

.sticky-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.content-section {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.content-section.visible-home {
  padding-top: 0;
  padding-bottom: 20px;
  overflow: visible;
}

.sticky-container {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: static;
}

.sticky-content-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  display: flex;
}

.show-last-hide, .show-second-hide {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto;
}

.sticky-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 6400px;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: static;
}

.show-first-hide {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto;
}

.show-last {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto;
}

.show-first {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto;
}

.absolute-bg {
  background-color: #878786;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.div-block-313 {
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-313.desktop {
  white-space: nowrap;
}

.div-block-314 {
  height: 64px;
  margin-left: 10px;
  overflow: hidden;
}

.div-block-315 {
  background-color: var(--bg-blau-new);
  padding: 25px;
}

.div-block-316 {
  margin-bottom: 10px;
}

.background-image {
  background-image: url('../images/image002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.background-image.home-background {
  background-image: url('../images/gruppe_meeting.webp');
  background-position: 50% 0;
}

.background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.overlay-3 {
  background-color: #04080c80;
  position: absolute;
  inset: 0%;
}

.overlay-3.light {
  background-color: #04080c4d;
}

.hero-section {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.circle-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #060a0e;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.scroll-link {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px #000;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: stretch center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.home-hero-banner {
  z-index: 10;
  border-top: 1px #ffffff1a;
  border-bottom: 1px #ffffff1a;
  flex: 1;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 82px;
  overflow: visible;
}

.image-96 {
  object-fit: contain;
  max-height: 500px;
}

.d-135-color-overlay {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.d-135-card-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bittis_work.webp');
  background-position: 0 0, 0 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 370px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.d-135-card-wrapper._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/db_kieserling220621_0527_inet.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.d-135-card-wrapper._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kieserling_smart_e_2772-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.d-135-card-wrapper._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20220601_182028.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.d-135-card-wrapper._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/db_kieserling_2_017_inet.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.d-135-card-wrapper._6 {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(#00000080, #00000080), url('../images/db_kieserling220621_0539_inet.jpg');
  background-position: 0 0, 75%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.demo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 42px;
  flex-flow: row-reverse;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-top: 34px;
  margin-right: 0%;
  display: grid;
  position: relative;
  inset: 0%;
}

.d-135-view-project-text {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.d-135-view-project-wrapper {
  margin-top: 40px;
}

.d-135-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.d-135-view-project-underline {
  background-color: var(--bg-blau-new);
  transform-origin: 0%;
  width: 100%;
  height: 10px;
  margin-top: -10px;
  position: relative;
}

.d-135-h3-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 32px;
  line-height: 1;
}

.image-97 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.div-block-319 {
  z-index: 1;
  margin-top: -54px;
  display: block;
  position: static;
  top: 20px;
  bottom: 0;
}

.text-block-106 {
  letter-spacing: -.03em;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-320 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 31px;
  display: flex;
}

.accordion-item-title---brix {
  color: var(--black);
  padding-right: 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.open-close-line---brix {
  background-color: #170f49;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  border-bottom: 1px solid var(--gray-2);
  background-color: #0000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-item---brix.tabs-accordion---brix.first {
  padding-top: 20px;
  padding-bottom: 40px;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.tabs-accordion---brix {
  background-color: #0000;
  border-radius: 18px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.div-block-321 {
  border-bottom: 1px solid var(--gray-2);
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.rich-text-block-5 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.image-98 {
  width: 100%;
  position: sticky;
  top: 40px;
}

.div-block-322 {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.div-block-323 {
  margin-top: 20px;
}

.div-block-324 {
  margin-bottom: 51px;
}

.div-block-324.white {
  color: #fff;
}

.text-block-107 {
  border-right: 1px solid #929292;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 500;
}

.text-block-107:hover {
  text-decoration: underline;
}

.text-block-107.right {
  border-right-width: 0;
}

.div-block-325 {
  margin-top: 11px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-5 {
  font-style: italic;
}

.section-15 {
  padding: 105px 3% 60px 5%;
  position: relative;
}

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

.h2-heading.leistungenunten {
  margin-top: 0;
}

.leistungen-hero-wrapper {
  display: flex;
}

.div-block-326 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 10%;
  margin-right: 3%;
  padding-top: 0;
  padding-left: 61px;
  display: flex;
  position: absolute;
  inset: 89% 1% 0% auto;
}

.div-block-326.unternehmensberatung {
  top: 123%;
  right: 0%;
}

.text-block-108 {
  color: #b6cbd7;
  letter-spacing: -.04em;
  font-size: 50px;
  font-weight: 700;
  transform: rotate(-90deg);
}

.section-16 {
  position: static;
}

.div-block-327 {
  display: flex;
}

.div-block-328 {
  width: 60%;
  height: 550px;
  position: relative;
}

.div-block-329 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-330 {
  background-color: #11111291;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.leistungen-berschrift {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 20px 10px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-332 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-left: 0%;
  padding-right: 19%;
  display: flex;
}

.div-block-333 {
  background-color: var(--white);
  border: 1px solid #eee;
  width: 115%;
  max-width: 500px;
  margin-left: -23%;
  padding: 33px;
  display: block;
  position: relative;
}

.div-block-333.unten {
  display: none;
}

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

.image-99.steuerberatung {
  object-position: 50% 0%;
}

.testimonial__name {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 41px;
  padding-top: 10px;
  display: flex;
}

.tabs-menu-2 {
  flex: 1;
  position: static;
}

.tab-link {
  background-color: var(--white);
  color: #0000;
  border-radius: 0;
  width: 500px;
  margin-bottom: 30px;
  padding: 20px 19px 20px 0;
  transition: box-shadow .4s;
  display: inline-block;
}

.tab-link:hover {
  border-radius: 0;
  box-shadow: 2px 2px 20px #0003;
}

.tab-link.w--current {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  width: 500px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  box-shadow: 2px 2px 20px #0003;
}

.list_item {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 35px;
  display: flex;
}

.testimonial__image {
  border-radius: 0;
  overflow: hidden;
}

.tabs-3 {
  max-width: none;
  margin-top: 60px;
  display: flex;
}

.author_title {
  color: #3a3b3c;
  text-transform: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.testimonial__details {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  display: flex;
}

.quotation__mark {
  z-index: 2;
  position: absolute;
  inset: -16% auto auto 4%;
}

.quotation__mark.mobile {
  top: -16%;
}

.content__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5% 60px;
  display: flex;
}

.content__wrapper.testimonial {
  max-width: 1400px;
  padding: 0%;
}

.author_description {
  color: gray;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.testimonial__content {
  margin-left: 40px;
  padding-left: 20px;
}

.tabs-content-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-9 {
  display: flex;
}

.ansprechpartner-bild {
  object-fit: cover;
  object-position: 50% 25%;
  width: 200px;
  height: 150px;
}

.ansprechpartner-bild.porada {
  object-position: 100% 0%;
}

.text-block-109 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.featured__slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.presidio, .speaker-image.twin-peaks {
  background-color: #f3f3f3;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.speaker-image.lombard {
  background-color: #f3f3f3;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.clip-text.bestseller-product {
  justify-content: flex-start;
}

.featured-prod-slider__wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.digital-tool {
  z-index: 10;
  background-color: var(--gray-2);
  opacity: .7;
  cursor: pointer;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-image {
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tools {
  background-color: #fff;
}

.tools.bestseller {
  padding-top: 86px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.featured-slide__mask {
  width: 45%;
  overflow: visible;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
  padding-top: 15px;
}

.slide-arrow {
  width: 18px;
}

.featured-products__wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.featured__arrow {
  background-color: gray;
  border: 1px #ffffff0a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.featured__arrow.left {
  border-radius: 0;
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.text {
  color: gray;
  max-width: 65ch;
  font-size: 1em;
}

.text.prod__des {
  color: var(--gray-1);
  margin-top: 10px;
}

.tab-item-padding {
  cursor: pointer;
  padding: 3rem 0;
}

.tab-item {
  border-top: 1px #e3eef3;
  border-bottom: 1px solid #e3eef3;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-bottom-wrapper {
  overflow: hidden;
}

.tab-icon-image {
  width: 1.5rem;
}

.image-full {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 600px;
  position: sticky;
  inset: 100px 0% 0%;
}

.faq-list {
  border-top: 1px solid #e4eff3;
}

.tab-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f9fafb;
  border-radius: 9px 9px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 3rem 2.25rem;
  display: grid;
}

.tab-bottom.tab-bottom-full-width {
  background-color: #0000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: flex-start;
  display: flex;
}

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

.heading-small {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

.faq-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-background {
  z-index: 10;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-background-sticky {
  flex-direction: column;
  max-height: 78vh;
  display: flex;
  position: sticky;
  top: 0;
}

.story-content {
  padding-top: 0;
  padding-bottom: 5rem;
}

.tab-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border: 1px #f0f4f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center stretch;
  padding: 0 2rem;
  display: grid;
}

.tab-icon {
  background-color: #0000;
  border: 1px solid #e3eef3;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  display: flex;
}

.tab-title {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.kompetenzbereiche {
  background-color: var(--bg-blau-new);
  padding: 100px 0% 100px 5%;
}

.kompetenzbereiche.unternehmensberatung {
  padding-top: 140px;
}

.tool-berschrift {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

.image-100 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
}

.image-100.teams {
  object-position: 50% 50%;
  height: 50%;
}

.text-block-110 {
  line-height: 1.4em;
}

.div-wrapper {
  margin-bottom: 74px;
}

.ansprechpartner-leistungen {
  padding: 60px 5%;
}

.text-span-6 {
  white-space: nowrap;
}

.div-block-335 {
  align-items: center;
  display: flex;
}

.lottie-animation-5 {
  width: 50px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: 10% auto auto 0%;
  transform: rotate(-90deg);
}

.lottie-animation-5.unten {
  display: block;
}

.image-101 {
  width: 35px;
  display: block;
  position: absolute;
}

.image-101.unten {
  display: none;
}

.div-block-336 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 66px;
  display: flex;
  position: relative;
}

.div-block-337 {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-338 {
  background-color: var(--light-blue);
  cursor: pointer;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.div-block-338.rechts {
  background-color: #b0c7d363;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-338.rechts.unten {
  background-color: var(--light-blue);
}

.div-block-338.unten {
  background-color: #b0c7d363;
}

.mitarbeiterstudie-pop-up {
  z-index: 100;
  border: 1px solid var(--gray-3);
  background-color: var(--bg-blau-new);
  flex-direction: column;
  align-items: flex-start;
  width: 25vw;
  min-width: 500px;
  height: auto;
  min-height: auto;
  padding: 0;
  display: none;
  position: fixed;
  inset: auto 1% 8% auto;
}

.text-block-113 {
  margin-bottom: 11px;
  font-size: 16px;
}

.div-block-339 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-right: 10px;
  display: flex;
}

.image-102 {
  background-color: var(--blau);
  cursor: pointer;
  border: 1px solid #000;
  height: 100%;
  padding: 3px;
}

.pop-up-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-340 {
  width: 100%;
  height: 400px;
  position: relative;
}

.image-103 {
  object-fit: cover;
  width: 50%;
  height: 220px;
  position: absolute;
  inset: auto 0% -11% auto;
}

.slide-2 {
  position: relative;
}

.div-block-341 {
  width: 800px;
}

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

.bild-div {
  z-index: -2;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
}

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

.review-div {
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 30px;
  display: flex;
}

.text-block-115 {
  text-align: center;
  font-size: 16px;
}

.star-row {
  margin-bottom: 5px;
  display: flex;
}

.star-full {
  width: 25px;
  height: 25px;
  padding-left: 2px;
  padding-right: 2px;
}

.star-half {
  width: 25px;
  height: 25px;
}

.div-block-344 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.star-empty {
  width: 25px;
  height: 25px;
}

.image-106 {
  object-fit: cover;
  max-height: 400px;
}

.bold-text-2 {
  margin-left: 5px;
}

.section-17 {
  padding: 104px 5% 60px;
}

.image-107 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.image-107:hover {
  transform: scale(1.05);
}

.link-3, .link-4, .link-5 {
  cursor: pointer;
  font-weight: 400;
}

.div-block-345 {
  justify-content: flex-start;
  display: flex;
}

.div-block-346 {
  margin-right: 56px;
}

.kontakt-div-right {
  max-width: 50%;
}

.navbar-2 {
  background-color: #0000;
}

.desktop-wrapper {
  align-items: center;
  display: flex;
}

.main-container {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.mobile-wrapper {
  display: none;
}

.hide-on-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.menu-button-2 {
  flex: none;
}

.navbar-functions {
  align-items: center;
  display: flex;
}

.navbar-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto 1.7fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 70px;
  display: grid;
}

.nav-bar-new {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.grid-10 {
  grid-template-rows: auto;
}

.link-footer-page {
  color: var(--white);
  margin-left: 28px;
  font-weight: 400;
}

.div-block-350 {
  padding-right: 21px;
}

.section-44 {
  margin-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-257 {
  margin-left: 80px;
  padding: 100px 80px;
}

.heading-109 {
  color: #000;
  margin-bottom: 40px;
  font-size: 55px;
  font-weight: 700;
}

.heading-109.small {
  margin-bottom: 10px;
  font-size: 40px;
}

.rich-text-block-7 {
  text-transform: none;
  font-size: 16px;
  line-height: 1.4em;
}

.rich-text-block-7 a {
  display: inline-block;
}

.heading-110, .heading-111 {
  font-size: 54px;
}

.tabs-div {
  border: 1px solid #ececec;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 256px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.arrow-div {
  background-color: var(--bg-blau-new);
  border: 1px solid #ececec;
  flex: 0 auto;
  width: 100px;
  height: 100%;
  padding-top: 15px;
}

.arrow-tab {
  width: 100px;
}

.grid-team-mobile {
  display: none;
}

.text-block-124 {
  color: #9ca9b5;
  font-size: 12px;
}

.link-11 {
  color: #9ca9b5;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

._100 {
  width: 100%;
}

.tab-pane-tab-1 {
  overflow: visible;
}

.div-block-355 {
  display: none;
}

.grid-11 {
  grid-column-gap: 88px;
  grid-template-rows: auto;
  max-width: 1200px;
}

.section-45 {
  flex-direction: column;
  align-items: center;
  padding: 74px 5%;
  display: flex;
}

.left-test {
  height: 100%;
  position: relative;
}

.div-sticky {
  position: sticky;
  top: 44px;
}

.div-block-356 {
  position: relative;
}

.div-block-357 {
  display: none;
}

.text-block-125 {
  font-family: snasmd, sans-serif;
  font-weight: 700;
}

.text-block-126 {
  margin-bottom: 41px;
  font-weight: 700;
}

.kontakt-button {
  background-color: var(--blau);
  color: #fff;
  margin-top: 0;
  padding: 10px 20px;
}

.kontakt-button.nav {
  text-align: center;
  border: 1px solid #11111280;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 1.4em;
  display: flex;
}

.kontakt-button.nav:hover {
  color: #000;
  background-color: #f7f7fd;
}

.kontakt-button.kontakt {
  margin-top: 31px;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  list-style-type: none;
  display: block;
}

.list {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 71px;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.list-item-2 {
  list-style-type: disc;
}

.list-2 {
  margin-left: 100px;
}

@media screen and (min-width: 1280px) {
  .card.content-width-medium.grid-content-overlap-left {
    margin-bottom: 0;
  }

  .split-section-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-left {
    padding-right: 0%;
  }

  .quotation__mark {
    left: 4%;
  }
}

@media screen and (min-width: 1440px) {
  .split-section-content.bg-gray-4 {
    max-width: 800px;
  }

  .centered-marquee.display-2.text-white {
    bottom: -22%;
  }

  .grid-halves.overlap-image-pair {
    padding-right: 0;
  }

  .tabs {
    max-width: 1400px;
  }

  .div-block-13.karriere {
    top: 19%;
    right: -112px;
  }

  .content-digital {
    width: auto;
  }

  .auszeichnungen {
    padding-top: 93px;
  }

  .feature_grid {
    height: 640px;
  }

  .div-block-326.unternehmensberatung {
    top: 136%;
  }

  .text-block-108 {
    font-size: 55px;
  }

  .div-block-328 {
    height: 550px;
  }

  .div-block-333 {
    max-width: 560px;
  }

  .quotation__mark, .quotation__mark.mobile {
    left: 4%;
  }

  .text {
    font-size: 1.2em;
  }

  .image-full {
    height: 630px;
  }

  .image-background-sticky {
    top: 100px;
  }

  .div-block-346 {
    margin-right: 70px;
  }

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

  .div-block-257 {
    max-width: 1200px;
  }

  .rich-text-block-7 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .tabs-div {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .split-section-full-width.split-section-reverse {
    grid-template-columns: .75fr 1fr;
  }

  .split-section-content.bg-gray-4 {
    max-width: 800px;
  }

  .display-1.white {
    height: auto;
    font-size: 70px;
  }

  .centered-marquee.display-2.text-white {
    bottom: -19%;
  }

  .demos-wrapper {
    justify-content: center;
  }

  .tabs {
    max-width: 1400px;
  }

  .div-block-13.karriere {
    top: 30%;
  }

  .div-block-32 {
    height: 90px;
  }

  .img__cover.is--panel {
    object-position: 50% 0%;
  }

  .auszeichnungen {
    padding-top: 117px;
  }

  .employee-div {
    height: 410px;
  }

  .div-block-326 {
    top: 118%;
    right: -1%;
  }

  .div-block-326.unternehmensberatung {
    top: 162%;
  }

  .text-block-108 {
    font-size: 65px;
  }

  .div-block-328 {
    width: 65%;
    height: 700px;
  }

  .div-block-329 {
    width: 35%;
  }

  .leistungen-berschrift {
    white-space: nowrap;
    font-size: 22px;
  }

  .div-block-332 {
    white-space: nowrap;
    align-items: flex-end;
    padding-left: 0%;
  }

  .div-block-333 {
    max-width: 650px;
    margin-left: -27%;
    padding: 42px;
  }

  .quotation__mark {
    left: 4%;
  }

  .content__wrapper.testimonial {
    max-width: 1400px;
  }

  .testimonial__wrapper {
    max-width: none;
  }

  .image-full {
    height: 800px;
  }

  .image-background-sticky {
    max-height: 56vh;
  }

  .kompetenzbereiche.unternehmensberatung {
    padding-right: 5%;
  }

  .text-block-110 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .div-block-346 {
    margin-right: 79px;
  }

  .section-44 {
    margin-top: 80px;
  }

  .div-block-257 {
    margin-left: 80px;
  }

  .tabs-div {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.bg-gray-4 {
    padding-top: 40px;
  }

  .section.bg-primary-2 {
    padding-top: 89px;
  }

  .section.bg-primary-2.start {
    padding-top: 34px;
    padding-bottom: 18px;
    position: static;
  }

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

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
    display: grid;
  }

  .row {
    text-align: center;
    flex-direction: column;
  }

  .button.button-large {
    min-width: auto;
    height: auto;
  }

  .button.button-wide {
    flex: 0 auto;
    align-self: center;
  }

  .card.content-width-medium.grid-content-overlap-left {
    margin-top: -60px;
  }

  .card-body {
    padding: 26px;
  }

  .card-body.card-body-tall {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .split-section-full-width {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .split-section-full-width.split-section-reverse {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .large-heading {
    text-align: center;
    height: auto;
    margin-left: 0;
    margin-right: 21px;
    font-size: 40px;
  }

  .large-heading.process-heading {
    color: #000;
  }

  .large-heading.opposites {
    text-align: center;
    margin-bottom: 0;
  }

  .large-heading.opposites.left {
    text-align: left;
  }

  .large-heading.lined-out {
    text-align: center;
  }

  .large-heading.lined-out.left {
    text-align: left;
  }

  .large-heading.padding {
    text-align: left;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
  }

  .large-heading.padding.stellenanzeigen {
    margin-bottom: 31px;
  }

  .large-heading.padding.mobile {
    display: block;
  }

  .large-heading.left {
    text-align: center;
  }

  .subheading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .subheading.hero-karriere {
    position: static;
    top: -22px;
  }

  .subheading.testimonial {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }

  .subheading.left {
    text-align: left;
  }

  .justify-column-between.content-width-medium {
    align-items: center;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .justify-column-between.content-width-small {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .content-width-medium {
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .content-width-medium.align-self-center {
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .split-section-content {
    direction: ltr;
    flex-direction: row;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .split-section-content.bg-gray-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .split-section-content.kontakt {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0%;
  }

  .display-1.white {
    width: 90vw;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 50px;
  }

  .centered-marquee.display-2.text-white {
    display: none;
    position: static;
  }

  .centered-marquee-container.split-section-content {
    width: 100vw;
    margin-left: 0%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .content-width-small {
    width: 100%;
  }

  .content-width-small.footer-2-cta {
    flex-direction: column;
    align-items: center;
    margin-bottom: 52px;
    margin-left: auto;
    display: flex;
  }

  .section-title {
    margin-bottom: 12px;
  }

  .section-title.content-width-medium.centered-content-mobile {
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .grid-halves {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-halves.overlap-image-pair {
    margin-top: 0;
    padding-right: 0;
  }

  .split-section {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 28px;
  }

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

  .grid-content-overlap-left {
    margin-left: 0;
  }

  .full-width-image {
    height: 100%;
  }

  .split-section-container {
    padding: 40px 0;
  }

  .image-offset-top {
    min-height: 400px;
    display: none;
  }

  .navbar-content {
    justify-content: flex-end;
    display: flex;
  }

  .nav-link {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 0;
  }

  .navbar-centered-menu {
    order: 3;
  }

  .brand {
    flex: 1;
  }

  .menu-button {
    margin-left: 0;
    padding: 13px;
  }

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

  .nav-menu-wrapper {
    background-color: var(--white);
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .footer.bg-primary-2 {
    padding-top: 40px;
  }

  .footer-1-top-row {
    flex-direction: column;
    width: 100%;
  }

  .vertical-link-item.text-white {
    font-size: 17px;
  }

  .footer-menus-wrapper {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-menus-wrapper.footer-2-menus-wrapper {
    margin-left: 0;
  }

  .footer-1-bottom-row {
    width: 100%;
  }

  .social-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-1-menus {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .horizontal-rule {
    margin-top: 10px;
  }

  .metric-horizontal {
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .footer-subscribe-wrapper.content-width-small {
    margin-right: 0;
  }

  .tabs-center {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }

  .text-tab, .text-tab.w--current {
    margin-bottom: 5px;
  }

  .wide-tabs-menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
  }

  .gallery-slider-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    place-items: center;
    width: 100%;
  }

  .image-slider {
    width: 90vw;
    display: block;
  }

  .gallery-slider-wrapper {
    width: 100%;
  }

  .footer-2-middle-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 52px;
  }

  .footer-2-bottom-row {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .case-study-large-link {
    justify-content: center;
  }

  .nav-menu {
    border: 1px solid #1111121a;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
  }

  .split-section-scrollable-wrapper {
    height: 580px;
  }

  .demos-wrapper {
    flex-direction: column;
  }

  .demos-sidebar {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .slider-image.t-v {
    height: 300px;
  }

  .slider-image.lauf {
    object-position: 40% 65%;
  }

  .text_klein {
    text-align: center;
    font-size: 17px;
  }

  .text-header {
    font-size: 18px;
    font-weight: 700;
  }

  .h3-small {
    font-weight: 700;
  }

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

  .text-title {
    text-align: center;
    font-size: 40px;
  }

  .grid {
    grid-column-gap: 27px;
    flex-direction: column;
    grid-template-columns: 40% 50%;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .text-block-2 {
    text-align: center;
    font-size: 17px;
  }

  .text-big {
    text-align: center;
    height: auto;
    font-size: 40px;
    line-height: 1em;
  }

  .text-big.ueber-uns {
    height: auto;
    font-size: 40px;
    font-weight: 500;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 5px;
    font-size: 17px;
  }

  .image-6 {
    width: 170px;
  }

  .div-block-12 {
    margin-bottom: 25px;
  }

  .div-block-13 {
    right: -147px;
  }

  .div-block-13.digital {
    right: -154px;
  }

  .div-block-13.ber-uns {
    top: 321px;
  }

  .div-block-13.karriere {
    display: none;
    top: -8%;
  }

  .text-big-2 {
    text-align: center;
    width: 300px;
    height: auto;
    font-size: 40px;
    line-height: 1em;
  }

  .text-big-2.ber-uns {
    width: auto;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .div-block-15._12323 {
    align-self: center;
    align-items: center;
    width: 90%;
    position: static;
  }

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

  .text-block-6 {
    font-size: 20px;
    font-weight: 700;
  }

  .leistungsbeschreibung li {
    margin-top: 5px;
    font-size: 17px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .digital {
    padding-top: 60px;
  }

  .div-block-29 {
    padding: 5%;
  }

  .content-digital {
    align-items: center;
  }

  .div-block-31 {
    height: 98px;
  }

  .figures-digital {
    justify-items: center;
  }

  .text-block-9 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    display: flex;
  }

  .div-block-32 {
    height: 70px;
  }

  .div-block-33 {
    align-items: center;
  }

  .text-block-10 {
    text-align: center;
    font-size: 17px;
  }

  .button-3.v1 {
    display: none;
  }

  .button-3.v1.mobile {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    display: flex;
  }

  .wrapper-word-animation {
    flex-direction: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .ber-uns-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-bottom {
    height: 100px;
  }

  .testimonial-text._1, .testimonial-text._2, .testimonial-text._3 {
    text-align: center;
    font-size: 50px;
  }

  .img__cover.is--panel {
    object-position: 0% 0%;
    display: block;
    position: relative;
  }

  .img__cover.is--panel.porada {
    height: 100%;
  }

  .team-modal__panel {
    flex-direction: column;
    height: 100%;
    max-height: none;
    display: block;
    inset: 0% 0% auto;
  }

  .team-panel__header {
    height: 100%;
    padding-top: 0;
    display: block;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .team-panel__content {
    min-width: auto;
    max-width: none;
    height: auto;
    padding-bottom: 20px;
    position: relative;
  }

  .grunds-tze {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .image-14 {
    margin-bottom: 0;
  }

  .div-block-36 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tradition-moderne {
    padding-top: 60px;
  }

  .header-wrapper.team {
    margin-top: 0;
  }

  .div-block-38 {
    height: 50px;
  }

  .historie-tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-39 {
    padding-top: 10px;
  }

  .testimonial-cover {
    height: 100%;
  }

  .large-text {
    height: 150px;
    font-size: 19px;
  }

  .ghost-cover {
    display: none;
  }

  .testimonial-wrap {
    padding-top: 60px;
  }

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

  .social, .social.dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .reg-text {
    font-size: 16px;
  }

  .testimonial-text-2 {
    text-align: center;
    padding-left: 36px;
    padding-right: 36px;
  }

  .auszeichnungen {
    padding-top: 24px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 40px;
  }

  .div-block-295 {
    height: 125px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .team-section {
    padding-top: 60px;
  }

  .grid-3 {
    grid-template: "Mitarbeiter-1 Mitarbeiter-1 Mitarbeiter-2 Mitarbeiter-3"
                   "Mitarbeiter-5 Mitarbeiter-6 Mitarbeiter-7 Mitarbeiter-7"
                   "Mitarbeiter-8 Mitarbeiter-8 Mitarbeiter-9 Mitarbeiter-10"
                   "Mitarbeiter-11 Mitarbeiter-12 Mitarbeiter-13 Mitarbeiter-13"
                   "Mitarbeiter-14 Mitarbeiter-15 Mitarbeiter-16 Mitarbeiter-17"
                   ". . . ."
                   ". . . ."
                   ". . . ."
                   ". . . ."
                   / 1fr;
    display: none;
  }

  .employee-div {
    height: 260px;
  }

  .image-94 {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .image-94.kruschinski {
    object-position: 100% 0%;
  }

  .image-94.m-kieserling {
    object-position: 50% 0%;
  }

  .image-94.ausnahme {
    background-color: var(--blau);
    object-fit: cover;
  }

  .image-94.warketin {
    object-position: 50% 25%;
  }

  .div-block-300, .div-block-300.black-white {
    display: none;
  }

  .mitarbeiter-name {
    font-size: 20px;
    display: flex;
  }

  .mitarbeiter-titel {
    font-size: 17px;
    line-height: 20px;
  }

  .header-panel__info-2 {
    z-index: 3;
    position: absolute;
    inset: auto 0% 0%;
  }

  .team-popup-show-hide {
    display: block;
  }

  .team-popup-show-hide.helmut-kieserling, .team-popup-show-hide.tim-kieserling, .team-popup-show-hide.mona-taemmler {
    display: none;
  }

  .team-popup-show-hide.dirk-porada {
    display: none;
    overflow: auto;
  }

  .headshot__overlay-2 {
    object-position: 50% 0%;
  }

  .team--closer-2 {
    z-index: 50;
    background-color: #979797;
    position: absolute;
  }

  .team-modal__body-2 {
    display: block;
    position: relative;
    overflow: auto;
  }

  .text-after-heading {
    width: 100%;
    margin-bottom: 0;
    font-size: 17px;
  }

  .studie-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .div-block-302 {
    align-items: center;
    width: 100%;
  }

  .div-block-303 {
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .counter-block {
    align-items: center;
  }

  .counter, .plus {
    font-size: 30px;
  }

  .counter-support-text {
    text-align: center;
    font-size: 17px;
  }

  .counting-number-div {
    align-items: center;
  }

  .text-block-100, .text-block-101 {
    text-align: center;
    font-size: 17px;
  }

  .div-block-304 {
    margin-top: 40px;
  }

  .header-panel__info-3 {
    inset: auto 0% 0%;
  }

  .studie-popup {
    display: block;
  }

  .studie-popup.kundenstudie {
    display: none;
  }

  .div-block-306 {
    margin-top: 113px;
    position: relative;
    bottom: 67%;
  }

  .grid-4 {
    grid-template-columns: 1.25fr;
  }

  .feature_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
  }

  .feature_wrap {
    padding-top: 0;
    padding-bottom: 13px;
  }

  .feature_wrap._2 {
    padding-bottom: 0;
  }

  ._480 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-bottom: 29px;
    display: flex;
  }

  ._480.left {
    align-items: flex-start;
  }

  .container-5 {
    width: 90%;
  }

  .feature_image {
    position: static;
  }

  .feature_image._1, .feature_image._3 {
    display: none;
  }

  .feature_text {
    text-align: center;
    margin-top: 0;
    font-size: 17px;
  }

  .feature_text.testimonial {
    margin-bottom: 0;
    font-size: 17px;
  }

  .feature_text.testimonial.left, .feature_text.left {
    text-align: left;
  }

  .feature_image-wrap {
    margin-top: 0;
  }

  .feature_image-wrap.mitarbeiterstudie {
    position: static;
  }

  .section-13 {
    padding: 23px 0 0;
  }

  .section-13.second {
    padding-top: 22px;
    padding-bottom: 21px;
  }

  .wrapper-counting-number {
    margin-bottom: 0;
  }

  .div-block-307 {
    margin-bottom: 25px;
  }

  .text-colour-lightgrey {
    font-size: 17px;
  }

  .timeline_image-wrapper {
    border-radius: 0;
    padding: 0;
  }

  .timeline_date-text {
    font-size: 30px;
  }

  .timeline_text {
    font-size: 22px;
  }

  .div-block-308 {
    display: none;
  }

  .div-block-308.mobile {
    display: block;
  }

  .div-block-309 {
    height: 40px;
    margin-right: 0;
  }

  .track {
    height: auto;
    padding-top: 20px;
  }

  .camera {
    height: auto;
    position: static;
  }

  .frame {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .frame-item {
    height: auto;
  }

  .text-horizontal-big {
    font-size: 18px;
  }

  .sticky-right {
    flex-direction: column;
    width: 100%;
    min-height: auto;
  }

  .content-section {
    max-width: 100%;
    padding-top: 70px;
  }

  .content-section.visible-home {
    flex-direction: column;
    margin-top: 15px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: static;
  }

  .sticky-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .sticky-content-block {
    max-width: none;
    min-height: auto;
    margin-bottom: 74px;
  }

  .sticky-content-block.last {
    margin-bottom: 0;
  }

  .show-last-hide, .show-second-hide {
    display: block;
    position: static;
  }

  .sticky-left {
    width: 100%;
    padding: 2% 0%;
  }

  .show-first-hide {
    height: auto;
    display: block;
    position: static;
  }

  .show-last {
    display: none;
    position: static;
  }

  .show-first {
    order: 2;
    display: none;
    position: static;
  }

  .show-second {
    display: none;
    position: static;
  }

  .div-block-313 {
    margin-bottom: 0;
  }

  .div-block-313.desktop {
    display: none;
  }

  .div-block-314 {
    height: 45px;
  }

  .scroll-link {
    white-space: nowrap;
    min-width: 48vw;
    padding-left: 48px;
    padding-right: 48px;
  }

  .home-hero-banner {
    top: 63px;
  }

  .d-135-card-wrapper, .d-135-card-wrapper._2, .d-135-card-wrapper._3 {
    margin-bottom: 0;
  }

  .demo-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row-reverse;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 0;
    margin-right: 0%;
    display: grid;
  }

  .d-135-view-project-text {
    font-size: 15px;
    line-height: 1.4em;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .d-135-view-project-underline {
    margin-top: 0;
  }

  .image-97 {
    margin-right: 0;
  }

  .text-block-106 {
    color: #000;
    text-align: center;
    font-size: 40px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.tabs-accordion---brix.first:hover {
    padding-left: 0;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0 0 32px;
  }

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

  .div-block-322 {
    display: none;
  }

  .div-block-323 {
    font-size: 17px;
  }

  .div-block-324 {
    margin-bottom: 22px;
  }

  .div-block-324.white {
    margin-bottom: 0;
  }

  .text-block-107 {
    text-align: center;
    border-bottom: 1px solid #929292;
    border-right-width: 0;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 20px;
  }

  .text-block-107.right {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-325 {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 17px;
    line-height: 1.4em;
  }

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

  .h2-heading {
    text-align: center;
    font-size: 45px;
  }

  .div-block-326, .div-block-326.unternehmensberatung {
    display: none;
  }

  .div-block-327 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-328 {
    width: 100%;
    height: 450px;
  }

  .div-block-329 {
    justify-content: flex-start;
    width: 100%;
    height: 300px;
  }

  .div-block-329.unternehmensberatung {
    height: 270px;
  }

  .leistungen-berschrift {
    font-size: 18px;
  }

  .div-block-333.unten {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    position: absolute;
  }

  .div-block-333.oben {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0%;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    position: absolute;
  }

  .tabs-menu-2 {
    flex-direction: column;
    display: flex;
  }

  .tab-link.w--current {
    width: 600px;
  }

  .tabs-3 {
    flex-direction: column;
    align-items: center;
  }

  .quotation__mark {
    opacity: .45;
    top: 0%;
  }

  .quotation__mark.mobile {
    top: 0%;
    left: 0%;
  }

  .content__wrapper, .content__wrapper.testimonial {
    height: auto;
  }

  .testimonial__wrapper {
    width: 100%;
  }

  .author_description {
    font-size: 16px;
  }

  .tabs-content-2 {
    background-color: var(--bg-blau-new);
    border: 1px solid #ebebeb;
    padding: 40px 32px 40px 16px;
  }

  .ansprechpartner-bild {
    object-position: 50% 0%;
    height: 120px;
  }

  .text-block-109 {
    text-align: center;
    font-size: 20px;
  }

  .clip-text.bestseller-product {
    margin-bottom: 10px;
  }

  .slide-image {
    height: 30vh;
    min-height: auto;
  }

  .featured-slide__mask {
    width: 65%;
  }

  .speaker-info {
    max-width: 470px;
  }

  .featured__arrow, .featured__arrow.left {
    bottom: 3vw;
  }

  .tab-item-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-full {
    height: auto;
    position: static;
    overflow: hidden;
  }

  .tab-bottom.tab-bottom-full-width {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .heading-small {
    margin-bottom: 0;
    font-size: 26px;
  }

  .faq-grid {
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr;
  }

  .image-background {
    position: static;
  }

  .image-background-sticky {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .story-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: .8rem;
  }

  .tab-title {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .kompetenzbereiche {
    padding-top: 58px;
    padding-bottom: 53px;
    padding-right: 5%;
  }

  .kompetenzbereiche.unternehmensberatung {
    padding-top: 52px;
    padding-right: 5%;
  }

  .tool-berschrift {
    font-size: 28px;
  }

  .text-block-110 {
    text-align: center;
    font-size: 17px;
  }

  .ansprechpartner-leistungen {
    padding-top: 50px;
  }

  .div-block-337 {
    inset: auto 0% 0%;
  }

  .div-block-341 {
    width: 100%;
  }

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

  .image-104 {
    object-position: 50% 0%;
  }

  .image-107:hover {
    transform: none;
  }

  .link-5 {
    font-size: 17px;
  }

  .div-block-347 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-108 {
    margin-top: 27px;
  }

  .div-block-349 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-77 {
    width: 25px;
  }

  .div-block-177 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .text-block-67 {
    color: #000;
    justify-content: flex-start;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .text-block-72 {
    color: #000c;
    font-weight: 500;
  }

  .desktop-wrapper {
    display: none;
  }

  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu-2 {
    background-color: #fff;
    border: 1px solid #0721251a;
    padding: 21px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .div-block-175 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .link-block-6 {
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-wrapper {
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
    display: flex;
  }

  .hide-on-mobile {
    display: none;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    display: flex;
  }

  .div-block-176.bordertop {
    border-top: 1px solid #0009;
    margin-top: 10px;
    padding-top: 5px;
  }

  .image-78 {
    opacity: .6;
    width: 18px;
    height: 18px;
  }

  .menu-button-2 {
    margin-left: 21px;
    padding: 0;
  }

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

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .menu-button-image {
    display: block;
  }

  .navbar-grid {
    justify-content: space-between;
    display: flex;
  }

  .nav-bar-new {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .text-block-119, .text-block-120 {
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

  .heading-68 {
    text-align: center;
    font-size: 34px;
  }

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

  .section-44 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-257 {
    margin-left: 0;
    padding: 60px 0;
  }

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

  .rich-text-block-7 h3 {
    font-size: 32px;
  }

  .text-block-121 {
    font-size: 17px;
  }

  .heading-110, .heading-111, .heading-112, .heading-113, .heading-114 {
    text-align: center;
    font-size: 40px;
  }

  .heading-115 {
    text-align: center;
    font-size: 50px;
  }

  .div-block-352 {
    margin-bottom: 30px;
  }

  .arrow-div {
    display: none;
  }

  .grid-team-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .text-block-122, .text-block-123 {
    font-size: 17px;
  }

  .heading-116 {
    text-align: center;
    font-size: 34px;
  }

  .div-block-353 {
    margin-bottom: 18px;
  }

  .text-block-124 {
    font-size: 10px;
  }

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

  .div-block-355 {
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .lottie-animation-6 {
    width: 80px;
  }

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

  .section-45 {
    flex-direction: column;
    align-items: center;
    padding-top: 29px;
    display: flex;
  }

  .left-test {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .div-sticky {
    width: 80%;
    max-width: 600px;
  }

  .kontakt-button.nav {
    text-align: center;
  }

  .kontakt-button.kontakt {
    margin-top: 25px;
    font-size: 17px;
  }

  .hideemployee {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 36px;
    line-height: 39px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  p {
    margin-bottom: 24px;
  }

  blockquote {
    letter-spacing: -.01em;
    margin-top: 39px;
    margin-bottom: 39px;
    font-size: 28px;
    line-height: 32px;
  }

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

  .section.bg-gray-4 {
    padding-top: 20px;
  }

  .section.bg-primary-2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section.bg-primary-2.start {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .section.no-bottom-space {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .container {
    grid-row-gap: 0px;
    padding-top: 0;
  }

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

  .button.navbar-centered-button {
    min-width: auto;
    height: auto;
    font-size: 14px;
  }

  .card.content-width-medium.grid-content-overlap-left {
    min-height: auto;
    margin-top: -39px;
  }

  .card-body.card-body-tall {
    min-height: auto;
  }

  .space-bottom {
    margin-bottom: 10px;
  }

  .large-heading {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1em;
  }

  .large-heading.process-heading {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .large-heading.opposites.left, .large-heading.lined-out.left, .subheading {
    text-align: center;
  }

  .subheading.hero-karriere {
    margin-bottom: 0;
  }

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

  .justify-column-between.content-width-small {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .content-width-medium.section-title {
    margin-bottom: 52px;
    margin-left: auto;
  }

  .split-section-content {
    padding-top: 76px;
  }

  .display-2, .display-1 {
    font-size: 54px;
    line-height: 54px;
  }

  .display-1.white {
    height: auto;
    font-size: 40px;
  }

  .align-self-center {
    height: auto;
  }

  .content-width-small.footer-2-cta {
    margin-bottom: 26px;
  }

  .section-title {
    margin-bottom: 12px;
  }

  .section-title.content-width-medium.centered-content-mobile {
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-halves.overlap-image-pair {
    margin-top: 0;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .card-body-tall {
    min-height: 280px;
  }

  .split-section {
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .split-section.horizontal {
    padding: 40px 20px;
  }

  .subtitle {
    margin-bottom: 19px;
  }

  .subtitle.small {
    font-size: 17px;
  }

  .footer {
    padding-top: 76px;
  }

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

  .vertical-link-menu {
    margin-top: 10px;
  }

  .vertical-link-item.text-white {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .vertical-link-item.text-white.w--current {
    margin-bottom: 8px;
  }

  .footer-menus-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .button-round.social-button.contact {
    width: 25px;
    height: 25px;
  }

  .button-round-icon {
    max-height: 15px;
  }

  .footer-1-menus {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .horizontal-rule {
    margin-bottom: 0;
  }

  .metric-horizontal {
    margin-bottom: 26px;
  }

  .footer-subscribe-wrapper.content-width-small {
    margin-top: 10px;
    margin-left: 0;
  }

  .tabs-center {
    margin-bottom: 20px;
  }

  .text-tab {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .gallery-slider-row {
    justify-items: center;
  }

  .footer-2-top-row {
    flex-direction: column;
    margin-bottom: 39px;
    padding-bottom: 39px;
  }

  .footer-2-logo {
    margin-bottom: 26px;
  }

  .nav-menu {
    padding: 13px;
  }

  .split-section-scrollable-wrapper {
    height: 420px;
  }

  .demos-sidebar {
    margin-bottom: 20px;
  }

  .back-to-top-button-container {
    display: none;
  }

  .slider-image {
    width: 100%;
    height: 300px;
  }

  .slider-image.ergonometrik {
    width: 50%;
    height: 250px;
    margin-bottom: 0;
  }

  .slider-image.t-v {
    height: 300px;
  }

  .slider-image.lauf {
    object-position: 30% 65%;
    height: 300px;
  }

  .text_klein {
    text-align: center;
    margin-top: 7px;
    font-size: 15px;
  }

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

  .text-title {
    height: auto;
    font-size: 35px;
  }

  .text-title.crossed {
    text-align: center;
    height: auto;
  }

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

  .slider-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 15px;
  }

  .text-big {
    text-align: center;
    height: auto;
    font-size: 35px;
  }

  .text-big.ueber-uns {
    height: auto;
    font-size: 35px;
    font-weight: 700;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
  }

  .div-block-12 {
    margin-bottom: 0;
  }

  .div-block-13 {
    display: none;
    top: 122px;
    right: -143px;
  }

  .div-block-13.digital {
    display: none;
    top: 149px;
    right: -122px;
  }

  .div-block-13.ber-uns {
    display: none;
  }

  .text-big-2 {
    font-size: 35px;
  }

  .text-big-2.ber-uns {
    width: auto;
    font-weight: 700;
  }

  .div-block-14 {
    height: 70px;
  }

  .div-block-15._12323 {
    align-items: center;
    width: 100%;
  }

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

  .div-block-17 {
    justify-content: center;
  }

  .text-block-6 {
    font-size: 18px;
    font-weight: 700;
  }

  .leistungsbeschreibung li {
    font-size: 15px;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .digital {
    padding-top: 40px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .content-digital {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-31 {
    height: 87px;
  }

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

  .div-block-32 {
    height: 74px;
  }

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

  .wrapper-word-animation {
    height: auto;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .video-bottom {
    height: 140px;
  }

  .testimonial-text._1, .testimonial-text._2, .testimonial-text._3 {
    font-size: 40px;
  }

  .standard-tab {
    justify-content: flex-start;
  }

  .img__cover.is--panel {
    object-position: 44% 0%;
  }

  .team-modal__panel {
    inset: 0% 0% auto;
  }

  .team-panel__header {
    max-height: 600px;
    padding-top: 0;
  }

  .text-block-82 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .image-14 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-38 {
    height: 45px;
    font-weight: 700;
  }

  .div-block-39 {
    padding-top: 0;
  }

  .large-text {
    height: 200px;
    font-size: 18px;
  }

  .social.dark {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .auszeichnungen {
    padding-top: 40px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1em;
  }

  .div-block-295 {
    height: 110px;
  }

  .grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template: "Mitarbeiter-1 Mitarbeiter-1 Mitarbeiter-2 Mitarbeiter-3"
                   "Mitarbeiter-5 Mitarbeiter-6 Mitarbeiter-7 Mitarbeiter-7"
                   "Mitarbeiter-8 Mitarbeiter-8 Mitarbeiter-9 Mitarbeiter-10"
                   "Mitarbeiter-11 Mitarbeiter-12 Mitarbeiter-13 Mitarbeiter-13"
                   "Mitarbeiter-14 Mitarbeiter-15 Mitarbeiter-16 Mitarbeiter-17"
                   ". . . ."
                   ". . . ."
                   ". . . ."
                   / 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .employee-div {
    order: 6;
    height: 300px;
  }

  .team-headshot__mask-2 {
    height: 100%;
  }

  .text-after-heading {
    width: 100%;
    font-size: 15px;
  }

  .div-block-302 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-303 {
    padding: 30px 40px;
  }

  .counter, .plus {
    font-size: 25px;
  }

  .counter-support-text {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-100, .text-block-101 {
    font-size: 15px;
  }

  .div-block-306 {
    margin-top: 100px;
    position: relative;
  }

  .feature_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

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

  .feature_wrap._2 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  ._480 {
    max-width: none;
    margin-bottom: 0;
  }

  ._480.left {
    align-items: center;
  }

  .container-5 {
    width: 90%;
  }

  .feature_image._1 {
    position: relative;
  }

  .feature_image._2 {
    height: 350px;
  }

  .feature_text {
    margin-top: 16px;
    font-size: 15px;
  }

  .feature_text.testimonial {
    font-size: 15px;
  }

  .feature_text.testimonial.left, .feature_text.left {
    text-align: center;
  }

  .feature_image-wrap {
    max-width: none;
    height: auto;
    position: static;
  }

  .section-13 {
    padding: 0;
  }

  .section-13.second {
    padding-bottom: 0;
  }

  .div-block-307 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .text-colour-lightgrey {
    font-size: 15px;
    line-height: 1.5em;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

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

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 30px;
    top: 30vh;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .track, .frame {
    height: auto;
  }

  .frame-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-right {
    width: 100%;
    min-height: 600px;
    display: none;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.visible-home {
    padding-top: 0;
  }

  .sticky-container {
    flex-wrap: wrap;
  }

  .sticky-content-block {
    width: 90%;
    max-width: 100%;
    min-height: auto;
    margin-bottom: 80px;
  }

  .sticky-content-block.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .show-last-hide, .show-second-hide {
    margin-top: 20px;
    display: block;
    position: relative;
  }

  .sticky-left {
    width: 100%;
  }

  .show-first-hide {
    margin-top: 20px;
    display: block;
    position: relative;
  }

  .show-last, .show-first, .show-second {
    display: none;
  }

  .div-block-314 {
    height: 49px;
  }

  .scroll-link {
    border-style: none solid;
    border-color: #000 #ffffff1a;
    min-height: 65px;
  }

  .d-135-card-wrapper, .d-135-card-wrapper._2, .d-135-card-wrapper._3 {
    width: 100%;
  }

  .demo-wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .text-block-106 {
    font-size: 35px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-block-107 {
    font-size: 18px;
  }

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

  .h2-heading {
    margin-top: 0;
    font-size: 40px;
  }

  .div-block-328 {
    height: 350px;
  }

  .div-block-329 {
    justify-content: flex-start;
  }

  .leistungen-berschrift {
    margin-bottom: 0;
    font-size: 16px;
  }

  .div-block-333.unten {
    display: none;
  }

  .div-block-333.oben {
    display: block;
  }

  .tabs-3 {
    flex-direction: column;
  }

  .testimonial__content, .testimonial__content.mobile {
    margin-left: 0;
  }

  .text-block-109 {
    text-align: center;
    font-size: 18px;
  }

  .slide-image {
    min-height: 400px;
  }

  .featured-slide__mask {
    width: 90%;
  }

  .text.prod__des {
    color: var(--gray-1);
    font-size: 15px;
  }

  .tab-item-padding {
    padding: .6rem;
  }

  .tab-bottom {
    grid-template-columns: 1fr 3.5rem;
    padding: 2rem;
  }

  .tab-bottom.tab-bottom-full-width {
    padding: .9rem;
  }

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

  .heading-small {
    font-size: 1.2rem;
  }

  .faq-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 1.75rem;
  }

  .tab-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-icon {
    width: 2rem;
    height: 2rem;
    padding: 0;
  }

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

  .kompetenzbereiche.unternehmensberatung {
    padding-bottom: 36px;
  }

  .tool-berschrift {
    font-size: 26px;
  }

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

  .div-wrapper {
    margin-bottom: 22px;
  }

  .lottie-animation-5.unten {
    width: 35px;
  }

  .image-101.unten, .image-101.oben {
    width: 25px;
  }

  .div-block-336 {
    margin-top: 10px;
  }

  .div-block-337 {
    inset: auto 0% 0%;
  }

  .div-block-340 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    align-items: center;
    height: auto;
    display: flex;
  }

  .image-103 {
    height: 250px;
    margin-top: 30px;
    position: static;
    bottom: 3%;
  }

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

  .section-17 {
    padding-top: 59px;
  }

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

  .div-block-345 {
    justify-content: space-between;
  }

  .div-block-347 {
    align-items: center;
  }

  .text-block-118, .div-block-348 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-77 {
    width: 25px;
  }

  .div-block-177 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .text-block-67 {
    font-size: 16px;
  }

  .text-block-72 {
    font-size: 14px;
  }

  .desktop-wrapper {
    display: none;
  }

  .main-container {
    padding-left: 31px;
    padding-right: 31px;
  }

  .div-block-175 {
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .link-block-6 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .mobile-wrapper {
    flex-direction: column;
    display: flex;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-176.bordertop {
    border-top: 1px solid #00000057;
    padding-top: 11px;
  }

  .image-78 {
    opacity: .6;
    width: 15px;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 10px;
    padding: 0 15px;
    display: flex;
  }

  .text-block-119, .text-block-120 {
    font-size: 15px;
  }

  .heading-68 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .heading-109 {
    font-size: 42px;
  }

  .heading-109.small {
    font-size: 34px;
    line-height: 1.1em;
  }

  .rich-text-block-7 h3 {
    font-size: 28px;
  }

  .rich-text-block-7 p {
    margin-bottom: 5px;
  }

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

  .heading-110, .heading-111 {
    font-size: 35px;
  }

  .heading-112, .heading-113 {
    font-size: 35px;
    line-height: 1.2em;
  }

  .heading-114 {
    font-size: 35px;
  }

  .heading-115 {
    font-size: 40px;
    line-height: 1.1em;
  }

  .grid-team-mobile {
    grid-template-columns: 1fr;
    width: 80%;
  }

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

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

  .text-block-124 {
    text-align: left;
    margin-top: 10px;
    font-size: 11px;
  }

  .link-11 {
    font-weight: 500;
  }

  .lottie-animation-6 {
    width: 75px;
  }

  .left-test {
    margin-bottom: 16px;
  }

  .kontakt-button.nav {
    height: auto;
    font-size: 14px;
  }

  .kontakt-button.kontakt {
    margin-top: 23px;
    font-size: 15px;
  }
}

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

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  a {
    white-space: normal;
    display: inline;
  }

  li {
    font-size: 14px;
  }

  blockquote {
    margin-top: 2px;
    margin-bottom: 26px;
  }

  .section {
    justify-content: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.bg-gray-4 {
    padding-top: 22px;
  }

  .section.bg-primary-2.start {
    padding-top: 31px;
  }

  .section.no-bottom-space {
    padding-top: 23px;
  }

  .container {
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .button.button-large {
    width: 100%;
    min-width: auto;
  }

  .button.navbar-centered-button {
    display: block;
  }

  .card-body {
    padding: 19px;
  }

  .split-section-full-width {
    max-width: 100vw;
  }

  .space-bottom {
    margin-bottom: 4px;
  }

  .large-heading {
    margin-right: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .justify-column-between.content-width-medium {
    width: 100%;
  }

  .justify-column-between.content-width-small {
    padding-left: 0;
  }

  .content-width-medium {
    padding: 20px;
  }

  .split-section-content {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .split-section-content.bg-gray-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .display-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .display-1 {
    font-size: 40px;
    line-height: 48px;
  }

  .display-1.white {
    height: 92px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .section-title {
    margin-bottom: 26px;
  }

  .grid-halves {
    grid-template-columns: minmax(100%, 1fr);
  }

  .grid-halves.overlap-image-pair {
    margin-top: 14px;
    margin-bottom: 20px;
  }

  .split-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .split-section.horizontal {
    padding-left: 13px;
    padding-right: 13px;
  }

  .subtitle {
    margin-bottom: 13px;
  }

  .navbar-content {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer {
    padding-top: 52px;
    padding-bottom: 26px;
  }

  .footer.bg-primary-2 {
    padding-bottom: 0;
  }

  .footer-1-top-row {
    margin-bottom: 39px;
  }

  .footer-menus-wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .footer-1-bottom-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-1-menus {
    flex: none;
    margin-bottom: 0;
  }

  .footer-fine-print {
    flex-direction: column;
    align-items: center;
    margin-bottom: 26px;
  }

  .announcement-dismiss {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .horizontal-rule {
    margin-top: 0;
    margin-bottom: 0;
  }

  .metric-horizontal {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 19px;
    padding-bottom: 19px;
  }

  .tabs-center {
    flex-direction: column;
    align-items: center;
    margin-bottom: 39px;
  }

  .text-tab.no-bottom-space {
    margin-bottom: 0;
  }

  .wide-tabs-menu {
    flex-direction: row;
    overflow: auto;
  }

  .gallery-slider-row {
    grid-row-gap: 26px;
  }

  .image-slider-mask {
    padding-bottom: 0;
  }

  .slider-button-round.slider-button-right, .slider-button-round.slider-button-left {
    flex-direction: column;
    display: flex;
  }

  .utility-page-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-page-content {
    align-items: center;
  }

  .footer-2-top-row {
    margin-bottom: 26px;
    padding-bottom: 26px;
  }

  .footer-2.bg-gray-4 {
    padding-bottom: 26px;
  }

  .footer-2-middle-row {
    margin-bottom: 26px;
  }

  .case-study-large-link {
    flex-direction: column-reverse;
  }

  .dropdown-content {
    padding: 6px 13px;
  }

  .split-section-scrollable-wrapper {
    height: 380px;
  }

  .demos-sidebar {
    margin-bottom: 0;
  }

  .slider-image {
    height: 250px;
  }

  .slider-image.ergonometrik {
    width: 100%;
    margin-bottom: 20px;
  }

  .slider-image.t-v {
    height: auto;
  }

  .slider-image.lauf {
    height: 250px;
  }

  .slider-image.erste-hilfe {
    height: 210px;
  }

  .s-scroll {
    height: 80vh;
  }

  .image-3 {
    height: 40px;
  }

  .text-header {
    font-size: 16px;
    line-height: 1.1em;
  }

  .h3-small {
    font-size: 16px;
  }

  .tabs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-title {
    font-size: 30px;
    font-weight: 700;
  }

  .slider-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-big {
    height: auto;
    font-size: 30px;
    font-weight: 700;
  }

  .text-big.ueber-uns {
    white-space: normal;
    font-size: 30px;
  }

  .div-block-12 {
    margin-bottom: 10px;
  }

  .div-block-13 {
    display: none;
  }

  .text-big-2 {
    font-size: 30px;
    font-weight: 700;
  }

  .text-big-2.ber-uns {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .div-block-14 {
    height: 60px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .video-icon {
    width: 12px;
  }

  .digital {
    padding: 0 0%;
  }

  .content-digital {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-31 {
    height: 142px;
    margin-bottom: 5px;
  }

  .div-block-31.hidemobile {
    display: none;
  }

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

  .div-block-32 {
    height: 92px;
  }

  .div-block-33 {
    width: 100%;
  }

  .wrapper-word-animation {
    height: 142px;
  }

  .ber-uns-hero.dark.no-padding.clip.v2 {
    padding-top: 48px;
  }

  .video-bottom {
    height: 160px;
  }

  .video-bottom.small {
    height: 100px;
  }

  .testimonial-text {
    font-size: 26px;
  }

  .testimonial-text._1, .testimonial-text._2, .testimonial-text._3 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 30px;
    display: block;
  }

  .team-modal__panel, .team-panel__header {
    padding-top: 0;
  }

  .text-block-82 {
    width: 100%;
  }

  .team-contact__wrap.in--panel {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-panel__content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-14 {
    height: auto;
  }

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

  .tradition-moderne {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-38 {
    height: 70px;
  }

  .historie-tab {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .historie-tab.w--current {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .text-tradition-moderne {
    font-size: 14px;
  }

  .div-block-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .large-text {
    height: 300px;
  }

  .testimonial-wrap {
    padding-top: 40px;
  }

  .social {
    padding: 60px 4vw 48px;
  }

  .reg-text {
    padding-left: 16px;
    padding-right: 8px;
  }

  .testimonial-text-2 {
    margin-bottom: -4px;
    padding-left: 0;
    padding-right: 0;
  }

  .auszeichnungen {
    padding-top: 10px;
  }

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

  .image-92._3 {
    object-position: 34% 0%;
  }

  .div-block-295 {
    width: 100%;
    height: 90px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .grid-3 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .employee-div {
    order: 1;
    height: 200px;
  }

  .image-94.dirk {
    object-position: 100% 0%;
  }

  .image-94.nagel {
    object-position: 70% 0%;
  }

  .image-94.sch-fer {
    object-position: 35% 0%;
  }

  .image-94.sch-fers {
    object-position: 100% 0%;
  }

  .image-94.schielasko {
    object-position: 40% 0%;
  }

  .image-94.tkavev, .image-94.unverzagt {
    object-position: 60% 0%;
  }

  .image-94.wiesner {
    object-position: 55% 0%;
  }

  .image-94.wilkemeyer, .image-94.n-lle {
    object-position: 60% 0%;
  }

  .div-block-300 {
    display: none;
  }

  .div-block-301 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mitarbeiter-name {
    font-size: 18px;
  }

  .mitarbeiter-titel {
    font-size: 15px;
    line-height: 18px;
  }

  .header-panel__info-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .team-popup-show-hide {
    display: block;
  }

  .team-headshot__mask-2 {
    height: 100%;
  }

  .outline-card-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .panel__title-2 {
    font-size: 25px;
  }

  .div-block-302, .div-block-303 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter-block {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .counting-number-div {
    margin-top: 0;
  }

  .header-panel__info-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .studie-popup {
    display: block;
  }

  .studie-popup.kundenstudie, .studie-popup.mitarbeiterstudie {
    display: none;
  }

  .team-panel__content-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .panel__title-3 {
    text-align: center;
    font-size: 25px;
    line-height: 1.2em;
  }

  .div-block-306 {
    width: 100px;
    position: relative;
    inset: auto 0% 87%;
  }

  .grid-4 {
    width: 100%;
    position: static;
  }

  .offene-stellen {
    padding-top: 42px;
    padding-bottom: 47px;
  }

  .feature_wrap._2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature_image._2 {
    height: 300px;
  }

  .feature_text {
    margin-top: 0;
  }

  .feature_image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section-13 {
    padding-top: 38px;
  }

  .text-colour-lightgrey {
    font-size: 15px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .track {
    padding-top: 40px;
  }

  .frame-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-311 {
    margin-top: 21px;
  }

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

  .content-section {
    padding-top: 50px;
  }

  .content-section.visible-home {
    margin-top: 40px;
  }

  .sticky-container {
    grid-template-rows: auto;
  }

  .sticky-content-block {
    flex-wrap: wrap-reverse;
    width: 100%;
    margin-bottom: 40px;
  }

  .sticky-left {
    flex-direction: column;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .show-first-hide {
    margin-top: 17px;
    margin-bottom: 0;
  }

  .div-block-314 {
    height: 44px;
  }

  .div-block-315 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    min-height: 93vh;
  }

  .scroll-link {
    grid-column-gap: 24px;
    min-width: 70vw;
  }

  .demo-wrapper {
    align-items: center;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .image-97 {
    margin-top: 0;
    margin-right: 0;
  }

  .text-block-106 {
    font-size: 30px;
    font-weight: 700;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    padding-right: 0;
    font-size: 20px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

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

  .rich-text-block-5 a {
    white-space: normal;
    object-fit: fill;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: inline;
    position: static;
    overflow: visible;
  }

  .image-98 {
    width: 100%;
    position: static;
  }

  .div-block-322 {
    width: 100%;
    display: block;
    position: static;
  }

  .div-block-324 {
    margin-bottom: 14px;
  }

  .text-block-107 {
    border-bottom: 1px solid #929292;
    border-right-width: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .div-block-325 {
    flex-direction: column;
    align-items: center;
  }

  .h2-heading {
    font-size: 30px;
    line-height: 1.1em;
  }

  .div-block-328 {
    height: 200px;
  }

  .div-block-329 {
    justify-content: flex-start;
    height: 465px;
  }

  .div-block-329.unternehmensberatung {
    height: 410px;
  }

  .leistungen-berschrift {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .div-block-332 {
    padding-bottom: 0;
    padding-left: 3%;
    padding-right: 0%;
  }

  .div-block-333.unten {
    display: none;
  }

  .div-block-333.oben {
    height: auto;
    padding-top: 31px;
    display: block;
  }

  .testimonial__name {
    margin-left: 10px;
  }

  .tab-link {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-link.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

  .list_item {
    padding-left: 11px;
  }

  .tabs-3 {
    margin-top: 32px;
  }

  .quotation__mark {
    opacity: .5;
  }

  .quotation__mark.mobile {
    left: 0%;
  }

  .content__wrapper {
    height: auto;
  }

  .author_description {
    font-size: 15px;
  }

  .testimonial__content {
    padding-left: 0;
  }

  .testimonial__content.mobile {
    margin-left: 0;
    padding-left: 0;
  }

  .ansprechpartner-bild {
    width: 100px;
  }

  .ansprechpartner-bild.porada {
    object-position: 80% 0%;
  }

  .text-block-109 {
    font-size: 16px;
  }

  .featured__slider {
    padding-bottom: 20px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .tools.bestseller {
    padding-top: 26px;
  }

  .featured-slide__mask {
    width: 100%;
  }

  .speaker-slide-content {
    padding-bottom: 0;
  }

  .featured__arrow {
    inset: auto 0% 0% auto;
  }

  .featured__arrow.left {
    margin-right: 84px;
    inset: auto 0% 0%;
  }

  .text.prod__des {
    font-size: 15px;
  }

  .tab-item-padding {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .tab-icon-image {
    width: 30px;
  }

  .tab-bottom {
    padding: 2rem;
    display: flex;
  }

  .tab-bottom.tab-bottom-full-width {
    padding: 1rem;
  }

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

  .heading-small {
    font-size: 1rem;
  }

  .faq-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .image-background {
    object-fit: cover;
  }

  .image-background-sticky {
    object-fit: cover;
    width: 100%;
    position: static;
  }

  .tab-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-icon {
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    padding: .1rem;
  }

  .kompetenzbereiche {
    padding-top: 21px;
    padding-right: 5%;
  }

  .kompetenzbereiche.unternehmensberatung {
    padding-top: 45px;
  }

  .tool-berschrift {
    font-size: 20px;
  }

  .ansprechpartner-leistungen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lottie-animation-5.unten {
    top: 20%;
  }

  .div-block-337 {
    inset: auto 0% 0%;
  }

  .image-103 {
    width: 100%;
    height: 180px;
    position: static;
  }

  .image-103.hide {
    display: none;
  }

  .heading-kanzleihistorie {
    font-size: 17px;
    line-height: 1.5em;
  }

  .text-studie {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
  }

  .text-block-115 {
    font-size: 14px;
  }

  .div-block-344 {
    width: 100%;
  }

  .section-17 {
    padding-bottom: 27px;
  }

  .div-block-345 {
    flex-direction: column;
  }

  .kontakt-div-right {
    max-width: none;
  }

  .image-108 {
    margin-top: 0;
  }

  .image-77 {
    width: 22px;
  }

  .div-block-177 {
    align-items: center;
  }

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

  .main-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .nav-menu-2 {
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .div-block-175 {
    margin-bottom: 10px;
  }

  .link-block-6 {
    font-size: 15px;
  }

  .mobile-wrapper {
    border: 1px #000;
    height: 105vh;
  }

  .hide-on-mobile {
    display: none;
  }

  .div-block-176.bordertop {
    margin-bottom: 0;
  }

  .image-78 {
    height: 15px;
  }

  .div-block-178 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-grid {
    width: 86vw;
    min-height: 60px;
  }

  .heading-68 {
    line-height: 1.1em;
  }

  .div-block-257 {
    padding-top: 20px;
  }

  .heading-109 {
    font-size: 40px;
  }

  .heading-109.small {
    font-size: 26px;
  }

  .rich-text-block-7 h3 {
    font-size: 22px;
    line-height: 1.2em;
  }

  .rich-text-block-7 p {
    font-size: 14px;
  }

  .rich-text-block-7 a {
    display: inline;
  }

  .rich-text-block-7 h4 {
    font-size: 18px;
  }

  .heading-110, .heading-111 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .div-block-351 {
    padding-left: 26px;
    padding-right: 24px;
  }

  .heading-112, .heading-113, .heading-114 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .tabs-div {
    height: 270px;
  }

  .arrow-div {
    width: 50px;
    padding-top: 22px;
  }

  .arrow-tab.left, .arrow-tab.right, .grid-team-mobile {
    width: 100%;
  }

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

  .heading-116 {
    line-height: 1.1em;
  }

  .div-block-354 {
    width: 100%;
  }

  .collection-list-wrapper {
    width: auto;
  }

  .tab-pane-tab-1 {
    height: 100%;
  }

  .tabs-content-3 {
    width: 100%;
    height: 100%;
  }

  .tab-pane-tab-2-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6, .tab-pane-tab-7, .tab-pane-tab-8, .tab-pane-tab-9, .tab-pane-tab-10, .tab-pane-tab-11, .tab-pane-tab-12, .tab-pane-tab-13 {
    height: 100%;
  }

  .div-block-355 {
    inset: 0% 0% auto;
  }

  .lottie-animation-6 {
    width: 70px;
  }

  .section-45 {
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 36px;
    display: flex;
  }

  .div-sticky {
    width: 100%;
  }

  .div-block-357 {
    margin-bottom: 16px;
    display: block;
  }

  .kontakt-button {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 19px;
    display: inline-block;
  }

  .kontakt-button.nav {
    margin-top: 0;
  }

  .kontakt-button.kontakt {
    margin-top: 17px;
  }

  .list, .list-2 {
    margin-left: 20px;
  }

  .heading-117 {
    font-size: 18px;
  }
}

#w-node-_5eccff4d-07a9-e175-0e2c-186ead4bad6a-6de0d7b1, #w-node-_78ad1fbf-63b0-0cac-e841-6df40f317e61-6de0d7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84f8b6d4-ae41-dffd-b6d5-297f45eee5dc-6de0d7b1 {
  align-self: start;
}

#w-node-c9e5b76a-16c1-cf3d-648f-1efa520fa714-6de0d7b1, #w-node-b00a776e-feb5-214f-d947-1c2e1ef58a14-6de0d7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d2d065f-3c64-0882-d745-79a8125bcc9b-125bcc95 {
  justify-self: center;
}

#w-node-_4d2d065f-3c64-0882-d745-79a8125bccdc-125bcc95 {
  justify-self: end;
}

#w-node-d381cee2-17a1-04b0-76c9-4ec24bca0dcb-a5e0d7fe {
  align-self: center;
}

#w-node-d381cee2-17a1-04b0-76c9-4ec24bca0dd0-a5e0d7fe {
  justify-self: center;
}

#w-node-_8966f38e-5f09-a792-f329-e26a936637d0-a5e0d7fe {
  place-self: start center;
}

#w-node-_8966f38e-5f09-a792-f329-e26a936637d3-a5e0d7fe {
  place-self: center;
}

#w-node-_9f91a11e-8e36-431e-06e5-c1912e3b4f6c-a5e0d7fe {
  align-self: center;
}

#w-node-_9f91a11e-8e36-431e-06e5-c1912e3b4f71-a5e0d7fe {
  justify-self: center;
}

#w-node-dbb16234-e601-e221-f37c-4333bebfb0c3-a5e0d7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_103d8e0d-2386-aa0a-b2d9-6c751d2b9408-a5e0d7fe {
  justify-self: center;
}

#w-node-b8b6ef22-8091-d626-56e1-f83682f941bc-a5e0d7fe, #w-node-b8b6ef22-8091-d626-56e1-f83682f941bd-a5e0d7fe, #w-node-_0ed93e73-daae-ba20-c7eb-44c8efda6238-a5e0d7fe {
  align-self: center;
}

#w-node-_0ed93e73-daae-ba20-c7eb-44c8efda624c-a5e0d7fe {
  justify-self: center;
}

#Offene-Stellen.w-node-_220f6877-e5f4-96dc-8bb7-674cbc786394-a5e0d7fe, #w-node-_3f7b2abe-ddae-354d-054d-d7f05b21740f-a5e0d7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98b7b6c8-d340-4145-b87e-62ef00b21779-cae0d810 {
  place-self: center;
}

#w-node-_2df5545e-b3a1-cc13-971e-dd944b619662-cae0d810, #w-node-_37c36de0-9419-eb09-87e7-2e081b422ca3-cae0d810, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99503-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99509-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c9950c-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99510-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99516-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99519-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c9951d-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99523-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99526-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c9952a-f7e0d81f, #w-node-_2ece64bd-f656-0c9c-17fe-396b2e92b8f1-f7e0d81f, #w-node-_2ece64bd-f656-0c9c-17fe-396b2e92b8f4-f7e0d81f, #w-node-_2ece64bd-f656-0c9c-17fe-396b2e92b8f8-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99530-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99533-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99537-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c9953d-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99540-f7e0d81f, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99544-f7e0d81f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_484313d7-d8ef-9d01-e557-47632bf0da14-87e0d848, #w-node-_484313d7-d8ef-9d01-e557-47632bf0da1f-87e0d848, #w-node-_484313d7-d8ef-9d01-e557-47632bf0da2a-87e0d848 {
  justify-self: center;
}

#w-node-c025319e-1ac8-3f18-e518-166f1f7463c6-87e0d848 {
  grid-area: Mitarbeiter-13;
}

#w-node-cd63b33d-34c7-39ab-afd6-9f229fae963d-87e0d848 {
  grid-area: Mitarbeiter-7;
}

#w-node-e6705adc-a855-4584-d5d6-128d0956db15-87e0d848 {
  grid-area: Mitarbeiter-1;
}

#w-node-_6b944e2f-a6bb-8ef6-b90f-a3900ecb94e6-87e0d848 {
  grid-area: Mitarbeiter-8;
}

#w-node-_19dd3fef-0166-1937-3980-607ae3403d2c-87e0d848 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_337dea9c-6dd6-ab91-8099-efe805679275-87e0d848 {
  justify-self: center;
}

#w-node-b4348faf-fbc7-b392-13fe-cc7342c99503-7de0d849, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99509-7de0d849, #w-node-b4348faf-fbc7-b392-13fe-cc7342c9950c-7de0d849, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99510-7de0d849, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99516-7de0d849, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99519-7de0d849, #w-node-b4348faf-fbc7-b392-13fe-cc7342c9951d-7de0d849, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99523-7de0d849, #w-node-b4348faf-fbc7-b392-13fe-cc7342c99526-7de0d849, #w-node-b4348faf-fbc7-b392-13fe-cc7342c9952a-7de0d849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d381cee2-17a1-04b0-76c9-4ec24bca0dcb-a5e0d7fe, #w-node-_8966f38e-5f09-a792-f329-e26a936637d3-a5e0d7fe, #w-node-_9f91a11e-8e36-431e-06e5-c1912e3b4f6c-a5e0d7fe {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_591cdbe4-e46e-7748-cddf-0b9129446371-6de0d7b1 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b00a776e-feb5-214f-d947-1c2e1ef58a16-6de0d7b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b00a776e-feb5-214f-d947-1c2e1ef58a1c-6de0d7b1 {
    justify-self: auto;
  }

  #w-node-_09586487-f999-1399-bbc5-4f0c68a77a7d-6de0d7b1 {
    place-self: start center;
  }

  #w-node-_46896530-314d-46bb-e772-d2038649f1f4-6de0d7b1 {
    justify-self: center;
  }

  #w-node-_8966f38e-5f09-a792-f329-e26a936637d0-a5e0d7fe {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_8966f38e-5f09-a792-f329-e26a936637d3-a5e0d7fe {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0ed93e73-daae-ba20-c7eb-44c8efda6238-a5e0d7fe {
    justify-self: center;
  }

  #w-node-d5f302ff-2815-7886-d706-5a453c310bf6-87e0d848 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d9a9735c-b817-3c17-8037-f2af1d146199-87e0d848, #w-node-_8cd4dfc2-4a5c-5254-6059-be8b9a5a9705-87e0d848, #w-node-_52cd283a-27f9-2837-78a3-115e88f435f0-87e0d848, #w-node-_8a358042-c2fd-01fe-8879-5dfa478990cd-87e0d848, #w-node-_5cd62f87-f6b6-ded2-794a-e2a89f60eb42-87e0d848, #w-node-da16b7e3-8b07-f9b8-3eb1-e8c9c9e87fd0-87e0d848, #w-node-cb2afb49-c6f8-8b20-b4e0-86098df010e1-87e0d848, #w-node-d436dc47-94c1-6e15-f920-5f609a02108e-87e0d848, #w-node-_7f32973c-7fc6-7e7b-cc4a-6407701841da-87e0d848, #w-node-ac694ab7-a91d-fe86-bae8-8e26ef656b18-87e0d848, #w-node-_59adbd17-1dc8-8b4c-745b-88c7a6e81ec4-87e0d848, #w-node-_5d6023da-6ecb-ccc8-b9b6-532c8a606aca-87e0d848, #w-node-_4a7df93f-1a81-57d7-8c85-90d999410c73-87e0d848, #w-node-_5cea9221-b700-4972-31ad-a7686bdb3cbf-87e0d848, #w-node-a81a7d5d-2c79-2a67-16c5-a6c2a56100fb-87e0d848, #w-node-f4c2f6d7-71bf-5d27-fc52-260961a6292b-87e0d848, #w-node-b75ed627-8571-dd32-2d97-edfbd3366671-87e0d848, #w-node-_4ec82d61-216e-db72-af8b-ad6426b64704-87e0d848, #w-node-_275aed1c-f63e-9c5b-c17b-2ea178bcc731-87e0d848, #w-node-_01a53704-5494-3804-ac28-cf1afee3aa81-87e0d848, #w-node-_9ac88da7-ae14-0ae7-de62-02107d42300c-87e0d848, #w-node-_09387120-8edb-ea82-e237-3c80b283bb6b-87e0d848, #w-node-_7b849ae8-7d4a-64be-5872-8abbcce10930-87e0d848, #w-node-_771e8e0b-3058-14a6-a6c4-63c91fce535b-87e0d848, #w-node-c429857d-b0ed-81a1-14e5-c86bd742d3f8-87e0d848, #w-node-e6a5acaf-2585-9051-7603-9a824dea5e55-87e0d848, #w-node-c49ba37b-6157-ad12-b881-d93f9cfc3aa9-87e0d848, #w-node-_13a25b36-91e3-8d7a-fca0-24b1f4cd2f70-87e0d848, #w-node-_8c6f255e-7ce6-e423-b702-76d4ebf12e6f-87e0d848, #w-node-_7d20cb1b-45ad-5e90-2c41-5f84191ca184-87e0d848, #w-node-_512ab9e0-517f-38c3-52af-ac27a5af8872-87e0d848, #w-node-_5f40f80a-f4fa-8397-49cc-f32962ba0d27-87e0d848, #w-node-_513b2efa-0a84-c56c-c8d3-6ec705b2e45a-87e0d848 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80869295-b02f-cb24-440b-34dd51a43973-87e0d848 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_86832d2d-8ea4-4321-8a42-014c8757ac46-87e0d848 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-e8cd080c-bdf0-0cee-890f-f31e5da62bf6-87e0d848 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_46896530-314d-46bb-e772-d2038649f1f4-6de0d7b1 {
    justify-self: center;
  }

  #w-node-_8966f38e-5f09-a792-f329-e26a936637d0-a5e0d7fe {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_8966f38e-5f09-a792-f329-e26a936637d3-a5e0d7fe {
    justify-self: start;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f01706-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f01709-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f0170b-a5e0d7fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a367d3f-213d-42de-a8af-9b375942d5aa-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1a367d3f-213d-42de-a8af-9b375942d5ad-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1a367d3f-213d-42de-a8af-9b375942d5af-a5e0d7fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7cbd0df-ae5f-4c1e-95c4-4d64566174de-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d7cbd0df-ae5f-4c1e-95c4-4d64566174e1-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d7cbd0df-ae5f-4c1e-95c4-4d64566174e3-a5e0d7fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f01712-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f01715-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b890f2b9-3543-23ec-d170-ca8ceae654c7-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b890f2b9-3543-23ec-d170-ca8ceae654ca-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f01725-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f01728-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f0173f-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f01742-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9f96ba7d-6466-be16-03bc-c90f56524654-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9f96ba7d-6466-be16-03bc-c90f56524657-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f0175b-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f0175e-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_700b7b9a-e9ca-ad73-d5ca-7e9320cf4f9e-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_700b7b9a-e9ca-ad73-d5ca-7e9320cf4fa1-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_08aabe8f-0773-e49b-85d8-f4b8d57cd2f4-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_08aabe8f-0773-e49b-85d8-f4b8d57cd2f7-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f017a9-a5e0d7fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2e7b6550-fc86-c1f4-f15c-18f9c2f017ac-a5e0d7fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_80869295-b02f-cb24-440b-34dd51a43973-87e0d848 {
    grid-area: 1 / 3 / 2 / 4;
  }
}


@font-face {
  font-family: 'snasmd';
  src: url('../fonts/dmsans-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'snasmd';
  src: url('../fonts/dmsans-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'snasmd';
  src: url('../fonts/dmsans-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'snasmd';
  src: url('../fonts/dmsans-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'snasmd';
  src: url('../fonts/dmsans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'snasmd';
  src: url('../fonts/dmsans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}