@font-face {
  font-family: Stagegrotesk;
  src: url('../fonts/StageGrotesk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stagegrotesk;
  src: url('../fonts/StageGrotesk-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stagegrotesk;
  src: url('../fonts/StageGrotesk-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stagegrotesk;
  src: url('../fonts/StageGrotesk-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---transparent: transparent;
  --_colors---blue-dark: #041621;
  --heading--h1: 5.5rem;
  --heading--h2: 4.5rem;
  --heading--h3: 3rem;
  --heading--h4: 2rem;
  --heading--h5: 1.4rem;
  --heading--h6: 1.1rem;
  --spacing--small: 2.25rem;
  --text-size--medium: 1.25rem;
  --_colors---divider-grey: #b4b4b4;
  --spacing--medium: 4.5rem;
  --spacing--xxs: .5rem;
  --text-size--large: 1.5rem;
  --_colors---copy-dark: #1d1d1d;
  --spacing--xs: .8rem;
  --container--medium: 80rem;
  --border-radius--small: .75rem;
  --_colors---accent-color: #e53917;
  --_colors---copy-bright: #fffdf3;
  --_theme---text: var(--_colors---copy-dark);
  --_theme---accent: var(--_colors---accent-color);
  --border-radius--circle: 999rem;
  --_theme---background-1: var(--_colors---background-light-1);
  --border-radius--tiny: .5rem;
  --_colors---background-light-1: #f0efe9;
  --_colors---background-dark-1: #1d1d1d;
  --spacing--large: 7.5rem;
  --text-size--tiny: .9rem;
  --container--tiny: 32rem;
  --text-size--small: 1.05rem;
  --spacing--tiny: 1.1rem;
  --_colors---white: white;
  --container--large: 100rem;
  --container--small: 50rem;
  --container--page-padding: 4rem;
  --page-padding--tablet\<deleted\|variable-650a5897-115e-015f-ae24-486a024d6cdf\>: 6vw;
  --_theme---divider: var(--_colors---divider-grey);
  --color--background-dark-2\<deleted\|variable-a3804e42-6879-5293-fd8d-347fa4dc6552\>: #3b4235;
  --heading--extra-large: 8rem;
  --_project---nav-main-height: 5rem;
  --_theme---background-2: var(--_colors---background-light-2);
  --_colors---page-overlay-dark: #000000b8;
  --_project---box-color: #e7813e;
  --border-radius--large: 2.5rem;
  --_theme---text-grey: var(--_colors---copy-grey);
  --_colors---light: #fffdf3;
  --_colors---blue-light: #e9f1f2;
  --_colors---blue-var: #0d344d;
  --border-radius--medium: 1.25rem;
  --border-radius--extra-large: 5.6rem;
  --_colors---blue: #2481a6;
  --_colors---copy-grey: #7e7e7e;
  --_colors---black: #151515;
  --_colors---background-dark-2: #2b2b2b;
  --_colors---background-light-2: #fefdf9;
  --container--hero: 140rem;
  --font-family--manrope: Manrope;
  --_project---box-width: 19em;
  --_project---box-height: 50em;
  --_project---configurator-radio-width: 2.5rem;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  background-color: var(--_colors---transparent);
  --_theme---text: var(--_colors---copy-dark);
  --_theme---accent: var(--_colors---accent-color);
  --_theme---background-1: var(--_colors---background-light-1);
  --_theme---divider: var(--_colors---divider-grey);
  --_theme---background-2: var(--_colors---background-light-2);
  --_theme---text-grey: var(--_colors---copy-grey);
  font-family: Stagegrotesk, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  color: var(--_colors---blue-dark);
  font-size: var(--heading--h1);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

h2 {
  color: var(--_colors---blue-dark);
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
}

h3 {
  color: var(--_colors---blue-dark);
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  color: var(--_colors---blue-dark);
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.05;
}

h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

p {
  color: var(--_colors---blue-dark);
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  line-height: 1.4;
}

ol {
  margin-top: var(--spacing--small);
  margin-bottom: var(--spacing--small);
  padding-left: 2.5rem;
  line-height: 1.4;
}

li {
  color: var(--_colors---blue-dark);
  font-size: var(--text-size--medium);
}

label {
  margin-bottom: .3rem;
  display: block;
}

blockquote {
  border-left: 5px solid var(--_colors---divider-grey);
  margin-bottom: 0;
  padding: .6rem 1.2rem;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.icon-height-large {
  height: 3rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
}

.styleguide_label {
  color: #757575;
  background-color: #ececec;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem .5rem;
  display: flex;
}

.heading-style-h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.hide {
  display: none;
}

.spacer-md-end {
  padding-bottom: var(--spacing--medium);
}

.spacer-xxs-end {
  padding-bottom: var(--spacing--xxs);
}

.spacer-xxs-start {
  padding-top: var(--spacing--xxs);
}

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

.copy-medium {
  color: var(--_colors---blue-dark);
  font-size: var(--text-size--medium);
  text-align: left;
  flex: 0 auto;
  line-height: 1.4;
  display: block;
}

.text-weight-medium {
  font-weight: 500;
}

.main-wrapper {
  object-fit: fill;
  flex-flow: column;
  position: static;
  overflow: visible;
}

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

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-weight-light {
  font-weight: 300;
}

.form_radio, .form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-regular {
  font-weight: 400;
}

.heading-style-h5 {
  font-size: var(--heading--h5);
  text-align: left;
  text-transform: none;
  font-weight: 500;
  line-height: 1.05;
}

.heading-style-h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  text-transform: none;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h2.text-weight-bold {
  font-size: var(--heading--h1);
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: var(--_colors---copy-dark);
}

.form_message-success {
  padding: 1.25rem;
}

.styleguide-sections {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}

.rich-text-custom h1, .rich-text-custom h2 {
  margin-top: var(--spacing--small);
  margin-bottom: 1.5rem;
}

.rich-text-custom p {
  font-size: var(--text-size--medium);
  margin-bottom: 1.2em;
}

.rich-text-custom h5 {
  margin-top: var(--spacing--small);
  margin-bottom: 1.5rem;
}

.rich-text-custom h6 {
  margin-top: var(--spacing--small);
  margin-bottom: var(--spacing--xs);
}

.rich-text-custom ul {
  margin-top: var(--spacing--small);
  margin-bottom: var(--spacing--small);
  font-size: var(--text-size--medium);
}

.rich-text-custom figure {
  margin-top: var(--spacing--small);
  margin-bottom: var(--spacing--small);
}

.rich-text-custom h4, .rich-text-custom h3 {
  margin-top: var(--spacing--small);
  margin-bottom: 1.5rem;
}

.rich-text-custom blockquote {
  font-size: var(--text-size--medium);
  border-left-width: .3rem;
}

.rich-text-custom ol {
  font-size: var(--text-size--medium);
}

.rich-text-custom a {
  word-break: break-all;
}

.container-medium {
  max-width: var(--container--medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.button {
  border-radius: var(--border-radius--small);
  background-color: var(--_colors---accent-color);
  color: var(--_colors---copy-bright);
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1.2em 1.4em;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.button:where(.w-variant-7dcb3ad2-8bde-10b7-e24f-f9261ea729ba) {
  background-color: var(--_colors---copy-bright);
}

.button:where(.w-variant-c27045a8-fa4f-1e31-4329-54832e6a32a9) {
  background-color: var(--_colors---transparent);
  box-shadow: inset 0 0 0 .15em var(--_colors---copy-bright);
}

.button:where(.w-variant-ad03c2db-7c3d-9684-12b9-3e7eaf3e8990) {
  background-color: var(--_colors---transparent);
  color: inherit;
  border-radius: 0;
  padding: .3em 0;
  line-height: 1.2;
}

.button:where(.w-variant-edbfef6b-a28c-5c90-9726-3fe002a5b69a) {
  background-color: var(--_theme---text);
  color: var(--_theme---accent);
}

.button:active {
  transform: scale(.93);
  box-shadow: inset 0 0 6em 2em #0003;
}

.button:active:where(.w-variant-ad03c2db-7c3d-9684-12b9-3e7eaf3e8990) {
  box-shadow: none;
  transform: none;
}

.button.is-small {
  font-size: .8em;
}

.button.is-large {
  font-size: 1.2em;
}

.button.is-circle {
  border-radius: var(--border-radius--circle);
  background-color: var(--_theme---text);
  color: var(--_theme---background-1);
  padding: 0;
}

.button.is-circle:where(.w-variant-8e93c2ac-eecc-a82e-d639-e74fd1e9aa3d) {
  background-color: var(--_colors---copy-bright);
  color: var(--_colors---copy-dark);
}

.button.is-circle:where(.w-variant-6ef45d99-ce08-99de-9245-95e8a0fc342f) {
  border-radius: var(--border-radius--tiny);
  background-color: var(--_colors---copy-bright);
  color: var(--_colors---copy-dark);
}

.button.secondary-bright-2 {
  background-color: var(--_colors---transparent);
  box-shadow: inset 0 0 0 .15em var(--_colors---copy-bright);
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.form_component {
  margin-bottom: 0;
}

.background-color-light-1 {
  background-color: var(--_colors---background-light-1);
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.heading-style-h4 {
  font-size: var(--heading--h4);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.heading-style-h4.text-color-grey {
  color: var(--_colors---divider-grey);
}

.heading-style-h4.font-underline {
  text-decoration: underline;
}

.heading-style-h4.font-style-light {
  color: var(--_colors---blue-dark);
}

.background-color-dark-1 {
  background-color: var(--_colors---background-dark-1);
  color: #f5f5f5;
}

.spacer-xl-start {
  padding-top: var(--spacing--large);
}

.text-style-muted {
  opacity: .6;
}

.overflow-auto {
  overflow: auto;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 2.25rem;
  line-height: 1.4;
  display: grid;
}

.spacer-xs-start {
  padding-top: var(--spacing--xs);
}

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

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.page-wrapper {
  display: block;
}

.copy-tiny {
  font-size: var(--text-size--tiny);
  line-height: 1.4;
}

.text-weight-bold {
  font-weight: 700;
}

.container-tiny {
  max-width: var(--container--tiny);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-tiny.align-left {
  margin-left: 0;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.copy-small {
  font-size: var(--text-size--small);
  line-height: 1.4;
}

.styleguide_item {
  grid-column-gap: var(--spacing--tiny);
  grid-row-gap: var(--spacing--tiny);
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-content: flex-start;
  place-items: stretch stretch;
}

.spacer-sm-start {
  padding-top: var(--spacing--small);
}

.spacer-sm-start.spacer-sm-end {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.copy-large {
  color: var(--_colors---blue-dark);
  font-size: var(--text-size--large);
  line-height: 1.3;
}

.spacer-xs-end {
  padding-bottom: var(--spacing--xs);
}

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

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

.spacer-md-start {
  padding-top: var(--spacing--medium);
}

.spacer-md-start.spacer-md-end {
  position: static;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.heading-style-h1 {
  font-size: var(--heading--h1);
  text-align: left;
  letter-spacing: -.01em;
  text-transform: none;
  line-height: 1;
}

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

.text-color-bright {
  color: var(--_colors---copy-bright);
  font-weight: 500;
}

.text-color-bright.vw-size {
  font-size: var(--heading--h1);
}

.container-large {
  max-width: var(--container--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: var(--container--small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-small.align-left {
  margin-left: 0;
}

.styleguide_header {
  background-color: #0000000d;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.spacer-sm-end {
  padding-bottom: var(--spacing--small);
}

.styleguide-heading {
  font-size: 2rem;
}

.page-padding {
  padding-right: var(--container--page-padding);
  padding-left: var(--container--page-padding);
  color: var(--_colors---transparent);
  flex: 1;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.icon-height-small {
  height: 1rem;
}

.text-style-link {
  text-decoration: underline;
}

.text-color-grey {
  color: var(--_theme---divider);
  font-weight: 500;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h3 {
  font-size: var(--heading--h3);
  text-align: left;
  letter-spacing: -.005em;
  text-transform: none;
  font-weight: 500;
  line-height: 1.1;
}

.spacer-xl-end {
  padding-bottom: var(--spacing--large);
}

.background-color-dark-2 {
  background-color: var(--color--background-dark-2\<deleted\|variable-a3804e42-6879-5293-fd8d-347fa4dc6552\>);
  color: #f5f5f5;
}

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

.utility-page-content {
  padding-right: var(--container--page-padding);
  padding-left: var(--container--page-padding);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 44rem;
  display: flex;
}

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

.hide-desktop-only {
  display: none;
}

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

.nav-main {
  z-index: 99;
  background-color: var(--_colors---transparent);
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  animation-delay: .4s;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-main-inner {
  height: var(--_project---nav-main-height);
  max-width: var(--container--large);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-main-logo {
  color: inherit;
  width: 6.3rem;
}

.nav-mobile-menu {
  z-index: -1;
  background-color: var(--_colors---transparent);
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.hamburger_1_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_1_line {
  height: var(--thickness);
  background-color: currentColor;
  flex: none;
  width: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

.nav-burger-toggle {
  width: 3rem;
  height: 3rem;
  padding: 0;
}

.nav-burger-toggle.w--open {
  background-color: var(--_colors---transparent);
  color: inherit;
}

.nav-link-divider {
  background-color: var(--_colors---copy-dark);
  width: 100%;
  height: 1px;
}

.nav-link-divider:where(.w-variant-dcc35490-dc8e-4a45-b835-7ee850afcd4e) {
  display: none;
}

.nav-link-text {
  letter-spacing: 0;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
}

.nav-link-text:where(.w-variant-dcc35490-dc8e-4a45-b835-7ee850afcd4e) {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.nav-link-block {
  width: 100%;
  text-decoration: none;
}

.nav-link-block:where(.w-variant-dcc35490-dc8e-4a45-b835-7ee850afcd4e) {
  width: auto;
}

.nav-links-component {
  max-width: var(--container--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-links-component:where(.w-variant-dcc35490-dc8e-4a45-b835-7ee850afcd4e) {
  grid-column-gap: var(--spacing--small);
  grid-row-gap: var(--spacing--small);
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-main-group {
  grid-column-gap: var(--spacing--small);
  grid-row-gap: var(--spacing--small);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-products-title {
  font-size: var(--heading--h4);
  font-weight: 600;
}

.nav-products-list {
  padding-bottom: var(--spacing--medium);
  padding-left: var(--container--page-padding);
  grid-column-gap: var(--spacing--xs);
  grid-row-gap: var(--spacing--xs);
  width: calc(100% + var(--container--page-padding)  + var(--container--page-padding));
  margin-left: calc(var(--container--page-padding) * -1);
  display: flex;
  overflow: auto clip;
}

.nav-products-item {
  aspect-ratio: 1;
  border-radius: var(--border-radius--small);
  background-color: var(--_colors---copy-bright);
  flex: none;
  width: 25vw;
  max-width: 25rem;
}

.nav-products-item-spacer {
  width: calc(50vw - (var(--container--large) / 2)  - var(--container--page-padding));
  margin-right: calc(var(--spacing--xs) * -1);
  flex: none;
}

.nav-mobile-links-wrapper {
  padding-top: var(--spacing--small);
  display: none;
}

.nav-mobile-inner-scroll {
  z-index: 1;
  padding-right: var(--container--page-padding);
  padding-bottom: var(--spacing--xs);
  padding-left: var(--container--page-padding);
  max-height: calc(100svh - var(--_project---nav-main-height));
  position: relative;
  overflow-y: auto;
}

.nav-mobile-menu-background {
  z-index: 0;
  background-color: var(--_colors---accent-color);
  margin-top: calc(var(--_project---nav-main-height) * -1);
  height: calc(100% + var(--_project---nav-main-height));
  position: absolute;
  inset: 0%;
}

.nav-main-background-color {
  border-bottom: 1px solid var(--_theme---divider);
  background-color: var(--_theme---background-2);
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-main-scroll-trigger {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-overlay {
  z-index: 80;
  background-color: var(--_colors---page-overlay-dark);
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  position: fixed;
  inset: 0%;
}

.button-text {
  z-index: 0;
  height: 100%;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.button-text:where(.w-variant-7dcb3ad2-8bde-10b7-e24f-f9261ea729ba) {
  color: var(--_colors---accent-color);
}

.button-text:where(.w-variant-ad03c2db-7c3d-9684-12b9-3e7eaf3e8990) {
  color: inherit;
}

.button-text.is-circle {
  color: inherit;
  transition-property: transform;
  transition-duration: .25s;
}

.button-background {
  z-index: 1;
  border-top-left-radius: var(--border-radius--small);
  border-top-right-radius: var(--border-radius--small);
  border-bottom-left-radius: var(--border-radius--small);
  border-bottom-right-radius: var(--border-radius--small);
  background-color: #000000b3;
  width: 90%;
  height: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition-property: all;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 0% 0%;
}

.button-background:where(.w-variant-7dcb3ad2-8bde-10b7-e24f-f9261ea729ba) {
  background-color: var(--_colors---accent-color);
  color: var(--_colors---copy-dark);
}

.button-background:where(.w-variant-c27045a8-fa4f-1e31-4329-54832e6a32a9) {
  background-color: var(--_colors---copy-bright);
}

.button-background:where(.w-variant-ad03c2db-7c3d-9684-12b9-3e7eaf3e8990) {
  display: none;
}

.button-background:where(.w-variant-edbfef6b-a28c-5c90-9726-3fe002a5b69a) {
  background-color: var(--_colors---accent-color);
}

.button-background.is-circle {
  border-radius: var(--border-radius--circle);
  background-color: #fff3;
  width: 0%;
}

.button-background.is-circle:where(.w-variant-8e93c2ac-eecc-a82e-d639-e74fd1e9aa3d) {
  background-color: #00000026;
}

.button-background.secondary-bright-5 {
  background-color: var(--_colors---copy-bright);
}

.button-text-2 {
  z-index: 2;
  color: var(--_colors---accent-color);
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  transform: translate(0, 100%);
}

.button-text-2:where(.w-variant-7dcb3ad2-8bde-10b7-e24f-f9261ea729ba) {
  color: var(--_colors---copy-bright);
}

.button-text-2:where(.w-variant-c27045a8-fa4f-1e31-4329-54832e6a32a9) {
  color: var(--_colors---copy-dark);
}

.button-text-2:where(.w-variant-ad03c2db-7c3d-9684-12b9-3e7eaf3e8990) {
  color: inherit;
}

.button-text-2:where(.w-variant-edbfef6b-a28c-5c90-9726-3fe002a5b69a) {
  color: var(--_colors---copy-dark);
}

.button-text-2.is-circle {
  color: inherit;
}

.button-text-2.secondary-bright-4 {
  color: var(--_colors---copy-dark);
}

.styleguide-button-wrapper-dark {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---background-dark-1);
  padding: 2rem;
  display: flex;
}

.width-100 {
  width: 100%;
}

.button-icon-wrapper {
  width: 2.8em;
  height: 2.8em;
  padding: .8em;
  transition: transform .2s;
  display: block;
}

.button-icon-wrapper:where(.w-variant-6ef45d99-ce08-99de-9245-95e8a0fc342f) {
  padding: .8em;
}

.svg-component-icon {
  width: 100%;
  transition: transform .25s;
}

.icon-component {
  display: block;
}

.button-icon-slot {
  padding: 0;
  display: contents;
}

.box-inner {
  color: var(--_project---box-color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.box-inner.is-left {
  padding-bottom: 3.3em;
}

.box-inner.is-center {
  justify-content: space-between;
  align-items: center;
}

.barcode-svg {
  opacity: .86;
  filter: brightness(145%);
  width: 70%;
}

.box-front-title-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translate(0, -119%)rotate(-90deg);
}

.formburg-brand-wrapper {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  filter: brightness(200%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  margin-left: -1.8em;
  margin-right: .1em;
  display: flex;
  transform: rotate(90deg);
}

.formburg-brand-description {
  text-align: center;
  font-size: .9em;
  line-height: .9;
}

.box-title {
  filter: brightness(200%);
  text-transform: uppercase;
  mix-blend-mode: lighten;
  font-size: 4.3em;
  font-weight: 600;
  line-height: .9;
}

.box-front-webflow-logo {
  z-index: 1;
  border-radius: var(--border-radius--circle);
  background-color: var(--_project---box-color);
  filter: brightness(200%);
  color: #000;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: .8em .6em .8em .8em;
  font-size: 1.2em;
  display: flex;
  position: relative;
}

.webflow-brand-mark {
  width: auto;
  height: 100%;
}

.webflow-brand-mark-svg {
  color: #000;
  width: 100%;
}

.box-f-outline {
  opacity: .55;
  width: 280%;
  position: absolute;
  top: 1%;
  bottom: 0%;
  left: -205%;
}

.box-f-outline.is-left-side {
  left: -5%;
}

.box-f-outline.is-front {
  z-index: 0;
  top: 1%;
  left: -105%;
}

.box-front-gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--_colors---transparent), var(--_project---box-color));
  height: 40%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-description {
  filter: brightness(150%);
  mix-blend-mode: lighten;
  font-size: 1em;
}

.video-icon {
  width: 100%;
  padding-left: .2em;
}

.dialog-window {
  z-index: 100;
  background-color: var(--_colors---transparent);
  border: 0 #000;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.dialog-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dialog-content-wrapper:where(.w-variant-a65895b5-6d31-5c50-34ee-125d07886736) {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.dialog-close-button-wrapper {
  z-index: 1;
  padding: 2.5rem;
  position: relative;
}

.dialog-inner {
  z-index: 1;
  border-top-left-radius: var(--border-radius--large);
  border-top-right-radius: var(--border-radius--large);
  background-color: var(--_theme---background-1);
  color: var(--_theme---text);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden auto;
}

.dialog-inner:where(.w-variant-a65895b5-6d31-5c50-34ee-125d07886736) {
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--border-radius--large);
  max-width: 50%;
}

.dialog-backdrop {
  z-index: 0;
  opacity: 1;
  background-color: #000000d9;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.modal-2-column-row {
  grid-column-gap: var(--spacing--medium);
  grid-row-gap: var(--spacing--medium);
  display: flex;
}

.modal-2-column-row:where(.w-variant-9fadcb9e-1ae6-d6ab-e3af-80f9381a6943) {
  grid-column-gap: var(--spacing--small);
  grid-row-gap: var(--spacing--small);
  flex-flow: column;
}

.modal-2-column-item {
  flex: 1;
}

.modal-inner-component {
  padding: var(--spacing--medium) var(--container--page-padding);
}

.modal-container {
  max-width: var(--container--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.table-row-component {
  padding-top: var(--spacing--tiny);
  padding-bottom: var(--spacing--tiny);
  grid-column-gap: var(--spacing--tiny);
  grid-row-gap: .4rem;
  border-top: .13em dashed var(--_theme---text-grey);
  grid-template-rows: auto;
  grid-template-columns: minmax(5rem, 5.75rem) .5fr .75fr minmax(2rem, 4rem);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.table-row-number {
  margin-top: -.4rem;
}

.table-row-description-wrapper {
  grid-column-gap: var(--spacing--tiny);
  grid-row-gap: var(--spacing--tiny);
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 15rem;
  display: flex;
}

.table-row-description-dot {
  border-radius: var(--border-radius--circle);
  background-color: var(--_colors---accent-color);
  flex: none;
  width: .5rem;
  height: .5rem;
  margin-top: .5rem;
}

.table-row-progress {
  text-align: right;
}

.pause-icon, .pause-icon-component {
  height: 100%;
}

.interior-item-modal-image {
  aspect-ratio: 16 / 9;
  border-bottom-left-radius: var(--border-radius--tiny);
  border-bottom-right-radius: var(--border-radius--tiny);
  object-fit: cover;
  width: 100%;
}

.interior-item-modal-inner {
  grid-column-gap: var(--spacing--tiny);
  grid-row-gap: var(--spacing--tiny);
  flex-flow: column;
  padding: 3.5rem;
  display: flex;
}

.dark-light-toggle-component {
  grid-column-gap: var(--spacing--xxs);
  grid-row-gap: var(--spacing--xxs);
  display: flex;
  position: relative;
}

.dark-theme-toggle {
  z-index: 1;
  display: block;
}

.light-theme-toggle {
  display: none;
}

.text-block-4 {
  letter-spacing: normal;
  font-size: 1.25rem;
}

.leistungen-item {
  z-index: 5;
  opacity: 1;
  color: var(--_colors---accent-color);
  font-size: var(--heading--h4);
  letter-spacing: .05rem;
  mix-blend-mode: normal;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 1rem;
  font-weight: 500;
  transition: color .3s;
  position: relative;
}

.leistungen-item.is-1 {
  color: #041621;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 2rem;
  font-size: 2.5rem;
  display: block;
}

.leistungen-item.is-1:hover {
  color: #e53917;
}

.leistungen-item.is-2 {
  color: #041621;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 2rem;
  font-size: 2.5rem;
}

.leistungen-item.is-2:hover {
  color: #e53917;
}

.leistungen-item.is-3 {
  color: #041621;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 2rem;
  font-size: 2.5rem;
}

.leistungen-item.is-3:hover {
  color: #e53917;
}

.bck_scroll-hover-wrapper {
  z-index: 12;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_colors---accent-color);
  border-radius: var(--spacing--xxs);
  background-color: var(--_colors---transparent);
  color: var(--_colors---blue-dark);
  font-size: var(--text-size--medium);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 1.5rem 2.5rem;
  line-height: 1.1;
  transition: color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.cta-button-wrapper:hover {
  background-color: var(--_colors---accent-color);
  color: var(--_colors---light);
}

.cta-button-wrapper.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-left-radius: var(--spacing--xxs);
  border-top-right-radius: var(--spacing--xxs);
  border-bottom-left-radius: var(--spacing--xxs);
  border-bottom-right-radius: var(--spacing--xxs);
  color: inherit;
  background-color: #e53917;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 15rem;
  max-width: none;
  height: 4rem;
  margin-top: 0;
  padding-left: 35px;
  padding-right: 35px;
  transition-property: background-color;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
}

.cta-button-wrapper.footer:hover {
  color: var(--_colors---light);
  background-color: #e539177d;
}

.cta-button-wrapper.outline {
  border: 1px solid var(--_colors---accent-color);
  background-color: var(--_colors---transparent);
  color: var(--_colors---blue-dark);
}

.cta-button-wrapper.outline:hover {
  background-color: var(--_colors---accent-color);
  color: var(--_colors---light);
  border-color: #e53917;
}

.mail-wrapper {
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.test-content-wrapper {
  align-self: stretch;
  width: 50%;
  padding-top: 46px;
  padding-left: .7em;
  padding-right: .7em;
}

.line-animation {
  background-color: #e53917;
  width: .5rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-animation.home-leistungen {
  height: 8.7rem;
  display: none;
}

.line-animation.projekte {
  color: #041621;
  background-color: #041621;
  align-items: flex-start;
  width: .3rem;
  display: block;
  position: static;
}

.line-animation.leistungen-fragen {
  width: .3rem;
  height: 100%;
}

.line-animation.leistungen-hero {
  width: .5rem;
  height: 100%;
  position: absolute;
}

.line-animation.ich-arbeite {
  width: .3rem;
  height: 100%;
}

.mask {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: visible;
}

.nav-link {
  color: #fffdf3;
  padding-left: 0;
  padding-right: 30px;
  font-size: 1.4rem;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--_colors---divider-grey);
}

.nav-link.w--current {
  color: var(--_colors---light);
  font-weight: 400;
  text-decoration: underline;
}

.section-project-heading {
  color: #041621;
  letter-spacing: normal;
  text-transform: none;
  border-left: .5rem #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-size: 3.5rem;
  font-weight: 500;
}

.sub-hero-content {
  color: var(--_colors---blue-dark);
  flex-flow: column;
  flex: none;
  align-self: auto;
  width: 60%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-5 {
  position: absolute;
  inset: -4% auto auto -4%;
}

.bewert-image-rounded-frame {
  border-radius: .5rem .5rem 6rem;
  overflow: hidden;
}

.home-projects-wrapper {
  padding-bottom: 33px;
  position: static;
}

.section-home-projects {
  z-index: 7;
  border-top-left-radius: var(--border-radius--large);
  background-color: var(--_colors---blue-light);
  color: #041621;
  border-top-right-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 10rem;
  display: block;
  position: relative;
  box-shadow: 0 -8px 7px -7px #0003;
}

.hero-image-wrapper {
  flex: none;
  align-self: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.cta-text-button {
  color: #041621;
  letter-spacing: .1rem;
  align-self: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.cta-text-button.is-1 {
  font-size: var(--heading--h4);
  letter-spacing: normal;
}

.cta-text-button.is-2 {
  font-size: var(--heading--h4);
  letter-spacing: normal;
  font-weight: 500;
}

.link.clean {
  inset: 0%;
  inset: 0%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0%;
}

.project-heading {
  color: #041621;
  font-size: var(--heading--h3);
  letter-spacing: normal;
  text-transform: none;
  flex: none;
  align-self: auto;
  font-weight: 500;
}

.testimonial-slder {
  z-index: 2;
  background-color: #0000;
  flex-direction: row;
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.projects-item-wrapper {
  z-index: 5;
  grid-row-gap: 1.25rem;
  aspect-ratio: auto;
  background-color: #f7f5ec;
  border-radius: 1.1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: visible;
  box-shadow: 0 5px 7px #00000026;
}

.projects-item-wrapper.brunkow, .projects-item-wrapper.venezia {
  border-radius: 2.5rem;
}

.projects-item-wrapper.oa {
  border-radius: 2.5rem;
  margin-bottom: 3vh;
}

.arrow-down-icon {
  color: #0e2d40;
  margin-left: auto;
  margin-right: auto;
}

.arrow-down-icon.right {
  position: relative;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

.arrow-down-icon.left {
  position: relative;
  top: 0;
  left: 0;
  transform: rotate(225deg);
}

.navbar {
  z-index: 15;
  background-color: var(--_colors---transparent);
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.project-title-wrapper {
  background-color: #f9f5f1;
  align-self: auto;
  width: 40%;
}

.project-title-wrapper.border-right {
  text-align: left;
  text-align: left;
  text-align: left;
  background-color: #fffdf3;
  background-image: linear-gradient(83deg, #f7f5ec, #fffdf3);
  border-top-right-radius: 1.1rem;
  border-bottom-right-radius: 1.1rem;
  flex: 1;
  align-self: stretch;
  width: auto;
  position: static;
  left: auto;
}

.testimonial-slide {
  padding-right: 0;
}

.testimonial-p {
  color: #041621;
  letter-spacing: normal;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.cta-link-mail-wrapper {
  color: #041621;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: block;
  position: static;
  inset: 0%;
}

.webflow-icon {
  z-index: 15;
  color: #041621;
  width: 12rem;
  padding-top: 2rem;
  position: relative;
}

.hero_image-frame {
  z-index: 7;
  border-radius: var(--spacing--tiny);
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-icon {
  flex: 0 auto;
  align-self: center;
  max-height: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-leistungen-anim {
  align-self: flex-start;
  position: relative;
  overflow: hidden;
}

.spacer-sm-start-2 {
  padding-top: 2.5rem;
}

.border-left {
  border-top-left-radius: 1.1rem;
  border-bottom-left-radius: 1.1rem;
  overflow: hidden;
}

.weitere-projekte-titel {
  color: #041621;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
}

.cta-circle {
  z-index: 7;
  opacity: 1;
  background-color: #fffdf3;
  border: .15rem solid #e53917;
  border-radius: 999rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 13rem;
  height: 13rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.4rem;
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.leistungen-wrapper {
  position: static;
}

.home-arrow-lottie-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 4rem;
  display: block;
  transform: rotate(90deg);
}

.sub-heading-line-divider {
  background-color: #e53917;
  flex: 0 auto;
  width: 100%;
  height: .15rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sub-heading-line-divider.s {
  background-color: #e5391766;
  width: 30%;
  height: .1rem;
  margin: 0 auto;
}

.sub-heading-line-divider.xs {
  background-color: #e5391766;
  width: 10%;
  height: .1rem;
  margin: 0 auto 1rem;
}

.test-content-block {
  position: relative;
}

.image-2 {
  max-width: 80px;
}

.kunden-bewertungen-wrapper {
  background-color: #0000;
  position: relative;
  overflow: visible;
}

.home-arrow-lottie {
  text-align: left;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.cta-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-wrapper.home {
  text-align: center;
  display: flex;
  position: relative;
}

.sub-intro-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m-hero-wrapper {
  z-index: 3;
  background-color: var(--_colors---blue-light);
  color: #041621;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  bottom: auto;
}

.hover-circle-image-frame {
  z-index: 5;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #e9f1f2;
  border-radius: 999rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 16px -8px #0003;
}

.spacer-md-start-2 {
  padding-top: 6rem;
}

.spacer-md-start-2.spacer-md-end {
  color: var(--_colors---transparent);
  flex-direction: column;
  align-items: center;
  display: block;
  position: static;
}

.section-home-hero {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: none;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.clients-title {
  color: #041621;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  font-size: 3.5rem;
}

.leistungen-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  mix-blend-mode: normal;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 3fr;
  grid-auto-columns: auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: static;
}

.leistungen-item-wrapper.home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  margin-top: 4.6rem;
  display: grid;
}

.right-arrow {
  color: #041621;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.title-center-align {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.home-leistugen-item-link {
  z-index: 7;
  color: #0000;
  mix-blend-mode: normal;
  background-color: #fffdf3;
  border-radius: 1.25rem;
  flex-flow: column;
  margin: 1rem;
  padding: 2rem;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: static;
  box-shadow: 0 3px 10px -2px #fe330a33;
}

.home-leistugen-item-link:hover {
  color: #041621;
  mix-blend-mode: normal;
}

.home-leistugen-item-link.is-1 {
  margin-left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 3px 7px #0003;
}

.home-leistugen-item-link.is-1:hover {
  box-shadow: 0 3px 10px -2px #fe330a33;
}

.home-leistugen-item-link.is-3 {
  margin-bottom: 1rem;
  margin-left: 0;
  padding-top: 2rem;
  padding-bottom: 3rem;
  box-shadow: 0 3px 7px #0003;
}

.home-leistugen-item-link.is-3:hover {
  box-shadow: 0 3px 10px -2px #fe330a33;
}

.home-leistugen-item-link.is-2 {
  margin-bottom: 1rem;
  margin-left: 0;
  padding-top: 2rem;
  padding-bottom: 3rem;
  box-shadow: 0 4px 8px #0003;
}

.home-leistugen-item-link.is-2:hover {
  box-shadow: 0 3px 10px -2px #fe330a33;
}

.project-item-sub-tag {
  color: #041621;
  text-align: left;
  letter-spacing: normal;
  background-color: #0000;
  border-radius: 5px;
  align-self: auto;
  align-items: center;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
  overflow: hidden;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.section-cta {
  z-index: 12;
  background-color: #e9f1f2;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: none;
  position: relative;
  overflow: visible;
}

.cta-hover-text {
  z-index: 8;
  color: #e53917;
  font-size: var(--heading--h4);
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.footer {
  z-index: 15;
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  color: #fffdf3;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  position: relative;
  top: 0;
}

.kontakt-font {
  color: var(--_colors---light);
  font-size: var(--text-size--medium);
  text-decoration: none;
}

.kontakt-font.mail {
  flex: none;
  align-self: center;
  padding-left: 1rem;
  font-size: 1.4rem;
}

.kontakt-font.cta-button {
  font-size: 1.4rem;
}

.kontakt-font.cta-button:hover {
  color: var(--_colors---light);
}

.kontakt-font.title {
  font-size: 2.5rem;
}

.section-kundenbewertungen {
  z-index: 6;
  background-color: #fffdf3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: block;
  position: relative;
}

.heading-wrapper {
  z-index: 5;
  color: #041621;
  text-align: left;
  flex: none;
  align-self: auto;
  width: 15rem;
  position: static;
}

.orange-hero-circle {
  z-index: 1;
  background-color: #e53917;
  border: .3rem #e53917;
  border-radius: 2.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.orange-hero-circle.hide-mobile-landscape {
  border-radius: var(--spacing--tiny);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.projects-item-image {
  z-index: 10;
  width: 50%;
  height: 100%;
  position: static;
}

.hero-heading-sub {
  color: #041621;
  font-size: var(--heading--h3);
  letter-spacing: .15rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 500;
}

.weitere-projekte-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: relative;
  top: 15rem;
}

.test-autor-wrapper {
  color: #041621;
  padding-top: 3em;
}

.testimonial-columns {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 3rem;
  display: flex;
}

.section-leistungen-heading {
  color: var(--_colors---light);
  font-size: var(--heading--h2);
  letter-spacing: normal;
  text-transform: none;
  border-left: .5rem #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
}

.right-arrow-icon-wrapper {
  background-color: var(--_colors---transparent);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.left-arrow-icon-wrapper {
  background-color: var(--_colors---transparent);
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.home-leistungen-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  place-content: start center;
  align-self: flex-start;
  place-items: stretch start;
  display: flex;
  position: static;
}

.slide-nav {
  color: #041621;
}

.testimonial-autor {
  color: #041621;
  padding-top: 0;
  padding-bottom: .5em;
  font-size: 1.5rem;
  font-weight: 700;
}

.brand-2, .brand-2.w--current {
  align-items: center;
  display: flex;
}

.projekte-heading-wrapper {
  text-align: center;
  border: .1rem solid #e53917;
  border-radius: 999rem;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 11rem;
  height: 11rem;
  display: flex;
}

.project-heading-wrapper {
  border-left: .5rem #000;
  position: relative;
  overflow: hidden;
}

.kontakt-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.5rem;
  border: 1px #000;
  border-bottom: 1px solid #fffdf3;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 3fr 2fr .5fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.cta-mail-mobile {
  border-bottom: 1px solid #e53917;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-bottom: .5rem;
  font-size: 1.4rem;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: auto 0% -70%;
}

.section-home-leistungen {
  z-index: 5;
  background-color: var(--_colors---blue-var);
  color: #041621;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -3rem;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  top: 141%;
}

.left-arrow {
  z-index: 8;
  align-items: center;
  display: flex;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.project-sticky-wrapper {
  z-index: 7;
  padding-top: 0;
  position: static;
  overflow: visible;
}

.home-hero-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_colors---light);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.hero-portrait-image {
  z-index: 3;
  border-style: none;
  border-color: #000;
  max-height: 650px;
  position: relative;
}

.nav-menu {
  z-index: 10;
  border-radius: var(--spacing--xxs);
  background-color: #041621b3;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 99px;
  display: block;
}

.circle-frame {
  border: .3rem solid #e53917;
  border-radius: 999rem;
  padding: 2rem;
}

.circle-frame.is-s {
  align-self: auto;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
}

.line-animation-wrapper {
  justify-content: center;
  align-self: flex-end;
  width: 13rem;
  height: 13rem;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr .5fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.text-color-accent {
  color: #fe330a;
  align-self: center;
}

.text-color-accent.text-weight-bold {
  direction: ltr;
  letter-spacing: normal;
  font-size: 1.9rem;
}

.bewert-image-wrapper {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 40%;
  max-width: 30rem;
  padding: 2rem;
  display: flex;
}

.home-leistungen-hover-font {
  z-index: 15;
  color: var(--_colors---blue-dark);
  text-align: left;
  flex: 0 auto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.home-subtit-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.lottie-animation {
  background-color: var(--_colors---transparent);
  margin-top: 0;
}

.warum-items-wrapper {
  grid-column-gap: var(--text-size--small);
  grid-row-gap: var(--text-size--small);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.warum-items-wrapper.is-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-social-icon {
  color: var(--_colors---light);
  width: 2.5rem;
  height: 2.5rem;
}

.cta-calendly {
  color: var(--_colors---light);
  text-decoration: none;
}

.cta-calendly:hover {
  color: var(--_colors---transparent);
}

.home-subtit-content {
  justify-content: center;
  align-items: center;
  display: block;
}

.slideup-2, .slideup-3 {
  display: flex;
}

.warum-heading-sub {
  color: #041621;
  padding-top: .3rem;
  padding-bottom: .3rem;
  font-size: 2rem;
  font-weight: 500;
}

.preloader {
  z-index: 9999;
  background-color: #041621;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.frage-item-trigger {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.8rem;
  padding-bottom: 0;
  display: flex;
}

.section-ich-arbeite {
  z-index: 5;
  background-color: var(--_colors---light);
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: block;
  position: relative;
  top: 0%;
}

.frage-item-heading {
  font-size: 1.4rem;
  font-weight: 500;
}

.fragen-items-wrapper {
  width: 70%;
}

.ich-arbeite-anim {
  color: var(--_colors---blue-dark);
  position: relative;
  overflow: hidden;
}

.horizontal-scrolling-wrapper {
  height: auto;
  display: block;
  position: static;
  top: 10vh;
}

.horizontal-scrolling-wrapper.hide-mobile-portrait {
  height: auto;
}

.leistungen-detail-title {
  letter-spacing: .1rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.leistungen-detail-title.ich-arbeite-titel {
  font-size: var(--heading--h3);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.icon {
  color: #041621;
}

.icon.arrow-single {
  width: 2rem;
  height: 2rem;
}

.cta-link-mail-wrapper-2 {
  color: #041621;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 0%;
}

.fragen-title {
  padding-left: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.leistungen-hero-anim {
  align-self: flex-start;
  position: relative;
  overflow: hidden;
}

.section-leistungen-foto {
  z-index: 5;
  background-color: #041621;
  position: sticky;
  top: 15vh;
}

.section-leistungen-foto.border-top {
  z-index: 15;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  margin-bottom: -3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
  top: 6vh;
}

.section-leistungen-webflow {
  z-index: 3;
  background-color: #e9f1f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.section-leistungen-webflow.border-top {
  background-color: #e9f1f2;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  margin-bottom: -9.6rem;
  padding-top: 5rem;
  padding-bottom: 0;
  padding-left: 2rem;
  display: none;
  position: sticky;
  top: 5vh;
}

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

.cta-wrapper-2.leistungen {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.frage-item {
  background-color: #fff;
  border-radius: .6rem;
  margin-bottom: 1.2rem;
  padding: 1rem 1.175rem 1rem 2rem;
  transition: all .3s, box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 3px 7px #0003;
}

.frage-item:hover {
  border: 1px #e53917;
  transform: translate(.5%);
  box-shadow: 0 3px 10px -2px #fe330a80;
}

.frage-item.is-3, .frage-item.is-1, .frage-item.is-4, .frage-item.is-2 {
  background-color: #fffdf3;
  margin-bottom: 2rem;
}

.section-leistungen-design {
  z-index: 10;
  background-color: var(--_colors---copy-bright);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.section-leistungen-design.border-top {
  z-index: 10;
  background-color: var(--_colors---blue-light);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  top: 0;
  overflow: visible;
}

.leistungen-detail-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: 3fr auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 288px;
  padding-bottom: 5rem;
  display: grid;
}

.fragen-item-text {
  font-size: 1.25rem;
}

.section-leistungen-netzwerk {
  z-index: 3;
  background-color: #e9f1f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.section-leistungen-netzwerk.border-top {
  z-index: 5;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  margin-top: 0;
  margin-bottom: -5rem;
  padding-left: 2rem;
  display: none;
  position: static;
  top: 0;
}

.leistungen-fragen-wrapper {
  color: var(--_colors---blue-dark);
  justify-content: space-between;
  display: flex;
  position: static;
  top: 0;
}

.leistungen-hero-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 60%;
  display: block;
  position: relative;
}

.frage-item-content {
  margin-top: 0;
  padding-top: 1rem;
  padding-right: 2rem;
  overflow: hidden;
}

.section-leistungen-home {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 25% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
  position: sticky;
  top: 0;
}

.fragen-title-wrapper {
  flex: 0 auto;
  align-self: flex-start;
  height: auto;
  position: sticky;
  top: 2vh;
  overflow: hidden;
}

.wie-ich-arbeite-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--_colors---blue-dark);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-flow: row;
  justify-content: start;
  place-items: stretch stretch;
  width: 60%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.logo-2 {
  color: #fff;
  font-family: Stagegrotesk, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.leistungen-detail-text {
  letter-spacing: .11rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.leistungen-hero-titel {
  color: #fffdf3;
  font-size: var(--heading--h1);
  text-transform: none;
  border-left: .5rem #000;
  padding-top: 0;
  padding-bottom: 1rem;
  font-weight: 500;
  overflow: hidden;
}

.leistungen-items-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--_colors---blue-dark);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item {
  font-size: var(--text-size--medium);
  --_theme---text: var(--_colors---copy-dark);
  --_theme---accent: var(--_colors---accent-color);
  --_theme---background-1: var(--_colors---background-light-1);
  --_theme---divider: var(--_colors---divider-grey);
  --_theme---background-2: var(--_colors---background-light-2);
  --_theme---text-grey: var(--_colors---copy-grey);
  list-style-type: disc;
}

.leistungen-list-wrapper {
  padding-top: 1rem;
  padding-bottom: 0;
}

.leistungen-hero-subtitel {
  color: #fffdf3cc;
  font-size: var(--heading--h4);
  text-transform: none;
  border-left: .5rem #000;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 300;
  overflow: hidden;
}

.emoji-icon-style {
  font-size: var(--heading--h5);
}

.section-faq {
  z-index: 7;
  background-color: var(--_colors---light);
  border: 1px #000;
  margin-top: -2rem;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 7px 1px #0003;
}

.home-hero-sub {
  font-size: var(--heading--h4);
  font-weight: 300;
}

.leist-content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 50%;
  height: auto;
  display: flex;
}

.leist-content-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
}

.leist-line-divider {
  background-color: var(--_colors---accent-color);
  width: 23%;
  height: .15rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.alle-projekte-wrapper {
  position: relative;
  top: 5vh;
}

.project-heading-2 {
  color: #041621;
  letter-spacing: normal;
  text-transform: none;
  flex: none;
  align-self: auto;
  font-size: 3.5rem;
  font-weight: 500;
}

.section-projekte-home {
  background-image: radial-gradient(circle farthest-corner at 25% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
  position: sticky;
  top: 0;
}

.projects-claudia-wrapper {
  z-index: 9;
  grid-row-gap: 1.25rem;
  aspect-ratio: auto;
  background-color: #f9f5f1;
  border-radius: 1.1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 26.3vh;
  box-shadow: 0 5px 7px #00000026;
}

.cta-link-mail-wrapper-3 {
  color: #041621;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 0%;
}

.projekte-hero-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: center start;
  width: 50%;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.cta-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-item-sub-tag-2 {
  color: #041621;
  text-align: left;
  letter-spacing: normal;
  background-color: #0000;
  border-radius: 5px;
  align-self: auto;
  align-items: center;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
  overflow: hidden;
}

.section-projekte {
  z-index: 5;
  background-color: #fffdf3;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15vh;
  display: block;
  position: relative;
}

.projects-run4life-wrapper {
  z-index: 9;
  grid-row-gap: 1.25rem;
  aspect-ratio: auto;
  background-color: #f9f5f1;
  border-radius: 1.1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 13.2vh;
  box-shadow: 0 5px 7px #00000026;
}

.projects-venezia-wrapper {
  grid-row-gap: 1.25rem;
  aspect-ratio: auto;
  background-color: #f7f5ec;
  border-radius: 1.1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 18.9vh;
  overflow: visible;
  box-shadow: 0 5px 7px #00000026;
}

.projekte-hero-anim {
  align-self: flex-start;
  position: relative;
  overflow: hidden;
}

.leistungen-hero-titel-2 {
  color: #fffdf3;
  text-transform: none;
  border-left: .5rem #000;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-size: 5.3rem;
  font-weight: 500;
}

.projects-brunkow-wrapper {
  grid-row-gap: 1.25rem;
  aspect-ratio: auto;
  background-color: #f7f5ec;
  border-radius: 1.1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 12vh;
  box-shadow: 0 5px 7px #00000026;
}

.projects-claudia-wrapper-2 {
  z-index: 9;
  grid-row-gap: 1.25rem;
  aspect-ratio: auto;
  background-color: #f9f5f1;
  border-radius: 1.1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 15vh;
  box-shadow: 0 5px 7px #00000026;
}

.cta-link-mail-wrapper-4 {
  color: #041621;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 0%;
}

.cta-wrapper-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-run4life-wrapper-2 {
  z-index: 9;
  grid-row-gap: 1.25rem;
  aspect-ratio: auto;
  background-color: #f9f5f1;
  border-radius: 1.1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 13.2vh;
  box-shadow: 0 5px 7px #00000026;
}

.projects-venezia-wrapper-2 {
  grid-row-gap: 1.25rem;
  aspect-ratio: auto;
  background-color: #f7f5ec;
  border-radius: 1.1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: visible;
  box-shadow: 0 5px 7px #00000026;
}

.projects-brunkow-wrapper-2 {
  z-index: 9;
  grid-row-gap: 1.25rem;
  aspect-ratio: auto;
  background-color: #f7f5ec;
  border-radius: 1.1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 10vh;
  box-shadow: 0 5px 7px #00000026;
}

.projekt-item-name {
  color: #fffdf3;
  padding-top: 2rem;
  font-size: 3.5rem;
  font-weight: 500;
}

.projekte-item-subname {
  z-index: 7;
  color: #fffdf3;
  padding-bottom: 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  display: block;
  position: relative;
}

.projekte-hero-item-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: center start;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.leistungen-hero-titel-4 {
  color: #fffdf3;
  text-transform: none;
  border-left: .5rem #000;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-size: 5.3rem;
  font-weight: 500;
}

.section-brunkow-hero {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 25% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding-top: 15vh;
  padding-bottom: 10vh;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.briefing-heading {
  font-size: 2.5rem;
  font-weight: 500;
}

.briefing-circle {
  border: .2rem solid #0f3d59;
  border-radius: 999rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.projekt-detail-item {
  font-size: 1.4rem;
  display: flex;
}

.projekt-leist-items-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  display: flex;
}

.projekt-detail-heading {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.losung-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_colors---blue-dark);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.spacer-xl-end-2 {
  padding-bottom: 10rem;
}

.projekt-leistungen-items {
  color: #0e2d40;
  align-self: flex-end;
  padding-left: 1rem;
  font-size: 1.4rem;
}

.circle-s {
  border-radius: 999rem;
  width: 2rem;
  height: 2rem;
}

.circle-s.background-blue-var {
  background-color: #0f3d59;
  width: 1.5rem;
  height: 1.5rem;
}

.circle-s.color-background-blue-light {
  background-color: #2481a6;
  border: 1px #2481a6;
  width: 1.5rem;
  height: 1.5rem;
}

.circle-s.background-accent {
  background-color: #e53917;
  width: 1.5rem;
  height: 1.5rem;
}

.l-sung-circle {
  border: 0 #2481a6;
  border-radius: 999rem;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.projekt-detail-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: .3rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.briefing-circle-wrapper {
  color: inherit;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  display: flex;
  position: relative;
}

.briefing-circle-wrapper.circle-background-blue {
  color: #0000;
  background-color: #0f3d59;
  border-radius: 999rem;
}

.briefing-text {
  text-align: justify;
  letter-spacing: .05rem;
  color: inherit;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.projekt-web-link {
  color: var(--_colors---accent-color);
  font-size: 1.4rem;
}

.section-projekt-briefing {
  z-index: 3;
  background-color: #fffdf3;
  position: relative;
}

.section-projekt-briefing.border-top {
  z-index: 3;
  background-color: #fffdf3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.losung-heading {
  color: #fffdf3;
  font-size: 2.5rem;
  font-weight: 500;
}

.briefing-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_colors---blue-dark);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.section-project-gallery {
  z-index: 9;
  background-color: var(--_colors---blue-light);
  position: relative;
}

.section-project-gallery.border-top {
  z-index: 5;
  z-index: 5;
  z-index: 5;
  z-index: 5;
  background-color: #e9f1f2;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  height: auto;
  margin-top: 0;
  margin-bottom: -5rem;
  padding-top: 3rem;
  padding-bottom: 0;
  position: relative;
  top: auto;
}

.ipad-shape {
  z-index: 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ipad-landscape {
  z-index: 1;
  width: 100%;
  height: 92%;
  position: absolute;
  top: 11px;
  overflow: hidden;
}

.ipad-mockup {
  width: 40%;
  position: relative;
  overflow: visible;
}

.ipad-mockup.is-1 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  overflow: hidden;
}

.ipad-mockup.is-3 {
  width: 100%;
  position: relative;
  overflow: clip;
}

.ipad-mockup.is-2 {
  width: 100%;
  overflow: hidden;
}

.gallery-ipad-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.ipad-abs-image.is-3 {
  position: absolute;
  top: -3px;
}

.ipad-abs-image.is-1 {
  position: absolute;
  overflow: hidden;
  transform: translate(0);
}

.ipad-abs-image.is-2 {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-9 {
  position: absolute;
  inset: -4% auto auto -4%;
}

.testimonial-p-2 {
  color: #041621;
  letter-spacing: normal;
  padding-left: 0;
  padding-right: 0;
  font-family: Stagegrotesk, Tahoma, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.test-content-block-2 {
  position: relative;
}

.test-autor-wrapper-2 {
  color: #041621;
  padding-top: 3em;
}

.testimonial-autor-2 {
  color: #041621;
  padding-top: 0;
  padding-bottom: .5em;
  font-family: Stagegrotesk, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.section-testimonial {
  z-index: 4;
  background-color: #f9f5f1;
  position: relative;
}

.section-testimonial.border-top.christian {
  display: none;
}

.section-testimonial.border-top {
  z-index: 7;
  z-index: 7;
  z-index: 7;
  background-color: #fffdf3;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  margin-top: -4.1rem;
}

.cta-circle-5 {
  z-index: 7;
  opacity: 1;
  background-color: #fffdf3;
  border: .15rem solid #e53917;
  border-radius: 999rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 17rem;
  height: 17rem;
  padding: 1.4rem;
  display: none;
  position: absolute;
  inset: 0% auto 0;
}

.cta-circle-5.next-project {
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  display: flex;
  position: absolute;
  inset: auto auto -79% 19%;
}

.cta-wrapper-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-cta-4 {
  z-index: 12;
  background-color: #e9f1f2;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -5rem;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.section-cta-4.projekt-detail {
  z-index: 9;
  background-color: #fffdf3;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  margin-top: -5rem;
}

.cta-circle-projects {
  z-index: 7;
  opacity: 1;
  background-color: #fffdf3;
  border: .15rem solid #e53917;
  border-radius: 999rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 17rem;
  height: 17rem;
  padding: 1.4rem;
  display: none;
  position: absolute;
  inset: 0% auto 0;
}

.cta-circle-projects.next-projekt {
  background-color: var(--_colors---transparent);
  width: 5rem;
  height: 5rem;
  margin-left: 0;
  padding: 1.3rem;
  display: flex;
  position: static;
}

.cta-circle-projects.next-projekt:hover {
  box-shadow: 2px 2px 10px -2px #0003;
}

.ipad-shape-2 {
  z-index: 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ipad-landscape-2 {
  z-index: 1;
  width: 99%;
  height: 92%;
  position: absolute;
  top: 15px;
  overflow: hidden;
}

.ipad-mockup-2 {
  width: 40%;
  position: relative;
  overflow: visible;
}

.ipad-mockup-2.is-1, .ipad-mockup-2.is-3, .ipad-mockup-2.is-2 {
  width: 100%;
  overflow: hidden;
}

.ipad-abs-image-2.is-3 {
  position: absolute;
  top: -3px;
}

.ipad-abs-image-2.is-1 {
  position: absolute;
  transform: translate(0);
}

.ipad-abs-image-2.is-2 {
  position: absolute;
  top: -3px;
}

.image-13 {
  position: absolute;
  inset: -4% auto auto -4%;
}

.testimonial-p-3 {
  color: #041621;
  letter-spacing: normal;
  padding-left: 0;
  padding-right: 0;
  font-family: Stagegrotesk, Tahoma, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.test-autor-wrapper-3 {
  color: #041621;
  padding-top: 3em;
}

.cta-circle-6 {
  z-index: 7;
  opacity: 1;
  background-color: #fffdf3;
  border: .15rem solid #e53917;
  border-radius: 999rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 17rem;
  height: 17rem;
  padding: 1.4rem;
  display: none;
  position: absolute;
  inset: 0% auto 0;
}

.cta-circle-6.next-project {
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  display: none;
  position: absolute;
  inset: auto auto -79% 19%;
}

.cta-wrapper-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ipad-shape-3 {
  z-index: 5;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ipad-landscape-3 {
  object-fit: fill;
  width: 100%;
  height: 92%;
  position: absolute;
  top: 11px;
  overflow: hidden;
}

.ipad-mockup-3 {
  width: 40%;
  position: relative;
  overflow: visible;
}

.ipad-mockup-3.is-1 {
  width: 100%;
  overflow: hidden;
}

.ipad-mockup-3.is-3, .ipad-mockup-3.is-2 {
  width: 100%;
}

.ipad-abs-image-3.is-3 {
  position: absolute;
  top: -3px;
}

.ipad-abs-image-3.is-1 {
  position: absolute;
  transform: translate(0);
}

.ipad-abs-image-3.is-2 {
  position: absolute;
  top: -3px;
}

.image-15 {
  position: absolute;
  inset: -4% auto auto -4%;
}

.testimonial-p-4 {
  color: #041621;
  letter-spacing: normal;
  padding-left: 0;
  padding-right: 0;
  font-family: Stagegrotesk, Tahoma, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.test-autor-wrapper-4 {
  color: #041621;
  padding-top: 3em;
}

.ipad-abs-image-4.is-3 {
  position: absolute;
  top: -3px;
}

.ipad-abs-image-4.is-1 {
  position: absolute;
  overflow: visible;
  transform: translate(0);
}

.ipad-abs-image-4.is-2 {
  position: absolute;
  top: -3px;
}

.image-16 {
  position: absolute;
  inset: -4% auto auto -4%;
}

.testimonial-p-5 {
  color: #041621;
  letter-spacing: normal;
  padding-left: 0;
  padding-right: 0;
  font-family: Stagegrotesk, Tahoma, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.section-about {
  z-index: 3;
  background-color: var(--_colors---light);
  position: relative;
}

.hide-2 {
  display: block;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.slider.sticky {
  position: sticky;
  top: 0;
}

.about-mehr {
  color: #e53917;
  padding-right: 1rem;
  font-size: 2.5rem;
  transition: font-size .3s;
}

.about-mehr:hover {
  border: 1px #e53917;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2.5rem;
  text-decoration: none;
}

.gehort-heading {
  color: #041621;
  text-align: center;
  align-self: flex-start;
  width: auto;
  font-size: 3.5rem;
  font-weight: 500;
  text-decoration: none;
}

.gehort-nicht-wrapper {
  z-index: 7;
  background-color: #e9f1f2;
  border: 1px #e9f1f2;
  border-radius: 1rem;
  flex-flow: column;
  width: 70%;
  margin-bottom: 5rem;
  margin-left: 0;
  margin-right: 0;
  padding: 3rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014;
}

.next-button {
  justify-content: center;
  align-items: center;
  width: 7.6rem;
  height: 7.6rem;
  margin-top: 0;
  margin-bottom: 0;
  transition: padding .3s;
  display: none;
  top: 102%;
  left: auto;
  overflow: visible;
}

.next-button:hover {
  border: 1px #000;
  margin-top: 0;
  padding-bottom: 1rem;
}

.gehort-text {
  color: #041621;
  letter-spacing: 2px;
  align-self: flex-end;
  width: auto;
  padding-top: 0;
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.about-image-gallery-wrapper {
  flex: none;
  align-self: stretch;
  width: 33%;
  height: 100%;
  position: sticky;
  top: 5vh;
}

.geh-rt-items-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.geh-rt-item {
  flex: 0 auto;
  align-self: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.gehort-nicht-text {
  color: #041621;
  letter-spacing: 2px;
  align-self: flex-end;
  width: auto;
  padding-top: 0;
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.gehort-ja-wrapper {
  background-color: #fffdf3;
  border: 1px #e9f1f2;
  border-radius: 1rem;
  flex-flow: column;
  width: 70%;
  margin-bottom: 5rem;
  margin-right: 1rem;
  padding: 3rem;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 6px 9px -1px #fe330a33;
}

.slide {
  transform-origin: 0 0;
  overflow: hidden;
}

.slide__image-wrapper {
  transform-origin: 0 0;
  border-radius: .5rem;
  overflow: hidden;
}

.geh-rt-divider {
  background-color: #eaecf0;
  width: 70%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.about-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  padding: 0 1rem 1rem 0;
  display: block;
  position: static;
}

.about-text {
  color: #041621;
  letter-spacing: .02rem;
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

.gehort-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: flex;
}

.geh-rt-nicht-divider {
  background-color: #eaecf0;
  width: 70%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-color-accent-2 {
  color: #fe330a;
  align-self: center;
  font-size: 2.5rem;
}

.text-color-accent-2.passt-nicht {
  color: #041621;
}

.datenschutz-heading-stand {
  padding-top: 2rem;
  padding-bottom: .8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

.impressum-content-wrapper {
  color: #041621;
  padding-top: 0;
}

.datenschutz-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.heading-28 {
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.section-datenschutz {
  z-index: 8;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.background-color-light-1-2 {
  color: #fffdf3;
  background-color: #fffdf3;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.background-color-light-1-2.border-top {
  z-index: 6;
  background-color: #fffdf3;
  position: relative;
  overflow: visible;
}

.heading-20 {
  font-size: 1.4rem;
  font-weight: 400;
}

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

.rich-text-block.heading4 {
  letter-spacing: .05em;
  font-weight: 400;
  line-height: 1.8em;
}

.section-impressum {
  z-index: 8;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section-impressum-hero {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 25% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 15vh;
  padding-bottom: 10vh;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.section-datenschutz-hero {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 25% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.impressum-link-s {
  color: #041621;
}

.background-color-light-1-3 {
  color: #fffdf3;
  background-color: #fffdf3;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.background-color-light-1-3.border-top {
  z-index: 6;
  background-color: #fffdf3;
  position: relative;
  overflow: visible;
}

.datenschutz-content-wrapper {
  color: var(--_colors---blue-dark);
  padding-top: 0;
  display: block;
}

.bewert-content-wrapper {
  align-self: stretch;
  width: 50%;
  padding-top: 46px;
  padding-left: .7em;
  padding-right: .7em;
  font-family: Stagegrotesk, Tahoma, sans-serif;
}

.bewert-content-block {
  position: relative;
}

.image {
  width: 100%;
}

.projects-oa-wrapper {
  grid-row-gap: 1.25rem;
  aspect-ratio: auto;
  background-color: #f7f5ec;
  border-radius: 1.1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: visible;
  box-shadow: 0 5px 7px #00000026;
}

.list-item {
  color: var(--_colors---blue-dark);
  font-size: var(--text-size--large);
  margin-bottom: .5rem;
  line-height: 1.5;
}

.home-arrow-wrapper {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 5rem;
  display: block;
  position: static;
  inset: 16% 0% auto;
}

.home-probleme-wrapper {
  justify-content: space-between;
  margin-top: 4rem;
  display: flex;
  position: static;
}

.home-hero-content {
  text-align: center;
  flex: 0 auto;
  position: static;
}

.probleme-header {
  width: 50%;
  height: 100%;
  display: block;
  position: sticky;
  top: 5vh;
}

.probleme-content-wrap {
  width: 47%;
}

.probleme-content-item {
  background-color: #eef5f8;
  border-radius: 1.25rem;
  flex: 1;
  margin-bottom: 2.5rem;
  padding: 3rem;
  position: sticky;
  box-shadow: 0 2px 5px #0003;
}

.probleme-content-item.is-1 {
  border-radius: var(--spacing--xxs);
  top: 5vh;
}

.probleme-content-item.is-2 {
  border-radius: var(--spacing--xxs);
  top: 7vh;
}

.probleme-content-item.is-3 {
  border-radius: var(--spacing--xxs);
  top: 9vh;
}

.probleme-content-item.is-4 {
  border-radius: var(--spacing--xxs);
  top: 11vh;
}

.probleme-content-item.is-5 {
  border-radius: var(--spacing--xxs);
  top: 13vh;
}

.font-underline {
  text-decoration: underline;
}

.probleme-cta-warp {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.cta-mail {
  text-decoration: none;
}

.cta-mail:hover {
  color: var(--_colors---transparent);
}

.cta-mail.kontakt {
  margin-top: 2rem;
}

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

.vorteile-sub {
  color: var(--_colors---blue-var);
  font-size: 1.7rem;
}

.slideup-4 {
  display: flex;
}

.leistungen-heading-wrap {
  width: 57%;
}

.home-leistugen-item {
  z-index: 7;
  background-color: var(--_colors---light);
  color: #0000;
  mix-blend-mode: normal;
  --_theme---text: var(--_colors---copy-dark);
  --_theme---accent: var(--_colors---accent-color);
  --_theme---background-1: var(--_colors---background-light-1);
  --_theme---divider: var(--_colors---divider-grey);
  --_theme---background-2: var(--_colors---background-light-2);
  --_theme---text-grey: var(--_colors---copy-grey);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 1rem 0 2rem;
  padding: 0;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: static;
  box-shadow: 0 3px 10px -2px #fe330a33;
}

.home-leistugen-item:hover {
  color: #041621;
  mix-blend-mode: normal;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.stage-button {
  border: 1px solid var(--_colors---accent-color);
  border-radius: var(--spacing--xs);
  background-color: var(--_colors---transparent);
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 1.1em 3.1em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.btn-description {
  z-index: 1;
  color: var(--_colors---light);
  letter-spacing: .03em;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}

.btn-background {
  border-radius: var(--spacing--xs);
  background-color: var(--_colors---accent-color);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -100%;
}

.slider-btn-wrap {
  display: flex;
}

.splitscreen-column {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.splitscreen-column.right {
  background-color: var(--_colors---blue-dark);
}

.splitscreen-column.left {
  background-image: radial-gradient(circle farthest-corner at 40% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  justify-content: flex-start;
  align-items: center;
  padding: 6vw 0 6vw 6vw;
  display: flex;
}

.gallery-image {
  object-fit: cover;
  object-position: 100% 0%;
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gallery-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-slider-mouse-stop {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.display-none {
  display: none;
}

.slider-description-wrap {
  flex-direction: column;
  align-items: flex-start;
}

.slider-stage-splitscreen {
  color: #fff0dc;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.home-hero-heading {
  color: var(--_colors---light);
  font-size: var(--heading--h1);
  font-weight: 500;
}

.nav-full-screen {
  padding-left: 6vw;
  padding-right: 6vw;
}

.card-item-pad {
  padding: 4rem 2.6rem 2.6rem;
}

.card-item-back-shadow {
  border-top-left-radius: var(--spacing--xs);
  border-top-right-radius: var(--spacing--xs);
  background-color: var(--_colors---light);
  overflow: visible;
  box-shadow: 0 2px 5px #0f3d59;
}

.warum-item {
  grid-column-gap: var(--spacing--xxs);
  grid-row-gap: var(--spacing--xxs);
  border-radius: var(--spacing--xxs);
  background-color: #e9f1f2;
  border: 1px solid #04162140;
  flex-flow: column;
  padding: 3rem 1rem 3rem 2rem;
  display: flex;
  position: relative;
}

.navbar-2 {
  background-color: var(--_colors---transparent);
  position: fixed;
}

.leistungen-cta-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cta-projekte-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 9rem;
}

.div-block-2 {
  position: relative;
  top: 9rem;
}

.arrow-icon {
  color: var(--_colors---blue-dark);
}

.arrow-icon.invert {
  transform: translate(0);
}

.svg, .svg-copy {
  color: var(--_colors---blue-dark);
}

.right-arrow-icon-wrapper-copy {
  background-color: var(--_colors---transparent);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.navbar-3 {
  background-color: var(--_colors---transparent);
  opacity: 1;
}

.nav-main-background-color-2 {
  opacity: 0;
  color: #0000;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.nav-main-bckground-color {
  opacity: 0;
  color: #0000;
  background-color: #041621b3;
  position: absolute;
  inset: 0%;
}

.font-style-light {
  color: var(--_colors---transparent);
  font-size: var(--heading--h4);
  text-transform: none;
  border-left: .5rem #000;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 300;
  overflow: hidden;
}

.font-style-light.text-color-bright {
  color: var(--_colors---light);
}

.font-style-light.text-color-grey {
  color: var(--_colors---divider-grey);
  font-size: var(--heading--h5);
}

.wrapper {
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.right-gradient {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(270deg, #000000e6, #0000);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.left-gradient {
  z-index: 10;
  color: #fff;
  background-image: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.splide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.splide__track {
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-start;
  width: 250vw;
  height: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.splide__slide {
  width: 25vw;
  min-width: 320px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.img {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 3s;
}

.img:hover {
  transform: scale(1.2);
}

.timeline10_item {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: var(--_colors---blue-light);
  border: 1px solid #e7eaee;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.timeline10_item.is-alternate {
  background-color: #f85d3a;
  box-shadow: 0 2px 5px #0003;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

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

.timeline10_circle {
  z-index: 2;
  background-color: var(--_colors---accent-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

.timeline-heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.timeline10_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-size-tiny {
  color: #4b5563;
  font-size: .875rem;
}

.timeline10_progress-line-cover {
  z-index: 1;
  background-color: var(--_colors---light);
  flex: 0 auto;
  width: 100%;
  height: 53vh;
  position: absolute;
  top: -46.6vh;
}

.timeline10_progress-line {
  z-index: 0;
  background-color: var(--_colors---accent-color);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.heading-style-h5-2 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

.heading-style-h5-2.z-index-2 {
  z-index: 2;
  position: relative;
}

.timeline10_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline10_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  padding-top: 2rem;
  display: flex;
  position: relative;
}

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

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_empty-space {
  width: 100%;
}

.heading-style-h6-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
}

.prozess-cta-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projekt-detail-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-50 {
  width: 50%;
}

.wrap-60 {
  flex: none;
  align-self: auto;
  width: 60%;
}

.wrap-40 {
  text-align: left;
  flex: 0 auto;
  width: 40%;
}

.list-item-2, .list-item-3 {
  color: var(--_colors---blue-dark);
}

.projekt-detail-cta-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-os-hero {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 25% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.wrap-70 {
  width: 70%;
}

.section-venezia-hero, .section-claudia-hero, .section-run4life-hero {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 25% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.section-about-hero {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 25% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
  position: sticky;
  top: 0;
}

.about-cta-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.section-kontakt-hero {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 25% 50%, var(--_colors---blue-var), var(--_colors---blue-dark));
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.section-kontakt-items {
  z-index: 3;
  background-color: #fffdf3;
  position: relative;
}

.section-kontakt-items.border-top {
  z-index: 3;
  background-color: #fffdf3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.kontakt-detail-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.text-block-5 {
  color: var(--_colors---blue-dark);
}

.footer-mainnav-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.cta-calendly-copy {
  color: var(--_colors---light);
  text-decoration: none;
}

.cta-calendly-copy:hover {
  color: var(--_colors---transparent);
}

.slideup-5 {
  display: flex;
}

.ipad-mockup-4 {
  position: relative;
}

.ipad-landscape-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.5%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-shape-4 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.ipad-shadow {
  z-index: 0;
  width: 98%;
  height: 98%;
  margin-top: 1%;
  margin-left: 1%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ipad-mockup-update {
  position: relative;
}

.nav-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 1440px) {
  .home-leistugen-item-link:hover, .home-leistugen-item:hover {
    opacity: 1;
    color: #041621;
  }
}

@media screen and (min-width: 1920px) {
  .frage-item:hover {
    background-color: #fffdf3;
  }

  .frage-item.is-3:hover, .frage-item.is-1:hover, .frage-item.is-4:hover, .frage-item.is-2:hover {
    transform: translate(.5%);
    box-shadow: 0 3px 7px #fe330a33;
  }
}

@media screen and (max-width: 991px) {
  body, h2 {
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 4rem;
  }

  .copy-medium {
    font-size: var(--text-size--large);
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2.text-weight-bold {
    font-size: var(--heading--h1);
  }

  .full-width-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: var(--heading--h4);
  }

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .spacer-md-start.spacer-sm-end {
    align-self: center;
  }

  .styleguide-heading {
    font-size: 3rem;
  }

  .hide-tablet {
    display: none;
  }

  .page-padding {
    padding-right: var(--page-padding--tablet\<deleted\|variable-650a5897-115e-015f-ae24-486a024d6cdf\>);
    padding-left: var(--page-padding--tablet\<deleted\|variable-650a5897-115e-015f-ae24-486a024d6cdf\>);
  }

  .page-padding.tablet {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .hide-desktop-only {
    display: block;
  }

  .nav-desktop-menu {
    display: none;
  }

  .nav-link-text {
    font-size: 2rem;
  }

  .nav-products-item-spacer {
    width: calc(50vw - (var(--container--large) / 2)  - var(--page-padding--tablet));
  }

  .nav-mobile-links-wrapper {
    display: block;
  }

  .nav-mobile-inner-scroll {
    padding-right: var(--page-padding--tablet\<deleted\|variable-650a5897-115e-015f-ae24-486a024d6cdf\>);
    padding-left: var(--page-padding--tablet\<deleted\|variable-650a5897-115e-015f-ae24-486a024d6cdf\>);
  }

  .dialog-inner:where(.w-variant-a65895b5-6d31-5c50-34ee-125d07886736) {
    max-width: 100%;
  }

  .leistungen-item {
    font-size: var(--heading--h4);
  }

  .leistungen-item.is-1, .leistungen-item.is-2, .leistungen-item.is-3 {
    font-size: 2.5rem;
  }

  .bck_scroll-hover-wrapper {
    display: none;
  }

  .cta-button-wrapper.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    top: 0;
  }

  .test-content-wrapper {
    align-self: center;
    width: 80%;
    padding-top: 0;
    display: block;
  }

  .line-animation.home-leistungen, .line-animation.leistungen-fragen, .line-animation.leistungen-hero, .line-animation.ich-arbeite {
    height: auto;
  }

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

  .nav-link {
    font-size: var(--heading--h2);
    text-align: right;
    padding: 2.1rem 4.3rem 2.1rem 0;
  }

  .section-project-heading {
    font-size: 3.5rem;
  }

  .sub-hero-content {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .image-5 {
    top: -5%;
  }

  .menu-lottie {
    width: 3rem;
  }

  .hero-image-wrapper {
    flex: none;
    order: 1;
    align-self: flex-end;
    width: 39%;
    max-width: none;
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    right: auto;
  }

  .cta-text-button.is-1 {
    font-size: var(--heading--h4);
    text-align: center;
  }

  .cta-text-button.is-2 {
    font-size: 2.5rem;
  }

  .project-heading {
    font-size: 2.5rem;
    font-weight: 500;
  }

  .testimonial-slder {
    display: block;
    overflow: visible;
  }

  .projects-item-wrapper {
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  .arrow-down-icon {
    color: #041621;
  }

  .navbar {
    z-index: 20;
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 4rem;
    --_theme---text: var(--_colors---copy-dark);
    --_theme---accent: var(--_colors---accent-color);
    --_theme---background-1: var(--_colors---background-light-1);
    --_theme---divider: var(--_colors---divider-grey);
    --_theme---background-2: var(--_colors---background-light-2);
    --_theme---text-grey: var(--_colors---copy-grey);
    background-color: #041621b3;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .project-title-wrapper.border-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.25rem;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .testimonial-slide {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-p {
    padding-top: 24px;
    font-size: 1.5rem;
  }

  .hero_image-frame {
    border-radius: var(--spacing--tiny);
  }

  .border-left.border-right {
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius: 0;
  }

  .weitere-projekte-titel {
    line-height: 1.8rem;
  }

  .cta-circle {
    display: none;
  }

  .leistungen-wrapper {
    flex-flow: column;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .test-content-block {
    overflow: visible;
  }

  .kunden-bewertungen-wrapper {
    background-color: #0000;
  }

  .home-arrow-lottie {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .sub-intro-wrapper {
    flex-flow: wrap-reverse;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    display: flex;
  }

  .m-hero-wrapper {
    z-index: 3;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 10vh;
    display: flex;
    top: 0%;
  }

  .spacer-md-start-2 {
    display: none;
  }

  .section-home-hero {
    z-index: 1;
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 2.5rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 70svh;
    margin-top: 0;
    padding-bottom: 0;
    display: none;
    position: sticky;
    top: 0;
  }

  .leistungen-item-wrapper {
    flex-flow: column;
    width: auto;
    padding-top: 2rem;
  }

  .leistungen-item-wrapper.home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    --_theme---text: var(--_colors---copy-dark);
    --_theme---accent: var(--_colors---accent-color);
    --_theme---background-1: var(--_colors---background-light-1);
    --_theme---divider: var(--_colors---divider-grey);
    --_theme---background-2: var(--_colors---background-light-2);
    --_theme---text-grey: var(--_colors---copy-grey);
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 4rem;
    flex-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: stretch stretch;
    display: flex;
  }

  .right-arrow {
    right: -2%;
  }

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

  .title-center-align {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 2rem;
    padding-left: 0;
  }

  .project-item-sub-tag {
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    overflow: visible;
  }

  .section-cta {
    z-index: 10;
    height: auto;
    margin-top: -2rem;
    padding-top: 0;
    padding-bottom: 3rem;
    display: none;
    position: relative;
  }

  .footer {
    z-index: 15;
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
    bottom: 0;
  }

  .section-kundenbewertungen {
    margin-top: -8vh;
    padding-top: 18vh;
    padding-bottom: 0;
    position: relative;
  }

  .orange-hero-circle {
    border-width: .3rem;
  }

  .projects-item-image {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .weitere-projekte-wrapper {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 5rem;
    padding-top: 0;
    top: 15.8rem;
  }

  .test-autor-wrapper {
    color: #000;
    display: block;
  }

  .testimonial-columns {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 2rem;
    display: flex;
  }

  .section-leistungen-heading {
    font-size: 3.5rem;
  }

  .slider-wrapper {
    margin-bottom: 4rem;
    overflow: hidden;
  }

  .home-leistungen-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .slide-nav {
    padding-top: 0;
    display: block;
  }

  .testimonial-autor {
    margin-bottom: 0;
  }

  .projekte-heading-wrapper {
    width: 12rem;
    height: 12rem;
  }

  .kontakt-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-home-leistungen {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
    top: 0%;
  }

  .left-arrow {
    left: 0%;
  }

  .project-sticky-wrapper {
    position: static;
    overflow: visible;
  }

  .home-hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch flex-start;
    place-items: center start;
    display: flex;
  }

  .nav-menu {
    z-index: 15;
    opacity: 1;
    background-color: #041621e6;
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-right: 0;
    display: block;
  }

  .circle-frame.is-s {
    max-width: 80px;
    max-height: 80px;
    padding: 1.3rem;
  }

  .line-animation-wrapper {
    width: 12rem;
    height: 12rem;
  }

  .footer-wrapper {
    grid-template-rows: auto;
  }

  .text-color-accent {
    font-size: 2.5rem;
  }

  .text-color-accent.text-weight-bold {
    font-size: 1.8rem;
  }

  .bewert-image-wrapper {
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 60%;
    display: flex;
  }

  .warum-items-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 4rem;
    flex-flow: column;
    flex: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    align-self: auto;
    justify-items: stretch;
    display: grid;
  }

  .slideup-1 {
    flex-flow: column;
    display: flex;
  }

  .slideup-2 {
    flex-flow: column;
  }

  .section-ich-arbeite {
    top: 5%;
  }

  .fragen-items-wrapper {
    width: 100%;
    margin-top: 2rem;
  }

  .ich-arbeite-anim {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .leistungen-detail-title {
    font-size: 3.5rem;
  }

  .leistungen-detail-title.ich-arbeite-titel {
    padding-left: 2rem;
    font-size: 3.5rem;
  }

  .leistungen-hero-anim {
    margin-bottom: 2rem;
  }

  .section-leistungen-foto.border-top {
    margin-bottom: -5rem;
    top: -5rem;
  }

  .section-leistungen-webflow.border-top {
    margin-top: -7vh;
    margin-bottom: 0;
    padding-top: 0;
    position: sticky;
    top: 7vh;
  }

  .section-leistungen-design.border-top {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .leistungen-detail-wrapper {
    grid-column-gap: 2rem;
    grid-template-rows: 3fr auto;
    grid-template-columns: 4rem auto auto auto;
    max-width: none;
    overflow: visible;
  }

  .section-leistungen-netzwerk.border-top {
    margin-bottom: 0;
    padding-bottom: 9rem;
    top: 0;
  }

  .leistungen-fragen-wrapper {
    flex-direction: column;
  }

  .leistungen-hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-items: start;
    width: 91%;
    display: block;
  }

  .section-leistungen-home {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-left: 0;
    display: flex;
  }

  .fragen-title-wrapper {
    width: auto;
    height: auto;
    margin-bottom: 5rem;
    position: relative;
  }

  .wie-ich-arbeite-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    width: 95%;
  }

  .leistungen-detail-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .leistungen-hero-titel {
    font-size: var(--heading--h1);
  }

  .list-item {
    font-size: var(--text-size--large);
  }

  .leistungen-hero-subtitel, .emoji-icon-style {
    font-size: var(--heading--h4);
  }

  .section-faq {
    margin-top: -3vh;
  }

  .leist-content-left {
    width: 100%;
  }

  .leist-content-right {
    width: 100%;
    padding-left: 0;
  }

  .project-heading-2 {
    font-size: 2.5rem;
    font-weight: 500;
  }

  .section-projekte-home {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 50vh;
    margin-bottom: 0;
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    display: flex;
    position: sticky;
  }

  .projects-claudia-wrapper {
    flex-direction: column;
  }

  .projekte-hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: flex-start;
    width: 90%;
    padding-bottom: 0;
    display: flex;
  }

  .project-item-sub-tag-2 {
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    overflow: visible;
  }

  .section-projekte {
    z-index: 2;
  }

  .projects-run4life-wrapper {
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .projects-venezia-wrapper {
    flex-direction: column;
  }

  .projekte-hero-anim {
    margin-bottom: 2rem;
  }

  .leistungen-hero-titel-2 {
    font-size: 5.3rem;
  }

  .projects-brunkow-wrapper, .projects-claudia-wrapper-2 {
    flex-direction: column;
  }

  .projects-run4life-wrapper-2 {
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .projects-venezia-wrapper-2, .projects-brunkow-wrapper-2 {
    flex-direction: column;
  }

  .projekte-item-subname {
    z-index: 7;
    flex: 0 auto;
    align-self: stretch;
    padding-top: 1rem;
    padding-bottom: 0;
    font-size: 1.8rem;
    position: static;
  }

  .projekte-hero-item-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: block;
  }

  .leistungen-hero-titel-4 {
    font-size: 5.3rem;
  }

  .section-brunkow-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 50vh;
    padding-top: 15vh;
    padding-bottom: 10vh;
    display: flex;
    position: sticky;
  }

  .projekt-detail-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

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

  .projekt-leistungen-items {
    color: #041621;
  }

  .projekt-detail-title-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
  }

  .briefing-circle-wrapper {
    width: 15rem;
    height: 15rem;
  }

  .briefing-text {
    width: auto;
    margin-left: 0;
    font-size: 1.25rem;
  }

  .briefing-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 1.75rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-project-gallery.border-top {
    margin-bottom: 0;
    padding-bottom: 4rem;
  }

  .ipad-shape, .ipad-mockup.is-1 {
    position: sticky;
    top: 0;
  }

  .ipad-mockup.is-3 {
    position: sticky;
    top: 5vh;
  }

  .ipad-mockup.is-2 {
    position: sticky;
    top: 2vh;
  }

  .gallery-ipad-wrapper {
    grid-template-columns: .75fr;
    justify-content: center;
    justify-items: stretch;
  }

  .image-9 {
    top: -5%;
  }

  .testimonial-p-2 {
    padding-top: 24px;
    font-size: 1.5rem;
  }

  .test-content-block-2 {
    overflow: visible;
  }

  .test-autor-wrapper-2 {
    color: #000;
    display: block;
  }

  .testimonial-autor-2 {
    margin-bottom: 0;
  }

  .section-testimonial {
    background-color: #fffdf3;
  }

  .section-testimonial.border-top {
    z-index: 10;
    z-index: 10;
    z-index: 10;
    z-index: 10;
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    margin-top: -62px;
  }

  .cta-circle-5 {
    display: none;
  }

  .section-cta-4 {
    z-index: 5;
    height: auto;
    margin-top: -5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
    position: relative;
  }

  .cta-circle-projects {
    display: none;
  }

  .ipad-shape-2, .ipad-mockup-2.is-1 {
    position: sticky;
    top: 0;
  }

  .ipad-mockup-2.is-3 {
    position: sticky;
    top: 5vh;
  }

  .ipad-mockup-2.is-2 {
    position: sticky;
    top: 2vh;
  }

  .image-13 {
    top: -5%;
  }

  .testimonial-p-3 {
    padding-top: 24px;
    font-size: 1.5rem;
  }

  .test-autor-wrapper-3 {
    color: #000;
    display: block;
  }

  .cta-circle-6 {
    display: none;
  }

  .ipad-shape-3, .ipad-mockup-3.is-1 {
    position: sticky;
    top: 0;
  }

  .ipad-mockup-3.is-3 {
    position: sticky;
    top: 5vh;
  }

  .ipad-mockup-3.is-2 {
    position: sticky;
    top: 2vh;
  }

  .image-15 {
    top: -5%;
  }

  .testimonial-p-4 {
    padding-top: 24px;
    font-size: 1.5rem;
  }

  .test-autor-wrapper-4 {
    color: #000;
    display: block;
  }

  .image-16 {
    top: -5%;
  }

  .testimonial-p-5 {
    padding-top: 24px;
    font-size: 1.5rem;
  }

  .gehort-heading {
    text-align: left;
    font-size: 3.5rem;
  }

  .gehort-nicht-wrapper {
    flex-direction: column;
    width: auto;
  }

  .next-button {
    inset: 41% -36% 0% auto;
  }

  .gehort-text {
    width: auto;
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .about-image-gallery-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    display: block;
    position: relative;
  }

  .gehort-nicht-text {
    width: auto;
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .gehort-ja-wrapper {
    flex-direction: column;
    width: auto;
  }

  .about-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .about-content-wrapper {
    width: auto;
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .about-text {
    padding-left: 0;
  }

  .gehort-wrapper {
    flex-flow: column;
    margin-top: 0;
  }

  .text-color-accent-2 {
    font-size: 2.5rem;
  }

  .section-datenschutz {
    z-index: 2;
    margin-top: 0;
  }

  .background-color-light-1-2 {
    overflow: visible;
  }

  .background-color-light-1-2.border-top {
    height: auto;
  }

  .section-impressum {
    z-index: 2;
    margin-top: 0;
  }

  .section-impressum-hero, .section-datenschutz-hero {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    display: flex;
    position: sticky;
  }

  .background-color-light-1-3 {
    overflow: visible;
  }

  .background-color-light-1-3.border-top {
    height: auto;
  }

  .bewert-content-wrapper {
    align-self: center;
    width: 80%;
    padding-top: 0;
    display: block;
  }

  .bewert-content-block {
    overflow: visible;
  }

  .projects-oa-wrapper {
    flex-direction: column;
  }

  .home-arrow-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-probleme-wrapper {
    flex-flow: column;
  }

  .home-hero-content {
    flex: 0 auto;
  }

  .probleme-header {
    width: 100%;
    margin-bottom: 3rem;
  }

  .probleme-content-wrap {
    width: 100%;
  }

  .probleme-content-item.is-1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    top: 22vh;
  }

  .probleme-content-item.is-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    top: 24vh;
  }

  .probleme-content-item.is-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    top: 26vh;
  }

  .probleme-content-item.is-4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    top: 28vh;
  }

  .probleme-content-item.is-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    top: 30vh;
  }

  .cta-mail.kontakt {
    margin-top: 2rem;
  }

  .leistungen-heading-wrap {
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 2.5rem;
    --_theme---text: var(--_colors---copy-dark);
    --_theme---accent: var(--_colors---accent-color);
    --_theme---background-1: var(--_colors---background-light-1);
    --_theme---divider: var(--_colors---divider-grey);
    --_theme---background-2: var(--_colors---background-light-2);
    --_theme---text-grey: var(--_colors---copy-grey);
    flex: 0 auto;
    width: 90%;
  }

  .home-leistugen-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .splitscreen-column {
    width: 100%;
    height: 80vh;
  }

  .splitscreen-column.left {
    height: 50vh;
    min-height: 600px;
    padding: 92px 60px 60px;
  }

  .slider-stage-splitscreen {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .card-item-pad {
    flex: none;
  }

  .card-item-back-shadow {
    flex: 0 auto;
  }

  .warum-item {
    grid-column-gap: var(--spacing--xxs);
    grid-row-gap: var(--spacing--xxs);
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .font-style-light {
    font-size: var(--heading--h4);
  }

  .timeline10_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline10_item.is-alternate {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .timeline-heading, .timeline-heading.text-color-586174 {
    font-size: 1rem;
  }

  .timeline10_progress-line-cover {
    z-index: auto;
  }

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

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .position-relative-15 {
    z-index: 15;
    position: relative;
  }

  .wrap-60 {
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 4rem;
  }

  .section-os-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 50vh;
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    display: flex;
    position: sticky;
  }

  .section-venezia-hero, .section-claudia-hero, .section-run4life-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 50vh;
    padding-top: 15vh;
    padding-bottom: 10vh;
    display: flex;
    position: sticky;
  }

  .section-about-hero {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 50svh;
    padding-bottom: 10vh;
    padding-left: 0;
    display: flex;
  }

  .about-cta-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-kontakt-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 50vh;
    padding-top: 15vh;
    padding-bottom: 10vh;
    display: flex;
    position: sticky;
  }

  .kontakt-detail-wrapper {
    width: 90%;
  }

  .position-relative-20 {
    z-index: 20;
    position: relative;
  }

  .ipad-landscape-screen {
    border-radius: 7px;
  }

  .ipad-mockup-update.is-1 {
    position: sticky;
    top: 7vh;
  }

  .ipad-mockup-update.is-2 {
    position: sticky;
    top: 10vh;
  }

  .ipad-mockup-update.is-3 {
    position: sticky;
    top: 13vh;
  }
}

@media screen and (max-width: 767px) {
  body {
    --heading--h1: 3.5rem;
    --heading--h2: 2.8rem;
    --heading--h3: 2.5rem;
    --heading--h4: 2rem;
    --heading--h5: 1.4rem;
    --heading--h6: 1.1rem;
    --spacing--small: 2.25rem;
    --text-size--medium: 1.35rem;
    --spacing--medium: 4rem;
    --spacing--xxs: .6rem;
    --text-size--large: 1.5rem;
    --spacing--xs: 1rem;
    --container--medium: 80rem;
    --border-radius--small: .75rem;
    --border-radius--circle: 999rem;
    --border-radius--tiny: .5rem;
    --spacing--large: 6rem;
    --text-size--tiny: 1.25rem;
    --container--tiny: 32rem;
    --text-size--small: 1.25rem;
    --spacing--tiny: 1.2rem;
    --container--large: 100rem;
    --container--small: 50rem;
    --container--page-padding: 6vw;
    --page-padding--tablet\<deleted\|variable-650a5897-115e-015f-ae24-486a024d6cdf\>: 6vw;
    --color--background-dark-2\<deleted\|variable-a3804e42-6879-5293-fd8d-347fa4dc6552\>: #3b4235;
    --heading--extra-large: var(--heading--h1);
    --border-radius--large: 2.5rem;
    --border-radius--medium: 1.25rem;
    --border-radius--extra-large: 4.5rem;
    --container--hero: 140rem;
    --font-family--manrope: Manrope;
  }

  .heading-style-h2.text-weight-bold {
    font-size: var(--heading--h1);
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .full-width-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-color-bright {
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 2.5rem;
    --heading--h1: 3.5rem;
    --heading--h2: 2.8rem;
    --heading--h3: 2.5rem;
    --heading--h4: 2rem;
    --heading--h5: 1.4rem;
    --heading--h6: 1.1rem;
    --spacing--small: 2.25rem;
    --text-size--medium: 1.35rem;
    --spacing--medium: 4rem;
    --spacing--xxs: .6rem;
    --text-size--large: 1.5rem;
    --spacing--xs: 1rem;
    --container--medium: 80rem;
    --border-radius--small: .75rem;
    --border-radius--circle: 999rem;
    --border-radius--tiny: .5rem;
    --spacing--large: 6rem;
    --text-size--tiny: 1.25rem;
    --container--tiny: 32rem;
    --text-size--small: 1.25rem;
    --spacing--tiny: 1.2rem;
    --container--large: 100rem;
    --container--small: 50rem;
    --container--page-padding: 6vw;
    --page-padding--tablet\<deleted\|variable-650a5897-115e-015f-ae24-486a024d6cdf\>: 6vw;
    --color--background-dark-2\<deleted\|variable-a3804e42-6879-5293-fd8d-347fa4dc6552\>: #3b4235;
    --heading--extra-large: var(--heading--h1);
    --border-radius--large: 2.5rem;
    --border-radius--medium: 1.25rem;
    --border-radius--extra-large: 4.5rem;
    --container--hero: 140rem;
    --font-family--manrope: Manrope;
  }

  .styleguide-heading {
    font-size: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .nav-products-title {
    font-size: var(--text-size--large);
  }

  .table-row-component {
    grid-template-columns: 3.5rem 1fr;
  }

  .table-row-number {
    margin-top: -.1rem;
  }

  .table-row-description-wrapper {
    max-width: none;
  }

  .table-row-description-dot {
    display: none;
  }

  .table-row-progress {
    text-align: left;
  }

  .leistungen-item {
    font-size: 3.5rem;
  }

  .bck_scroll-hover-wrapper {
    display: none;
  }

  .cta-button-wrapper.footer {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .test-content-wrapper {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .mask {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .nav-link {
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-right: 3.6rem;
  }

  .section-project-heading {
    font-size: 3.5rem;
  }

  .sub-hero-content {
    width: auto;
    margin-left: 0;
  }

  .image-5 {
    left: 16%;
  }

  .bewert-image-rounded-frame {
    overflow: hidden;
  }

  .menu-lottie {
    width: 2.7rem;
  }

  .hero-image-wrapper {
    order: -1;
    width: 50%;
  }

  .cta-text-button.is-1 {
    text-align: center;
    font-size: 1.8rem;
  }

  .cta-text-button.is-2 {
    font-size: 1.8rem;
  }

  .project-heading {
    font-size: 3.5rem;
  }

  .testimonial-slder {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .projects-item-wrapper {
    flex-direction: column;
  }

  .projects-item-wrapper.brunkow {
    padding: 2rem;
  }

  .projects-item-wrapper.venezia, .projects-item-wrapper.oa {
    padding: 2.1rem;
  }

  .arrow-down-icon {
    max-width: none;
  }

  .arrow-down-icon.right, .arrow-down-icon.left {
    max-width: 100%;
  }

  .navbar {
    background-color: #041621cc;
  }

  .project-title-wrapper.border-right {
    background-image: linear-gradient(90deg, #f7f5ec, #fffdf3);
    width: 100%;
    padding-left: 0;
  }

  .testimonial-slide {
    position: relative;
    overflow: visible;
  }

  .testimonial-p {
    margin-bottom: auto;
    padding: 0;
    font-size: 1.5rem;
  }

  .home-leistungen-anim {
    margin-bottom: 2rem;
  }

  .test-content-block {
    text-align: left;
    padding-bottom: 2rem;
  }

  .home-arrow-lottie {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .sub-intro-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .m-hero-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 5rem;
    display: flex;
  }

  .spacer-md-start-2 {
    display: block;
  }

  .section-home-hero {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: none;
  }

  .clients-title {
    font-size: 3.5rem;
  }

  .leistungen-item-wrapper.home {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .right-arrow {
    display: flex;
    inset: auto 0% auto auto;
    overflow: visible;
  }

  .menu-button {
    height: auto;
    padding-top: 28px;
  }

  .project-item-sub-tag {
    justify-content: center;
    font-size: 1.5rem;
  }

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

  .section-cta {
    z-index: 10;
    margin-top: -2rem;
    margin-bottom: 0;
    padding-top: 0;
  }

  .footer {
    justify-content: flex-start;
  }

  .kontakt-font.mail, .kontakt-font.cta-button {
    font-size: 1.4rem;
  }

  .section-kundenbewertungen {
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
    position: relative;
  }

  .projects-item-image {
    width: 100%;
  }

  .weitere-projekte-wrapper {
    z-index: 2;
    margin-bottom: 8.9rem;
    padding-top: 3vh;
    top: 15.4rem;
  }

  .testimonial-columns {
    flex-direction: column;
    display: flex;
    overflow: visible;
  }

  .section-leistungen-heading {
    font-size: 3.5rem;
  }

  .right-arrow-icon-wrapper {
    background-color: var(--_colors---transparent);
  }

  .slider-wrapper {
    flex-direction: column;
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .left-arrow-icon-wrapper {
    background-color: var(--_colors---transparent);
  }

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

  .slide-nav {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    inset: auto auto 3%;
  }

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

  .section-home-leistungen {
    margin-top: -2rem;
    position: relative;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    inset: auto auto auto 0%;
    overflow: visible;
  }

  .home-hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .nav-menu {
    z-index: 15;
    opacity: 1;
    padding-right: 1rem;
  }

  .footer-wrapper {
    grid-template-columns: auto;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .text-color-accent {
    font-size: 2.5rem;
  }

  .bewert-image-wrapper {
    flex-direction: row;
    padding: 0;
    display: flex;
  }

  .section-ich-arbeite {
    margin-top: -2rem;
    margin-bottom: 0;
    position: relative;
    top: 0%;
    box-shadow: 0 2px 7px 1px #0003;
  }

  .leistungen-detail-title, .leistungen-detail-title.ich-arbeite-titel, .fragen-title {
    font-size: 2.5rem;
  }

  .section-leistungen-foto.border-top {
    margin-top: -5vh;
    margin-bottom: -14vh;
    padding-left: 1rem;
  }

  .section-leistungen-webflow.border-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: static;
  }

  .section-leistungen-design.border-top {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    position: relative;
  }

  .leistungen-detail-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-rows: 3fr auto;
    grid-template-columns: 4rem auto;
  }

  .section-leistungen-netzwerk.border-top {
    position: relative;
    top: 0;
  }

  .leistungen-hero-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .section-leistungen-home {
    justify-content: flex-start;
    height: 50vh;
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    position: sticky;
    top: 0;
  }

  .fragen-title-wrapper {
    width: 100%;
  }

  .wie-ich-arbeite-wrapper {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .25fr 1.25fr .25fr 1.5fr;
  }

  .leistungen-detail-text {
    font-size: 1.5rem;
  }

  .leistungen-hero-titel {
    font-size: var(--heading--h1);
    letter-spacing: 0;
  }

  .leistungen-hero-subtitel {
    font-size: var(--heading--h4);
    letter-spacing: 0;
  }

  .section-faq {
    margin-top: -2rem;
    margin-bottom: auto;
    top: 0;
  }

  .project-heading-2 {
    font-size: 3.5rem;
  }

  .section-projekte-home {
    height: 50vh;
    margin-bottom: 0;
    padding-left: 0;
    position: sticky;
  }

  .projects-claudia-wrapper {
    flex-direction: column;
  }

  .projekte-hero-wrapper {
    grid-template-rows: auto;
    grid-template-columns: auto;
    padding-left: 0;
  }

  .project-item-sub-tag-2 {
    justify-content: center;
    font-size: 1.5rem;
  }

  .projects-run4life-wrapper, .projects-venezia-wrapper {
    flex-direction: column;
  }

  .leistungen-hero-titel-2 {
    letter-spacing: 0;
    font-size: 5.3rem;
  }

  .projects-brunkow-wrapper, .projects-claudia-wrapper-2, .projects-run4life-wrapper-2, .projects-venezia-wrapper-2, .projects-brunkow-wrapper-2 {
    flex-direction: column;
  }

  .projekte-item-subname {
    z-index: 7;
    align-self: flex-start;
    position: relative;
  }

  .projekte-hero-item-wrapper {
    grid-template-rows: auto;
    grid-template-columns: auto;
    padding-left: 0;
  }

  .leistungen-hero-titel-4 {
    letter-spacing: 0;
    font-size: 5.3rem;
  }

  .leistungen-hero-titel-4.datenschutz-heading {
    font-size: var(--heading--h1);
  }

  .section-brunkow-hero {
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    position: sticky;
  }

  .projekt-detail-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .losung-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    display: block;
  }

  .projekt-detail-title-wrapper {
    grid-row-gap: .8rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto;
  }

  .briefing-text {
    text-align: left;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .briefing-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    display: block;
  }

  .image-9 {
    left: 16%;
  }

  .testimonial-p-2 {
    margin-bottom: auto;
    padding: 0;
    font-size: 1.5rem;
  }

  .test-content-block-2 {
    text-align: left;
    padding-bottom: 2rem;
  }

  .section-cta-4 {
    z-index: 5;
    margin-top: -5rem;
    margin-bottom: -8rem;
  }

  .cta-circle-projects.next-projekt {
    width: 7rem;
    height: 7rem;
  }

  .image-13 {
    left: 16%;
  }

  .testimonial-p-3 {
    margin-bottom: auto;
    padding: 0;
    font-size: 1.5rem;
  }

  .image-15 {
    left: 16%;
  }

  .testimonial-p-4 {
    margin-bottom: auto;
    padding: 0;
    font-size: 1.5rem;
  }

  .image-16 {
    left: 16%;
  }

  .testimonial-p-5 {
    margin-bottom: auto;
    padding: 0;
    font-size: 1.5rem;
  }

  .gehort-heading {
    font-size: 2.5rem;
  }

  .gehort-nicht-wrapper {
    margin-left: 0;
  }

  .next-button {
    inset: 32% -15% 0% auto;
  }

  .gehort-text {
    align-self: flex-end;
    padding-bottom: 0;
    font-size: 1.8rem;
  }

  .about-image-gallery-wrapper {
    flex: none;
    width: 90%;
  }

  .geh-rt-items-wrapper {
    grid-template-columns: 1fr;
  }

  .gehort-nicht-text {
    align-self: flex-end;
    padding-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .gehort-ja-wrapper {
    margin-right: 0;
  }

  .slide__image-wrapper {
    width: 80%;
  }

  .about-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-content-wrapper {
    flex: 0 auto;
    align-self: stretch;
    padding-top: 3rem;
  }

  .about-text {
    color: #041621;
    font-size: 1.25rem;
    line-height: 2;
  }

  .text-color-accent-2 {
    font-size: 2.5rem;
  }

  .text-color-accent-2.passt-nicht {
    align-self: auto;
  }

  .background-color-light-1-2 {
    flex: 0 auto;
  }

  .rich-text-block {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-impressum-hero, .section-datenschutz-hero {
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-bottom: 10vh;
    padding-left: 0;
    position: sticky;
  }

  .background-color-light-1-3 {
    flex: 0 auto;
  }

  .bewert-content-wrapper {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .bewert-content-block {
    text-align: left;
    padding-bottom: 2rem;
  }

  .projects-oa-wrapper {
    flex-direction: column;
  }

  .list-item {
    font-size: var(--text-size--large);
  }

  .probleme-content-item {
    padding: 6vw 6vw 2.5rem;
  }

  .home-leistugen-item {
    flex: 0 auto;
  }

  .slider-btn-wrap {
    justify-content: center;
  }

  .splitscreen-column.left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .leistungen-cta-wrapper {
    text-align: center;
  }

  .right-arrow-icon-wrapper-copy {
    background-color: #041621;
  }

  .font-style-light {
    font-size: var(--heading--h4);
    letter-spacing: 0;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .timeline10_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .timeline-heading {
    font-size: 1rem;
  }

  .timeline10_progress {
    left: 0;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_empty-space {
    display: none;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .position-relative-15 {
    z-index: 15;
    position: relative;
  }

  .section-os-hero {
    justify-content: flex-start;
    align-items: center;
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    position: sticky;
  }

  .section-venezia-hero, .section-claudia-hero, .section-run4life-hero {
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    position: sticky;
  }

  .section-about-hero {
    justify-content: flex-start;
    height: 50vh;
    padding-top: 15vh;
    padding-bottom: 10rem;
    padding-left: 0;
    position: sticky;
    top: 0;
  }

  .section-kontakt-hero {
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    position: sticky;
  }

  .position-relative-20 {
    z-index: 15;
    position: relative;
  }

  .ipad-landscape-screen {
    border-radius: 6px;
  }
}

@media screen and (max-width: 479px) {
  .full-width-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: var(--heading--h4);
    text-align: left;
  }

  .copy-large {
    font-weight: 400;
  }

  .text-color-bright {
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 2.5rem;
  }

  .text-color-bright.dateschutz {
    word-break: break-all;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .page-padding {
    z-index: 2;
    position: relative;
  }

  .nav-products-item {
    width: 40vw;
  }

  .text-block-4 {
    font-size: 1.25rem;
  }

  .leistungen-item {
    font-size: 1.4rem;
  }

  .leistungen-item.is-1, .leistungen-item.is-2, .leistungen-item.is-3 {
    padding-top: 0;
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .cta-button-wrapper {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    height: auto;
    padding-top: 2rem;
    display: block;
  }

  .cta-button-wrapper.footer {
    height: 4rem;
    margin-top: 2rem;
  }

  .cta-button-wrapper.outline {
    padding-top: 1.5rem;
  }

  .mail-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .test-content-wrapper {
    text-align: left;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .line-animation.home-leistungen {
    height: 6rem;
  }

  .mask {
    overflow: hidden;
  }

  .nav-link {
    z-index: 10;
    font-size: var(--heading--h3);
    background-color: #0000;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2.2rem;
  }

  .section-project-heading {
    font-size: 2.2rem;
  }

  .sub-hero-content {
    text-align: left;
    display: block;
  }

  .menu-lottie {
    width: 2rem;
  }

  .section-home-projects {
    z-index: 7;
    position: relative;
  }

  .hero-image-wrapper {
    width: auto;
    max-width: 65vw;
  }

  .cta-text-button {
    margin-right: 0;
    font-size: 1.8rem;
    overflow: visible;
  }

  .cta-text-button.is-1 {
    text-align: center;
    font-size: 1.4rem;
  }

  .cta-text-button.is-2 {
    font-size: 1.8rem;
  }

  .link.clean {
    text-align: center;
    text-align: center;
    text-align: center;
    justify-content: center;
    display: block;
  }

  .project-heading {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .testimonial-slder {
    align-self: stretch;
  }

  .projects-item-wrapper {
    padding: 1rem;
    display: block;
    overflow: visible;
  }

  .projects-item-wrapper.brunkow {
    position: static;
  }

  .projects-item-wrapper.venezia, .projects-item-wrapper.oa {
    border-radius: 2.5rem;
    position: static;
  }

  .arrow-down-icon {
    max-width: 29px;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-down-icon.right {
    max-width: 100%;
  }

  .arrow-down-icon.left {
    position: static;
    overflow: hidden;
  }

  .navbar {
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
  }

  .project-title-wrapper.border-right {
    background-image: linear-gradient(45deg, #f7f5ec, #fffdf3);
    padding-top: 2rem;
  }

  .testimonial-slide {
    height: 100%;
    padding-left: 0;
    overflow: hidden;
  }

  .testimonial-p {
    text-align: left;
    font-size: 1.5rem;
    overflow: visible;
  }

  .hero_image-frame {
    width: auto;
  }

  .footer-icon {
    align-self: stretch;
    max-height: 1.4rem;
  }

  .spacer-sm-start-2.spacer-sm-end {
    margin-top: -2rem;
  }

  .weitere-projekte-titel {
    font-size: 1.4rem;
  }

  .cta-circle {
    width: 7rem;
    height: 7rem;
    position: absolute;
    inset: -11px 0% -110% -11%;
  }

  .leistungen-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-arrow-lottie-wrapper {
    width: 2rem;
    max-width: 4rem;
  }

  .sub-heading-line-divider {
    width: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .test-content-block {
    text-align: center;
    padding-top: 2rem;
  }

  .home-arrow-lottie {
    align-self: center;
  }

  .home-arrow-lottie.w--current {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .cta-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .sub-intro-wrapper {
    text-align: center;
  }

  .m-hero-wrapper {
    z-index: 3;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .spacer-md-start-2 {
    padding-top: 3.5rem;
  }

  .spacer-md-start-2.spacer-md-end {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section-home-hero {
    z-index: 1;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 10vh;
    padding-bottom: 10vh;
    position: sticky;
  }

  .clients-title {
    font-size: 2.2rem;
  }

  .leistungen-item-wrapper {
    flex-flow: column;
  }

  .right-arrow {
    display: none;
    right: 0%;
  }

  .title-center-align {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-leistugen-item-link.is-1, .home-leistugen-item-link.is-3, .home-leistugen-item-link.is-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .project-item-sub-tag {
    text-align: left;
    word-break: normal;
    font-size: 1.5rem;
  }

  .footer-link {
    display: block;
  }

  .section-cta {
    z-index: 10;
    height: auto;
    margin-top: -2rem;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .footer {
    z-index: 15;
    margin-top: -2rem;
    padding: 2rem 1rem;
    position: relative;
    top: 0;
  }

  .kontakt-font {
    padding-bottom: 1rem;
  }

  .kontakt-font.mail {
    flex: none;
    align-self: flex-end;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }

  .kontakt-font.cta-button {
    padding-bottom: 0;
    font-size: 1.4rem;
  }

  .section-kundenbewertungen {
    z-index: 6;
    position: relative;
  }

  .weitere-projekte-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: -5rem;
    margin-bottom: 0;
    padding-top: 0;
    display: none;
    position: relative;
    top: 0;
  }

  .test-autor-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .testimonial-columns {
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .section-leistungen-heading {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2.2rem;
    display: block;
  }

  .right-arrow-icon-wrapper {
    width: 3.4rem;
    height: 3.4rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .left-arrow-icon-wrapper {
    width: 3.4rem;
    height: 3.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-nav {
    padding-top: .5em;
    position: absolute;
    inset: auto 0% 1.2rem;
  }

  .testimonial-autor {
    font-size: 1.5rem;
  }

  .projekte-heading-wrapper {
    width: 9rem;
    height: 9rem;
  }

  .kontakt-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .cta-mail-mobile {
    border-bottom-width: .0625rem;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    bottom: -100%;
  }

  .section-home-leistungen {
    z-index: 5;
    margin-top: -2rem;
    padding-top: 4rem;
    padding-bottom: 5.5rem;
    position: relative;
    overflow: hidden;
  }

  .left-arrow {
    display: none;
    bottom: 3%;
  }

  .project-sticky-wrapper {
    z-index: 10;
    flex-direction: column;
    display: block;
    position: relative;
  }

  .home-hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    z-index: 20;
    background-color: #041621e6;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .circle-frame.is-s {
    border-width: .2rem;
    width: 4rem;
    max-width: 60px;
    height: 4rem;
    max-height: 60px;
    padding: 1rem;
  }

  .line-animation-wrapper {
    align-self: auto;
    display: none;
  }

  .footer-wrapper {
    grid-template-columns: auto;
    padding-top: 2rem;
    display: block;
  }

  .text-color-accent {
    flex: 0 auto;
    align-self: auto;
    font-size: 2.5rem;
  }

  .text-color-accent.heading-style-h4 {
    text-align: left;
  }

  .bewert-image-wrapper {
    align-self: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .home-leistungen-hover-font {
    font-size: 1.5rem;
  }

  .warum-items-wrapper {
    display: flex;
  }

  .footer-social-wrapper {
    text-align: left;
    flex: 1;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-top: 2.1rem;
    display: flex;
  }

  .home-hero-heading-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-ich-arbeite {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    margin-top: -2rem;
    margin-bottom: -5rem;
    top: 0;
  }

  .frage-item-heading {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.7;
  }

  .horizontal-scrolling-wrapper {
    height: 150vh;
  }

  .leistungen-detail-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.2rem;
  }

  .leistungen-detail-title.ich-arbeite-titel, .fragen-title {
    font-size: 2.2rem;
  }

  .section-leistungen-foto.border-top {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-left: 0;
    top: -5rem;
  }

  .section-leistungen-webflow.border-top {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 0;
    padding-left: 0;
    top: 0;
  }

  .cta-wrapper-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .cta-wrapper-2.leistungen {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-leistungen-design {
    z-index: 10;
    position: relative;
  }

  .section-leistungen-design.border-top {
    background-color: #fffdf3;
    margin-bottom: 0;
    padding: 2rem 0 5rem;
    display: block;
  }

  .leistungen-detail-wrapper {
    flex-flow: row;
    grid-template-columns: auto;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
    display: block;
  }

  .fragen-item-text {
    font-size: 1.25rem;
  }

  .section-leistungen-netzwerk.border-top {
    text-align: left;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    margin-top: -9.1rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 0;
  }

  .leistungen-hero-wrapper {
    text-align: left;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-leistungen-home {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    display: flex;
  }

  .wie-ich-arbeite-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: auto;
    display: block;
  }

  .leistungen-detail-text {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.9;
  }

  .leistungen-hero-titel {
    font-size: var(--heading--h1);
    padding-left: 2rem;
  }

  .leistungen-hero-subtitel {
    font-size: var(--heading--h5);
    padding-left: 2rem;
  }

  .section-faq {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    margin-top: -5vh;
    margin-bottom: -5rem;
    top: 0;
  }

  .leist-content-left {
    width: auto;
    display: flex;
  }

  .leist-content-right {
    flex-flow: column;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .alle-projekte-wrapper {
    z-index: 8;
    padding-top: 3rem;
    position: static;
  }

  .project-heading-2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .section-projekte-home {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    display: flex;
  }

  .projects-claudia-wrapper {
    padding: 1rem;
    position: static;
  }

  .projekte-hero-wrapper {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    padding-bottom: 6vh;
    display: flex;
  }

  .cta-wrapper-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .project-item-sub-tag-2 {
    text-align: left;
    word-break: normal;
    font-size: 1.5rem;
  }

  .section-projekte {
    z-index: 1;
    background-color: #fffdf3;
    padding-top: 0;
    padding-bottom: 6vh;
  }

  .projects-run4life-wrapper {
    padding: 1rem;
    position: static;
  }

  .projects-venezia-wrapper {
    padding: 1rem;
    display: block;
    position: static;
    overflow: visible;
  }

  .leistungen-hero-titel-2 {
    padding-left: 2rem;
    font-size: 3.5rem;
  }

  .projects-brunkow-wrapper, .projects-claudia-wrapper-2 {
    padding: 1rem;
    position: static;
  }

  .cta-wrapper-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .projects-run4life-wrapper-2 {
    padding: 1rem;
    position: static;
  }

  .projects-venezia-wrapper-2 {
    padding: 1rem;
    display: block;
    position: static;
    overflow: visible;
  }

  .projects-brunkow-wrapper-2 {
    padding: 1rem;
    position: static;
  }

  .projekt-item-name {
    font-size: 2.5rem;
  }

  .projekte-item-subname {
    align-self: auto;
    padding-top: 0;
    font-size: 1.4rem;
  }

  .projekte-hero-item-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: block;
  }

  .leistungen-hero-titel-4 {
    padding-left: 2rem;
    font-size: 3.5rem;
  }

  .leistungen-hero-titel-4.datenschutz-heading {
    font-size: var(--heading--h3);
  }

  .section-brunkow-hero {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    display: flex;
  }

  .briefing-heading {
    font-size: 1.8rem;
  }

  .projekt-detail-item {
    font-size: var(--text-size--large);
  }

  .projekt-detail-heading {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .losung-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    justify-items: center;
  }

  .spacer-xl-end-2 {
    padding-bottom: 6rem;
  }

  .projekt-leistungen-items {
    font-size: var(--text-size--large);
    font-weight: 500;
  }

  .circle-s.background-blue-var, .circle-s.color-background-blue-light, .circle-s.background-accent {
    width: 1.2rem;
    height: 1.2rem;
  }

  .projekt-detail-title-wrapper {
    grid-row-gap: 1.6rem;
  }

  .briefing-circle-wrapper {
    width: 10rem;
    height: 10rem;
  }

  .briefing-text {
    font-size: var(--text-size--small);
    text-align: left;
    line-height: 1.4;
  }

  .section-projekt-briefing {
    z-index: 2;
  }

  .section-projekt-briefing.border-top {
    z-index: 3;
  }

  .losung-heading {
    font-size: 1.8rem;
  }

  .briefing-wrapper {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: auto;
  }

  .gallery-ipad-wrapper {
    flex-flow: column;
    display: flex;
  }

  .testimonial-p-2 {
    text-align: left;
    font-size: 1.5rem;
    overflow: visible;
  }

  .test-content-block-2 {
    text-align: center;
    padding-top: 2rem;
  }

  .test-autor-wrapper-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .testimonial-autor-2 {
    font-size: 1.5rem;
  }

  .section-testimonial.border-top {
    z-index: 7;
    z-index: 7;
    z-index: 7;
    z-index: 7;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: -5rem;
  }

  .cta-circle-5 {
    width: 7rem;
    height: 7rem;
    position: absolute;
    inset: -11px 0% -110% -11%;
  }

  .cta-wrapper-5 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-cta-4 {
    z-index: 12;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .section-cta-4.projekt-detail {
    z-index: 9;
    flex-direction: row;
    height: auto;
    margin-top: -10rem;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .cta-circle-projects {
    width: 7rem;
    height: 7rem;
    position: absolute;
    inset: -11px 0% -110% -11%;
  }

  .cta-circle-projects.next-projekt {
    width: 5rem;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.4rem;
    overflow: visible;
  }

  .testimonial-p-3 {
    text-align: left;
    font-size: 1.5rem;
    overflow: visible;
  }

  .test-autor-wrapper-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .cta-circle-6 {
    width: 7rem;
    height: 7rem;
    position: absolute;
    inset: -11px 0% -110% -11%;
  }

  .cta-wrapper-6 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .testimonial-p-4 {
    text-align: left;
    font-size: 1.5rem;
    overflow: visible;
  }

  .test-autor-wrapper-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .testimonial-p-5 {
    text-align: left;
    font-size: 1.5rem;
    overflow: visible;
  }

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

  .slider {
    width: auto;
  }

  .gehort-heading {
    font-size: 1.8rem;
  }

  .gehort-nicht-wrapper {
    padding-left: 2rem;
  }

  .next-button {
    inset: auto auto auto 138px;
  }

  .gehort-text {
    font-size: 1.4rem;
  }

  .about-image-gallery-wrapper {
    width: auto;
  }

  .gehort-nicht-text {
    font-size: 1.4rem;
  }

  .gehort-ja-wrapper {
    padding-top: 1.7rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .about-content-wrapper {
    margin-top: 3rem;
    display: block;
  }

  .about-text {
    color: #041621;
    text-align: left;
    padding-left: 0;
    font-size: 1.25rem;
  }

  .gehort-wrapper {
    display: block;
  }

  .text-color-accent-2 {
    flex: 0 auto;
    align-self: auto;
    font-size: 2.5rem;
  }

  .datenschutz-heading-stand {
    font-size: 1.8rem;
  }

  .datenschutz-text {
    word-break: break-all;
    font-size: 1.25rem;
  }

  .section-datenschutz {
    margin-top: -5rem;
  }

  .rich-text-block.heading4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .section-impressum {
    margin-top: -5rem;
  }

  .section-impressum-hero, .section-datenschutz-hero {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    display: flex;
  }

  .impressum-link-s {
    color: #041621;
    word-break: break-all;
    font-size: .9rem;
    text-decoration: underline;
  }

  .bewert-content-wrapper {
    text-align: left;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bewert-content-block {
    text-align: center;
    padding-top: 2rem;
  }

  .projects-oa-wrapper {
    padding: 1rem;
    display: block;
    position: static;
    overflow: visible;
  }

  .btn-description {
    flex: 0 auto;
  }

  .splitscreen-column.left {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-title-wrap {
    --heading--h1: 3.5rem;
    --heading--h2: 2.8rem;
    --heading--h3: 2.5rem;
    --heading--h4: 2rem;
    --heading--h5: 1.4rem;
    --heading--h6: 1.1rem;
    --spacing--small: 2.25rem;
    --text-size--medium: 1.35rem;
    --spacing--medium: 4rem;
    --spacing--xxs: .6rem;
    --text-size--large: 1.5rem;
    --spacing--xs: 1rem;
    --container--medium: 80rem;
    --border-radius--small: .75rem;
    --border-radius--circle: 999rem;
    --border-radius--tiny: .5rem;
    --spacing--large: 6rem;
    --text-size--tiny: 1.25rem;
    --container--tiny: 32rem;
    --text-size--small: 1.25rem;
    --spacing--tiny: 1.2rem;
    --container--large: 100rem;
    --container--small: 50rem;
    --container--page-padding: 6vw;
    --page-padding--tablet\<deleted\|variable-650a5897-115e-015f-ae24-486a024d6cdf\>: 6vw;
    --color--background-dark-2\<deleted\|variable-a3804e42-6879-5293-fd8d-347fa4dc6552\>: #3b4235;
    --heading--extra-large: var(--heading--h1);
    --border-radius--large: 2.5rem;
    --border-radius--medium: 1.25rem;
    --border-radius--extra-large: 4.5rem;
    --container--hero: 140rem;
    --font-family--manrope: Manrope;
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 4rem;
  }

  .slider-description-wrap {
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 4rem;
    --heading--h1: 3.5rem;
    --heading--h2: 2.8rem;
    --heading--h3: 2.5rem;
    --heading--h4: 2rem;
    --heading--h5: 1.4rem;
    --heading--h6: 1.1rem;
    --spacing--small: 2.25rem;
    --text-size--medium: 1.35rem;
    --spacing--medium: 4rem;
    --spacing--xxs: .6rem;
    --text-size--large: 1.5rem;
    --spacing--xs: 1rem;
    --container--medium: 80rem;
    --border-radius--small: .75rem;
    --border-radius--circle: 999rem;
    --border-radius--tiny: .5rem;
    --spacing--large: 6rem;
    --text-size--tiny: 1.25rem;
    --container--tiny: 32rem;
    --text-size--small: 1.25rem;
    --spacing--tiny: 1.2rem;
    --container--large: 100rem;
    --container--small: 50rem;
    --container--page-padding: 6vw;
    --page-padding--tablet\<deleted\|variable-650a5897-115e-015f-ae24-486a024d6cdf\>: 6vw;
    --color--background-dark-2\<deleted\|variable-a3804e42-6879-5293-fd8d-347fa4dc6552\>: #3b4235;
    --heading--extra-large: var(--heading--h1);
    --border-radius--large: 2.5rem;
    --border-radius--medium: 1.25rem;
    --border-radius--extra-large: 4.5rem;
    --container--hero: 140rem;
    --font-family--manrope: Manrope;
    flex: 0 auto;
  }

  .home-hero-heading {
    font-size: 3rem;
  }

  .right-arrow-icon-wrapper-copy {
    width: 3.4rem;
    height: 3.4rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .font-style-light {
    font-size: var(--heading--h5);
    padding-left: 2rem;
  }

  .font-style-light.text-color-grey {
    padding-left: 0;
  }

  .wrapper {
    height: 100%;
    overflow: hidden;
  }

  .right-gradient, .left-gradient {
    min-width: 10vw;
    display: none;
  }

  .splide {
    align-items: flex-start;
    margin-top: 12%;
  }

  .splide__track {
    height: 66vh;
  }

  .splide__slide {
    width: 60vw;
    min-width: 250px;
  }

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

  .timeline-heading {
    text-align: left;
    font-size: 1rem;
  }

  .div-block-17 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .projekt-detail-cta-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-os-hero, .section-venezia-hero, .section-claudia-hero, .section-run4life-hero, .section-about-hero, .section-kontakt-hero {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 15vh;
    padding-bottom: 10vh;
    padding-left: 0;
    display: flex;
  }

  .section-kontakt-items.border-top {
    z-index: 3;
  }

  .footer-mainnav-wrap {
    --_project---nav-main-height: 5rem;
    --_project---box-color: #e7813e;
    --_project---box-width: 19em;
    --_project---box-height: 50em;
    --_project---configurator-radio-width: 4rem;
    --heading--h1: 3.5rem;
    --heading--h2: 2.8rem;
    --heading--h3: 2.5rem;
    --heading--h4: 2rem;
    --heading--h5: 1.4rem;
    --heading--h6: 1.1rem;
    --spacing--small: 2.25rem;
    --text-size--medium: 1.35rem;
    --spacing--medium: 4rem;
    --spacing--xxs: .6rem;
    --text-size--large: 1.5rem;
    --spacing--xs: 1rem;
    --container--medium: 80rem;
    --border-radius--small: .75rem;
    --border-radius--circle: 999rem;
    --border-radius--tiny: .5rem;
    --spacing--large: 6rem;
    --text-size--tiny: 1.25rem;
    --container--tiny: 32rem;
    --text-size--small: 1.25rem;
    --spacing--tiny: 1.2rem;
    --container--large: 100rem;
    --container--small: 50rem;
    --container--page-padding: 6vw;
    --page-padding--tablet\<deleted\|variable-650a5897-115e-015f-ae24-486a024d6cdf\>: 6vw;
    --color--background-dark-2\<deleted\|variable-a3804e42-6879-5293-fd8d-347fa4dc6552\>: #3b4235;
    --heading--extra-large: var(--heading--h1);
    --border-radius--large: 2.5rem;
    --border-radius--medium: 1.25rem;
    --border-radius--extra-large: 4.5rem;
    --container--hero: 140rem;
    --font-family--manrope: Manrope;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 2rem;
    display: flex;
  }

  .ipad-landscape-screen {
    border-radius: 4px;
  }
}

#w-node-afc2b881-9f38-edf8-a546-a5a3243f2f4c-013922ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9e3a2c4a-1c30-4c65-6a9e-2d1f295b69d8-013922ff, #w-node-b2bb16aa-8bbb-d943-d31d-5b831ba54bee-013922ff, #w-node-ff203098-ce04-ed46-5d2c-e2fdf4253b22-013922ff, #w-node-_4dbd2cd6-ebec-2c7f-3ece-d9cf5f900877-013922ff, #w-node-_1995a1e4-e68c-0b11-5030-1d15a742993d-013922ff, #w-node-e417036c-655b-844e-d799-802978df55d3-013922ff {
  place-self: stretch;
}

#w-node-afc2b881-9f38-edf8-a546-a5a3243f2f6d-013922ff {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: start;
}

#w-node-d32b75ae-bbb7-48b3-753d-ce078aae4f44-013922ff {
  align-self: auto;
}

#w-node-_0812fef0-1663-e551-5dd5-dff96abcfa07-013922ff {
  align-self: stretch;
}

#w-node-_9dbd2a5c-d4f7-349b-1265-5451b8515e81-013922ff {
  place-self: stretch;
}

#w-node-fa9e75d9-7a78-dc47-9fe1-209703db631a-013922ff {
  align-self: stretch;
}

#w-node-d4e55932-7515-4b58-ed3e-2befba85b743-013922ff {
  align-self: auto;
}

#w-node-_560da792-0c8c-3c75-a3ec-b99a77ae844a-013922ff, #w-node-ff014364-2651-d982-11ee-ffb9e8192385-013922ff {
  align-self: stretch;
}

#w-node-d847d1ec-1017-37a6-1372-68334dbe8670-013922ff {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0438c815-544d-bebe-476d-2de490df13b3-013922ff {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-d3bf4beb-1e18-4d9a-a063-10dd7bf2083c-013922ff, #w-node-a9750373-0288-9091-aed6-195290880095-013922ff {
  grid-area: span 6 / span 4 / span 6 / span 4;
  place-self: stretch stretch;
}

#w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fc5-a3a83fc0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1c03c28c-5369-8b0d-3560-841f177fb2f7-a3a83fc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fcc-a3a83fc0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fd0-a3a83fc0 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: end;
}

#w-node-c844e9dd-e4bf-8c16-01d5-80ec86dac0ad-a3a83fc0 {
  grid-area: 4 / 1 / 5 / 3;
  place-self: end;
}

#w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fd6-a3a83fc0 {
  place-self: end;
}

#w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fd9-a3a83fc0 {
  place-self: center end;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5efd-068557fa, #w-node-b898fac5-549e-6b61-8561-86e070af5f02-068557fa, #w-node-b898fac5-549e-6b61-8561-86e070af5f07-068557fa, #w-node-b898fac5-549e-6b61-8561-86e070af5f0c-068557fa, #w-node-b898fac5-549e-6b61-8561-86e070af5f11-068557fa, #w-node-b898fac5-549e-6b61-8561-86e070af60b1-068557fa, #w-node-b898fac5-549e-6b61-8561-86e070af60b8-068557fa {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60bd-068557fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60bf-068557fa {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60c4-068557fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60c6-068557fa {
  justify-self: start;
}

#w-node-_99ee799f-31d9-a411-a661-a5705a568cbe-068557fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60cb-068557fa {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5faf-068557fa, #w-node-b898fac5-549e-6b61-8561-86e070af5fc8-068557fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5fcb-068557fa {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5fcd-068557fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5fd0-068557fa {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af6039-068557fa, #w-node-b898fac5-549e-6b61-8561-86e070af6043-068557fa, #w-node-b898fac5-549e-6b61-8561-86e070af6044-068557fa, #w-node-b898fac5-549e-6b61-8561-86e070af6166-068557fa, #w-node-_8dc4bc6f-7c10-4839-8d17-c49f4cb02611-8ef0fa28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff4fecda-deac-4aee-8564-851118debc7b-8ef0fa28 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: end;
}

#w-node-_98bd197a-fee0-5f33-91cc-aa44b7a26155-8ef0fa28, #w-node-dff8e9b7-8aaa-021a-2e29-528459be503d-8ef0fa28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05aa3183-50d9-4cfb-b92d-26052b0a9abf-6ce0b417 {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: start;
}

#w-node-_05aa3183-50d9-4cfb-b92d-26052b0a9ac8-6ce0b417, #w-node-_05aa3183-50d9-4cfb-b92d-26052b0a9ad7-6ce0b417, #w-node-_8c3f441d-8357-4766-6cf4-903a53392ec7-6ce0b417, #w-node-_05aa3183-50d9-4cfb-b92d-26052b0a9ae6-6ce0b417, #w-node-_05aa3183-50d9-4cfb-b92d-26052b0a9af5-6ce0b417 {
  grid-area: span 6 / span 4 / span 6 / span 4;
  place-self: stretch stretch;
}

#w-node-c86b9ae1-3207-8780-6cbd-3671e35e029d-26d1245e {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: start;
}

#w-node-_47a1657e-169d-a7bb-e2f8-9861a000bb41-26d1245e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_47a1657e-169d-a7bb-e2f8-9861a000bb49-26d1245e {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_47a1657e-169d-a7bb-e2f8-9861a000bb45-26d1245e {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_47a1657e-169d-a7bb-e2f8-9861a000bb4d-26d1245e {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_4ca9db27-9757-5fce-2b8c-f5680c62ea00-4c896370 {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: start;
}

#w-node-f61e51b3-85fe-ee50-6307-09ad9ab83a41-4c896370 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-f61e51b3-85fe-ee50-6307-09ad9ab83a45-4c896370 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-f61e51b3-85fe-ee50-6307-09ad9ab83a49-4c896370 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-f61e51b3-85fe-ee50-6307-09ad9ab83a7a-4c896370 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-cd79c476-066f-5c36-1ac6-8b4bd73a2a4e-8b9bccd7 {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: start;
}

#w-node-b7dc1da2-9a0a-f2ef-5d3d-111b04c98d06-8b9bccd7 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-b7dc1da2-9a0a-f2ef-5d3d-111b04c98d0a-8b9bccd7 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-b7dc1da2-9a0a-f2ef-5d3d-111b04c98d0e-8b9bccd7 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-b7dc1da2-9a0a-f2ef-5d3d-111b04c98d3f-8b9bccd7 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ad21f5b4-ed77-cd42-d418-ac510336b852-9ba6ff44 {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: start;
}

#w-node-_1e936160-4f15-64ed-5572-20174803bed7-9ba6ff44 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_1e936160-4f15-64ed-5572-20174803bedb-9ba6ff44 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_1e936160-4f15-64ed-5572-20174803bedf-9ba6ff44 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_1e936160-4f15-64ed-5572-20174803bf10-9ba6ff44 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_82c554c4-c4e3-7020-3446-fccf39c70f9c-0fade6f2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c86b9ae1-3207-8780-6cbd-3671e35e029d-348dcb6d, #w-node-c86b9ae1-3207-8780-6cbd-3671e35e029d-f2033f19, #w-node-d173a064-c07d-a091-48f6-9d83437824ca-183fadbc {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: start;
}

#w-node-_20461273-d148-552d-d80b-cd79b70ec8bd-183fadbc {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_20461273-d148-552d-d80b-cd79b70ec8c1-183fadbc {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_20461273-d148-552d-d80b-cd79b70ec8c5-183fadbc {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_20461273-d148-552d-d80b-cd79b70ec8f6-183fadbc {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-afc2b881-9f38-edf8-a546-a5a3243f2f43-3853e5cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-afc2b881-9f38-edf8-a546-a5a3243f2f4c-3853e5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-afc2b881-9f38-edf8-a546-a5a3243f2f55-3853e5cb {
  grid-area: span 6 / span 1 / span 6 / span 1;
  justify-self: auto;
}

#w-node-afc2b881-9f38-edf8-a546-a5a3243f2f6d-3853e5cb {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: start;
}

#w-node-afc2b881-9f38-edf8-a546-a5a3243f2f7a-3853e5cb {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
}

#w-node-afc2b881-9f38-edf8-a546-a5a3243f2f93-3853e5cb {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-afc2b881-9f38-edf8-a546-a5a3243f2fa4-3853e5cb, #w-node-afc2b881-9f38-edf8-a546-a5a3243f2fb3-3853e5cb {
  grid-area: span 6 / span 4 / span 6 / span 4;
  place-self: stretch stretch;
}

#w-node-afc2b881-9f38-edf8-a546-a5a3243f2fbd-3853e5cb {
  grid-area: 8 / 8 / 10 / 9;
}

#w-node-e0c04505-c55e-8df3-9587-a13feea9b5b0-9e27c570 {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f4c-013922ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_9e3a2c4a-1c30-4c65-6a9e-2d1f295b69d8-013922ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-b2bb16aa-8bbb-d943-d31d-5b831ba54bee-013922ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f6d-013922ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_0812fef0-1663-e551-5dd5-dff96abcfa07-013922ff {
    grid-area: 1 / 1 / 2 / 3;
    place-self: auto;
  }

  #w-node-fa9e75d9-7a78-dc47-9fe1-209703db631a-013922ff, #w-node-_560da792-0c8c-3c75-a3ec-b99a77ae844a-013922ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-ff014364-2651-d982-11ee-ffb9e8192385-013922ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fc5-a3a83fc0, #w-node-_1c03c28c-5369-8b0d-3560-841f177fb2f7-a3a83fc0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fcc-a3a83fc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c844e9dd-e4bf-8c16-01d5-80ec86dac0ad-a3a83fc0 {
    justify-self: start;
  }

  #w-node-ff4fecda-deac-4aee-8564-851118debc7b-8ef0fa28 {
    grid-area: 1 / 2 / 2 / 6;
    align-self: end;
  }

  #w-node-_05aa3183-50d9-4cfb-b92d-26052b0a9abf-6ce0b417, #w-node-c86b9ae1-3207-8780-6cbd-3671e35e029d-26d1245e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_47a1657e-169d-a7bb-e2f8-9861a000bb41-26d1245e {
    align-self: end;
  }

  #w-node-_47a1657e-169d-a7bb-e2f8-9861a000bb4d-26d1245e {
    align-self: auto;
  }

  #w-node-_4ca9db27-9757-5fce-2b8c-f5680c62ea00-4c896370 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-f61e51b3-85fe-ee50-6307-09ad9ab83a41-4c896370 {
    align-self: end;
  }

  #w-node-f61e51b3-85fe-ee50-6307-09ad9ab83a7a-4c896370 {
    align-self: auto;
  }

  #w-node-cd79c476-066f-5c36-1ac6-8b4bd73a2a4e-8b9bccd7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-b7dc1da2-9a0a-f2ef-5d3d-111b04c98d06-8b9bccd7 {
    align-self: end;
  }

  #w-node-b7dc1da2-9a0a-f2ef-5d3d-111b04c98d3f-8b9bccd7 {
    align-self: auto;
  }

  #w-node-ad21f5b4-ed77-cd42-d418-ac510336b852-9ba6ff44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_1e936160-4f15-64ed-5572-20174803bed7-9ba6ff44 {
    align-self: end;
  }

  #w-node-_1e936160-4f15-64ed-5572-20174803bf10-9ba6ff44 {
    align-self: auto;
  }

  #w-node-c86b9ae1-3207-8780-6cbd-3671e35e029d-348dcb6d, #w-node-c86b9ae1-3207-8780-6cbd-3671e35e029d-f2033f19, #w-node-d173a064-c07d-a091-48f6-9d83437824ca-183fadbc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_20461273-d148-552d-d80b-cd79b70ec8bd-183fadbc {
    align-self: end;
  }

  #w-node-_20461273-d148-552d-d80b-cd79b70ec8f6-183fadbc {
    align-self: auto;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f43-3853e5cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto stretch;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f4c-3853e5cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f6d-3853e5cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f7a-3853e5cb {
    grid-area: 2 / 1 / 3 / 3;
    align-self: auto;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f93-3853e5cb {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-e0c04505-c55e-8df3-9587-a13feea9b5b0-9e27c570 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f4c-013922ff {
    grid-area: 2 / 4 / 3 / 5;
    place-self: center start;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f6d-013922ff {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: auto;
  }

  #w-node-_0812fef0-1663-e551-5dd5-dff96abcfa07-013922ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fc5-a3a83fc0, #w-node-_1c03c28c-5369-8b0d-3560-841f177fb2f7-a3a83fc0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fd0-a3a83fc0 {
    grid-area: 3 / 4 / 4 / 5;
    place-self: end;
  }

  #w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fd4-a3a83fc0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fd6-a3a83fc0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-d13951b4-495f-e6b4-4fb0-8724a3a83fd9-a3a83fc0 {
    justify-self: start;
  }

  #w-node-ff4fecda-deac-4aee-8564-851118debc7b-8ef0fa28 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
  }

  #w-node-_98bd197a-fee0-5f33-91cc-aa44b7a2616d-8ef0fa28, #w-node-_8e8653c4-c83c-2730-cc8f-72ba2975a939-8ef0fa28, #w-node-_48301c33-d05b-6213-6eb9-7fd39afc5bfe-8ef0fa28 {
    order: -9999;
  }

  #w-node-_05aa3183-50d9-4cfb-b92d-26052b0a9abf-6ce0b417, #w-node-c86b9ae1-3207-8780-6cbd-3671e35e029d-26d1245e {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: auto;
  }

  #w-node-_47a1657e-169d-a7bb-e2f8-9861a000bb41-26d1245e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_47a1657e-169d-a7bb-e2f8-9861a000bb49-26d1245e, #w-node-_47a1657e-169d-a7bb-e2f8-9861a000bb45-26d1245e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_47a1657e-169d-a7bb-e2f8-9861a000bb4d-26d1245e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ca9db27-9757-5fce-2b8c-f5680c62ea00-4c896370 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: auto;
  }

  #w-node-f61e51b3-85fe-ee50-6307-09ad9ab83a41-4c896370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-f61e51b3-85fe-ee50-6307-09ad9ab83a45-4c896370, #w-node-f61e51b3-85fe-ee50-6307-09ad9ab83a49-4c896370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-f61e51b3-85fe-ee50-6307-09ad9ab83a7a-4c896370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd79c476-066f-5c36-1ac6-8b4bd73a2a4e-8b9bccd7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: auto;
  }

  #w-node-b7dc1da2-9a0a-f2ef-5d3d-111b04c98d06-8b9bccd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-b7dc1da2-9a0a-f2ef-5d3d-111b04c98d0a-8b9bccd7, #w-node-b7dc1da2-9a0a-f2ef-5d3d-111b04c98d0e-8b9bccd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b7dc1da2-9a0a-f2ef-5d3d-111b04c98d3f-8b9bccd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad21f5b4-ed77-cd42-d418-ac510336b852-9ba6ff44 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: auto;
  }

  #w-node-_1e936160-4f15-64ed-5572-20174803bed7-9ba6ff44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_1e936160-4f15-64ed-5572-20174803bedb-9ba6ff44, #w-node-_1e936160-4f15-64ed-5572-20174803bedf-9ba6ff44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_1e936160-4f15-64ed-5572-20174803bf10-9ba6ff44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c86b9ae1-3207-8780-6cbd-3671e35e029d-348dcb6d, #w-node-c86b9ae1-3207-8780-6cbd-3671e35e029d-f2033f19, #w-node-d173a064-c07d-a091-48f6-9d83437824ca-183fadbc {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: auto;
  }

  #w-node-_20461273-d148-552d-d80b-cd79b70ec8bd-183fadbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_20461273-d148-552d-d80b-cd79b70ec8c1-183fadbc, #w-node-_20461273-d148-552d-d80b-cd79b70ec8c5-183fadbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_20461273-d148-552d-d80b-cd79b70ec8f6-183fadbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f43-3853e5cb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto stretch;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f4c-3853e5cb {
    grid-area: 2 / 4 / 3 / 5;
    place-self: center start;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f6d-3853e5cb {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: auto;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f7a-3853e5cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f93-3853e5cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0c04505-c55e-8df3-9587-a13feea9b5b0-9e27c570 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f4c-013922ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-ff4fecda-deac-4aee-8564-851118debc7b-8ef0fa28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f43-3853e5cb {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: auto stretch;
  }

  #w-node-afc2b881-9f38-edf8-a546-a5a3243f2f4c-3853e5cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }
}


@font-face {
  font-family: 'Stagegrotesk';
  src: url('../fonts/StageGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stagegrotesk';
  src: url('../fonts/StageGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stagegrotesk';
  src: url('../fonts/StageGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stagegrotesk';
  src: url('../fonts/StageGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}