@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-VariableFont.woff2") format("woff2-variations"),
    url("../fonts/Inter-VariableFont.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Italic-VariableFont.woff2") format("woff2-variations"),
    url("../fonts/Inter-Italic-VariableFont.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Panchang Complete";
  src: url("../fonts/Panchang-Variable.woff2") format("woff2-variations"),
    url("../fonts/Panchang-Variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans Narrow;
  src: url('../fonts/Mona-Sans-BlackNarrowItalic.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Panchang;
  src: url("../fonts/Panchang-Variable.woff2") format("woff2-variations"),
    url("../fonts/Panchang-Variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--black: #0d0d0f;
  --font-family--primary: Inter, sans-serif;
  --colors--grey-100: #b7b7b7;
  --font-size--base: 1rem;
  --font-family--secondary: "Mona Sans Narrow", sans-serif;
  --colors--white: white;
  --fluid-font-size--huge: 17vw;
  --font-size--4xl: 3.5rem;
  --font-size--fluid-xl\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>: 12dvw;
  --fluid-font-size--xl: 5vw;
  --font-size--large\<deleted\|variable-ec2b6f44-f000-7234-cbc3-d1529974517b\>: 1.5rem;
  --font-size--medium\<deleted\|variable-b7e90277-86c7-b9e4-63b9-82af05bd5fc5\>: 1.125rem;
  --colors--grey-800: #191a1d;
  --colors--grey-900: #131417;
  --color--light-grey\<deleted\|variable-048e692b-38b5-8838-9273-c3db2f7183e4\>: #dadbdc;
  --font-size--2xl: 2.5rem;
  --font-size--xl: 2rem;
  --font-size--large: 1.5rem;
  --font-size--medium: 1.25rem;
  --font-size--3xl: 2.75rem;
  --colors--grey-400: #4a4d54;
  --colors--primary-400\<deleted\|variable-6ad1f683-5e6a-964a-a382-327ce29b4a22\>: #fedf08;
  --colors--grey-300: #65676c;
  --colors--white-10: #ffffff1a;
  --colors--white-15: #ffffff26;
  --colors--white-20: #fff3;
  --colors--grey-200: #7e8086;
  --colors--grey-500: #31333a;
  --colors--grey-600: #26282e;
  --colors--grey-700: #232529;
  --colors--primary-500: #00fffb;
  --colors--primary-600\<deleted\|variable-14561c59-4f9f-0a31-3620-9a27d8b07ed7\>: #fedf08;
  --color--dark-grey\<deleted\|variable-4d48c44f\>: #404449;
  --font-size--small: .9375rem;
  --fluid-font-size--large: 2.5vw;
  --font-size--xs: .875rem;
  --fluid-font-size--medium: 2.125vw;
  --fluid-font-size--l: 4vw;
  --fluid-font-size--4xl: 17vw;
  --font-size--5xl: 5rem;
  --fluid-font-size--3xl: 8vw;
  --font-family--panchang: Panchang, Arial, sans-serif;
  --font-family--panchang-compact: "Panchang Complete", Arial, sans-serif;
  --fluid-font-size--2xl: 5.5vw;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--colors--black);
  font-family: var(--font-family--primary);
  color: var(--colors--grey-100);
  font-size: var(--font-size--base);
  font-weight: 500;
  line-height: 135%;
}

h1 {
  font-family: var(--font-family--secondary);
  color: var(--colors--white);
  font-size: var(--fluid-font-size--huge);
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2vw;
  padding-top: 2.75vw;
  font-style: italic;
  font-weight: 900;
  line-height: 69%;
  display: block;
}

h2 {
  color: var(--colors--white);
  font-size: var(--font-size--4xl);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 77%;
}

h3 {
  font-family: var(--font-family--secondary);
  color: var(--colors--white);
  font-size: var(--fluid-font-size--xl);
  letter-spacing: -.05rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  font-family: var(--font-family--primary);
  font-size: var(--font-size--large\<deleted\|variable-ec2b6f44-f000-7234-cbc3-d1529974517b\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  font-size: var(--font-size--medium\<deleted\|variable-b7e90277-86c7-b9e4-63b9-82af05bd5fc5\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 2rem;
}

h6 {
  font-size: var(--font-size--medium\<deleted\|variable-b7e90277-86c7-b9e4-63b9-82af05bd5fc5\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  line-height: 150%;
}

a {
  color: var(--colors--grey-100);
  text-decoration: none;
}

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

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  background-color: #0000;
  position: relative;
}

.section.hero-section {
  grid-row-gap: 1rem;
  background-image: linear-gradient(#0000, #0d0d0fcc 67%);
  flex-direction: column;
  justify-content: flex-end;
  min-height: 102vh;
  padding-top: 8rem;
  padding-bottom: 1rem;
  line-height: .9;
  display: flex;
}

.section.styelguide-hero-section {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 8rem;
  padding-bottom: 1rem;
  line-height: .9;
  display: flex;
}

.section.hero-video-section {
  z-index: -1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section.grey-800-background {
  background-color: var(--colors--grey-800);
}

.section.padding-top-large {
  padding-top: 20rem;
}

.section.padding-top-large.grey-800-background {
  padding-top: 9.6rem;
}

.section.padding-top-large.grey-900-background.hide {
  display: none;
}

.section.huge-text-section {
  background-color: var(--colors--grey-900);
  padding-top: 6.6rem;
  padding-bottom: .2rem;
  padding-left: 3rem;
}

.section.subpage-hero-section {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 10rem;
  line-height: .9;
  display: flex;
}

.section.subpage-hero-section.insights-hero-section {
  justify-content: center;
}

.section.work-page-cases-section, .section.insights-page-intro-section {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.insights-body-section {
  background-color: var(--colors--grey-900);
  padding-top: 20rem;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.projects-body-section {
  background-color: var(--colors--grey-900);
  padding-top: 20rem;
}

.section.grey-900-background {
  background-color: var(--colors--grey-900);
}

.section.background-image-section {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.background-image-section.hide {
  display: none;
}

.section.approach-intro-section {
  background-color: var(--colors--grey-900);
  padding-top: 20rem;
  padding-bottom: 0;
}

.section.rechtlich {
  margin-top: 3rem;
}

.section.team {
  overflow: hidden;
}

.section.projekte {
  padding-top: 10rem;
}

.container {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.container.styleguide-container {
  max-width: 800px;
}

.container.hide {
  display: none;
}

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

.container.footerlinks {
  padding-bottom: 3rem;
}

.container.insights-sub {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: flex;
}

.divider {
  z-index: -4;
  background-color: var(--color--light-grey\<deleted\|variable-048e692b-38b5-8838-9273-c3db2f7183e4\>);
  width: 100%;
  height: 1px;
  position: static;
}

.text-large {
  max-width: 380px;
  font-size: var(--font-size--large\<deleted\|variable-ec2b6f44-f000-7234-cbc3-d1529974517b\>);
  font-weight: 600;
  line-height: 110%;
}

.footer {
  width: 100%;
  max-width: 100%;
  margin-top: 10rem;
  padding-top: 0;
  position: relative;
}

.rich-text-block {
  max-width: 780px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.rich-text-block h2 {
  font-family: Inter, sans-serif;
  font-size: var(--font-size--2xl);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block h3 {
  font-family: Inter, sans-serif;
  font-size: var(--font-size--xl);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block p {
  font-size: var(--font-size--base);
  margin-bottom: 3rem;
  font-weight: 500;
}

.rich-text-block h4 {
  color: var(--colors--white);
  font-family: Inter, sans-serif;
  font-size: var(--font-size--large);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 125%;
}

.rich-text-block blockquote {
  color: var(--colors--white);
  font-size: var(--font-size--medium);
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: .75rem 1.25rem;
}

.rich-text-block h1 {
  font-family: Mona Sans Narrow, sans-serif;
  font-size: var(--font-size--3xl);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 2rem;
  margin-right: 0;
  padding-top: 0;
  font-weight: 900;
  line-height: 100%;
}

.rich-text-block h5 {
  color: var(--colors--white);
  font-family: Inter, sans-serif;
  font-size: var(--font-size--medium);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-weight: 500;
}

.rich-text-block h6 {
  color: var(--colors--white);
  font-family: Inter, sans-serif;
  font-size: var(--font-size--base);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-weight: 500;
}

.rich-text-block figcaption {
  color: #898989;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--colors--grey-400);
  width: 100%;
  height: auto;
  color: var(--colors--white);
  font-size: var(--font-size--2xl);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.5rem;
  padding-left: 0;
  line-height: 100%;
}

.text-field:active {
  border-bottom-color: var(--colors--primary-400\<deleted\|variable-6ad1f683-5e6a-964a-a382-327ce29b4a22\>);
  line-height: 100%;
}

.text-field:focus {
  border-bottom-color: var(--colors--primary-400\<deleted\|variable-6ad1f683-5e6a-964a-a382-327ce29b4a22\>);
  color: var(--colors--white);
  line-height: 100%;
}

.text-field::placeholder {
  color: var(--colors--grey-300);
  line-height: 100%;
}

.text-field.small-text-field {
  font-size: var(--font-size--medium);
}

.submit-button {
  background-color: #0000;
  border: 0 solid #000;
  padding: 0 0 .5rem;
  font-size: 1.25rem;
  transition: all .2s;
}

.submit-button:hover {
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.submit-button.newsletter-submit-button {
  font-size: var(--font-size--2xl);
  padding-bottom: .75rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.submit-button.contact-form-submit-button {
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

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

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

.utility-page-form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.utility-form-text {
  font-size: var(--font-size--base);
  margin-bottom: 64px;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

.light-grey-text {
  color: #898989;
}

.swatch {
  background-color: var(--colors--white);
  border: 0 solid #e6e6e6;
  width: 100%;
  height: 180px;
}

.swatch.white-10 {
  background-color: var(--colors--white-10);
  border-width: 0;
}

.swatch.black {
  border-width: 1px;
  border-color: var(--colors--white-10);
  background-color: var(--colors--black);
}

.swatch.white-15 {
  background-color: var(--colors--white-15);
  border-width: 0;
}

.swatch.white-20 {
  background-color: var(--colors--white-20);
  border-width: 0;
}

.swatch.grey-100 {
  background-color: var(--colors--grey-100);
  border-width: 0;
}

.swatch.grey-200 {
  background-color: var(--colors--grey-200);
  border-width: 0;
}

.swatch.grey-300 {
  background-color: var(--colors--grey-300);
  border-width: 0;
}

.swatch.grey-400 {
  background-color: var(--colors--grey-400);
  border-width: 0;
}

.swatch.grey-500 {
  background-color: var(--colors--grey-500);
  border-width: 0;
}

.swatch.grey-600 {
  background-color: var(--colors--grey-600);
  border-width: 0;
}

.swatch.grey-700 {
  background-color: var(--colors--grey-700);
  border-width: 0;
}

.swatch.grey-800 {
  background-color: var(--colors--grey-800);
  border-width: 0;
}

.swatch.grey-900 {
  background-color: var(--colors--grey-900);
  border-width: 0;
}

.swatch.primary-400 {
  background-color: var(--colors--primary-400\<deleted\|variable-6ad1f683-5e6a-964a-a382-327ce29b4a22\>);
  border-width: 0;
}

.swatch.primary-500 {
  background-color: var(--colors--primary-500);
  border-width: 0;
}

.swatch.primary-600 {
  background-color: var(--colors--primary-600\<deleted\|variable-14561c59-4f9f-0a31-3620-9a27d8b07ed7\>);
  border-width: 0;
}

.styleguide-heading {
  letter-spacing: -2px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 10vw;
}

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

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

.navbar {
  z-index: 3;
  border-top: 0px solid var(--color--dark-grey\<deleted\|variable-4d48c44f\>);
  opacity: 0;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.grid.subpage-hero-grid {
  grid-column-gap: 4rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid.subpage-hero-grid.insights-sub {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.project-info-grid, .grid.contact-form-grid, .grid.approach-intro-grid {
  grid-row-gap: 6.5rem;
}

.typography-container {
  margin-bottom: 48px;
}

.text-small {
  font-size: 1rem;
  line-height: 135%;
}

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

.form.contact-form {
  grid-row-gap: 3rem;
}

.brand {
  z-index: 2;
}

.brand.w--current {
  position: relative;
}

.brand.w--current:hover {
  opacity: 1;
}

.nav-menu {
  grid-column-gap: 1.5rem;
  background-color: #0000;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  display: none;
  position: static;
  left: auto;
}

.horizontal-footer-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.grey-text {
  color: var(--colors--grey-100);
}

.case-grid {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-bottom: 10rem;
  display: flex;
  position: relative;
}

.project-wrapper {
  cursor: pointer;
  width: 100%;
  transition-property: none;
  position: relative;
}

.project-wrapper:hover {
  opacity: 1;
}

.project-image-container {
  aspect-ratio: 3 / 2;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.project-image {
  height: 110%;
}

.project-images {
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  background-color: var(--colors--white);
  color: var(--colors--black);
  font-size: var(--font-size--small);
  white-space: nowrap;
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  padding: 1.25rem 2.2rem 1.25rem 2.5rem;
  line-height: 135%;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: 1;
}

.button.submit-button {
  margin-top: 4rem;
}

.button.dialog-button {
  filter: invert();
  color: var(--colors--white);
  background-image: url('../images/pexels-laurachouette-21926652.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.button.hide {
  display: none;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  position: relative;
}

.navbar-content {
  border-bottom: 1px solid var(--colors--grey-600);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.list {
  border-top: 1px solid var(--colors--white-10);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.list-item {
  border-bottom: 1px solid var(--colors--white-10);
  width: 100%;
  color: var(--colors--white);
  font-size: var(--font-size--medium);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 500;
  line-height: 130%;
  transition-property: all;
  display: flex;
}

.section-heading {
  font-size: var(--font-size--medium);
  letter-spacing: -.02ch;
  font-weight: 500;
  line-height: 135%;
}

.subpage-title {
  color: var(--colors--white);
  font-size: var(--font-size--medium);
  font-weight: 500;
  line-height: 1;
}

.subpage-title.line {
  font-weight: 400;
  text-decoration: underline;
}

.navbar-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem 0;
  display: flex;
  position: relative;
}

.link {
  font-weight: 500;
  transition: all .2s;
}

.link:hover {
  color: var(--colors--white);
  font-weight: 500;
}

.utility-page-heading {
  font-size: var(--font-size--2xl);
  margin-bottom: 80px;
  font-weight: 500;
  line-height: 100%;
}

.nav-links-left {
  flex: none;
  margin-left: -1rem;
  display: flex;
}

.nav-link-block {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.nav-link-block.w--current {
  color: var(--colors--white);
}

.nav-link-block.cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--colors--grey-600);
  color: var(--colors--white);
  font-size: var(--font-size--small);
  white-space: nowrap;
  cursor: pointer;
  border-radius: 50vw;
  flex: 0 auto;
  padding: 1.25rem 1.5rem 1.25rem 2rem;
  position: relative;
  overflow: hidden;
}

.chevron {
  filter: none;
  width: .875rem;
  height: .875rem;
  display: block;
}

.chevron.invert {
  filter: invert();
}

.chevron-wrap {
  color: var(--colors--grey-100);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-text-wrap {
  position: relative;
  overflow: hidden;
}

.navlink-cta-background {
  background-color: var(--colors--grey-600);
  border-radius: 8px;
  width: 102%;
  height: 102%;
  position: absolute;
  inset: 0 0 0 -102%;
}

.marquee {
  align-items: center;
  width: 100%;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee.footer-marquee {
  margin-bottom: 8rem;
  padding-bottom: 0;
}

.marquee.hero-marquee {
  z-index: 5;
}

.marquee.hero {
  padding-bottom: 2rem;
}

.marquee.team {
  opacity: 0;
  height: 0;
  padding-bottom: 0;
}

.marquee.insights {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--colors--black) 50%, transparent);
  padding-bottom: 4rem;
}

.marquee-text-wrap {
  font-size: var(--font-size--base);
  align-items: center;
  display: flex;
}

.nav-link-text.nav-link-hover-text {
  position: absolute;
  bottom: -100%;
}

.nav-link-text-wrap {
  position: relative;
  overflow: hidden;
}

.small-content-container {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-background {
  background-color: var(--colors--white);
  border-radius: 50vw;
  width: 102%;
  height: 102%;
  position: absolute;
  inset: 0 0 0 -102%;
}

.button-background.hide {
  display: none;
}

.hero-subheading {
  color: var(--colors--grey-100);
  font-size: var(--fluid-font-size--large);
  font-weight: 500;
  line-height: 120%;
}

.hero-subheading._0 {
  font-family: var(--font-family--primary);
  color: var(--colors--grey-100);
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-right: 0;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
}

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

.inner-section {
  z-index: 1;
}

.inner-section.footer-inner-section {
  background-color: var(--colors--grey-800);
  width: 90vw;
  height: 50%;
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 0;
  position: relative;
}

.inner-section.right-aligned-inner-section {
  margin-bottom: 10rem;
}

.inner-section.services-inner-section {
  margin-left: auto;
}

.inner-section.left-aligned-inner-section {
  margin-left: 0;
  margin-right: auto;
}

.inner-section.bg-video {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.scroll-down-outer-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  width: 10vw;
  height: 15vh;
  font-size: var(--font-size--base);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.scroll-line-wrap {
  grid-column-gap: 1rem;
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.scroll-line-wrap:hover {
  color: #fff;
}

.scroll-line {
  background-color: #fff;
  width: 1.5px;
  height: .75rem;
}

.background-video-wrap {
  object-fit: cover;
  overflow: hidden;
}

.video-revealer {
  background-color: var(--colors--grey-800);
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-text {
  max-width: 26ch;
  color: var(--colors--white);
  margin-top: 0;
}

.hero-contact-wrap {
  grid-column-gap: 2rem;
  font-size: var(--font-size--small);
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.medium-content-container {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 89.6%;
  margin-left: auto;
  display: flex;
  position: static;
  left: auto;
}

.medium-content-container.footer-bottom-links-wrap {
  border-top: 1px solid var(--colors--white-10);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hero-text-link {
  line-height: 150%;
  transition: color .25s;
  display: block;
}

.hero-text-link:hover {
  color: var(--colors--white);
}

.background-video {
  object-fit: cover;
  height: 100%;
}

.background-video.desktop {
  height: 110vh;
  display: block;
}

.background-video.mobil {
  aspect-ratio: 2 / 3;
  display: none;
}

.video-section-background {
  background-color: var(--colors--grey-800);
  position: absolute;
  inset: 23vh 0% 0%;
}

.footer-section-background {
  background-color: var(--colors--grey-900);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee-heading {
  font-family: var(--font-family--secondary);
  color: var(--colors--white);
  font-size: var(--fluid-font-size--huge);
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 4vw;
  padding-top: 2.75vw;
  font-style: italic;
  font-weight: 900;
  line-height: 67%;
}

.footer-left {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-subheading {
  max-width: 25ch;
  color: var(--colors--grey-100);
  font-size: var(--fluid-font-size--medium);
  margin-left: 0;
  line-height: 110%;
}

.footer-links-column {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-column-title {
  color: var(--colors--white);
  font-size: var(--font-size--medium);
  line-height: 135%;
  display: none;
}

.footer-links-list {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-size: var(--font-size--medium);
  line-height: 150%;
  display: block;
}

.footer-link.footer-link-hover {
  position: absolute;
  bottom: -100%;
}

.footer-bottom-links-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.footer-bottom-link {
  font-size: var(--font-size--base);
  line-height: 150%;
  transition: color .25s;
  display: block;
}

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

.to-top-wrap {
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 50%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -10vw;
}

.to-top-arrow {
  width: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.to-top-arrow.to-top-hover-arrow {
  position: absolute;
  bottom: -100%;
  left: 0;
}

.to-top-arrow-wrap, .footer-link-wrap {
  position: relative;
  overflow: hidden;
}

.footer-link-wrap.hide {
  display: none;
}

.intro-text {
  max-width: 22ch;
  color: var(--colors--white);
  font-size: var(--fluid-font-size--l);
  letter-spacing: -.1vw;
  margin-bottom: 6rem;
  margin-left: 0;
  line-height: 100%;
}

.intro-text.hide {
  display: none;
}

.intro-text-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.large-link-wrap {
  color: var(--colors--grey-200);
  font-size: var(--fluid-font-size--xl);
  letter-spacing: -.1vw;
  margin-top: 0;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.large-link-wrap.hide {
  display: none;
}

.link-button-text {
  max-width: 19ch;
  margin-left: 0;
  line-height: 118%;
}

.link-button-text.intro-link-hover-text {
  position: absolute;
  bottom: -100%;
}

.section-subtitle {
  max-width: 25ch;
  line-height: 135%;
}

.section-title-wrap {
  width: 100%;
  font-size: var(--font-size--medium);
  margin-bottom: 3rem;
  line-height: 135%;
}

.text-white {
  color: var(--colors--white);
  line-height: 135%;
}

.case-wrap {
  width: 100%;
}

.case-thumbnail-wrap {
  position: relative;
}

.featured-cases-background {
  background-color: var(--colors--grey-800);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.case-thumbnail {
  object-fit: cover;
}

.case-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .5rem;
}

.case-title.case-title-hover {
  position: absolute;
  bottom: -100%;
  left: 0;
}

.case-title.fixed-bg-text {
  padding-left: .25rem;
}

.case-title.sub {
  font-size: var(--font-size--base);
}

.case-title.wahrung {
  margin-left: .25rem;
}

.text-block {
  font-size: var(--font-size--medium);
  padding-left: .25rem;
}

.text-block.hide {
  display: none;
}

.link-underline {
  background-color: var(--colors--white-10);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
}

.link-underline.hover-line {
  background-color: var(--colors--white);
  left: -100%;
}

.large-link-text-wrap {
  position: relative;
  overflow: hidden;
}

.medium-link-wrap {
  color: var(--colors--grey-200);
  font-size: var(--fluid-font-size--large);
  letter-spacing: -.05vw;
  margin-top: 0;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.case-title-wrap {
  background-image: linear-gradient(180deg, transparent, var(--colors--black) 65%);
  margin-bottom: -1.5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.service-heading {
  font-family: var(--font-family--secondary);
  font-size: var(--fluid-font-size--4xl);
  text-transform: uppercase;
  padding-top: 2vw;
  padding-bottom: 0;
  padding-left: 3rem;
  font-style: italic;
  font-weight: 900;
  line-height: 90%;
}

.service-description-wrap {
  width: 100%;
  font-size: var(--font-size--3xl);
  padding-top: 2rem;
  line-height: 130%;
}

.service-number {
  background-color: var(--colors--black);
  color: var(--colors--white-15);
  padding-left: 1rem;
  line-height: 135%;
  position: absolute;
  top: -62px;
}

.service-text {
  max-width: 45ch;
  line-height: 110%;
}

.service-items-list {
  grid-row-gap: 12rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 10rem;
  padding-left: 1rem;
  display: flex;
}

/* Einheitlicher linker/rechter Rand: Titel und Fliesstext bündig zueinander */
.service-item-wrap {
  padding-left: 3rem;
  padding-right: 3rem;
}

.service-item-wrap .inner-section.services-inner-section {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.service-item-wrap .service-heading {
  padding-left: 0;
}

.service-item-wrap .container {
  padding-left: 0;
  padding-right: 0;
}

.clients-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-bottom: 6rem;
  display: grid;
  position: relative;
}

.client-logo-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.client-logo-wrap.light-logo-wrap {
  background-color: var(--colors--grey-900);
  position: relative;
}

.client-logo-number {
  font-size: var(--font-size--small);
  position: absolute;
  inset: 2rem auto auto 2rem;
}

.client-logo {
  width: 50%;
}

.insights-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.insight-post-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.insights-thumbnail-wrap {
  aspect-ratio: auto;
  background-color: var(--colors--grey-800);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.post-date {
  font-size: var(--font-size--small);
  margin-bottom: .5rem;
}

.post-heading {
  font-family: var(--font-family--primary);
  font-size: var(--font-size--medium);
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  line-height: 110%;
}

.huge-text {
  max-width: 18ch;
  font-family: var(--font-family--secondary);
  color: var(--colors--white);
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.1vw;
  text-transform: uppercase;
  margin-bottom: 6rem;
  margin-left: 0;
  font-style: italic;
  font-weight: 900;
  line-height: 84%;
}

.insights-background {
  background-color: var(--colors--grey-800);
  height: 60%;
  position: absolute;
  inset: 0 0% auto;
}

.cta-text-wrap {
  position: relative;
}

.cta-badge {
  width: 15vw;
  position: absolute;
  inset: 60% 30% auto auto;
}

.cta-badge.hide {
  display: none;
}

.insigts-post-title-wrap {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.insigts-post-title-wrap:hover {
  opacity: 0;
}

.preloader {
  z-index: 999;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.to-top-arrow-outer-wrap {
  padding: 1rem;
}

.cases-page-background {
  background-color: var(--colors--grey-800);
  height: 77%;
  position: absolute;
  inset: 23vh 0% auto;
}

.work-page-case-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 5rem;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.subpage-hero-subheading {
  font-size: var(--fluid-font-size--l);
  margin-left: 2rem;
  margin-right: 2.5rem;
  line-height: 100%;
}

.subpage-hero-subheading.insights-sub {
  margin-right: 0;
}

.section-title-wrap-extra-margin {
  width: 100%;
  font-size: var(--font-size--medium);
  margin-bottom: 5rem;
  line-height: 135%;
}

.insights-page-grid {
  grid-column-gap: 0px;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.newsletter-title {
  max-width: 14ch;
  color: var(--colors--white);
  font-size: var(--fluid-font-size--xl);
  letter-spacing: -.1vw;
  margin-left: 0;
  line-height: 100%;
}

.newsletter-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.small-cta-text {
  max-width: 18ch;
  color: var(--colors--white);
  font-size: var(--fluid-font-size--xl);
  letter-spacing: -.1vw;
  margin-bottom: 6rem;
  margin-left: 0;
  line-height: 100%;
}

.small-cta-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.newsletter-form {
  color: var(--colors--grey-400);
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.success-message {
  background-color: var(--colors--primary-500);
  color: var(--colors--white);
}

.error-message {
  color: var(--colors--black);
  background-color: red;
}

.background-image-wrap {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-thumbnail {
  width: 101%;
  max-width: none;
  height: 110%;
  margin-bottom: 150px;
  position: static;
  overflow: visible;
}

.insights-title {
  max-width: 21ch;
  font-size: var(--fluid-font-size--3xl);
  white-space: normal;
  margin-bottom: 2rem;
  margin-right: 0;
  padding-top: .5vw;
  line-height: 84%;
}

.insights-scroll-down-outer-wrap-copy {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  width: 10vw;
  height: 23vh;
  font-size: var(--font-size--base);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.insights-back-link {
  transition: all .2s;
  display: inline-block;
}

.insights-back-link:hover {
  color: var(--colors--white);
}

.insights-hero-details {
  align-items: center;
  display: flex;
}

.insights-date {
  color: var(--colors--white);
  font-size: var(--font-size--base);
  font-weight: 500;
  line-height: .9;
}

.insights-page-background {
  background-color: var(--colors--grey-900);
  height: 56%;
  position: absolute;
  top: 23vh;
  left: 0;
  right: 0;
}

.page-thumbnail-section-background {
  background-color: var(--colors--grey-900);
  position: absolute;
  inset: 23vh 0% 0%;
}

.project-description {
  max-width: 32ch;
  color: var(--colors--white);
  font-size: var(--fluid-font-size--large);
  line-height: 115%;
}

.project-images-wrapper {
  width: 100%;
}

.related-cases-background {
  background-color: var(--colors--grey-900);
  height: 66%;
  position: absolute;
  inset: 0% 0% auto;
}

.team-member-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.team-member-image-wrap {
  background-color: var(--colors--primary-500);
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.team-member-image-wrap.light-team-member-image-wrap {
  background-color: var(--colors--primary-400\<deleted\|variable-6ad1f683-5e6a-964a-a382-327ce29b4a22\>);
}

.team-member-name {
  font-family: var(--font-family--secondary);
  color: var(--colors--white);
  font-size: var(--fluid-font-size--xl);
  text-transform: uppercase;
  margin-bottom: .5rem;
  padding-top: .5vw;
  font-style: italic;
  font-weight: 900;
  line-height: 80%;
}

.team-member-title {
  font-size: var(--font-size--medium);
  margin-bottom: 2rem;
}

.team-member-contact-links {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-page-team-background {
  background-color: var(--colors--grey-900);
  height: 47%;
  position: absolute;
  inset: 0% 0% auto;
}

.team-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 5rem;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.intro-paragraph-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  max-width: 40ch;
  font-size: var(--font-size--medium);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-title {
  color: var(--colors--white);
  font-size: var(--font-size--medium);
}

.paragraph-title.approach-paragraph-title {
  margin-bottom: 1rem;
}

.number-wrap {
  aspect-ratio: 1;
  background-color: var(--colors--grey-800);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.number-wrap.light-number-wrap {
  background-color: var(--colors--grey-700);
}

.large-number {
  font-family: var(--font-family--secondary);
  color: var(--colors--white);
  font-size: var(--fluid-font-size--3xl);
  text-transform: capitalize;
  font-weight: 900;
  line-height: 100%;
}

.numbers-background {
  background-color: var(--colors--grey-900);
  width: 100%;
  height: 51.25%;
  position: absolute;
  inset: 0% 0% auto;
}

.service-page-service-items-list {
  grid-row-gap: 12rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  display: flex;
}

.paragraph-number {
  color: var(--colors--grey-100);
  font-size: var(--font-size--base);
  margin-bottom: .5rem;
}

.approach-intro-paragraph-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  max-width: 32ch;
  font-size: var(--font-size--medium);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.styleguide-link {
  color: var(--colors--white);
  font-weight: 500;
  transition: all .2s;
}

.styleguide-link:hover {
  color: var(--colors--primary-500);
  font-weight: 500;
}

.image {
  mix-blend-mode: normal;
  width: 10%;
  position: absolute;
  top: 14px;
  right: 11px;
}

.container-cookie-banner-title {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: var(--colors--white);
  color: var(--colors--black);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 8px 16px;
  display: flex;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #0e0e0e;
  background-color: #fff;
  border: 2px solid #0e0e0e;
}

.fs-cc-banner_close {
  box-shadow: none;
  opacity: 1;
  cursor: pointer;
  background-color: #0000;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  align-items: center;
  width: 100%;
  display: grid;
}

.fs-cc-prefs_option {
  background-color: var(--colors--grey-800);
  color: #f3f3f3;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 1rem;
  padding: 25px;
}

.fs-cc-prefs_title {
  color: var(--colors--primary-500);
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger, .fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_text-link {
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #0e0e0e;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-ds-link {
  text-decoration: underline;
}

.fs-cc-prefs_text {
  color: var(--colors--white);
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.wrapper-cookie-prefs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fs-cc-prefs_label {
  color: var(--colors--primary-500);
  margin-top: 0;
  margin-bottom: 1rem;
  margin-right: 32px;
  font-weight: 600;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-cookie-banner-title {
  font-family: var(--font-family--primary);
  color: var(--colors--primary-500);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.fs-cc-banner_close-icon {
  width: 20px;
  height: 20px;
  color: var(--colors--white);
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #fffc;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_component {
  z-index: 99;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0d0d0fcc;
  border: 1px #000;
  border-radius: 15px 15px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  display: flex;
  position: fixed;
  inset: auto 2% 4% auto;
}

.fs-cc-banner_button {
  border: 2px solid var(--colors--white);
  min-width: 120px;
  color: var(--colors--white);
  text-align: center;
  background-color: #0000;
  border-radius: 500px;
  padding: 10px 20px;
  font-size: .8rem;
  transition: transform .3s;
}

.fs-cc-banner_button:hover {
  transform: scale(1.05);
}

.fs-cc-prefs_form {
  background-color: var(--colors--black);
  border-radius: 12px;
  width: 100%;
  max-width: 1280px;
  position: relative;
}

.wrapper-fs-prefs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-cc-banner_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-rechtlich {
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.heading {
  border-radius: 12px;
  padding: 16px 32px;
}

.heading.h1 {
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  font-size: 64px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading.h1.rechtlich {
  z-index: 1;
  text-align: center;
  align-items: center;
  line-height: 120%;
}

.line-divider {
  background-image: linear-gradient(90deg, transparent, var(--colors--white) 50%, transparent);
  width: 100%;
  height: 2px;
}

.container-rechtlich {
  color: #e2ddd6;
  margin-bottom: 4rem;
}

.section-2 {
  background-color: #021c22;
  justify-content: center;
  align-items: center;
}

.section-2.rechtlich {
  margin-top: 3rem;
}

.link-2 {
  color: var(--colors--white-20);
  cursor: pointer;
  text-decoration: underline;
}

.link-2.no-underscore {
  color: var(--colors--white);
  text-decoration: none;
}

.link-2.bold {
  color: #50bfff;
  font-weight: 700;
}

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

.wrapper.rechtlich {
  max-width: 800px;
  color: var(--colors--grey-100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wrapper.team-grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.wrapper.dialog-pricing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.sub-flex {
  font-size: var(--font-size--base);
}

.wrapper.live-website {
  display: flex;
}

.paragraph-rechtlich {
  opacity: .9;
  color: var(--colors--white);
  text-decoration: none;
}

.heading-rechtlich-title {
  font-family: var(--font-family--primary);
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-style: normal;
  line-height: 120%;
}

.link-3 {
  color: var(--colors--white);
  cursor: pointer;
  text-decoration: underline;
}

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

.link-10 {
  color: #a5a5a5;
}

.paragraph-rechtlich-2 {
  opacity: .9;
  color: var(--colors--white);
  text-decoration: none;
}

.heading-rechtlich-title-2 {
  font-family: var(--font-family--primary);
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-style: normal;
}

.link-11 {
  color: var(--colors--white);
  text-decoration: underline;
}

.icon-embed-xxsmall {
  width: 2rem;
  height: 2rem;
  color: var(--colors--primary-500);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.slider.blog-slider {
  background-color: #0000;
  height: 600px;
}

.embed.plyr {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 25%;
}

.container-2 {
  padding-top: 5px;
  text-decoration: none;
}

.container-2.w--current {
  z-index: 3;
  position: relative;
}

.container-2.main-container {
  margin-bottom: 3rem;
  position: relative;
}

.image-2.kunden-logo {
  z-index: 10;
  outline-offset: 2px;
  object-fit: cover;
  background-color: #1d1d1de6;
  border-radius: 1005px;
  outline: 1px solid #03ffaa;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-right: 25px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: none;
}

.image-2.post {
  object-fit: cover;
  width: 100%;
  max-height: 100vh;
}

.wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.wrapper-2.sm-wrapper {
  max-height: 100vh;
}

.arrow {
  color: var(--colors--primary-500);
  text-shadow: 0 0 20px #0003;
}

.slide-nav-2 {
  display: none;
}

.success-message.v2 {
  color: var(--colors--primary-500);
  background-color: #0000;
}

.team-member-text-v9-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-overlay-gradient {
  background-image: linear-gradient(#0000, #000);
}

.bg-overlay-gradient.team-member-v9 {
  background-image: linear-gradient(180deg, transparent, var(--colors--black) 90%);
  width: 100%;
  height: 100%;
}

.team-member-wrapper-v9 {
  height: 100%;
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.color-neutral-100 {
  color: #fff;
}

.team-member-content-v9 {
  z-index: 1;
  text-align: center;
  text-decoration: none;
  position: absolute;
}

.text-200 {
  line-height: 20px;
}

.avatar-image {
  aspect-ratio: 2 / 3;
  filter: contrast(110%) grayscale();
}

.avatar-image.oli {
  filter: contrast() grayscale();
  height: 100%;
}

.avatar-image.mike {
  height: 175%;
  margin-top: -35%;
}

.nav-link-block-copy {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.nav-link-block-copy.w--current {
  color: var(--colors--white);
}

.nav-link-block-copy.cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--colors--grey-600);
  color: var(--colors--white);
  font-size: var(--font-size--small);
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  margin-left: auto;
  padding: 1.25rem 1.5rem 1.25rem 2rem;
  position: relative;
  overflow: hidden;
}

.lottie {
  width: 250px;
  height: 100px;
  transform-style: preserve-3d;
  margin-top: -30px;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  inset: auto;
}

.spacing-16 {
  height: 16px;
}

.dark-overlay {
  display: none;
}

.text-block-2 {
  color: var(--colors--white);
  font-family: Panchang, Arial, sans-serif;
  font-size: var(--font-size--medium);
  font-weight: 600;
}

.text-block-3 {
  color: var(--colors--white);
  font-family: Panchang, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.noir-big {
  font-family: var(--font-family--panchang);
  font-size: var(--font-size--5xl);
  font-weight: 600;
}

.area-label {
  z-index: 1;
  color: #0000004d;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.checkbox {
  border-width: 2px;
  border-color: #0000000d;
  border-radius: 7px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 15px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.checkbox:hover {
  border-color: #00000026;
}

.checkbox.w--redirected-checked {
  background-color: #7f58e24d;
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
  border-color: #7f58e280;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.radiobutton {
  border: 2px solid #0000000d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton:hover {
  border-color: #00000026;
}

.radiobutton.w--redirected-checked {
  background-color: #7f58e24d;
  border-width: 9px;
  border-color: #7f58e280;
}

.radiobutton.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.text-field-2 {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: static;
  inset: 0%;
}

.text-field-2:hover {
  border-color: #00000026;
  display: block;
}

.text-field-2:focus {
  border-color: #7f58e280;
}

.text-field-done {
  opacity: 0;
  background-color: #7f58e233;
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.text-field-done.area-done {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.button-2 {
  color: #7f58e2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  min-height: 60px;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: static;
}

.button-2:hover {
  letter-spacing: 3px;
}

.button-2:active {
  border: 1px #000;
}

.text-area {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  min-height: 240px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
}

.text-area:hover {
  border-color: #00000026;
  display: block;
}

.text-area:focus {
  border-color: #7f58e280;
}

.radio-button-label {
  display: none;
}

.form-slide {
  flex: none;
  width: 100%;
  margin-right: 40px;
}

.form-next {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #202d49;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-next:active {
  border: 1px #000;
}

.radiobutton-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

.form-back {
  color: #7f58e2;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e21a;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #7f58e24d;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px #7f58e299;
}

.form-step {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-step.last-step {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.step-number {
  color: #ffffff80;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
}

.form-slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.slide-nav {
  display: none;
}

.success-message-2 {
  background-color: #0000;
  padding: 0;
}

.form-block-2 {
  background-color: #000;
  border-radius: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 70px;
  display: block;
  box-shadow: 0 20px 50px -50px #202d4933;
}

.text-field-wrapper {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.text-field-wrapper.third {
  width: 31%;
}

.text-field-wrapper.half {
  width: 48%;
}

.form-label {
  color: #f1f1f1;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.radio-buttons {
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.text-area-wrapper {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.radio-button-field {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100px;
  display: flex;
  position: relative;
}

.field-label {
  z-index: 1;
  color: #ffffffb0;
  align-self: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 19px;
}

.form-mask {
  height: auto;
  margin-bottom: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.radio-button {
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  background-color: #7f58e233;
}

.radio-button.w--redirected-checked {
  background-color: #7f58e24d;
  border: 2px solid #7f58e280;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  border-color: #7f58e233;
}

.radio-button.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.male {
  background-image: url('../images/genders-01.svg');
}

.radio-button.gender.male.w--redirected-focus {
  box-shadow: none;
}

.form-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 20px;
}

.form-button:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-button:active, .form-button:focus {
  border: 1px #000;
}

.form-heading {
  color: #f1f1f1;
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.fields-group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-2 {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.bold-text {
  font-family: var(--font-family--primary);
}

.paragraph {
  font-family: var(--font-family--primary);
  font-size: var(--font-size--medium);
}

.paragraph.desktop-max-width {
  max-width: 60ch;
}

.form-3 {
  color: var(--colors--white);
}

.faq_question-wrap-kontakt {
  cursor: pointer;
  flex-flow: column;
  margin-top: 1.5rem;
}

.success-message-3 {
  background-color: #0000;
}

.dialog {
  z-index: 999;
  background-color: #0000;
  border: 1px #000;
  border-radius: 8px;
  max-width: 40vw;
  padding: 0;
}

.dialog.dialog-popup {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #2d2d2da1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  transition: opacity .4s;
  display: none;
  position: fixed;
  overflow: scroll;
}

.checkbox-field-2 {
  margin-top: -10px;
}

.dialog-info {
  color: var(--colors--white);
}

.embed-feedback-page {
  opacity: 0;
  height: 0;
}

.container-feedback-embed {
  width: auto;
  height: 0;
}

.recaptcha {
  margin-bottom: 1.5rem;
}

.recaptcha.diagnose-popup {
  margin-bottom: 0;
}

.margin-bottom-2 {
  color: #50bfff;
  margin-bottom: 40px;
  display: none;
}

.link-12 {
  color: var(--colors--white);
  cursor: pointer;
  text-decoration: underline;
}

.btn {
  border: 1px solid #0000;
  border-radius: 8px;
  padding: .7em 1.2em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn:focus-visible, .btn[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #d14424;
}

.btn.dialog-close {
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--colors--white);
  background-color: #0000;
  padding: .4em .5em .5em .45em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn.dialog-close.close-button {
  z-index: 999;
}

.btn.dialog-close.close-button:focus-visible, .btn.dialog-close.close-button[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px #50bfff;
}

.checkbox-2.kontaktformular {
  margin-top: 5px;
}

.button-3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #021c22;
  text-align: center;
  letter-spacing: -.011em;
  background-color: #50bfff;
  border: 2px solid #50bfff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.button-3:hover {
  color: #50bfff;
  background-color: #021c2280;
}

.button-3.w--current {
  background-color: #50bfff;
}

.button-3.dialog-submit-button {
  color: initial;
}

.error-message-2 {
  color: #b42318;
}

.faq_content {
  overflow: hidden;
}

.faq_content.diagnose {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.container-form-fading {
  background-image: linear-gradient(45deg, #2f2f2f, var(--colors--grey-900));
  border-radius: 8px;
  width: 100%;
  padding: 3px;
}

.form-field {
  background-color: #fff;
  background-image: none;
  border: 1px #000;
  border-radius: 8px;
  min-width: 200px;
  margin-bottom: 0;
  padding: 26px 1rem;
}

.form-field.selection {
  background-image: none;
  min-height: 52px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.form-field.hover-box-effekt {
  font-family: var(--font-family--panchang-compact);
  background-color: #373737;
  background-image: none;
  border-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
}

.form-field.hover-box-effekt.zero {
  opacity: 0;
  height: 0;
  margin-top: -1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.form-field.hover-box-effekt.referenznummer {
  color: #222;
  cursor: not-allowed;
  background-image: linear-gradient(#fff0, #fff0);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .9rem;
}

.form-field.hover-box-effekt .step-number,
.form-field.hover-box-effekt .form-heading {
  font-weight: 800;
}

.text-size-medium-3 {
  color: #def2ff;
  letter-spacing: -.017em;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-size-medium-3.text-weight-semibold.p {
  color: var(--colors--white);
}

.paragraph-small {
  font-size: 15px;
  font-weight: 400;
}

.checkbox-label {
  color: var(--colors--white);
}

.input.uploadcare {
  padding-top: 1.5rem;
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
}

.contact-form-container.card {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 1px #096ad033;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 10px 0 80px #1f2c3d1a;
}

.faq_question-bar {
  grid-column-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq_question-bar.dialog {
  background-color: #0000;
  padding-bottom: 1rem;
}

.card_large {
  transition: opacity .45s;
  position: relative;
}

.card_large.background-color-grey-10 {
  box-shadow: none;
  outline-color: var(--colors--white);
  outline-offset: 0px;
  background-color: #eee0;
  outline-width: 3px;
  outline-style: none;
}

.card_large.background-color-grey-10.no-padding {
  padding: 0;
}

.card_large.background-color-grey-10.no-padding.no-bg {
  box-shadow: none;
  background-color: #0000;
}

.text-area-2 {
  background-color: #373737;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  min-height: 140px;
  max-height: 500px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 16px;
}

.container-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.radio-button-pricing {
  background-color: var(--colors--white-10);
  border: 1px #000;
  border-radius: 4px;
  width: 130px;
  height: 48px;
  margin-top: -5px;
  margin-left: -20px;
  transition: background-color .2s;
  position: absolute;
}

.radio-button-pricing:hover {
  background-color: var(--colors--white-20);
}

.radio-button-pricing:active {
  box-shadow: 0 2px 5px #0000;
}

.radio-button-pricing.w--redirected-checked {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--colors--white);
}

.radio-button-pricing.w--redirected-focus {
  box-shadow: 0 2px 5px #0000;
}

.dialog-popup.centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-button-label-2, .radio-button-label-3, .radio-button-label-4 {
  font-family: var(--font-family--primary);
  margin-top: 5px;
  font-weight: 600;
}

.radio-button-field-3 {
  display: flex;
}

.text-span-2 {
  font-family: var(--font-family--panchang);
  font-weight: 500;
}

.bold-text-2 {
  color: var(--colors--grey-600);
  font-size: var(--font-size--medium);
}

.bold-text-copy {
  font-family: var(--font-family--primary);
}

.bold-text-copy.net, .fixed-bg-text {
  filter: invert();
  -webkit-text-fill-color: transparent;
  background-image: url('../images/pexels-laurachouette-21926652.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
}

.fixed-bg-text.hide {
  display: none;
}

.kreis {
  background-color: #0f0;
  border-radius: 10000px;
  width: 10px;
  height: 10px;
  margin-right: .5rem;
}

.letter-spacing-fix {
  letter-spacing: -6px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--fluid-font-size--huge);
    letter-spacing: -.05vw;
    line-height: 110%;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section.styelguide-hero-section {
    height: auto;
    padding-top: 8rem;
  }

  .section.subpage-hero-section {
    height: auto;
    min-height: auto;
    padding-top: 3rem;
    display: flex;
  }

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

  .text-large {
    font-size: var(--font-size--large\<deleted\|variable-ec2b6f44-f000-7234-cbc3-d1529974517b\>);
    line-height: 110%;
  }

  .footer {
    padding-bottom: 0;
  }

  .submit-button.newsletter-submit-button {
    padding-bottom: 1rem;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .navbar {
    z-index: 4;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    top: auto;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid.subpage-hero-grid {
    grid-template-columns: minmax(0, .33fr) minmax(0, 1fr);
  }

  .grid.hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .brand {
    margin-left: 0;
    padding-left: 0;
  }

  .brand.w--current {
    margin-left: 0;
  }

  .nav-menu {
    z-index: 22;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--colors--grey-800);
    width: auto;
    color: var(--colors--white);
    border-radius: 0 0 12px 12px;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding: 5rem 2rem 4rem;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .horizontal-footer-links-container {
    flex-direction: row;
  }

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

  .navbar-content {
    z-index: 1;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-links-left {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    margin-left: 0;
  }

  .nav-link-block {
    color: var(--colors--white);
    font-size: var(--font-size--large);
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .nav-link-block.cta {
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .marquee {
    margin-bottom: 3rem;
  }

  .marquee.footer-marquee {
    margin-bottom: 6rem;
  }

  .marquee.hero-marquee {
    z-index: 3;
  }

  .nav-link-text-wrap {
    line-height: 135%;
  }

  .small-content-container {
    flex-direction: row;
    order: -1;
    justify-content: flex-start;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .hero-subheading {
    font-size: var(--font-size--large);
  }

  .hero-subheading._0 {
    margin-left: 0;
  }

  .menu-button-2 {
    z-index: 23;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-line-bottom, .menu-line-top {
    background-color: var(--colors--grey-100);
    width: 2.5rem;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .inner-section.footer-inner-section {
    padding-bottom: 0;
  }

  .inner-section.right-aligned-inner-section {
    width: 100%;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .inner-section.services-inner-section {
    width: 100%;
    margin-left: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .scroll-line-wrap {
    display: flex;
  }

  .hero-contact-wrap {
    justify-content: flex-start;
    margin-top: 2rem;
  }

  .medium-content-container {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .scroll-text {
    font-size: var(--font-size--xs);
    display: none;
  }

  .footer-subheading {
    max-width: 25ch;
    font-size: var(--font-size--large);
  }

  .intro-text {
    max-width: 20ch;
    font-size: var(--font-size--4xl);
    letter-spacing: -.05rem;
  }

  .large-link-wrap {
    font-size: var(--font-size--4xl);
    letter-spacing: -.05rem;
  }

  .link-button-text {
    max-width: 20ch;
  }

  .featured-cases-background {
    height: 45%;
  }

  .case-title {
    letter-spacing: 0;
    margin-left: 0;
  }

  .case-title.case-title-hover {
    display: none;
  }

  .case-title.abstand {
    padding-right: .25rem;
  }

  .medium-link-wrap {
    font-size: var(--font-size--xl);
    letter-spacing: -.05rem;
  }

  .medium-link-wrap.cases-link {
    margin-left: 0;
  }

  .case-title-wrap {
    overflow: visible;
  }

  .service-heading {
    font-size: var(--fluid-font-size--4xl);
    padding-bottom: 2vw;
    padding-left: 0;
  }

  .service-description-wrap {
    font-size: var(--font-size--3xl);
  }

  .service-number {
    position: absolute;
  }

  .service-items-list {
    grid-row-gap: 8rem;
  }

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

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

  .insights-thumbnail-wrap {
    aspect-ratio: auto;
  }

  .huge-text {
    max-width: 20ch;
    font-size: var(--fluid-font-size--4xl);
    letter-spacing: -.05rem;
  }

  .insights-background {
    height: 45%;
  }

  .cta-badge {
    width: 20vw;
  }

  .preloader {
    z-index: 3;
    display: none;
    position: fixed;
  }

  .cases-page-background {
    height: 74%;
    top: 8%;
  }

  .work-page-case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .subpage-hero-subheading {
    display: none;
  }

  .insights-page-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-title {
    max-width: 16ch;
    font-size: var(--font-size--4xl);
    letter-spacing: -.05rem;
  }

  .small-cta-text {
    max-width: 20ch;
    font-size: var(--font-size--4xl);
    letter-spacing: -.05rem;
  }

  .insights-hero-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .insights-page-background {
    height: 66%;
  }

  .project-description {
    font-size: var(--font-size--3xl);
  }

  .related-cases-background {
    height: 45%;
  }

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

  .fs-cc-prefs_component {
    justify-content: flex-start;
    margin-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    inset: 0%;
  }

  .fs-cc-banner_text {
    margin-bottom: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
  }

  .wrapper.team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .slider.blog-slider {
    height: 300px;
  }

  .color-neutral-100.name {
    font-size: var(--fluid-font-size--3xl);
    letter-spacing: 0;
  }

  .nav-link-block-copy {
    color: var(--colors--white);
    font-size: var(--font-size--large);
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .nav-link-block-copy.cta {
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .dialog {
    width: 95vw;
    position: absolute;
  }

  .checkbox-field-2 {
    color: #021c22;
    text-align: left;
  }

  .margin-bottom-2 {
    margin-bottom: 40px;
  }

  .form-field {
    color: #262626;
  }

  .form-field.hover-box-effekt {
    min-width: auto;
  }

  .contact-form-container.card {
    z-index: 10;
    padding: 40px;
  }

  .faq_question-bar.dialog {
    position: static;
  }

  .card_large {
    padding: 3rem;
  }

  .card_large.background-color-grey-10.no-padding {
    width: 100%;
  }

  .text-area-2 {
    border: 1.5px solid #c4c4c4;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--fluid-font-size--huge);
    letter-spacing: 0;
  }

  h2 {
    font-size: var(--font-size--fluid-xl\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>);
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section.padding-top-large.grey-800-background, .section.padding-top-large.grey-900-background {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .section.subpage-hero-section {
    grid-row-gap: 2rem;
    padding-bottom: 3rem;
    display: flex;
  }

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

  .text-large {
    font-size: var(--font-size--large\<deleted\|variable-ec2b6f44-f000-7234-cbc3-d1529974517b\>);
    line-height: 110%;
  }

  .submit-button.newsletter-submit-button {
    padding-bottom: 1rem;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

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

  .grid {
    grid-row-gap: 2rem;
  }

  .grid.section-title-grid {
    grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr);
  }

  .grid.subpage-hero-grid {
    grid-row-gap: 1rem;
  }

  .nav-menu {
    order: 1;
    justify-content: flex-start;
    display: none;
  }

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

  .button {
    padding: 1.25rem 2.25rem 1.25rem 2.5rem;
  }

  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .marquee {
    margin-bottom: 3rem;
  }

  .marquee.hero {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .small-content-container {
    order: -1;
    justify-content: flex-start;
  }

  .hero-subheading {
    max-width: 26ch;
    font-size: var(--font-size--large);
  }

  .hero-subheading._0 {
    margin-left: 0;
  }

  .inner-section {
    z-index: -1;
    width: 100%;
  }

  .inner-section.footer-inner-section {
    width: 100%;
  }

  .inner-section.right-aligned-inner-section {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .scroll-down-outer-wrap {
    display: none;
  }

  .medium-content-container {
    order: 1;
    justify-content: flex-start;
  }

  .scroll-text, .video-section-background {
    display: none;
  }

  .footer-section-background {
    display: block;
  }

  .footer-section-background.hide {
    display: none;
  }

  .footer-left {
    margin-bottom: 2rem;
  }

  .footer-subheading {
    max-width: 26ch;
    font-size: var(--font-size--large);
  }

  .intro-text {
    max-width: 26ch;
    font-size: var(--font-size--3xl);
  }

  .large-link-wrap {
    font-size: var(--font-size--3xl);
  }

  .link-button-text {
    max-width: 26ch;
  }

  .featured-cases-background {
    display: none;
  }

  .medium-link-wrap {
    font-size: var(--font-size--3xl);
  }

  .medium-link-wrap.cases-link {
    font-size: var(--font-size--large);
    margin-left: 0;
  }

  .service-heading {
    font-size: var(--font-size--5xl);
  }

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

  .huge-text {
    max-width: 26ch;
    font-size: var(--fluid-font-size--4xl);
  }

  .insights-background {
    display: none;
  }

  .cta-text-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cases-page-background {
    display: none;
  }

  .work-page-case-grid {
    grid-template-columns: 1fr;
  }

  .subpage-hero-subheading {
    width: 100%;
    font-size: var(--font-size--large);
  }

  .newsletter-title, .small-cta-text {
    max-width: 26ch;
    font-size: var(--font-size--3xl);
  }

  .background-image-wrap {
    aspect-ratio: 2 / 3;
  }

  .insights-scroll-down-outer-wrap-copy, .insights-page-background, .page-thumbnail-section-background {
    display: none;
  }

  .project-description {
    font-size: var(--font-size--2xl);
  }

  .related-cases-background {
    display: none;
  }

  .team-member-name {
    font-size: var(--font-size--4xl);
  }

  .contact-page-team-background {
    display: none;
  }

  .team-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .large-number {
    font-size: var(--fluid-font-size--huge);
  }

  .numbers-background {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper.team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .dark-overlay {
    background-color: #0d0d0f80;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .button-2 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-slide {
    flex: none;
    width: 100%;
  }

  .form-next, .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .form-block-2 {
    padding: 40px 40px 50px;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
  }

  .form-heading {
    font-size: 24px;
  }

  .btn {
    padding: .5em 1em;
  }

  .button-3 {
    letter-spacing: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    line-height: 1rem;
  }

  .text-size-medium-3 {
    letter-spacing: -.011em;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .faq_question-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .card_large {
    padding: 2rem;
  }

  .container-3 {
    grid-template-columns: 1fr;
  }

  .service-item-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: var(--fluid-font-size--huge);
    letter-spacing: 0;
  }

  h2 {
    font-size: var(--font-size--fluid-xl\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>);
    letter-spacing: -.1ch;
  }

  h3 {
    letter-spacing: -.05rem;
    font-size: 1.5rem;
  }

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

  .section.padding-top-large {
    padding-top: 10rem;
  }

  .section.padding-top-large.grey-800-background, .section.padding-top-large.grey-900-background {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section.huge-text-section {
    padding-top: 10rem;
  }

  .section.subpage-hero-section {
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .section.insights-body-section, .section.projects-body-section, .section.approach-intro-section {
    padding-top: 10rem;
  }

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

  .service-item-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-large {
    font-size: var(--font-size--medium\<deleted\|variable-b7e90277-86c7-b9e4-63b9-82af05bd5fc5\>);
    letter-spacing: 0;
  }

  .footer {
    margin-top: 0;
  }

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

  .text-field {
    font-size: var(--font-size--medium);
    margin-bottom: 32px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .submit-button.newsletter-submit-button {
    font-size: var(--font-size--medium);
    margin-top: 0;
    padding-bottom: 1rem;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  .navbar {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .grid.section-title-grid {
    grid-row-gap: 1rem;
  }

  .grid.project-info-grid, .grid.contact-form-grid {
    grid-row-gap: 3rem;
  }

  .grid.approach-intro-grid {
    grid-row-gap: 5rem;
  }

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

  .nav-menu {
    z-index: 11;
  }

  .horizontal-footer-links-container {
    flex-flow: column wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .case-grid {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .button {
    padding: 1rem 1.75rem 1rem 2rem;
  }

  .navbar-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .marquee.footer-marquee {
    margin-bottom: 3rem;
  }

  .hero-subheading {
    font-size: var(--font-size--base);
    margin-left: 0;
  }

  .hero-subheading._0 {
    line-height: 120%;
  }

  .menu-button-2 {
    z-index: 12;
  }

  .inner-section {
    width: 100%;
  }

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

  .inner-section.right-aligned-inner-section {
    padding: 3rem 1rem 0;
  }

  .inner-section.services-inner-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .scroll-down-outer-wrap {
    display: none;
  }

  .background-video-wrap {
    aspect-ratio: auto;
  }

  .medium-content-container.footer-bottom-links-wrap {
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .background-video.desktop {
    display: none;
  }

  .background-video.mobil {
    aspect-ratio: auto;
    min-height: 80vh;
    display: block;
  }

  .footer-left {
    margin-bottom: 2rem;
  }

  .footer-subheading, .footer-column-title, .footer-link {
    font-size: var(--font-size--base);
  }

  .footer-bottom-links-list {
    flex-direction: column;
  }

  .intro-text {
    font-size: var(--font-size--xl);
    margin-bottom: 3rem;
  }

  .large-link-wrap, .medium-link-wrap {
    font-size: var(--font-size--xl);
  }

  .service-heading {
    font-size: var(--font-size--4xl);
    letter-spacing: 0;
    padding-left: 0;
  }

  .service-description-wrap {
    font-size: var(--font-size--large);
  }

  .service-items-list {
    margin-bottom: 2rem;
  }

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

  .insights-grid {
    margin-bottom: 2rem;
  }

  .post-heading {
    font-size: var(--font-size--large);
  }

  .huge-text {
    font-size: var(--fluid-font-size--4xl);
    margin-bottom: 3rem;
  }

  .cta-text-wrap {
    font-size: var(--font-size--base);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-badge {
    right: 26%;
  }

  .preloader {
    z-index: 999;
    display: none;
  }

  .work-page-case-grid {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .subpage-hero-subheading {
    font-size: var(--font-size--base);
  }

  .insights-page-grid {
    margin-bottom: 2rem;
  }

  .newsletter-title, .small-cta-text {
    font-size: var(--font-size--xl);
    margin-bottom: 3rem;
  }

  .page-thumbnail {
    margin-bottom: 50px;
  }

  .insights-title {
    font-size: var(--font-size--xl);
  }

  .insights-scroll-down-outer-wrap-copy {
    display: none;
  }

  .project-description {
    font-size: var(--font-size--large);
  }

  .team-member-name {
    font-size: var(--font-size--3xl);
  }

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

  .service-page-service-items-list {
    margin-bottom: 2rem;
  }

  .fs-cc-prefs_button {
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    bottom: auto;
    left: auto;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_title {
    text-align: center;
    font-size: 1rem;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-prefs_overlay {
    background-color: #0e0e0ed9;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_toggle-wrapper {
    flex-direction: column;
  }

  .fs-cc-prefs_space-medium {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_component {
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
    bottom: 0%;
    left: 0;
    right: 0%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    min-width: 120px;
  }

  .fs-cc-prefs_form {
    align-items: flex-start;
  }

  .heading.h1.rechtlich {
    font-size: 24px;
  }

  .wrapper.team-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .wrapper.dialog-pricing {
    grid-template-columns: 1fr;
  }

  .heading-rechtlich-title, .heading-rechtlich-title-2 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .slide {
    width: 50%;
  }

  .color-neutral-100.name {
    font-size: var(--fluid-font-size--4xl);
    letter-spacing: 0;
  }

  .avatar-image {
    width: 100%;
  }

  .lottie {
    margin-bottom: 62px;
    display: block;
  }

  .div-block {
    z-index: 9;
    background-image: linear-gradient(#000, #000);
    position: static;
    inset: 0%;
  }

  .image-3 {
    width: 100px;
  }

  .area-label {
    font-size: 14px;
  }

  .button-2, .form-next, .form-back {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block-2 {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-wrapper.third, .text-field-wrapper.half {
    width: 100%;
  }

  .dialog.dialog-popup {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0d0d0f52;
    background-image: url('../images/pexels-laurachouette-21926652.jpg');
    background-position: 0 0;
    background-size: cover;
    display: none;
  }

  .form-field.hover-box-effekt {
    min-width: 100px;
  }

  .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 10px;
  }

  .card_large {
    padding: 1.5rem;
  }

  .container-3 {
    grid-column-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
}

#w-node-d5fafa07-2e1b-6cbe-b050-25f767695c9d-e6a9d3c9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_041ab68e-d1e8-df6c-ecf9-648f1337e122-e6a9d3c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: start;
}

#w-node-_4051d9de-92d2-a296-2ee7-838a1549dd45-e6a9d3c9 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_2b5aea99-3e4a-e45e-af20-b9b3f4be729c-e6a9d3c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-fcdbb55c-d623-d166-b942-cac97d5dae97-e6a9d3c9 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-fcdbb55c-d623-d166-b942-cac97d5dae95-e6a9d3c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_9e4353cb-e988-e23a-88b8-fa2a94a6d34d-e6a9d3c9 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_9e4353cb-e988-e23a-88b8-fa2a94a6d34b-e6a9d3c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_6a28ac00-5fbf-4f01-59f8-c37dd4a8b926-e6a9d3c9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6a28ac00-5fbf-4f01-59f8-c37dd4a8b929-e6a9d3c9 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_6a28ac00-5fbf-4f01-59f8-c37dd4a8b92b-e6a9d3c9 {
  grid-area: 2 / 4 / 3 / 9;
}

#w-node-_6a28ac00-5fbf-4f01-59f8-c37dd4a8b930-e6a9d3c9 {
  grid-area: 3 / 4 / 4 / 9;
}

#w-node-f50c14b8-5c5a-95cc-0b02-1c16da7a83fe-e6a9d3c9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f50c14b8-5c5a-95cc-0b02-1c16da7a8402-e6a9d3c9 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_5ee6ffc4-f83a-3726-c865-c57c4c22cbdc-4c22cbcb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05a4e69e-c2cd-1c37-f1e9-2baf98d28c9a-4c22cbcb, #w-node-_6a0bb007-4fdb-b6fc-a547-d3373dab227f-4c22cbcb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7c2fd087-1cd6-1eb6-7bb4-5718fbb6f4b1-4c22cbcb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d48a3051-0116-858c-8199-9c372b0eee75-e6a9d3d4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5b-e6a9d3d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5d-e6a9d3d4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: end start;
}

#w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5f-e6a9d3d4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d5fafa07-2e1b-6cbe-b050-25f767695c9d-e6a9d3c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_041ab68e-d1e8-df6c-ecf9-648f1337e122-e6a9d3c9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4051d9de-92d2-a296-2ee7-838a1549dd45-e6a9d3c9, #w-node-fcdbb55c-d623-d166-b942-cac97d5dae97-e6a9d3c9, #w-node-_9e4353cb-e988-e23a-88b8-fa2a94a6d34d-e6a9d3c9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6a28ac00-5fbf-4f01-59f8-c37dd4a8b926-e6a9d3c9, #w-node-_6a28ac00-5fbf-4f01-59f8-c37dd4a8b929-e6a9d3c9, #w-node-_6a28ac00-5fbf-4f01-59f8-c37dd4a8b92b-e6a9d3c9, #w-node-_6a28ac00-5fbf-4f01-59f8-c37dd4a8b930-e6a9d3c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f50c14b8-5c5a-95cc-0b02-1c16da7a8402-e6a9d3c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ee6ffc4-f83a-3726-c865-c57c4c22cbdc-4c22cbcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05a4e69e-c2cd-1c37-f1e9-2baf98d28c9a-4c22cbcb, #w-node-_6a0bb007-4fdb-b6fc-a547-d3373dab227f-4c22cbcb, #w-node-_7c2fd087-1cd6-1eb6-7bb4-5718fbb6f4b1-4c22cbcb {
    grid-column: span 1 / span 1;
  }

  #w-node-d48a3051-0116-858c-8199-9c372b0eee75-e6a9d3d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5b-e6a9d3d4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5d-e6a9d3d4, #w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5f-e6a9d3d4 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5fafa07-2e1b-6cbe-b050-25f767695c9d-e6a9d3c9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_041ab68e-d1e8-df6c-ecf9-648f1337e122-e6a9d3c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_6a28ac00-5fbf-4f01-59f8-c37dd4a8b926-e6a9d3c9, #w-node-f50c14b8-5c5a-95cc-0b02-1c16da7a8402-e6a9d3c9, #w-node-_5ee6ffc4-f83a-3726-c865-c57c4c22cbdc-4c22cbcb {
    grid-column: span 2 / span 2;
  }

  #w-node-_05a4e69e-c2cd-1c37-f1e9-2baf98d28c9a-4c22cbcb, #w-node-_6a0bb007-4fdb-b6fc-a547-d3373dab227f-4c22cbcb, #w-node-_7c2fd087-1cd6-1eb6-7bb4-5718fbb6f4b1-4c22cbcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d48a3051-0116-858c-8199-9c372b0eee75-e6a9d3d4, #w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5b-e6a9d3d4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5d-e6a9d3d4, #w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5f-e6a9d3d4 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_041ab68e-d1e8-df6c-ecf9-648f1337e122-e6a9d3c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05a4e69e-c2cd-1c37-f1e9-2baf98d28c9a-4c22cbcb, #w-node-_6a0bb007-4fdb-b6fc-a547-d3373dab227f-4c22cbcb, #w-node-_7c2fd087-1cd6-1eb6-7bb4-5718fbb6f4b1-4c22cbcb, #w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5d-e6a9d3d4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_784fa1a8-80e8-fee9-e8f2-ceab307ece5f-e6a9d3d4 {
    order: -9999;
    justify-self: start;
  }
}


@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-VariableFont.woff2") format("woff2-variations"),
    url("../fonts/Inter-VariableFont.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Italic-VariableFont.woff2") format("woff2-variations"),
    url("../fonts/Inter-Italic-VariableFont.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Panchang Complete";
  src: url("../fonts/Panchang-Variable.woff2") format("woff2-variations"),
    url("../fonts/Panchang-Variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans Narrow';
  src: url('../fonts/Mona-Sans-BlackNarrowItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panchang';
  src: url("../fonts/Panchang-Variable.woff2") format("woff2-variations"),
    url("../fonts/Panchang-Variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}