:root {
  --background-black: #0d0b02;
  --white: #fff;
  --text--off-white: #e7e7e7;
  --theme--primary-color: #e7e7e7;
  --text--white-subdued: #c5c5c5;
  --light-grey: #9e9e9e;
  --text--pure-black: #000;
  --grey-line: #525252;
  --faded-black: #242424;
  --card--card-black: #171612;
  --_numerics---opacity: 65%;
  --_numerics---duration: .7;
  --text--grey: #aaa;
  --text--grey-darker: #888;
  --theme--primary-faded: #e2c37640;
}

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

/*@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(--background-black);
  color: var(--white);
  font-family: Afacad Flux, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--text--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--theme--primary-color);
  text-decoration: none;
}

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

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

.heading-h1 {
  color: var(--theme--primary-color);
  margin-bottom: 2rem;
  font-size: calc(3vw + 1.75rem);
  font-weight: 400;
  line-height: 1.1em;
}

.heading-h4 {
  color: var(--theme--primary-color);
  margin-bottom: 1rem;
  font-size: calc(1vw + 1rem);
  font-weight: 600;
  line-height: 1.3em;
}

.paragraph-16 {
  color: var(--text--white-subdued);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5em;
}

.nav-menu-button {
  padding: 0;
}

.nav-bar {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: calc(1vw + 4rem);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.field-label {
  color: var(--text--off-white);
  margin-bottom: .5rem;
  font-weight: 400;
}

.project-2-container {
  perspective: 3500px;
  justify-content: center;
  align-items: center;
  width: 88%;
  min-width: 920px;
  max-width: 1500px;
  height: 52vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.secondary-button {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4rem;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4em;
  transition: box-shadow .2s, transform .2s;
}

.secondary-button:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 12px #00000029;
}

.secondary-button.primary-button-grey {
  background-color: var(--light-grey);
  color: var(--text--pure-black);
}

.showcase-image-link-container {
  position: relative;
}

.awards-links-container {
  opacity: .73;
  color: var(--theme--primary-color);
  letter-spacing: 1.5px;
  border-bottom: 1px solid #63636380;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: calc(.6vw + 1rem);
  font-weight: 500;
  line-height: 1.2em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.awards-links-container:hover {
  opacity: 1;
}

.project-hero-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-footer {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 108px 2rem;
  display: flex;
}

.project-footer-link {
  color: var(--grey-line);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: color .2s;
}

.project-footer-link:hover {
  color: var(--theme--primary-color);
}

.project-footer-link.w--current {
  color: var(--theme--primary-color);
  font-weight: 500;
}

.lottie-loading {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 94%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: absolute;
  top: -161px;
}

.lottie-loading.navigation-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-loading.container-footer {
  flex-flow: wrap;
  justify-content: space-between;
}

.project-1-image-container {
  z-index: 2;
  perspective: 3500px;
  perspective-origin: 10%;
  transform-origin: 0%;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  transform: perspective(3500px);
}

.project-1-button {
  z-index: 4;
  color: var(--theme--primary-color);
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 25% 20% auto;
}

.body {
  background-color: var(--text--pure-black);
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.quote-slide {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.skill-card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.scrolling-logo-container {
  grid-column-gap: 5vw;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.scrolling-logo-wrapper {
  opacity: .73;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 8vw;
  max-height: 2.6vw;
  display: flex;
  position: static;
}

.scrolling-logo-image {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-links-conatiner {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.nav-logo {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-link {
  color: var(--text--white-subdued);
  text-align: center;
  letter-spacing: .05em;
  cursor: pointer;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  height: 100%;
  font-family: Cairo, sans-serif;
  font-size: calc(.25vw + 1rem);
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.nav-link:hover {
  color: var(--theme--primary-color);
}

.nav-link.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-link.nav_link--contact {
  border: 1px solid var(--theme--primary-color);
  border-radius: 3rem;
  align-self: auto;
  height: auto;
  padding: 4px 16px;
  transition: border-color .3s, background-color .3s, color .3s;
}

.nav-link.nav_link--contact:hover {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
}

.nav-sub-container {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--light-grey);
  color: var(--theme--primary-color);
  background-color: #fff0;
  max-width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field:hover, .text-field:active {
  border-bottom-color: var(--theme--primary-color);
}

.text-field::placeholder {
  color: var(--light-grey);
}

.text-field.text-field-light {
  background-color: var(--faded-black);
  color: #0a0a0a;
  border-color: #c0c0c066;
  border-radius: 2px;
}

.text-field.text-field-light::placeholder {
  color: #0a0a0a99;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.next-project {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  border-top: 1.5px solid var(--grey-line);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.section.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.primary-button {
  border: 1.5px solid var(--light-grey);
  color: var(--theme--primary-color);
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 6rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4em;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--text--pure-black);
}

.primary-button:active {
  border-color: #d4d3d1;
}

.primary-button:focus {
  border-color: #a1a09c;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404-image {
  filter: invert();
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navha-hamburger-button {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.375rem;
  height: 3.375rem;
  display: none;
  position: relative;
}

.nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
/*  place-items: center;*/
  width: 100vw;
  height: 100%;
  display: grid;
}

