:root {
  --hellgrau: #ececec;
  --schwarz: #262e40;
  --weiss: #fff;
  --orange: #ff3d26;
  --blue: #0015ff;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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(--hellgrau);
  color: #333;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h1 {
  color: var(--schwarz);
  letter-spacing: -4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 14.3rem;
  font-weight: 400;
  line-height: 100%;
}

h2, h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1rem;
}

p {
  margin-bottom: 0;
}

.section {
  padding-left: 4rem;
  padding-right: 4rem;
}

.section.hero {
  width: auto;
  height: auto;
  padding: 0;
}

.section.sticky {
  z-index: 10;
  position: sticky;
  top: 16.2vh;
}

.section.kette {
  background-color: #c8ccd4;
  padding-top: 650px;
  position: relative;
}

.section.footer {
  background-color: var(--weiss);
}

.section.nextproject {
  width: 100%;
  height: 450px;
  margin-bottom: -4px;
  position: relative;
  overflow: hidden;
}

.hero {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80svh;
  padding-top: 2rem;
  padding-bottom: 5rem;
  display: flex;
}

.main_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
}

.main_wrapper.relative {
  position: relative;
}

.vertical_line {
  border-style: none dashed none none;
  border-width: 1px .5px 1px .1px;
  border-color: black var(--schwarz) black black;
  opacity: .2;
  width: 1px;
  height: 100%;
}

.heading {
  font-family: Instrument Serif, sans-serif;
}

.heading-2 {
  font-size: 10vw;
}

.heading-3 {
  color: var(--schwarz);
}

.body {
  background-color: var(--hellgrau);
}

.rows-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tag-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--schwarz);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 6px 7px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.tag-container:where(.w-variant-62b2e308-3891-cbc7-4808-b98d274c9091) {
  opacity: .6;
  background-color: #dddfe7;
  padding-top: 3px;
  padding-bottom: 3px;
}

.tag-container:where(.w-variant-8d33158b-646b-d68b-79c8-72c983e75253) {
  cursor: pointer;
  transition: all .2s;
}

.tag-container:where(.w-variant-ace3ed6e-b88a-c530-338b-276de4893af6) {
  opacity: .6;
  background-color: #dddfe7;
}

.tag-container:hover:where(.w-variant-8d33158b-646b-d68b-79c8-72c983e75253) {
  background-color: #d1d1d1;
}

.tag-container.black {
  color: var(--schwarz);
  background-color: #fff0;
}

.tag-container.project {
  white-space: nowrap;
  background-color: #dddfe7;
  padding-top: 3px;
  padding-bottom: 3px;
}

.tag-container.grey, .tag-container.grey-2, .tag-container.grey-3 {
  opacity: .6;
  background-color: #dddfe7;
  padding-top: 3px;
  padding-bottom: 3px;
}

.klammer_start {
  border-top: 2px solid var(--schwarz);
  border-bottom: 2px solid var(--schwarz);
  border-left: 2px solid var(--schwarz);
  opacity: .6;
  width: 10px;
  height: 12px;
}

.klammer_ende {
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: var(--schwarz);
  opacity: .6;
  width: 10px;
  height: 12px;
}

.lines-container {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100svh;
  position: fixed;
  inset: 0%;
}

.lines_rows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
  left: -.5px;
}

.spacer_m {
  height: 2rem;
}

