@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.woff') format("woff"), url('../fonts/Satoshi-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --color: #0f0f0f;
  --blue: var(--relume-library-lite--rl-white);
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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 {
  color: #0f0f0f;
  background-color: #0f0f0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0;
  display: flex;
}

.heading {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 97px;
  display: block;
  position: static;
}

.heading.space {
  margin-top: 120px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 54px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.grid-projects-all {
  grid-row-gap: 41px;
  grid-template-rows: auto auto auto auto;
  grid-auto-flow: row;
  margin-left: 0;
  margin-right: 0;
}

.heading-4 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  line-height: 32px;
}

.paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.card-headline {
  margin-top: 24px;
  margin-left: 0;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph.card-subline {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.div-block {
  aspect-ratio: 4 / 3;
  color: #000;
  background-color: #1a1a1a;
  background-image: url('../images/SZA-Preview.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-about {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 80px 44px 160px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr .75fr;
  margin-left: 44px;
  margin-right: 44px;
}

.div-block-2, .div-block-3 {
  background-color: #fff;
}

.cards-services {
  grid-template-columns: .75fr .5fr .5fr;
  margin-bottom: 0;
  margin-left: 44px;
  margin-right: 44px;
}

.div-block-4 {
  object-fit: fill;
  background-color: #0f0f0f;
  border: 1px solid #333;
  border-radius: 0;
  flex-direction: column;
  height: auto;
  padding: 64px 40px;
  display: flex;
}

.div-block-5, .div-block-6, .div-block-7 {
  background-color: #171717;
  height: 400px;
  display: flex;
}

.div-block-8 {
  height: 600px;
}

.paragraph-about {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-9 {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  margin-top: 32px;
  margin-left: 32px;
  display: flex;
}

.paragraph-3 {
  margin-left: 24px;
  margin-right: 24px;
}

.services {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 80px;
  margin-left: 44px;
  margin-right: 44px;
}

.grid-credentials {
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-10 {
  background-color: #fff;
  height: 120px;
}

.container {
  max-width: 1440px;
  margin-left: 32px;
  margin-right: 32px;
}

.container-2 {
  max-width: 1440px;
  margin-left: 32px;
}

.contact {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0;
  display: flex;
}

.div-block-11 {
  background-color: #24f2f2;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  margin-left: 44px;
  margin-right: 44px;
  padding: 100px;
  display: flex;
}

.heading-contact {
  color: #0f0f0f;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 97px;
  display: flex;
}

.link {
  font-family: Satoshi, sans-serif;
}

.link-2 {
  color: #0f0f0f;
  margin-top: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.nav-link {
  color: #fff;
  padding: 24px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.brand {
  background-image: url('../images/Paul-Schänzlin-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 200px;
  height: 100%;
  margin-right: 0;
  padding-bottom: 60px;
  display: block;
  position: static;
}

.container-3 {
  aspect-ratio: auto;
  background-color: #0f0f0f;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: 44px;
  margin-right: 44px;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0f0f0f;
}

.container-about {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1352px;
  height: auto;
  margin: 0 44px;
  display: block;
}

.container-about.flex {
  justify-content: center;
  display: flex;
}

.body-2 {
  background-color: #0f0f0f;
}

.section-basic.with-hight {
  flex-direction: row;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.section-basic.height {
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 80px;
  display: block;
}

.section-basic.height-2 {
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.section-basic.buttonsection {
  margin-bottom: 80px;
}

.div-block-12 {
  background-color: #fff;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.div-block-13 {
  aspect-ratio: auto;
  background-color: #fff;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 40px;
  position: static;
}

.portfolio-grid-small {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-flow: row;
  margin-left: 0;
  margin-right: 0;
}

.button-2 {
  aspect-ratio: auto;
  text-align: left;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: 200px;
  display: flex;
  position: static;
}

.container-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.line-projects-top {
  aspect-ratio: auto;
  background-color: #666;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 0;
  position: static;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.button-3 {
  color: #fff;
  background-color: #24f2f200;
  border: 1px solid #24f2f2;
  border-radius: 0;
  padding: 16px 40px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.section-about, .section-services {
  background-color: #0f0f0f;
  margin-right: 0;
  padding: 80px 0;
}

.container-services {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1352px;
  height: auto;
  margin-bottom: 80px;
  margin-left: 44px;
  margin-right: 44px;
  display: block;
}

.container-services.flex {
  justify-content: center;
  display: flex;
}

.grid-services {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-credentials {
  background-color: #0f0f0f;
  margin-right: 0;
  padding: 80px 0;
}

.section-contact {
  background-color: #0f0f0f;
  margin-right: 0;
  padding: 80px 0 40px;
}

.container-contact {
  background-color: #24f2f200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-contact.flex {
  justify-content: center;
  display: flex;
}

.container-credentials {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1352px;
  height: auto;
  margin-bottom: 0;
  margin-left: 44px;
  margin-right: 44px;
  display: block;
}

.container-credentials.flex {
  justify-content: center;
  display: flex;
}

.section-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 0;
  display: block;
}

.container-header {
  max-width: 1440px;
  margin-left: 44px;
  margin-right: 44px;
}

.grid-header {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: stretch;
}

.section-projects {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-projects.with-hight {
  flex-direction: row;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.section-projects.height {
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 80px;
  display: block;
}

.section-projects.height-2 {
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.section-projects.buttonsection {
  margin-bottom: 80px;
}

.container-projects-intro {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1352px;
  height: auto;
  margin-bottom: 64px;
  margin-left: 44px;
  margin-right: 44px;
  display: block;
}

.container-projects-intro.flex {
  justify-content: center;
  display: flex;
}

.container-projects {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1352px;
  height: auto;
  margin-bottom: 0;
  margin-left: 44px;
  margin-right: 44px;
  display: block;
}

.container-projects.flex {
  justify-content: center;
  display: flex;
}

.container-projects-button {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1352px;
  height: auto;
  margin: 80px 44px 0;
  display: flex;
}

.container-projects-button.flex {
  justify-content: center;
  display: flex;
}

.container-projects-outro {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1352px;
  height: auto;
  margin: 80px 44px 20px;
  display: block;
}

.container-projects-outro.flex {
  justify-content: center;
  display: flex;
}

.line-projects-bottom {
  aspect-ratio: auto;
  background-color: #666;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 0;
  position: static;
}

.section-footer {
  background-color: #0f0f0f;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.container-footer {
  background-color: #0f0f0f;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-footer.flex {
  justify-content: center;
  display: flex;
}

.div-block-14 {
  justify-content: space-between;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

.div-block-15 {
  background-color: #fff0;
  background-image: url('../images/Logo-2023.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 60px;
  margin-left: 0;
}

.footer-right-element {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 32px;
  display: flex;
}

.paragrap {
  margin-bottom: 0;
}

.div-block-17 {
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto 32px;
  display: flex;
}

.div-block-18 {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.footer-text-right {
  font-family: Satoshi, sans-serif;
}

.paragraph-footer {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-footer.card {
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 32px;
}

.line-footer {
  aspect-ratio: auto;
  background-color: #666;
  height: 1px;
  margin: 0 0 16px;
  position: static;
}

.section-intro {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-intro.with-hight {
  flex-direction: row;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.section-intro.height {
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 80px;
  display: block;
}

.section-intro.height-2 {
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.section-intro.buttonsection {
  margin-bottom: 80px;
}

.line-projects-all {
  aspect-ratio: auto;
  background-color: #666;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
  position: static;
}

.headling-projects-all {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
  display: block;
  position: static;
}

.headling-projects-all.space {
  margin-top: 120px;
}

.container-intro {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1352px;
  height: auto;
  margin: 0 44px;
  display: block;
}

.container-intro.flex {
  justify-content: center;
  display: flex;
}

.section-projects-all {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-projects-all.with-hight {
  flex-direction: row;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.section-projects-all.height {
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 80px;
  display: block;
}

.section-projects-all.height-2 {
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.section-projects-all.buttonsection {
  margin-bottom: 80px;
}

.container-projects-all {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1352px;
  height: auto;
  margin: 0 44px;
  display: block;
}

.container-projects-all.flex {
  justify-content: center;
  display: flex;
}

.heading-project-info {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 90px;
}

.section-project-info {
  background-color: #0f0f0f;
  margin-right: 0;
  padding: 80px 0;
}

.container-project-info {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.container-project-info.flex {
  justify-content: center;
  display: flex;
}

.grid-project-info {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  max-width: none;
  margin-bottom: 0;
  margin-left: 44px;
  margin-right: 44px;
}

.paragraph-project-info {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-project-info.right {
  text-align: right;
}

.line-project-info {
  aspect-ratio: auto;
  background-color: #666;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.div-block-19 {
  justify-content: space-between;
  display: flex;
}

.section-image-full {
  background-color: #0f0f0f;
  margin-right: 0;
  padding: 0;
}

.container-image-full {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  display: block;
}

.container-image-full.flex {
  justify-content: center;
  display: flex;
}

.div-block-20 {
  aspect-ratio: 1440 / 800;
  background-color: #fff;
  height: auto;
}

.section-info {
  background-color: #0f0f0f;
  margin-right: 0;
  padding: 160px 0;
}

.section-info.bottom {
  padding-bottom: 120px;
}

.container-info {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.container-info.flex {
  justify-content: center;
  display: flex;
}

.grid-info {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 0;
  margin-left: 44px;
  margin-right: 44px;
}

.paragraph-info {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.section-project-image {
  background-color: #0f0f0f;
  margin-right: 0;
  padding: 40px 0;
}

.container-intro-image-copy {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin: 0 44px;
  display: block;
}

.container-intro-image-copy.flex {
  justify-content: center;
  display: flex;
}

.section-credentials-2 {
  background-color: #0f0f0f;
  margin-right: 0;
  padding: 80px 0 120px;
}

.container-credentials-2 {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1352px;
  height: auto;
  margin: 0 44px;
  display: block;
}

.container-credentials-2.flex {
  justify-content: center;
  display: flex;
}

.grid-credentials-2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  height: 50%;
  margin-top: 0;
  display: flex;
}

.div-block-22 {
  background-color: #fff0;
  background-image: url('../images/DB-Schenker-Logo.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  width: 25%;
  height: auto;
}

.div-block-23 {
  background-color: #bebebe00;
  background-image: url('../images/DB-Cargo-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: auto;
}

.div-block-24 {
  background-color: #fff0;
  background-image: url('../images/WMF-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: auto;
}

.div-block-25 {
  background-color: #bebebe00;
  background-image: url('../images/Fraport-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: auto;
}

.div-block-26 {
  height: 160px;
  display: block;
}

.div-block-27 {
  height: 160px;
}

.div-block-21-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  height: 50%;
  margin-top: 16px;
  display: flex;
}

.db-schenker-logo {
  background-color: #fff0;
  background-image: url('../images/DB-Schenker-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 25%;
  height: auto;
}

.db-cargo-logo {
  background-color: #bebebe00;
  background-image: url('../images/DB-Cargo-Logo.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  width: 25%;
  height: auto;
}

.wmf-logo {
  background-color: #fff0;
  background-image: url('../images/WMF-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  width: 25%;
  height: auto;
}

.div-block-25-copy {
  background-color: #bebebe00;
  background-image: url('../images/Fraport-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: auto;
}

.fraport-logo {
  background-color: #bebebe00;
  background-image: url('../images/Fraport-Logo.svg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 25%;
  height: auto;
}

.natureoffice-logo {
  background-color: #fff0;
  background-image: url('../images/NatureOffice-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 25%;
  height: auto;
}

.sza-logo {
  background-color: #bebebe00;
  background-image: url('../images/SZA-Logo.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: auto 30%;
  width: 25%;
  height: auto;
}

.ph-weingarten-logo {
  background-color: #fff0;
  background-image: url('../images/PH-Weingarten.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  width: 25%;
  height: auto;
}

.mercedes-benz-logo {
  background-color: #bebebe00;
  background-image: url('../images/Mercedes-Benz-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 25%;
  height: auto;
}

.section-nav {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.container-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1440px;
  margin-left: 44px;
  margin-right: 44px;
  display: flex;
}

.home-logo {
  background-color: #fff0;
  background-image: url('../images/Logo-2023.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 100px;
}

.div-block-29 {
  background-color: #fff0;
  width: 80px;
  height: 80px;
}

.div-block-30 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.paragraph-nav {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.paragraph-nav.card {
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 32px;
}

.paragraph-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-copy.card {
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 32px;
}

.ux-design-icon {
  background-color: #fff0;
  background-image: url('../images/UX-Design-Blue.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.web-design-icon {
  background-color: #fff0;
  background-image: url('../images/Web-Design-Blue.svg');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: auto 72%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.interaction-design-icon {
  background-color: #fff0;
  background-image: url('../images/Interaction-Design-Blue.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.information-architecture-icon {
  background-color: #fff0;
  background-image: url('../images/Information-Architecture-Blue.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 78%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.project-title {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 4px;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  line-height: 36px;
}

.project-subtitle {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.project-subtitle.card-headline {
  margin-top: 24px;
  margin-left: 0;
  margin-right: 40px;
  font-size: 18px;
  line-height: 27px;
}

.project-subtitle.card-subline {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-services {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

.text-span {
  color: #24f2f2;
}

.body-3 {
  background-color: #0f0f0f;
}

.heading-header {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 110px;
  display: block;
  position: static;
}

.heading-header.space {
  margin-top: 120px;
}

.div-block-31 {
  width: 80%;
}

.sza-preview {
  aspect-ratio: 4 / 3;
  color: #000;
  background-color: #1a1a1a;
  background-image: url('../images/SZA-Preview.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.db-cargo-preview {
  aspect-ratio: 4 / 3;
  color: #000;
  background-color: #1a1a1a;
  background-image: url('../images/DB-Cargo-Preview.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.songblocks-preview {
  aspect-ratio: 4 / 3;
  color: #000;
  background-color: #1a1a1a;
  background-image: url('../images/SonBlocks-Preview.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.composerlab-preview {
  aspect-ratio: 4 / 3;
  color: #000;
  background-color: #1a1a1a;
  background-image: url('../images/ComposerLab-Preview.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  text-decoration: none;
}

.image-full {
  aspect-ratio: 1440 / 800;
  background-color: #fff;
  background-image: url('../images/Mockup.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.image-full.sza-1 {
  background-image: url('../images/1.webp');
}

.image-full.sza-2 {
  background-image: url('../images/Mockup.webp');
}

.image-full.sza-3 {
  background-image: url('../images/2.webp');
}

.image-full.sza-4 {
  background-image: url('../images/3.webp');
}

.image-full.sza-5 {
  background-image: url('../images/4.webp');
}

.image-full.sza-6 {
  background-image: url('../images/5.webp');
}

.image-full.db-cargo-1 {
  background-image: url('../images/1-1.webp');
}

.image-full.db-cargo-2 {
  background-image: url('../images/Mockup_1.webp');
}

.image-full.db-cargo-3 {
  background-image: url('../images/2_1.webp');
}

.image-full.db-cargo-4 {
  background-image: url('../images/3_1.webp');
}

.image-full.db-cargo-5 {
  background-image: url('../images/4_1.webp');
}

.image-full.composerlab-1 {
  background-image: url('../images/Mockup.jpg');
}

.image-full.composerlab-2 {
  background-image: none;
}

.image-full.composerlab-3 {
  aspect-ratio: auto;
  background-image: url('../images/2_1.webp');
}

.image-full.composerlab-4 {
  background-image: url('../images/3_1.webp');
}

.image-full.composerlab-5 {
  background-image: url('../images/4_1.webp');
}

.image-full.songblocks-1 {
  background-image: url('../images/Mockup_2.webp');
  background-position: 50%;
}

.image-full.songblocks-2 {
  background-image: url('../images/2_2.webp');
}

.image-full.songblocks-3 {
  background-color: #9daabb;
  background-image: none;
}

.image-full.songblocks-4 {
  background-image: url('../images/3_1.webp');
}

.image-full.songblocks-5 {
  background-image: url('../images/4_3.webp');
}

.image-full.songblocks-6 {
  background-image: url('../images/5_1.webp');
}

.image-full.wally-1 {
  background-image: url('../images/1_1.webp');
}

.image-full.wally-2 {
  background-image: url('../images/2_3.webp');
}

.image-full.wally-3 {
  background-image: url('../images/3_3.webp');
}

.image-full.wally-4 {
  background-image: url('../images/4_4.webp');
}

.image-full.wally-5 {
  background-image: url('../images/5_2.webp');
}

.section-nba {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-nba.with-hight {
  flex-direction: row;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.section-nba.height {
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 80px;
  display: block;
}

.section-nba.height-2 {
  aspect-ratio: auto;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.section-nba.buttonsection {
  margin-bottom: 80px;
}

.container-nba {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.container-nba.flex {
  justify-content: center;
  display: flex;
}

.headline-nba {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 54px;
  display: block;
  position: static;
}

.headline-nba.space {
  margin-top: 120px;
}

.grid-nba {
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-left: 0;
  margin-right: 0;
}

.nba-1, .nba-2, .nba-composerlab {
  text-decoration: none;
}

.subline-project-info {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: underline;
}

.container-image-full-copy {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  display: flex;
}

.container-image-full-copy.flex {
  justify-content: center;
  display: flex;
}

.image {
  max-width: none;
  margin-left: 44px;
  margin-right: 44px;
}

.div-block-32 {
  width: auto;
  margin-left: 44px;
  margin-right: 44px;
}

.image-2, .image-3, .image-4, .image-5 {
  border: 1px solid #333;
  width: 100%;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-video {
  background-color: #9ca9ba;
  height: auto;
  margin-right: 0;
  padding: 80px 0;
}

.container-video {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin: 0 160px;
  display: block;
}

.container-video.flex {
  justify-content: center;
  display: flex;
}

.video {
  margin-left: 0;
  margin-right: 0;
}

.background-video-1, .background-video-2 {
  z-index: 0;
  border-radius: 8px;
  height: 600px;
}

.background-video-3 {
  z-index: 2;
  aspect-ratio: 1188 / 631;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

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

.wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sza-preview-link, .db-cargo-preview-link, .composerlab-preview-link, .songblocks-preview-link, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.text-span-2, .text-span-3 {
  color: #24f2f2;
}

.subline {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.subline.card-headline {
  margin-top: 24px;
  margin-left: 0;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.subline.card-subline {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.text-span-4 {
  color: #24f2f2;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  padding: 16px 24px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary:hover {
  color: var(--color);
  background-color: #e6e6e6;
  font-family: Satoshi, sans-serif;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_link {
  color: var(--relume-library-lite--rl-white);
  background-color: #0000;
  margin-left: 8px;
  margin-right: 8px;
  padding: .5rem 1rem;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_menu.is-page-height-tablet {
  margin-right: 44px;
}

.rl_navbar1_logo {
  background-image: url('../images/Logo-2023.svg');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
  height: 100px;
}

.rl_navbar1_logo-link {
  margin-left: 44px;
  padding-left: 0;
}

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  background-color: var(--color);
  border-bottom: 1px #333;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-35 {
  background-image: url('../images/Logo-2023.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60px;
  height: 100px;
}

.div-block-36, .div-block-37, .div-block-38, .div-block-39, .div-block-40, .div-block-41 {
  margin-left: 44px;
  margin-right: 44px;
}

.link-block-9, .link-block-10, .link-block-11 {
  margin-left: 32px;
  text-decoration: none;
}

.div-block-42 {
  margin-left: 32px;
}

.link-block-12 {
  margin-left: 32px;
  text-decoration: none;
}

.link-block-13 {
  text-decoration: none;
}

.link-block-14 {
  margin-left: 32px;
  text-decoration: none;
}

.div-block-43 {
  margin-left: 32px;
}

.image-6 {
  width: 100%;
}

.wally-preview-link {
  text-decoration: none;
}

.wally-preview {
  aspect-ratio: 4 / 3;
  color: #000;
  background-color: #1a1a1a;
  background-image: url('../images/Wally-Preview.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  text-decoration: none;
}

.got-a-project {
  aspect-ratio: 4 / 3;
  color: #000;
  background-color: #0f0f0f;
  border: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 16%;
  text-decoration: none;
  display: flex;
}

.got-a-project-heading {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 90px;
  display: block;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.let-s-talk-link {
  color: #fff;
  margin-top: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

@media screen and (min-width: 1440px) {
  .div-block-11 {
    background-color: #24f2f2;
  }

  .container-contact {
    background-color: #24f2f200;
  }

  .section-header {
    height: auto;
  }

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

  .container-footer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-31 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-video {
    aspect-ratio: 1440 / 800;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cards-services {
    max-width: 1352px;
  }

  .container-contact {
    margin-left: auto;
    margin-right: auto;
  }

  .container-footer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container-image-full {
    max-width: none;
  }

  .container-info {
    margin-left: auto;
    margin-right: auto;
  }

  .container-nav {
    max-width: 1352px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-nba, .container-image-full-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .section-video {
    aspect-ratio: auto;
    width: auto;
  }

  .container-video {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-1 {
    aspect-ratio: 1188 / 631;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .background-video-2 {
    z-index: 1;
    aspect-ratio: 1188 / 631;
    width: 100%;
    height: 100%;
  }

  .wrapper {
    max-width: 1352px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-37 {
    max-width: 1440px;
    margin-left: 44px;
    margin-right: 44px;
  }
}

@media screen and (max-width: 991px) {
  .container-header {
    overflow: visible;
  }

  .rl_menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .rl_menu-icon_line-bottom {
    background-color: #fff;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .heading-3, .paragraph.card-headline, .paragraph.card-subline {
    font-size: 18px;
    line-height: 27px;
  }

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

  .cards-services {
    grid-template-columns: 1fr;
    grid-auto-columns: .75fr;
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .div-block-4 {
    margin-top: 16px;
    padding: 48px 32px;
  }

  .paragraph-about {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-11 {
    align-items: stretch;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .heading-contact {
    width: auto;
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 32px;
    font-size: 32px;
    line-height: 48px;
  }

  .link-2 {
    margin: 16px 32px 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .container-about {
    margin-left: 16px;
    margin-right: 16px;
  }

  .portfolio-grid-small {
    grid-template-columns: 1fr;
    display: block;
  }

  .button-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-about, .section-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-services {
    margin-bottom: 40px;
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .section-contact {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .container-contact, .container-header {
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .container-projects-intro {
    margin-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-projects {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-projects-button {
    margin-top: 60px;
  }

  .container-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-15 {
    background-position: 50%;
    margin-bottom: 8px;
  }

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

  .div-block-18 {
    flex-direction: column;
  }

  .paragraph-footer {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .heading-project-info {
    font-size: 36px;
    line-height: 54px;
  }

  .section-project-info {
    padding-top: 20px;
  }

  .grid-project-info {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .paragraph-project-info {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .section-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-info.bottom {
    padding-bottom: 64px;
  }

  .grid-info {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .paragraph-info {
    font-size: 18px;
    line-height: 27px;
  }

  .section-credentials-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-credentials-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-credentials-2 {
    display: block;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .div-block-21-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .db-schenker-logo {
    background-position: 50%;
    background-size: 100%;
  }

  .db-cargo-logo {
    background-position: 70%;
    background-size: auto 50%;
  }

  .wmf-logo {
    background-position: 45%;
    background-size: auto 40%;
  }

  .fraport-logo {
    background-size: 90%;
  }

  .natureoffice-logo {
    background-size: 100%;
  }

  .sza-logo {
    background-position: 65%;
    background-size: auto 17px;
  }

  .ph-weingarten-logo {
    background-size: auto 35%;
  }

  .mercedes-benz-logo {
    background-position: 100%;
    background-size: 90%;
  }

  .container-nav {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .paragraph-nav {
    margin-left: 0;
  }

  .ux-design-icon, .web-design-icon, .interaction-design-icon, .information-architecture-icon {
    height: 70px;
  }

  .project-title {
    font-size: 20px;
    line-height: 30px;
  }

  .project-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-services {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-header {
    font-size: 36px;
    line-height: 54px;
  }

  .div-block-31 {
    width: 100%;
  }

  .section-nba {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .headline-nba {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 42px;
  }

  .grid-nba {
    display: block;
  }

  .subline-project-info {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-32 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sza-preview-link {
    width: 100%;
    margin-top: 32px;
  }

  .sza-preview-link.home {
    margin-top: 0;
  }

  .db-cargo-preview-link, .composerlab-preview-link, .songblocks-preview-link {
    width: 100%;
    margin-top: 32px;
  }

  .subline {
    margin-top: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-33 {
    margin-top: 12px;
  }

  .div-block-34 {
    margin-top: 16px;
  }

  .rl_menu-icon_line-bottom, .rl_menu-icon_line-middle, .rl_menu-icon_line-top {
    background-color: #fff;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    background-color: #0f0f0f;
    width: auto;
    margin-right: 0;
  }

  .rl_navbar1_logo-link {
    margin-left: 0;
  }

  .rl_navbar1_container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .rl_navbar1_component {
    border-bottom-style: none;
    border-bottom-color: #333;
  }

  .div-block-35 {
    height: 80px;
  }

  .div-block-36 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-37 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-38, .div-block-39, .div-block-40, .div-block-41 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .link-block-9, .link-block-10, .link-block-11 {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .div-block-42, .link-block-12, .link-block-14, .div-block-43 {
    margin-left: 0;
  }

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

  .div-block-45, .div-block-46, .div-block-47, .div-block-48, .div-block-49, .div-block-50 {
    margin-top: 24px;
  }

  .div-block-51, .div-block-52, .div-block-53 {
    margin-top: 40px;
  }

  .div-block-54, .div-block-55, .div-block-56, .div-block-57, .div-block-58, .div-block-59, .div-block-60, .div-block-61, .div-block-62, .div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67, .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72 {
    margin-top: 24px;
  }

  .wally-preview-link {
    width: 100%;
    margin-top: 32px;
  }

  .got-a-project {
    margin-top: 32px;
  }

  .got-a-project-heading {
    width: auto;
    margin-top: 0;
    margin-left: 32px;
    margin-right: 32px;
    font-size: 32px;
    line-height: 48px;
  }

  .paragraph-4 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .let-s-talk-link {
    margin: 16px 32px 32px;
    font-size: 16px;
    line-height: 24px;
  }
}

#w-node-_8ef7a301-aa23-4656-be22-7f0a71cfb809-5840deb7, #w-node-f61bf4a0-014a-86c4-916f-e870e5893e5b-5840deb7, #w-node-f61bf4a0-014a-86c4-916f-e870e5893e5c-5840deb7, #w-node-f61bf4a0-014a-86c4-916f-e870e5893e60-5840deb7, #w-node-db3976e6-c277-c13b-4305-8ab753523ff1-5840deb7, #w-node-db3976e6-c277-c13b-4305-8ab753523ff2-5840deb7, #w-node-db3976e6-c277-c13b-4305-8ab753523ff6-5840deb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b46906eb-6c99-474b-b310-6c3ff35c270e-5840deb7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_670d674d-6013-e075-4bee-3ba8facf7c97-5840deb7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0c668505-fdf3-5979-1e12-27b94221e49a-5840deb7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_26ad289b-da15-6c2d-923b-fb9e9494a224-5840deb7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_30633b69-6684-ca06-1cd5-36e9e75af9ca-5840deb7, #w-node-_30633b69-6684-ca06-1cd5-36e9e75af9cb-5840deb7, #w-node-b6f840ef-5154-eb19-c949-a7c12ccb8520-5840deb7, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df0-5d1e9dda, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df1-5d1e9dda, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df5-5d1e9dda, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576cd-5d1e9dda, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576ce-5d1e9dda, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576d2-5d1e9dda, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96a-5d1e9dda, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96b-5d1e9dda, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96d-5d1e9dda, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3bb-5d1e9dda, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3bc-5d1e9dda, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3be-5d1e9dda, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad6-5d1e9dda, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad7-5d1e9dda, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad9-5d1e9dda, #w-node-bf99176d-0b5c-f5df-d4e8-a1c615fbdd80-5d1e9dda, #w-node-bf99176d-0b5c-f5df-d4e8-a1c615fbdd81-5d1e9dda, #w-node-bf99176d-0b5c-f5df-d4e8-a1c615fbdd83-5d1e9dda, #w-node-_2e8ea5b7-c528-99e5-4b75-d0dd859ee16e-5d1e9dda, #w-node-_2e8ea5b7-c528-99e5-4b75-d0dd859ee16f-5d1e9dda, #w-node-_2e8ea5b7-c528-99e5-4b75-d0dd859ee171-5d1e9dda, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df0-3b96e92e, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df1-3b96e92e, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df5-3b96e92e, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576cd-3b96e92e, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576ce-3b96e92e, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576d2-3b96e92e, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96a-3b96e92e, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96b-3b96e92e, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96d-3b96e92e, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3bb-3b96e92e, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3bc-3b96e92e, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3be-3b96e92e, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad6-3b96e92e, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad7-3b96e92e, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad9-3b96e92e, #w-node-ac062924-65b2-7edd-4b68-763bf6041472-3b96e92e, #w-node-ac062924-65b2-7edd-4b68-763bf6041473-3b96e92e, #w-node-ac062924-65b2-7edd-4b68-763bf6041475-3b96e92e, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df0-792a8334, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df1-792a8334, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df5-792a8334, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576cd-792a8334, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576ce-792a8334, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576d2-792a8334, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96a-792a8334, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96b-792a8334, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96d-792a8334, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3bb-792a8334, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3bc-792a8334, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3be-792a8334, #w-node-b53aea3c-6c61-50e3-8a15-0f05d46cb034-792a8334, #w-node-b53aea3c-6c61-50e3-8a15-0f05d46cb035-792a8334, #w-node-b53aea3c-6c61-50e3-8a15-0f05d46cb037-792a8334, #w-node-_61c5c7b5-da48-889d-db49-f1e8c499adb1-792a8334, #w-node-_61c5c7b5-da48-889d-db49-f1e8c499adb2-792a8334, #w-node-_61c5c7b5-da48-889d-db49-f1e8c499adb4-792a8334, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad6-792a8334, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad7-792a8334, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad9-792a8334, #w-node-e6f47d6f-3713-0833-3efd-b401af0931ac-792a8334, #w-node-e6f47d6f-3713-0833-3efd-b401af0931ad-792a8334, #w-node-e6f47d6f-3713-0833-3efd-b401af0931af-792a8334, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df0-491ad91b, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df1-491ad91b, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df5-491ad91b, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576cd-491ad91b, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576ce-491ad91b, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576d2-491ad91b, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96a-491ad91b, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96b-491ad91b, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96d-491ad91b, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3bb-491ad91b, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3bc-491ad91b, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3be-491ad91b, #w-node-fa732958-c141-c3e4-0281-884e877b8657-491ad91b, #w-node-fa732958-c141-c3e4-0281-884e877b8658-491ad91b, #w-node-fa732958-c141-c3e4-0281-884e877b865a-491ad91b, #w-node-f700c933-1018-a0c4-78d3-ebd10699a98b-491ad91b, #w-node-f700c933-1018-a0c4-78d3-ebd10699a98c-491ad91b, #w-node-f700c933-1018-a0c4-78d3-ebd10699a98e-491ad91b, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad6-491ad91b, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad7-491ad91b, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad9-491ad91b, #w-node-e36a6eef-c736-04c9-71c8-8a585b8583c3-491ad91b, #w-node-e36a6eef-c736-04c9-71c8-8a585b8583c4-491ad91b, #w-node-e36a6eef-c736-04c9-71c8-8a585b8583c6-491ad91b, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df0-9e5a822b, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df1-9e5a822b, #w-node-c00c94f0-5ac5-9ebe-f322-267bfcf52df5-9e5a822b, #w-node-_643b881c-023a-c1ca-f5f4-80ba40d77edf-9e5a822b, #w-node-_643b881c-023a-c1ca-f5f4-80ba40d77ee0-9e5a822b, #w-node-_643b881c-023a-c1ca-f5f4-80ba40d77ee2-9e5a822b, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576cd-9e5a822b, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576ce-9e5a822b, #w-node-_9a51d892-04f7-a714-1c6d-d81e26d576d2-9e5a822b, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96a-9e5a822b, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96b-9e5a822b, #w-node-cd9d2bba-2515-c35e-1c16-b73499fed96d-9e5a822b, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3bb-9e5a822b, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3bc-9e5a822b, #w-node-_89c04d6d-bb71-000b-752c-04a487d6f3be-9e5a822b, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad6-9e5a822b, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad7-9e5a822b, #w-node-_76629234-188e-bf4d-3b8a-f04389609ad9-9e5a822b, #w-node-_2e8ea5b7-c528-99e5-4b75-d0dd859ee16e-9e5a822b, #w-node-_2e8ea5b7-c528-99e5-4b75-d0dd859ee16f-9e5a822b, #w-node-_2e8ea5b7-c528-99e5-4b75-d0dd859ee171-9e5a822b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.woff') format('woff'), url('../fonts/Satoshi-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}