.project__container {
  perspective: 3500px;
  align-items: center;
  width: 76%;
  min-width: 920px;
  max-width: 1500px;
  height: 42vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.templates_wrapper {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  border: 1px solid #0000;
  border-radius: .5vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow .5s;
  display: flex;
  overflow: hidden;
}

.templates_wrapper:hover {
  border-color: #78787880;
  box-shadow: 0 1vw 3vw #fff6;
}

.contact-text-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.contact-heading {
  color: var(--theme--primary-color);
  text-align: center;
  letter-spacing: .02em;
  font-size: 16vw;
  font-style: italic;
  line-height: 1em;
}

.nav-link-2 {
  opacity: .74;
  color: #fff;
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-2.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-links-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 399px;
  display: flex;
}

.line {
  background-color: var(--light-grey);
  transform-origin: 0%;
  width: 100%;
  height: 1.5px;
}

.nav_link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-link-wrapper {
  width: 100%;
  position: relative;
}

.card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card.services {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw;
}

.awards-links-wrapper {
  opacity: .73;
  color: #fff;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #63636380;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: calc(.6vw + 1rem);
  font-weight: 500;
  line-height: 1.2em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.awards-links-wrapper:hover {
  opacity: 1;
}

.contact-subheading-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 6vh;
  display: flex;
}

.contact-link {
  color: var(--theme--primary-color);
  text-align: right;
  word-break: break-all;
  font-size: 7vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  transition: color .3s;
}

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

.footer-span-link {
  color: #fff;
  transition: color .2s;
}

.footer-span-link:hover {
  color: #797979;
}

.footer-link {
  color: #b6b6b6;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #fff;
}

.footer-link:active {
  color: #0e2244;
}

.footer-text {
  color: #b6b6b6;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.footer-alt {
  border-top: 1px solid #85858533;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.heading {
  align-self: center;
  margin-left: 0;
  padding-left: 25px;
  font-family: Cairo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

.heading-2 {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  padding-left: 5px;
  font-family: Cairo, sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.2em;
  text-decoration: none;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.75);
}

.lottie-animation {
  position: relative;
  inset: 0%;
}

.portfolio-grid-all {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 1;
  grid-template-rows: minmax(0, 35vh) minmax(0, 35vh);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 35vh);
  align-self: stretch;
  padding-left: 25px;
  padding-right: 25px;
  position: static;
}

.div_grid_all_row1 {
/*  background-image: linear-gradient(#0a1c40, #0a1c40);*/
  flex: 1;
/*  width: 100%;*/
  display: flex;
}

.div_grid_row2 {
  flex: 1;
  display: flex;
}

.grid_wrapper_mobile_row1, .grid_wrapper_all_mobile_row2, .grid_wrapper_all_mobile_row3 {
  display: flex;
}

.div_grid_all_row3 {
  flex: 1;
  display: flex;
}

.grid_wrapper_mobile_row4, .grid_wrapper_all_mobile_row5 {
  display: flex;
  flex: 1;
}

.portfolio-selection {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 50%;
}

.selection-all {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 25px;
  font-family: Cairo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.motion {
  text-transform: uppercase;
  background-color: #3898ec00;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  font-family: Cairo, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  display: flex;
}

.motion:hover, .motion:focus {
  font-weight: 700;
}

.menu-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: left;
  border-radius: 0;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
  right: 35.4vw;
}

.edit {
  text-transform: uppercase;
  background-color: #3898ec00;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  font-family: Cairo, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  display: flex;
}