.trusted-container {
  opacity: .6;
  color: var(--schwarz);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.trusted_logos-container {
  opacity: .4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.trusted_logo-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 8px;
  display: flex;
  position: relative;
}

.trusted_logo {
  width: 60%;
  position: absolute;
}

.logo-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header {
  z-index: 111111;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-links-container {
  background-color: var(--weiss);
  width: 100%;
  height: 40px;
  display: flex;
}

.link-container {
  width: 25%;
  height: 100%;
  color: var(--schwarz);
  text-transform: uppercase;
  border-right: .5px dashed #262e4033;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-container.last {
  border-right-style: none;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-tag-container {
  width: 12.5%;
}

.nav-tag-container.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.projects_row-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-bottom: 0;
  display: flex;
}

.project-container {
  flex-flow: column;
  width: 50%;
  height: 450px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-container.small {
  width: 37.5%;
  height: 400px;
}

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

.project-preview_video {
  z-index: 3;
  aspect-ratio: auto;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-media-container {
  width: 100%;
  height: 92%;
  position: relative;
}

.project-media-container.small {
  height: 90%;
  position: relative;
}

.project-text-container {
  background-color: var(--weiss);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8%;
  display: flex;
}

.project-text-container.small {
  height: 10%;
}

.project-info-container {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.project-title-container {
  height: 100%;
  color: var(--orange);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 12px;
  display: flex;
}

.project-number-container {
  width: 100%;
  height: 100%;
  color: var(--schwarz);
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.project-tags-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .6;
  width: 50%;
  height: 100%;
  color: var(--schwarz);
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.project-loading-block {
  z-index: 3;
  background-color: var(--orange);
  display: none;
  position: absolute;
  inset: 0%;
}

.trusted_logo-animation-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 8px;
  display: flex;
  position: relative;
}

.trusted_logo-animation-container2 {
  width: 100%;
}

.trusted_log-2 {
  opacity: 1;
  width: 60%;
  position: absolute;
}

.code-embed {
  display: none;
}

.image {
  z-index: 33333333;
  filter: drop-shadow(0 1px .8px #000000b3);
  position: relative;
}

.project-container-small {
  flex-flow: column;
  width: 40%;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-container-small.small {
  width: 37.5%;
  height: 400px;
}

.noise {
  z-index: 33333;
  opacity: .06;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-image: url('../images/noise.gif');
  background-position: 0 0;
  background-size: 100px;
  width: 100svw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.hero-content-container {
  width: 100%;
}

.hero-title {
  font-size: clamp(10px, 13svw, 14.3rem);
}

.project-filter-container {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 10px;
}

.div-block {
  height: 2222px;
}

.div-block-2 {
  z-index: 44;
  width: 100svw;
  height: 100svh;
}

.brands-container {
  opacity: .5;
  width: 100%;
  color: var(--schwarz);
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 84px;
  font-weight: 600;
  display: flex;
}

.brands-container.mobile {
  display: none;
}

.brands-logo-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 100%;
  display: flex;
}

.brand-logo-container {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
}

.brand-logo {
  width: 100%;
}

.hero-gradient {
  z-index: 222;
  pointer-events: none;
  background-color: #0000;
  background-image: linear-gradient(0deg, #ececec, #ececec00 18% 83%, #ececec00);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block {
  font-size: 12px;
}

.hero-section {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.project-hero {
  width: 100%;
  height: 60vh;
}

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

.project-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 69px;
  display: flex;
}

.tags-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.orange {
  color: var(--orange);
}

.project-content-container-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
}

.project-content-container-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.heading-4 {
  margin-bottom: 10px;
}

.ki-note-container {
  width: 100%;
}

.ki-icon {
  opacity: .5;
}

.ki-note {
  background-color: #fff;
  border-radius: 13px;
  width: 100%;
  height: auto;
  padding: 12px;
  display: block;
}

.ki-note-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.ki-note-title {
  font-size: 1rem;
  font-weight: 600;
}

.muted {
  opacity: .5;
}

.project-video {
  width: 100%;
  height: 100%;
}

.project-video._169 {
  aspect-ratio: 16 / 9;
}

.project-video-container {
  width: 100%;
  height: 600px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.project-video-container._169 {
  aspect-ratio: 16 / 9;
  height: 800px;
}

.text {
  color: var(--schwarz);
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
  line-height: 100%;
}

.text.muted {
  opacity: .6;
  line-height: 1rem;
}

.spacer-xs {
  height: .5rem;
}

.credit-container {
  border-top: 1px solid #cfcfcf;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.credit-left {
  width: 200px;
}

.test {
  z-index: 333;
  width: 100vw;
  height: 1000px;
  position: absolute;
}

.btn {
  background-color: var(--schwarz);
  opacity: 1;
  color: var(--weiss);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 8px 15px;
  text-decoration: none;
  transition: all .2s;
}

.btn:hover {
  background-color: var(--orange);
  transform: scale(1.1);
}

.project-date-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .6;
  width: 30%;
  height: 100%;
  color: var(--schwarz);
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  display: flex;
}

.project-name {
  white-space: nowrap;
}

.logo {
  filter: drop-shadow(0 1px 1px #00000054);
}

.project-gallery-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.project-gallery-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  flex: 1;
  min-width: 300px;
}

.content-with-text-container {
  flex: 1;
  min-width: 300px;
}

.filter-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--weiss);
  border-radius: 4px;
  padding: 4px;
  display: flex;
  position: static;
}

.filter {
  background-color: var(--hellgrau);
  color: var(--schwarz);
  padding: 2px 12px;
  text-decoration: none;
}

.project-gallery-content-container {
  height: 450px;
}

.project-gallery-content-container._600 {
  height: 40vw;
}

.project-gallery-content-container._16x9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.project-video-copy {
  width: 100%;
  height: 100%;
}

.project-hero-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-hero-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.about-animation-container {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-left: 50px;
  margin-right: 50px;
}

.about-animation-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-name {
  height: 120px;
}

.kette-container {
  width: 100%;
  height: 650px;
  position: absolute;
  inset: 0% 0% auto;
}

.kette {
  height: 100%;
  overflow: hidden;
}

.about-text {
  opacity: .7;
  max-width: 30rem;
  color: var(--schwarz);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.about-content-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 111px;
  display: flex;
}

.about-texture {
  z-index: 10111;
  opacity: .4;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-3 {
  width: 250px;
}

.text-span {
  color: var(--orange);
}

.about-hero-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: absolute;
  bottom: 100px;
}

.about-hero-text {
  opacity: .6;
  max-width: 18rem;
  color: var(--schwarz);
  text-align: center;
}

.btns-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logo-container-mobile {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
}

.playground-teaser-container {
  background-color: var(--blue);
  width: 100%;
  height: 500px;
}

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 9.7rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer-name {
  color: var(--orange);
}

.footer-about-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.footer-rechts {
  z-index: 999999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

.next-projekt-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.spacer_xl {
  height: 8rem;
}

.next-projekt-content {
  background-color: var(--weiss);
  width: 100%;
  height: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.next-projekt {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.project-titel {
  color: var(--orange);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1rem;
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.kette {
    padding-top: 600px;
  }

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

  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects_row-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 410px;
  }

  .project-container {
    height: 400px;
  }

  .project-media-container.small {
    height: 92%;
  }

  .project-text-container.small {
    height: 8%;
  }

  .project-container-small {
    width: 50%;
  }

  .brands-container {
    margin-bottom: 33px;
  }

  .brands-container.mobile {
    display: none;
  }

  .brand-logo-container {
    width: 200px;
  }

  .hero-gradient {
    background-image: linear-gradient(0deg, #ececec, #ececec00 18% 83%, #ececec);
  }

  .heroanimation {
    pointer-events: none;
  }

  .project-hero {
    height: 40vh;
  }

  .project-content {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .project-content-container-left {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    min-width: auto;
  }

  .project-content-container-right {
    flex: 1;
    min-width: 400px;
  }

  .project-date-container {
    opacity: 0;
  }

  .project-gallery-container {
    flex-flow: wrap;
  }

  .project-gallery-image {
    min-width: 400px;
  }

  .project-gallery-content-container._16x9 {
    height: 450px;
  }

  .kette-container {
    height: 600px;
  }

  .brand-logo-container-mobile {
    width: 200px;
  }

  .next-projekt {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.kette {
    padding-top: 500px;
  }

  .projects_row-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    flex: 0 auto;
    height: auto;
    margin-bottom: 25px;
  }

  .project-container {
    width: 100%;
    height: 400px;
  }

  .project-container.first {
    order: -9999;
  }

  .project-tags-container {
    justify-content: flex-end;
    align-items: center;
  }

  .project-container-small {
    width: 100%;
    height: 400px;
  }

  .brands-container.desktop {
    display: none;
  }

  .brands-container.mobile {
    display: flex;
  }

  .project-hero {
    height: 30vh;
  }

  .project-content {
    flex-flow: column;
  }

  .project-content-container-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: auto;
  }

  .project-content-container-right {
    width: 100%;
  }

  .project-video-container {
    height: 400px;
  }

  .project-date-container {
    opacity: .5;
    display: none;
  }

  .project-gallery-content-container._600 {
    height: 500px;
  }

  .project-gallery-content-container._16x9 {
    height: auto;
  }

  .kette-container {
    height: 500px;
  }

  .footer-container {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-rechts {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .next-projekt-image {
    object-position: 50% 50%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.kette {
    padding-top: 450px;
  }

  .tag-container {
    white-space: nowrap;
  }

  .tag-container.project {
    white-space: pre;
    background-color: #fff;
  }

  .header {
    height: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-tag-container, .nav-tag-container.right {
    width: 30%;
  }

  .project-tags-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    opacity: 1;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    height: auto;
    position: absolute;
    bottom: 32px;
  }

  .brands-logo-container._1, .brands-logo-container._2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .project-hero {
    height: 30vh;
  }

  .project-content {
    padding-bottom: 0;
  }

  .project-content-container-right {
    min-width: auto;
  }

  .project-video-container {
    height: 300px;
  }

  .project-date-container {
    display: none;
  }

  .project-gallery-image {
    min-width: auto;
  }

  .project-gallery-content-container, .project-gallery-content-container._600 {
    height: 300px;
  }

  .about-hero-container {
    padding-bottom: 100px;
  }

  .about-animation-container {
    width: 200px;
    height: 200px;
  }

  .about-animation-wrapper {
    flex-flow: column;
  }

  .about-name {
    height: 80px;
  }

  .kette-container {
    height: 450px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .about-text {
    max-width: 20rem;
  }

  .about-hero-content {
    bottom: 70px;
  }

  .playground-teaser-container {
    height: 300px;
  }

  .next-projekt {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_1a38ccc4-3624-bfeb-44d8-60f443261ecf-b20e0770 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_63105c7f-d9ba-31e4-6b94-6354f2f17500-b20e0770 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a469998a-30a6-4040-9e13-7721c78aac19-b20e0770 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_292398f4-96b3-7bbe-ee4a-64721bdae542-b20e0770 {
  grid-area: 1 / 3 / 2 / 4;
}


