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

body {
  color: #1e1d1d;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/off-white-background.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  font-family: Syne, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: #1e1d1d;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Syne, sans-serif;
  font-size: 6.75em;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}

h2 {
  color: #1e1d1d;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 4.8em;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: #1e1d1d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  color: #1e1d1d;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  color: #1e1d1d;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Syne, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.8;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .83em;
  font-weight: 400;
  line-height: 2;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #1e1d1d;
  letter-spacing: -.02em;
  text-transform: none;
  cursor: pointer;
  border-bottom: 1px #000;
  line-height: 1.3;
  text-decoration: none;
}

a:hover {
  filter: blur(2px);
  color: #1e1d1d;
}

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

li {
  text-indent: 0;
  white-space: normal;
  line-height: 1.6;
}

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

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.container.is-case-study {
  flex-direction: row;
  padding-top: 4em;
  padding-bottom: 0;
  display: block;
}

.container.is-footer {
  height: 75%;
  justify-content: flex-end;
  display: flex;
}

.container.is-center {
  height: auto;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 5% 0 0;
  display: flex;
  position: static;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section {
  z-index: 1000;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.home-hero-top {
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding-left: 4em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.section.is-footer {
  min-height: 110vh;
  color: #1e1d1d;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 15%;
  padding-bottom: 0;
  display: flex;
}

.section.is-nav {
  background-image: url('../images/off-white-background.jpg');
  background-size: cover;
  position: fixed;
}

.section.is-white {
  color: #1e1d1d;
  background-color: rgba(0, 0, 0, 0);
}

.section.cs-hero-section {
  height: 80vh;
  justify-content: flex-end;
  padding-top: 10%;
  padding-bottom: 4em;
  display: flex;
}

.section.is-process {
  z-index: auto;
  padding: 0 4em 6rem;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

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

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

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

.paragraph {
  margin-bottom: .5em;
  font-size: 1.2em;
  line-height: 1.5;
}

.paragraph.small {
  font-size: 16px;
}

.paragraph.small.grey {
  color: #908d8a;
  flex: 0 auto;
  align-items: center;
  margin-top: .5em;
  display: block;
}

.rule {
  height: 2em;
  padding-bottom: 0;
}

.rule.for-menu {
  height: 1px;
  margin-bottom: .5em;
}

.nav-wrapper {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 24px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-wrapper {
  height: 60px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-end;
  margin-right: 0;
  padding: 20px 0 20px 20px;
  display: none;
}

.grid-content {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.is-white {
  color: #f8f7f4;
  display: block;
}

.grid-bottom {
  width: 100%;
  height: auto;
  min-height: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.grid-bottom.is-contact-wrapper {
  height: auto;
  min-height: auto;
  flex-direction: column;
}

.rule {
  height: 2px;
  background-color: #c8c4c1;
  margin-bottom: 1.5em;
}

.contact-item {
  width: 100%;
  color: #1e1d1d;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4em;
  display: flex;
}

.navigation {
  z-index: 0;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: static;
  top: 1%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-overlay {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #1e1d1d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 4em;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-item-wrapper.is-white {
  width: 100%;
  color: #f8f7f4;
  flex-direction: column;
  margin-bottom: .5em;
  font-size: 3em;
  display: flex;
}

.menu-item-wrapper.is-white.is-contact {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  display: block;
}

.menu-item {
  letter-spacing: -.03em;
  justify-content: space-between;
  align-items: center;
  padding-right: .2em;
  font-size: 1.5em;
  display: flex;
  overflow: hidden;
}

.menu-item.with-arrow {
  padding-right: 0;
  display: flex;
}

.menu-links-wrapper {
  width: 100%;
  height: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.nav-link-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  width: 25%;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  padding-right: 4em;
}

.nav-link:hover, .nav-link:focus {
  opacity: .5;
}

.nav-link.is-contact {
  margin-left: auto;
  padding-right: 0;
}

.nav-link.is-white {
  color: #f8f7f4;
  letter-spacing: -.01em;
  text-transform: lowercase;
  font-weight: 400;
}

.menu-link-wrapper {
  z-index: 3000;
  width: 30px;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-is-75 {
  width: 75%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 50px;
  display: block;
}

.grid-footer {
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  padding-top: 6em;
  padding-bottom: 4em;
}

.links_item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.casestudy-link {
  width: auto;
  height: auto;
  border-radius: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.arrow-external-link {
  width: 2.5em;
  height: auto;
  margin-left: auto;
}

.copyright {
  color: #1e1d1d;
  margin-bottom: -5px;
  margin-left: auto;
  padding-bottom: 0;
  font-size: 2em;
}

.copyright.impressum {
  flex: 1;
  margin-left: 0;
  font-size: 2em;
}

.home-link-wrapper {
  z-index: 1000;
  position: relative;
}

.menu-contact-links {
  width: 100%;
  justify-content: space-between;
  font-size: 3vw;
  display: flex;
}

.menu-contact-item {
  width: 48%;
  color: #f8f7f4;
  font-size: 1em;
}

.arrow-menu-contact {
  width: auto;
  height: .7em;
  max-width: none;
  filter: invert();
}

.arrow-menu-link {
  width: auto;
  height: .7em;
  max-width: none;
  filter: invert();
  transform: rotate(45deg);
}

.menu-arrow-down {
  width: auto;
  height: .7em;
  max-width: none;
  opacity: .39;
  filter: invert();
  transform: rotate(135deg);
}

.divider {
  width: 100%;
  height: 1.5px;
  background-color: #1e1d1d;
  display: block;
}

.divider.impressum {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rule-footer {
  height: 1px;
  background-color: #1e1d1d;
  margin-bottom: 1.5em;
}

.link-to-cs {
  width: 100%;
}

.home-link-white {
  color: #f8f7f4;
  letter-spacing: -.01em;
  text-transform: lowercase;
  font-weight: 400;
}

.navigation-2 {
  height: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.link-block-extra {
  overflow: hidden;
}

.grid-about-2column {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 8em;
  margin-bottom: 8em;
}

.info-wrapper-link {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1em;
  display: block;
  overflow: hidden;
}

.project-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 8em;
  padding-bottom: 12em;
  display: block;
}

.project-header-wrapper {
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4em;
  display: flex;
}

.line-3 {
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin-top: 4em;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cs-wrapper-home {
  margin-top: 10em;
}

.h2 {
  display: inline;
  position: relative;
}

.photo-50-50 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.grid-about {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  padding-top: 4rem;
  display: block;
}

.social-link-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-top: 4em;
  font-size: 1.2em;
  display: flex;
}

.social-link-wrapper.bio {
  justify-content: flex-start;
  margin-top: 0;
}

.link-social {
  margin-right: 0;
  display: flex;
}

.arrow-social {
  width: .7em;
  margin-left: 5px;
}

.cursor {
  z-index: 100000;
  width: 100%;
  height: 100vh;
  opacity: 0;
  cursor: none;
  justify-content: center;
  align-items: center;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: fixed;
}

.cursor-dot {
  width: 15px;
  height: 15px;
  background-color: #1e1d1d;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100vw;
}

.noisey-image-wrapper {
  margin-top: 10%;
}

.html-embed {
  cursor: none;
}

.photo-contain {
  margin-top: 10%;
}

.grid-home-hero {
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.div-hero-subtext {
  margin-bottom: 40px;
}

.hero-subtext {
  margin-top: -12px;
  font-family: Syne, sans-serif;
  font-weight: 500;
}

.div-image-wrapper {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container-marquee {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 4vh;
  display: block;
  overflow: hidden;
}

.inner-container {
  white-space: nowrap;
  object-fit: fill;
  padding-left: 3.5em;
  display: inline-block;
}

.marquee-text {
  padding-right: 4vw;
}

.logo-wrapper {
  align-items: center;
  display: flex;
}

.brand {
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-5 {
  letter-spacing: -.2em;
  font-family: Ft88 expanded;
}

.text-span-4 {
  letter-spacing: -.2em;
}

.text-span-3 {
  font-family: Ft88 expanded;
  font-weight: 400;
}

.text-span-2 {
  letter-spacing: -.1em;
  font-family: Ft88 expanded;
}

.nav-logo-txt._2 {
  letter-spacing: 0;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.nav-logo-txt._3 {
  color: #1e1d1d;
  white-space: normal;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.nav-logo-txt._1 {
  color: #1e1d1d;
  letter-spacing: -.05em;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.nav-logo-txt._4 {
  letter-spacing: 0;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.nav-logo-letters {
  overflow: hidden;
}

.nav-logo {
  padding-right: 4px;
  display: flex;
}

.scroll-animation {
  height: 50vh;
  display: block;
  position: absolute;
}

.top-nav {
  width: 100%;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #f8f7f4;
  background-image: url('../images/off-white-background.jpg');
  background-size: cover;
  border: 0 rgba(0, 0, 0, 0);
  position: fixed;
}

.nav-container {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 4em;
  display: flex;
  position: relative;
}

.nav-grid {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.menu-nav {
  position: relative;
}

.menu-link-wrapper-2 {
  align-items: center;
  display: flex;
}

.nav-link-wrapper-2.home {
  display: block;
}

.nav-link-2 {
  margin-left: 16px;
  margin-right: 16px;
  padding: 8px 4px;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2.w--current {
  color: #1e1d1d;
  border-bottom: 1px solid #0e172c;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: none;
}

.nav-link-2.kontakt {
  border: 1px #000;
  border-radius: 0;
  padding-left: 14px;
  padding-right: 14px;
}

.nav-link-2.kontakt:hover {
  filter: blur(2px);
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: #1e1d1d;
  font-weight: 500;
}

.spacing._4 {
  height: 4px;
}

.spacing._8 {
  height: 8px;
}

.experience-wrapper-2 {
  border-top: 1px solid #65686f;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.experience-title-wrapper {
  width: 100%;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.heading-bio-job {
  width: auto;
  margin-right: 0;
  padding-right: 0;
  font-family: Syne, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.spacer-is-20px {
  height: 20px;
}

.hero-heading {
  color: #1e1d1d;
  text-align: center;
  letter-spacing: -.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Syne, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: .5;
}

.hero-heading.is-bold {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 7em;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.paragraph-11 {
  width: 53%;
  text-align: left;
  margin-top: 60px;
  font-size: 18px;
}

.image-27 {
  width: 30%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 27%;
  left: auto;
  right: 131px;
}

.process-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.process-menu-wrapper {
  width: 50%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.process-menu-title {
  width: 100%;
  padding-bottom: 1rem;
}

.process-title {
  letter-spacing: -.02em;
  font-weight: 800;
  line-height: 1;
}

.process-menu {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  display: flex;
}

.process-menu-item {
  width: 65%;
  color: #1e1d1d;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.process-menu-item-label {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.process-content-wrapper {
  width: 50%;
}

.process-content-row {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.process-content-subeading {
  font-size: 2em;
  font-weight: 600;
}

.process-content {
  color: #525252;
  font-size: 18px;
  line-height: 1.5;
}

.process-content.about {
  margin-bottom: 4rem;
}

.underline-img {
  width: 60%;
  margin-top: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  position: static;
  top: -11px;
}

.process-menu-item-text {
  font-size: 18px;
  font-weight: 700;
}

.circle-number {
  width: 40px;
  height: 40px;
  color: #f8f7f4;
  background-color: #1e1d1d;
  border: 1px solid #1e1d1d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  padding-right: 0;
  display: flex;
}

.process-content-row-heading {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.process-content-row-wrapper {
  width: 100%;
}

.process-img {
  height: 270px;
  background-image: url('../images/projektanfrage.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-img._1 {
  background-image: url('../images/Konzept-Re-Imagining-Public-Life.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.process-img._2 {
  background-image: url('../images/Datenvisualisierung-Klaudia-Schmitz.png');
  background-position: 50% 0;
  background-size: cover;
}

.process-img._3 {
  background-image: url('../images/Psychogeografische-Annäherung-Klaudia-Schmitz.png');
  background-position: 50% 0;
  background-size: cover;
}

.process-img._4 {
  background-image: url('../images/Gestaltung-gestalten-Klaudia-Schmitz.png');
  background-position: 50% 0;
  background-size: cover;
}

.process-img._5 {
  background-image: url('../images/Experimental-Practice-Klaudia-Schmitz.png');
  background-position: 50% 0;
  background-size: cover;
}

.process-img._6 {
  background-image: url('../images/Körperliche-Dimensionen-Klaudia-Schmitz.png');
  background-position: 50% 0;
}

.body-home {
  cursor: auto;
  font-size: 1vw;
}

.title-wrapper {
  width: 50%;
}

.grid-content-wrapper {
  width: 65%;
}

.sub-heading {
  border-top: 1px #000;
  border-bottom: 1px #000;
  margin-bottom: .5rem;
  font-size: 2em;
  font-weight: 500;
}

.div-is-flex-width {
  width: 100%;
}

.list-item {
  color: #1e1d1d;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.text-span-14 {
  font-weight: 400;
}

.paragaph_link {
  cursor: pointer;
  border-bottom-style: dashed;
}

.body-11 {
  cursor: auto;
}

.impressum-title {
  margin-bottom: 1em;
  font-size: 3em;
}

.impressum-paragraph {
  margin-bottom: 1em;
  font-size: 1.7em;
  line-height: 1.3;
}

.impressum-datenschutz-title {
  font-size: 4em;
}

.text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21 {
  font-weight: 600;
}

.link-5 {
  border: 1px #000;
  border-bottom: 1px solid #1e1d1d;
}

.text-block-3 {
  width: auto;
  font-size: 1.5em;
}

@media screen and (min-width: 1440px) {
  body {
    color: #1e1d1d;
    background-color: #fff;
  }

  h3 {
    font-size: 2.3em;
  }

  .container {
    flex-direction: row;
    align-items: center;
  }

  .container.is-case-study {
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.is-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    height: auto;
    flex-direction: row;
    display: block;
  }

  .section.home-hero-top {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.is-footer {
    padding-top: 15%;
    padding-bottom: 0;
  }

  .section.is-nav {
    display: none;
  }

  .section.cs-hero-section {
    flex-direction: column;
  }

  .paragraph {
    letter-spacing: 0;
  }

  .is-white {
    font-weight: 300;
  }

  .grid-bottom {
    align-items: flex-start;
  }

  .footer-links-wrapper {
    padding-top: 7em;
  }

  .menu-overlay {
    display: none;
  }

  .footer-wrapper {
    margin-bottom: 50px;
  }

  .arrow-external-link {
    width: 2em;
  }

  .divider {
    background-color: #1e1d1d;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .project-header-wrapper {
    padding-bottom: 4em;
  }

  .top-nav {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-container {
    width: 100%;
    max-width: none;
    padding-bottom: 18px;
    position: relative;
  }

  .nav-grid {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .nav-link-2, .nav-link-2.kontakt {
    font-size: 1.5em;
  }

  .heading-bio-job {
    font-size: 1.4em;
  }

  .paragraph-11 {
    font-size: 1.5em;
  }

  .image-27 {
    bottom: 27%;
  }

  .process-menu-wrapper {
    width: 40%;
  }

  .process-menu-title {
    border-radius: 6px;
  }

  .process-menu {
    width: 100%;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .process-menu-item {
    width: 80%;
    border-top-color: #1e1d1d;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .process-menu-item-label {
    width: auto;
    height: auto;
    font-size: 22px;
    line-height: 1;
  }

  .process-content-wrapper {
    width: 60%;
    padding: 15.7rem 1rem 1rem;
  }

  .process-content-row {
    padding-top: 1rem;
  }

  .process-content {
    font-size: 1.5em;
  }

  .underline-img {
    width: 80%;
    margin-left: 0;
  }

  .process-menu-item-text {
    padding-left: 25px;
    font-size: 22px;
    font-weight: 600;
  }

  .circle-number {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .process-img._1 {
    height: 375px;
  }

  .process-img._2 {
    height: 375px;
    background-image: url('../images/Datenvisualisierung-by-Klaudia-Schmitz.png');
  }

  .process-img._3 {
    height: 375px;
    background-image: url('../images/Psychogeografische-Annäherung-Klaudia-Schmitz.png');
  }

  .process-img._4 {
    height: 375px;
    background-image: url('../images/GG-by-Klaudia-Schmitz-and-Bianca-Schill.png');
  }

  .process-img._5, .process-img._6 {
    height: 375px;
  }

  .body-home {
    cursor: auto;
  }

  .list-item {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 5em;
  }

  h2 {
    font-size: 3.8em;
  }

  h3 {
    font-size: 2em;
  }

  h4, h5, p, a {
    font-size: 14px;
  }

  .container {
    padding: 2em;
    font-size: 14px;
  }

  .section.cs-hero-section {
    flex-direction: column;
  }

  .paragraph.small {
    margin-bottom: 0;
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .grid-bottom.is-contact-wrapper {
    justify-content: flex-start;
    margin-top: 2em;
    margin-left: 0;
  }

  .navigation {
    padding-left: 2em;
    padding-right: 2em;
  }

  .menu-overlay {
    display: block;
  }

  .menu-item-wrapper.is-white {
    font-size: 2.7em;
  }

  .nav-link {
    font-size: 10px;
  }

  .menu-link-wrapper {
    display: block;
  }

  .grid-footer {
    height: 50%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 6em;
    display: flex;
  }

  .arrow-external-link {
    width: 2em;
  }

  .copyright {
    font-size: 1.3em;
  }

  .copyright.impressum {
    font-size: 18px;
  }

  .menu-contact-links {
    margin-top: auto;
    font-size: 4vw;
  }

  .arrow-menu-link, .menu-arrow-down {
    height: .6em;
  }

  .project-header-wrapper {
    flex-direction: column;
  }

  .cs-wrapper-home {
    margin-top: 6em;
  }

  .grid-about {
    flex-direction: column;
    display: flex;
  }

  .hero-subtext {
    font-size: 4em;
  }

  .marquee-text {
    font-size: 6em;
  }

  .brand {
    object-fit: fill;
    justify-content: space-around;
    display: flex;
  }

  .top-nav {
    display: block;
  }

  .nav-container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .menu-nav {
    display: block;
  }

  .menu-link-wrapper-2 {
    display: flex;
  }

  .nav-link-wrapper-2.home {
    display: block;
  }

  .hero-heading.is-bold {
    font-size: 4em;
  }

  .paragraph-11 {
    width: 80%;
    margin-top: 20px;
    font-size: 1.2em;
  }

  .process-title {
    font-size: 5em;
  }

  .process-menu-item {
    width: 80%;
  }

  .process-menu-item-label {
    font-size: 14px;
  }

  .process-content-subeading {
    font-size: 2.5em;
  }

  .process-content {
    font-size: 16px;
  }

  .process-menu-item-text {
    font-size: 1.2em;
  }

  .circle-number {
    width: 30px;
    height: 30px;
    margin-right: 18px;
  }

  .process-img._1, .process-img._2, .process-img._3, .process-img._4, .process-img._5, .process-img._6 {
    height: 180px;
  }

  .grid-content-wrapper {
    width: auto;
  }

  .sub-heading {
    font-size: 3em;
  }

  .list-item, .paragaph_link {
    font-size: 16px;
  }

  .impressum-title {
    font-size: 1.5em;
  }

  .impressum-paragraph {
    font-size: 16px;
  }

  .impressum-datenschutz-title {
    font-size: 3em;
  }

  .link-5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.8em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 1.5em;
  }

  .section.cs-hero-section {
    height: auto;
    padding-top: 100px;
  }

  .paragraph {
    color: #1e1d1d;
  }

  .rule {
    margin-bottom: 1em;
  }

  .nav-wrapper {
    height: 20px;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-wrapper {
    z-index: 1001;
    display: block;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .is-white {
    position: static;
  }

  .footer-links-wrapper {
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .navigation {
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .menu-overlay {
    padding: 50px 25px 100px;
    display: none;
    position: absolute;
  }

  .menu-item-wrapper.is-white.is-contact {
    font-size: 10px;
  }

  .menu-item-wrapper.is-contact {
    margin-top: auto;
  }

  .menu-item-wrapper.is-contact.is-white {
    width: 45%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .menu-item {
    overflow: hidden;
  }

  .menu-links-wrapper {
    height: 70%;
    justify-content: flex-start;
    margin-top: 75px;
  }

  .nav-link-wrapper {
    display: none;
  }

  .nav-link.w--current {
    padding-right: 0;
  }

  .menu-link-wrapper {
    width: 50px;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-is-75 {
    width: 100%;
  }

  .grid-footer {
    padding-top: 4em;
  }

  .copyright.impressum {
    margin-bottom: 0;
    font-size: 18px;
  }

  .copyright.impressum.contact-mobile {
    display: none;
  }

  .menu-item-text {
    font-size: 1em;
  }

  .home-link-wrapper {
    z-index: 1000;
    display: block;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .lottie-menu {
    width: 25px;
  }

  .menu-contact-links {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .grid-about-2column {
    flex-direction: column;
    display: flex;
  }

  .project-wrapper {
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .project-header-wrapper {
    flex-direction: column;
  }

  .cs-wrapper-home {
    margin-top: 0;
  }

  .photo-50-50, .photo-50-50.top, .grid-about {
    flex-direction: column;
  }

  .cursor {
    display: none;
  }

  .hero-subtext {
    margin-top: -7px;
    font-size: 4em;
  }

  .marquee-text {
    font-size: 10em;
  }

  .brand {
    padding-left: 0;
  }

  .top-nav {
    display: block;
  }

  .nav-container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .menu-nav {
    display: block;
  }

  .hero-heading.is-bold {
    letter-spacing: -.05em;
    font-size: 4.3em;
    font-weight: 700;
  }

  .paragraph-11 {
    width: 80%;
    font-size: 1.2em;
  }

  .process-container {
    display: block;
  }

  .process-menu-wrapper {
    position: static;
  }

  .process-title {
    font-size: 8em;
  }

  .process-menu {
    display: none;
  }

  .process-content-wrapper {
    width: auto;
    padding-top: 90px;
  }

  .process-content-subeading {
    font-size: 3em;
  }

  .underline-img {
    width: 100%;
  }

  .circle-number {
    display: none;
  }

  .process-img._1, .process-img._2, .process-img._3, .process-img._4, .process-img._5, .process-img._6 {
    height: 260px;
  }

  .list-item {
    margin-left: 10px;
  }

  .impressum-title {
    font-size: 1.5em;
  }

  .impressum-paragraph {
    font-size: 16px;
  }

  .impressum-datenschutz-title {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.4em;
    line-height: 1.3;
  }

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

  .container.is-footer {
    height: auto;
  }

  .section.home-hero-top {
    height: 100vh;
    align-items: flex-end;
    padding-top: 45%;
  }

  .footer-links-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 1em;
    display: flex;
  }

  .navigation {
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu-overlay {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .menu-item-wrapper.is-white {
    font-size: 2em;
  }

  .menu-item {
    font-size: 1em;
  }

  .menu-item.with-arrow {
    font-size: 1.7em;
  }

  .nav-link.w--current {
    display: block;
  }

  .arrow-menu-contact {
    height: 1em;
  }

  .arrow-menu-link, .menu-arrow-down {
    height: .7em;
  }

  .project-wrapper {
    width: auto;
    flex-direction: column;
    padding-top: 2rem;
  }

  .line-3 {
    flex-direction: column;
    align-items: center;
    margin-top: 2em;
  }

  .grid-about {
    padding-top: 3rem;
  }

  .grid-home-hero {
    grid-template-columns: auto;
  }

  .hero-subtext {
    font-size: 2.8em;
  }

  .marquee-text {
    font-size: 38px;
  }

  .logo-wrapper {
    display: block;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .top-nav {
    display: block;
  }

  .nav-container {
    padding: 10px 4em;
  }

  .menu-nav {
    display: none;
  }

  .hero-heading.is-bold {
    font-size: 3em;
    font-weight: 500;
  }

  .paragraph-11 {
    width: auto;
  }

  .process-container {
    display: block;
  }

  .process-menu-wrapper {
    width: auto;
    height: auto;
    position: static;
  }

  .process-title {
    font-size: 11em;
    font-weight: 800;
    display: block;
  }

  .process-menu {
    padding-bottom: 80px;
    display: none;
  }

  .process-content-wrapper {
    width: auto;
    padding-top: 3rem;
  }

  .process-content-row {
    padding-bottom: 3rem;
  }

  .process-content-subeading {
    font-size: 5.5em;
  }

  .underline-img {
    width: 100%;
  }

  .circle-number {
    display: none;
  }

  .process-img._1, .process-img._2, .process-img._3, .process-img._4, .process-img._5, .process-img._6 {
    height: 140px;
  }

  .title-wrapper {
    width: auto;
  }

  .sub-heading {
    border-bottom-style: none;
    margin-bottom: 2rem;
    font-size: 6em;
  }

  .list-item {
    list-style: disc;
  }

  .impressum-title {
    font-size: 1.5em;
  }

  .impressum-paragraph {
    font-size: 16px;
  }

  .impressum-datenschutz-title {
    font-size: 3em;
  }
}

#w-node-_208495ed-8008-1db8-fa97-cffeb5200504-b8d0f3ae, #w-node-fa35cd03-2030-8081-8525-d0f2cf4f6cfe-b8d0f3ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