.edit:hover, .edit:focus {
  font-weight: 700;
}

.audio {
  text-transform: uppercase;
  background-color: #3898ec00;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  font-family: Cairo, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  display: flex;
}

.audio:hover, .audio:focus {
  font-weight: 700;
}

.all {
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  font-family: Cairo, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  display: flex;
}

.all:hover, .all:active, .all:focus {
  font-weight: 700;
}

.div-block-7 {
  box-sizing: border-box;
  opacity: 1;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vw {
  filter: saturate(82%);
  background-image: url('../images/vw.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.axe {
  filter: saturate(65%);
  background-image: url('../images/axe_1.avif');
  background-position: 0%;
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1;
}

.eucerin {
  filter: saturate(84%);
  background-image: url('../images/eucerin_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.tipico {
  filter: saturate(69%);
  background-image: url('../images/tipico_1.avif');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 150% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.gerolsteiner {
  filter: contrast(110%);
  background-image: url('../images/gerolsteiner_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.bitburger {
  filter: contrast(112%) saturate(88%);
  background-image: url('../images/bitburger_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.koenig {
  filter: saturate(82%);
  background-image: url('../images/koenig_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.vattenfall {
  background-image: url('../images/vattenfall_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.bosch {
  background-image: url('../images/Bosch.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.div_grid_row4 {
  flex: 1;
  display: flex;
}

.backsau {
  filter: brightness(84%) contrast(105%) saturate(95%);
  background-image: url('../images/backsau_1.avif');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.grid_wrapper_mobile_row6 {
  display: flex;
}

.unfall {
  filter: saturate(95%) brightness(99%);
  background-image: url('../images/unfall_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.autoland {
  filter: saturate(95%) brightness(99%);
  background-image: url('../images/autoland_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.grid_wrapper_all_mobile_row7 {
  display: flex;
}

.div_grid_all_row5 {
  background-color: #09192e;
  flex: 1;
  display: flex;
}

.dbn {
  filter: saturate(95%) brightness(99%);
  background-image: url('../images/dbn.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.migros {
  filter: saturate(95%) brightness(99%);
  background-image: url('../images/migros.jpg');
  background-position: 40% 30%;
  background-repeat: no-repeat;
  background-size: 1100px;
  flex: 1;
}

.grid_wrapper_mobile_row8 {
  display: flex;
}

.transko {
  filter: saturate(95%) brightness(99%);
  background-image: url('../images/231213_transko_wir_sind_transko_16x9.mov_20250328_092814.518_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
}

.div_grid_row6 {
  background-image: linear-gradient(#0a1c40, #0a1c40);
  flex: 1;
  display: flex;
}

.ratskeller {
  background-image: url('../images/240308_Ratskeller_Imagefilm_final.mp4_20250328_094615.628_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1200px;
  flex: 1;
}

.grid_wrapper_all_mobile_row9 {
  display: flex;
}

.nachhaltigkeit {
  background-image: url('../images/Allianz_Nachhaltigkeit_h265.mp4_20250328_095038.372_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
}

.wflwr {
  background-image: url('../images/190411_gero_wflwr2019_7s_jogging_C_V02_R128.mov_20250328_100041.299_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.grid_wrapper_mobile_row10 {
  display: flex;
}

.div_grid_all_row7 {
  flex: 1;
  display: flex;
}

.rotbier {
  filter: saturate(84%);
  background-image: url('../images/König-Rotbier-TVC.mp4_20250328_100917.850_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.sky {
    filter: brightness(91%);
    background-image: url('../images/sky.avif');
    background-size: cover;
}

.koenig_distancing {
  background-image: url('../images/koenig_distancing.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.grid_wrapper_all_mobile_row11 {
  display: flex;
}

.inova {
  background-image: url('../images/inova.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1200px;
  flex: 1;
}

.div_grid_row8 {
  flex: 1;
  display: flex;
}

.bibu {
  filter: brightness(95%);
  background-image: url('../images/bibu.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.retouch {
  text-transform: uppercase;
  background-color: #3898ec00;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  font-family: Cairo, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  display: flex;
}

.retouch:hover, .retouch:focus {
  font-weight: 700;
}

.grading {
  text-transform: uppercase;
  background-color: #3898ec00;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  font-family: Cairo, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  display: flex;
}

.grading:hover, .grading:focus {
  font-weight: 700;
}

.selection-edit, .selection-retouch, .selection-motion, .selection-grading, .selection-audio {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 25px;
  font-family: Cairo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.portfolio-grid-edit {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 1;
  grid-template-rows: minmax(0, 35vh) minmax(0, 35vh);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 43vh);
  align-self: stretch;
  padding-left: 25px;
  padding-right: 25px;
}

.grid_wrapper_all_mobile_row1 {
  display: flex;
}

.div_grid_all_row2 {
  background-color: #09192e;
  flex: 1;
  display: flex;
}

.div_grid_all_row4, .div_grid_all_row6 {
  background-image: linear-gradient(#0a1c40, #0a1c40);
  flex: 1;
  display: flex;
  clear: none;
  flex-flow: row;
  align-self: auto;

}

.div_grid_all_row8 {
  flex: 1;
  display: flex;
}

.grid_wrapper_all_mobile_row, .grid_wrapper_all_mobile_row4, .grid_wrapper_all_mobile_row6, .grid_wrapper_all_mobile_row8, .grid_wrapper_all_mobile_row10 {
  display: flex;
}

.div_all {
  flex-flow: column;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div_edit {
  position: absolute;
}

.section-2 {
  flex-flow: wrap;
  flex: 0 auto;
  place-content: center flex-start;
  align-items: center;
  padding-top: 86px;
  display: flex;
}

.div-block-8 {
  display: block;
}

.section1 {
  box-sizing: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-top: 83px;
  display: block;
  position: relative;
  top: 35px;
}

.div_retouch {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
}

.div_motion, .div-block-9, .div_grading, .div_audio {
  position: absolute;
}

.div_start {
  flex-flow: column;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.selection-start {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 25px;
  font-family: Cairo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div_grid_all_row5_2 {
  flex: 1;
  display: flex;
}

.wrapper_portfolio {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
}

.div-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.div-all.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
/*  overflow: hidden;*/
}

.div-all.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-all.section-hero-copy {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio-grid-retouch, .portfolio-grid-motion, .portfolio-grid-grading, .portfolio-grid-audio {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 1;
  grid-template-rows: minmax(0, 35vh) minmax(0, 35vh);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 43vh);
  align-self: stretch;
  padding-left: 25px;
  padding-right: 25px;
  position: static;
}

.text-block {
  color: var(--white);
  font-family: Cairo, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

.dropdown-list {
  background-color: #000000;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  display: none;
  top: 54px;
}

.dropdown-list.w--open {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

@media screen and (max-width 1600px) {

.all .edit .motion .retouch .audio .grading {
  font-size: 0.5rem !important;
}

}


@media screen and (max-width: 1400px)  {
  .nav-menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    display: flex;
  }

  .menu-icon-line-middle {
    background-color: var(--text--off-white);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--text--off-white);
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button {
    z-index: 2;
    color: #fff;
  }

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

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: var(--text--off-white);
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-bar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    min-height: 1rem;
  }

  .project-2-container {
    width: 90%;
    min-width: auto;
  }

  .secondary-button.primary-button-grey {
    position: relative;
  }

  .awards-links-container {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .project-footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .lottie-loading {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lottie-loading.navigation-container {
    align-items: center;
  }

  .project-1-image-container {
    width: 100%;
    min-height: 480px;
    max-height: 80vw;
  }

  .project-1-button {
    right: 10%;
  }

  .body {
    background-color: var(--text--pure-black);
  }

  .scrolling-logo-container {
    grid-column-gap: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .scrolling-logo-wrapper {
    width: 10vw;
    max-height: 3vw;
  }

  .nav-links-conatiner {
    z-index: 1;
    background-color: var(--background-black);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    display: flex;
    position: fixed;
    inset: 0%;
  }

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

  .nav-link {
    border-top: 1px none var(--grey-line);
    border-bottom: 1px solid var(--grey-line);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 24px;
    font-size: 20px;
    display: flex;
  }

  .nav-link:active {
    opacity: .7;
  }

  .nav-link.nav-item-dropdown {
    border-bottom: 1px solid var(--grey-line);
    border-top-style: none;
    padding-left: 24px;
  }

  .nav-link.nav_link--contact {
    border-style: solid none none;
    border-color: var(--light-grey);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-sub-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--grey-line);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

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

/*  .section-hero {
    top: -17px !important;
  }*/

  .section.section-hero {
    padding-top: 0;
    top: 120px;
  }

  .primary-button {
    padding: .75rem 1.25rem;
  }

  .navha-hamburger-button {
    background-color: #f3f3f3;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: .9rem;
    transition: background-color .3s;
    display: flex;
  }

  .navha-hamburger-button:hover {
    background-color: #d3d3d3;
  }

  .nav-wrapper {
    border-bottom-style: none;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-self: auto;
  }

  .project__container {
    width: 90%;
    min-width: auto;
  }

  .contact-heading {
    font-size: 16vw;
  }

  .nav-link-2 {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px #5c5c5c;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-2:active {
    opacity: .7;
  }

  .nav-link-2.nav-item-dropdown {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding-left: 24px;
  }

  .nav-links-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
  }

  .awards-links-wrapper {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .contact-subheading-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 2rem;
  }

  .heading {
    font-size: 1rem;
  }

  .heading-2 {
    flex: 1;
    font-size: .9rem;
  }

  .portfolio-grid-all {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex: 1;
    order: 0;
    grid-template-rows: minmax(0, 20vh) minmax(0, 20vh);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 20vh);
    align-self: stretch;
    max-height: none;
  }

  .portfolio-selection {
    object-fit: fill;
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding-bottom: 34px;
    display: flex;
    position: relative;
  }

  .selection-all {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 1rem;
    display: block;
  }

  .motion {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .menu-wrapper {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    max-height: none;
    padding-right: 33px;
    display: flex;
  }

  .edit, .audio, .all {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

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

  .backsau {
    filter: none;
  }

  .unfall {
    filter: brightness(91%);
    background-image: url('../images/unfall_1.avif');
    background-size: cover;
  }

  .autoland {
    filter: brightness(91%);
    background-image: url('../images/autoland_1.avif');
    background-size: cover;
  }

    .sky {
        filter: brightness(91%);
        background-image: url('../images/sky.avif');
        background-size: cover;
    }

  .dbn {
    filter: brightness(91%);
    background-image: url('../images/dbn.avif');
    background-size: cover;
  }

  .migros {
    filter: brightness(91%);
    background-image: url('../images/migros.jpg');
    background-size: cover;
  }

  .transko {
    filter: brightness(91%);
    background-image: url('../images/231213_transko_wir_sind_transko_16x9.mov_20250328_092814.518_1.avif');
    background-size: cover;
  }

  .ratskeller, .inova, .bibu {
    background-size: cover;
  }

  .retouch, .grading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .selection-edit, .selection-retouch, .selection-motion, .selection-grading, .selection-audio {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 1rem;
    display: block;
  }

  .portfolio-grid-edit {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex: 1;
    order: 0;
    grid-template-rows: minmax(0, 20vh) minmax(0, 20vh);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 20vh);
    align-self: stretch;
    max-height: none;
  }

  .div_all {
    top: auto;
  }

  .section1 {
    top: -8px;
  }

  .div_retouch {
    display: block;
  }

  .div_start {
    top: auto;
  }

  .selection-start {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 1rem;
    display: block;
  }

  .div-all {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-all.section-hero, .div-all.section-hero-copy {
    min-height: auto;
    padding-top: 0;
    display: block;
    top: 0;
  }

  .portfolio-grid-retouch, .portfolio-grid-motion, .portfolio-grid-grading, .portfolio-grid-audio {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex: 1;
    order: 0;
    grid-template-rows: minmax(0, 20vh) minmax(0, 20vh);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 20vh);
    align-self: stretch;
    max-height: none;
  }

  .text-block, .icon {
    color: var(--text--off-white);
    font-size: 1rem;
  }

/*  .w-icon-dropdown-toggle > * {
    font-size: 1.2em !important;
  }*/


  .dropdown-list {
    color: var(--background-black);
    flex: 1;
    justify-content: flex-start;
    align-items: center;
/*    display: none;*/
    flex-direction: column;
    align-items: flex-end;
  }

  .dropdown-list.w--open {
    background-color: #000000c4;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .dropdown-list > * {
    font-size: 0.9em !important;
  }
}

@media screen and (max-width: 767px) {
  .heading-h4 {
    font-size: 1.5em;
  }

  .nav-bar {
    height: auto;
    min-height: 1rem;
  }

  .project-2-container {
    width: 100%;
    height: auto;
    min-height: 60vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .secondary-button {
    padding: 16px 22px;
  }

  .awards-links-container {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .project-footer {
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .project-footer-link {
    margin: 12px 16px;
  }

  .lottie-loading {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .project-1-image-container {
    height: 90vh;
    min-height: 400px;
  }

  .project-1-button {
    letter-spacing: 3px;
    right: 5%;
  }

  .skill-card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .scrolling-logo-container {
    width: 200vw;
  }

  .scrolling-logo-wrapper {
    width: 20vw;
    max-height: 5vw;
  }

  .nav-links-conatiner {
    padding-top: 64px;
  }

  .nav-link {
    padding: 24px;
  }


/*  .section-hero {
    top: -89px !important;
    position: relative;
  }*/

  .section.section-hero {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 0;
    top: 18px;
  }

  .footer-bottom-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navha-hamburger-button {
    height: 3.375rem;
  }

  .project__container {
    width: 100%;
    min-height: 68vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .templates_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .nav-link-2 {
    padding: 24px;
  }

  .card.services {
    padding: 2rem 1.5rem;
  }

  .awards-links-wrapper {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .contact-link {
    font-size: 8vw;
  }

  .footer-text {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .heading {
    font-size: .7rem;
  }

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

  .portfolio-grid-all {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex: 1;
    order: 0;
    grid-template-rows: minmax(0, 13vh) minmax(0, 13vh);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 13vh);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: stretch;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: grid;
    overflow: visible;
  }

  .div_grid_all_row3 {
    clear: none;
    flex-flow: row;
    flex: 1;
    align-self: auto;
    display: flex;
  }

  .grid_wrapper_all_mobile_row5 {
    flex-flow: row;
    justify-content: flex-start;
  }

  .portfolio-selection {
    flex-flow: row;
    flex: 1;
    order: 0;
    align-self: flex-start;
    padding-bottom: 0;
  }

  .selection-all {
    font-size: .7rem;
  }

  .motion {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1em;
  }

  .menu-wrapper {
    padding-right: 22px;
  }

  .edit, .audio, .all {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1em;
  }

  .bosch {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
/*    background-position: 100%;
    background-size: auto 110%;*/
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
/*    justify-content: flex-start;*/
    align-items: center;
    display: block;
    width: 100%;
    position: relative;
  }

  .backsau, .unfall {
    filter: none;
  }

  .autoland {
    filter: none;
    background-image: url('../images/autoland_1.avif');
  }

  .dbn {
    filter: none;
    background-image: url('../images/dbn.avif');
  }

  .migros {
    filter: none;
    background-image: url('../images/migros.jpg');
  }

  .transko {
    filter: none;
    background-image: url('../images/231213_transko_wir_sind_transko_16x9.mov_20250328_092814.518_1.avif');
  }

  .retouch, .grading {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1em;
  }

  .selection-edit, .selection-retouch, .selection-motion, .selection-grading, .selection-audio {
    font-size: .7rem;
  }

  .portfolio-grid-edit {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex: 1;
    order: 0;
    grid-template-rows: minmax(0, 13vh) minmax(0, 13vh);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 13vh);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: stretch;
    max-height: 120vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 26px;
    display: grid;
    overflow: visible;
  }

  .section1 {
    top: -50px;
  }

  .selection-start {
    font-size: .7rem;
  }

  .div-all.section-hero, .div-all.section-hero-copy {
    height: auto;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 0;
    top: -106px;
  }

  .portfolio-grid-retouch, .portfolio-grid-motion {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex: 1;
    order: 0;
    grid-template-rows: minmax(0, 13vh) minmax(0, 13vh);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 13vh);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: stretch;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 26px;
    display: grid;
    overflow: visible;
  }

  .portfolio-grid-grading, .portfolio-grid-audio {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex: 1;
    order: 0;
    grid-template-rows: minmax(0, 13vh) minmax(0, 13vh);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 13vh);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: stretch;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 26px;
    display: grid;
    overflow: visible;
  }

  .text-block, .icon {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .project-2-container {
    align-items: center;
    width: 100%;
    min-height: 100svh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .secondary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awards-links-container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .project-hero-section {
    perspective-origin: 0 0;
  }

  .project-footer-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lottie-loading {
    flex-wrap: nowrap;
  }

  .lottie-loading.navigation-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .lottie-loading.container-footer {
    flex-direction: column;
  }

  .project-1-image-container {
    width: 114%;
    height: 60vh;
    min-height: 300px;
    max-height: 180vw;
    margin-left: -10vw;
  }

  .project-1-button {
    font-size: 16px;
  }

  .body {
    display: block;
  }

  .scrolling-logo-wrapper {
    width: 25vw;
    max-height: 8vw;
  }

  .nav-sub-container {
    z-index: 7;
  }

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.section-hero {
    padding-top: 3.5rem;
    top: 18px;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: self-start;
    width: 100vw;
    max-width: 100vw;
    padding-top: 0;
    display: grid;
    position: absolute;
    overflow: visible;
    top: 2vh;
  }

  .project__container {
    align-items: center;
    width: 100%;
    min-height: 96vh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .contact-heading {
    font-size: 15vw;
  }

  .awards-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .contact-subheading-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1rem;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-alt {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    max-width: 100vw;
    padding-left: 10px;
    font-size: .6rem;
    display: flex;
  }

  .heading-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    max-width: 100vw;
    padding-left: 10px;
    font-size: .5rem;
    display: flex;
  }

  .navbar {
    padding-left: 0;
      height: 3.5rem;
  }

  .portfolio-grid-all {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: minmax(0, 13vh) minmax(0, 13vh);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 13vh);
    max-height: none;
    padding: 0 10px;
  }

  .selection-all {
    padding-left: 15px;
    font-size: .6rem;
  }

  .motion {
    padding-left: 3px;
    padding-right: 3px;
    font-size: .5em;
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-height: none;
    padding-right: 12px;
    display: flex;
  }

  .edit, .audio, .all {
    padding-left: 3px;
    padding-right: 3px;
    font-size: .5em;
  }

  .text-block, .icon {
    font-size: 0.7rem;
  }

  .div-block-7 {
    flex: 0 auto;
    width: 30vw;
    display: block;
  }

  .autoland {
    background-image: url('../images/autoland_1.avif');
  }

  .dbn {
    background-image: url('../images/dbn.avif');
  }

  .migros {
    background-image: url('../images/migros.jpg');
  }

  .transko {
    background-image: url('../images/231213_transko_wir_sind_transko_16x9.mov_20250328_092814.518_1.avif');
  }

  .wflwr {
    background-image: url('../images/190411_gero_wflwr2019_7s_jogging_C_V02_R128.mov_20250328_100041.299_1.avif');
  }

  .rotbier {
    background-image: url('../images/König-Rotbier-TVC.mp4_20250328_100917.850_1.avif');
  }

  .koenig_distancing {
    background-image: url('../images/koenig_distancing.avif');
  }

  .inova {
    background-image: url('../images/inova.avif');
  }

  .bibu {
    background-image: url('../images/bibu.png');
  }

  .retouch, .grading {
    padding-left: 3px;
    padding-right: 3px;
    font-size: .5em;
  }

  .selection-edit, .selection-retouch, .selection-motion, .selection-grading, .selection-audio {
    padding-left: 15px;
    font-size: .6rem;
  }

  .portfolio-grid-edit {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: minmax(0, 10vh) minmax(0, 10vh);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 10vh);
    max-height: 90vh;
    padding: 11px 10px 0;
  }

  .section1 {
    top: -40px;
  }

  .selection-start {
    padding-left: 15px;
    font-size: .6rem;
  }

  .div-all.section-hero, .div-all.section-hero-copy {
    padding-top: 3.5rem;
    top: -124px;
  }

  .portfolio-grid-retouch, .portfolio-grid-motion, .portfolio-grid-grading, .portfolio-grid-audio {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: minmax(0, 10vh) minmax(0, 10vh);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 10vh);
    max-height: none;
    padding: 0 10px;
  }
}

#w-node-_02b3700b-c62b-e772-accc-d39674671a09-eeae146e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_069f9cb8-6647-c3ea-d442-a99acaa621af-eeae146e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

@media screen and (max-width: 1400px) {
  #w-node-_02b3700b-c62b-e772-accc-d39674671a09-eeae146e {
    justify-self: start;
  }

  #w-node-_069f9cb8-6647-c3ea-d442-a99acaa621af-eeae146e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_069f9cb8-6647-c3ea-d442-a99acaa621af-eeae146e {
/*    place-self: center start;*/
  }
}


