.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: #e0e5ec;
  letter-spacing: -.3px;
  background-color: #e0e5ec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  display: flex;
}

h1 {
  color: #2a2726;
  letter-spacing: -4.8px;
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 7.2em;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #2a2726;
  letter-spacing: -4px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 6.2em;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  color: #2a2726;
  letter-spacing: -2.4px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 4.8em;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  color: #2a2726;
  letter-spacing: -2px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1em;
}

h5 {
  color: #2a2726;
  letter-spacing: -1.6px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1em;
}

h6 {
  color: #2a2726;
  letter-spacing: -.8px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

p {
  color: #2a2726;
  letter-spacing: -.3px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
}

a {
  color: #e0e5ec;
  letter-spacing: 0;
  font-family: Manrope, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

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

blockquote {
  color: #2a2726;
  letter-spacing: -.4px;
  border: 1px #000;
  border-left: 1px solid #2a2726;
  margin-bottom: 10px;
  padding: 8px 16px;
  font-family: Manrope, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
}

.nav-section {
  z-index: 50;
  width: 100%;
  height: 50px;
  background-color: #e0e5ec;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: none;
}

.closed-nav-wrapper {
  width: 100%;
  height: 50px;
  max-width: none;
  background-color: rgba(224, 229, 236, .67);
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  overflow: visible;
}

.menu-button {
  width: 75px;
  height: 24px;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-button.opened {
  color: #e0e5ec;
  cursor: pointer;
  color: #e0e5ec;
  cursor: pointer;
  align-items: flex-end;
}

.text-menu-button {
  color: #2a2726;
  letter-spacing: -.6px;
  margin-bottom: 0;
  margin-right: 6px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.text-menu-button.light {
  color: #e0e5ec;
  margin-top: 0;
  font-size: 1.6vw;
  line-height: 1;
}

.icon-menu-open {
  width: 16px;
}

.icon-menu-open.close {
  width: 1.6vw;
}

.image {
  width: 100px;
  height: 100px;
  max-width: 80%;
  text-align: left;
  flex: 1;
}

.logo-container {
  width: auto;
}

.shape-middle-container {
  width: auto;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.menu-button-container {
  width: auto;
  justify-content: flex-end;
  display: flex;
}

.logo-nav {
  max-width: 50%;
  display: inline-block;
}

.hero-section {
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.hero-section.about-page {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
  padding-bottom: 80px;
}

.hero-section.projects {
  width: 100%;
  height: 80vh;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
}

.hero-section.project-template {
  z-index: 0;
  width: 100%;
  height: 75vh;
  background-image: url('../images/_DSC7675.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
}

.hero-section.project-template.benrather-karee {
  background-image: url('../images/7F2F14DB-8011-4600-B539-8B77915C9AEF_1_201_a.jpeg');
}

.hero-section.project-template.ruhrtower-essen {
  background-image: url('../images/haupteingang_webflow.png');
  background-position: 50% 75%;
  margin-top: auto;
}

.hero-section.blog, .hero-section._100-container {
  width: 100%;
}

.hero-section._404 {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  margin-top: 0;
}

.hero-section.team-member {
  width: 100%;
  margin-bottom: 120px;
}

.hero-wrapper {
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.hero-subtitle {
  width: 30%;
  letter-spacing: 0;
}

.button-container {
  z-index: 21;
  max-width: 1280px;
  position: relative;
}

.hero-img-section {
  width: 100%;
  height: 640px;
  perspective-origin: 0%;
  transform-origin: 0%;
  margin-bottom: 140px;
  padding-top: 60px;
  padding-left: 60px;
  position: relative;
  overflow: hidden;
}

.latest-projects-section {
  width: 100%;
  height: auto;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.split-title-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 48px;
}

.split-title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.split-title-2 {
  perspective-origin: 100%;
  transform-origin: 100%;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.latest-projects-list {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.projects-list-wrapper {
  width: 100%;
}

.project-list {
  width: 100%;
  display: flex;
}

.project-item {
  width: 33.33%;
  height: 560px;
  flex: none;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.project-item-container {
  width: auto;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.content-project-item {
  background-image: linear-gradient(rgba(42, 39, 38, 0), rgba(42, 39, 38, .6) 43%, #2a2726);
  justify-content: space-between;
  align-items: center;
  padding: 42px 16px 24px;
  display: flex;
}

.name-services {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.project-list-item {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  letter-spacing: -.6px;
  text-transform: none;
  border: 1px #000;
  outline: 3px #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.project-list-item.year {
  text-decoration: none;
}

.project-list-item.separator {
  text-transform: none;
  margin-left: 4px;
  margin-right: 4px;
}

.services-list {
  text-decoration: none;
  display: flex;
}

.service-item {
  color: rgba(255, 255, 255, .6);
  text-align: left;
  letter-spacing: 0;
  margin-right: 2px;
  font-size: .8em;
  line-height: 1.2em;
  text-decoration: none;
  position: static;
  overflow: visible;
}

.service-item._80-opacity {
  color: rgba(247, 221, 205, .8);
}

.project-name {
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.square-button-light {
  width: 40px;
  height: 40px;
  background-color: rgba(241, 242, 245, .06);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-left: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-arrow-diag {
  width: 16px;
}

.icon-arrow-diag._24px {
  width: 24px;
}

.center {
  text-align: center;
}

.button-text {
  z-index: 10;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.oval-button {
  width: 80px;
  height: 80px;
  color: #e0e5ec;
  border: 1px solid #2a2726;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oval-button.small {
  width: 48px;
  height: 48px;
}

.overlay-button-hover {
  width: 80px;
  height: 80px;
  color: #2a2726;
  background-color: #2a2726;
  border-radius: 100px;
  position: absolute;
}

.overlay-button-hover.rectangle {
  width: 100%;
  height: 1px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-button-hover.small {
  width: 48px;
  height: 48px;
}

.mission-section {
  width: 100vw;
  height: auto;
  -webkit-text-fill-color: inherit;
  background-color: #190d09;
  background-image: url('../images/Ruhrtower_ganz_cover.png'), url('../images/Ruhrtower_ganz_webflow.png');
  background-position: 100% 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-clip: border-box;
  margin-bottom: -10px;
  padding: 200px 60px 100px;
}

.mission-wrapper {
  max-width: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.light {
  color: #e0e5ec;
  margin-top: 4px;
}

.light._80-contain {
  width: 80%;
}

.heading-mission {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 5.4vw;
  line-height: 1.1em;
  display: inline-block;
}

.heading-mission.blue {
  color: #fff;
}

.text-img-container {
  perspective-origin: 0%;
  transform-origin: 0%;
  align-items: flex-end;
  display: flex;
}

.text-img-container.projects {
  width: 100%;
}

.text-img-container.projects.margin-top {
  margin-top: 40px;
  margin-bottom: 80px;
}

.wrapped-image-1 {
  width: 5vw;
  height: 5vw;
  border-radius: 80px;
  margin-bottom: -8px;
  margin-left: 12px;
  margin-right: -50px;
  padding-top: 0;
}

.wrapped-image-2 {
  width: 5vw;
  perspective-origin: 50%;
  transform-origin: 50%;
  margin-right: 16px;
}

.spacer {
  width: 100%;
  height: 200px;
}

.spacer._80px {
  width: 100%;
  height: 80px;
}

.spacer._48px {
  height: 30px;
}

.spacer._100px {
  height: 100px;
}

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

.team-mainspring-wrapper {
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mainspring-img-column {
  color: #e0e5ec;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e0e5ec;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.mainspring-container {
  border: 1px solid #e0e5ec;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.column {
  display: flex;
}

.column.mainspring {
  margin-left: 0;
  margin-right: 0;
}

.column.team {
  width: auto;
  margin-top: -1px;
  margin-left: 0;
  margin-right: 0;
}

.overline-text {
  color: rgba(247, 221, 205, .6);
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1;
}

.overline-text.dark {
  color: rgba(42, 39, 38, .6);
}

.overline-text.small {
  color: #f7ddcd;
  font-size: .75em;
}

.heading-4-light {
  outline-offset: 0px;
  color: #e0e5ec;
  text-align: center;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 20px;
  outline: 3px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  align-items: stretch;
  margin: 0 44px 55px 42px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 3.2em;
  display: flex;
}

.team-img-container {
  border: 1px solid #e0e5ec;
  padding-left: 0;
  padding-right: 0;
}

.team-container {
  border: 1px solid #e0e5ec;
  flex-direction: column;
  justify-content: center;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.services-section {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  padding: 80px 60px 140px;
  display: flex;
}

.service-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-l {
  font-size: 1.25em;
  line-height: 1.4em;
}

.paragraph-l.opacity-80 {
  width: 50%;
  color: rgba(42, 39, 38, .8);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.paragraph-l.opacity-80._100-container {
  width: 100%;
}

.paragraph-l.light._80-opacity {
  color: rgba(255, 255, 255, .64);
  margin-bottom: 0;
}

.paragraph-l.light.semi-bold {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2em;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 72px;
}

.no-margins.margin-right {
  width: 40%;
}

.service-number {
  width: 10%;
}

.content-service-item {
  align-items: center;
  display: flex;
}

._1px-line {
  width: 100%;
  height: 1px;
  background-color: #2a2726;
  margin-top: 48px;
}

._1px-line.opacity-24 {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: rgba(42, 39, 38, .24);
}

._1px-line.hover-interaction {
  width: 0%;
  perspective-origin: 0%;
  transform-origin: 0%;
  margin-top: 0;
}

._1px-line.no-margin {
  margin-top: 0;
}

._1px-line._80px-top {
  margin-top: 80px;
}

._1px-line._32px {
  margin-top: 50px;
  margin-bottom: -50px;
}

._1px-line.margin-top-bottom {
  margin-top: 60px;
  margin-bottom: 60px;
}

.light-overlay {
  height: auto;
  background-color: #e0e5ec;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.light-overlay.dark {
  width: 100%;
  height: 0%;
  background-color: #2a2726;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.light-overlay.menu {
  z-index: 1;
  color: #e0e5ec;
  background-color: #e0e5ec;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.icon-arrow-diag-hover {
  z-index: 4;
  width: 16px;
  height: 16px;
  opacity: 0;
  position: absolute;
}

.icon-arrow-diag-hover._24px {
  width: 45px;
  height: 24px;
}

.blog-section {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding: 60px;
  display: flex;
}

.container-post-infos {
  width: 80%;
  padding-right: 0;
}

.wrapper-post-info {
  width: 100%;
  background-image: linear-gradient(rgba(42, 39, 38, 0), rgba(42, 39, 38, .75) 50%, #2a2726);
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.blog-post-item-large {
  min-height: 568px;
  align-items: flex-end;
  display: flex;
}

.blog-posts-container {
  max-width: 100%;
}

.blog-post-item-small {
  height: 268px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: contain;
  align-items: flex-end;
  margin-bottom: 28px;
  display: flex;
}

.multi-post-column {
  min-height: 568px;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 14px;
  padding-right: 0;
}

.single-post-column {
  padding-left: 0;
  padding-right: 14px;
}

.blog-posts-columns {
  margin-left: 0;
  margin-right: 0;
}

.text-button {
  padding: 12px 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-button-container {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.contact-section {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 180px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.contact-info-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.left-content {
  width: 80%;
  flex-direction: column;
  display: flex;
}

.square-button-dark {
  width: 60px;
  height: 60px;
  border: 1px solid #2a2726;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-item-wrapper {
  width: 100%;
  cursor: pointer;
}

.footer {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.footer-wrapper {
  max-width: 100%;
}

.footer-columns {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 8px;
  display: flex;
}

.footer-column-1 {
  border: 1px solid #2a2726;
  padding: 48px 36px;
}

.footer-text {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: .8125em;
  line-height: 1.6em;
}

.footer-column-2 {
  border: 1px solid #2a2726;
  padding: 40px 36px 48px 48px;
  left: -1px;
}

.link-container {
  margin-top: 20px;
  display: flex;
}

.footer-links {
  flex-direction: column;
  display: flex;
}

.footer-links._2 {
  margin-left: 60px;
}

.footer-nav-item {
  opacity: .6;
  color: #2a2726;
  letter-spacing: 0;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-nav-item:hover, .footer-nav-item.w--current {
  opacity: 1;
  color: #2a2726;
}

.footer-nav-item.margin-top {
  margin-top: 16px;
  transition: opacity .2s;
}

.footer-column-3 {
  border: 1px solid #2a2726;
  padding: 40px 36px 48px 48px;
  left: -2px;
}

.sub-footer {
  width: 100%;
  height: 48px;
  background-color: #2a2726;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.back-to-top-link {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.back-to-top {
  color: #e0e5ec;
  letter-spacing: 0;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.body-default {
  background-color: #e0e5ec;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.latest-projects-wrapper {
  width: 100%;
}

.arrow-down {
  width: 32px;
}

.arrow-down.hover-interaction {
  z-index: 10;
  opacity: 0;
  position: absolute;
}

.arrow-down.hover-interaction._24px {
  width: 45px;
}

.arrow-down.hover-interaction.small, .arrow-down.default.small {
  width: 20px;
}

.arrow-down._24px {
  width: 24px;
}

.hero-section-title {
  height: 250px;
  margin-top: -30px;
  font-family: Manrope, sans-serif;
  overflow: hidden;
}

.img-hero-absolute {
  z-index: -1;
  background-image: url('../images/44A16C5D-DAFE-4A08-BC51-DE15D607E9F6_1_201_a.jpeg'), url('../images/archie-img-hero.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-white {
  z-index: 20;
  background-color: #e0e5ec;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.opened-nav-wrapper {
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: #5fb1e7;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-items-container {
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.secondary-items-container {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 6vh;
  padding-left: 60px;
  display: flex;
}

.nav-item {
  width: 100%;
  color: #e0e5ec;
  border: 0 #000;
  border-right-color: #f7ddcd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3vh;
  padding-bottom: 3vh;
  padding-left: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-item.w--current {
  color: #e0e5ec;
  justify-content: flex-start;
  padding-top: 3vh;
  padding-bottom: 3vh;
  text-decoration: none;
}

.nav-item-style {
  z-index: 2;
  color: #e0e5ec;
  text-align: left;
  letter-spacing: -3px;
  align-items: stretch;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
}

.nav-item-style:hover, .nav-item-style:active, .nav-item-style:focus {
  color: #e0e5ec;
}

.close-button-container {
  justify-content: flex-end;
  display: flex;
}

.logo-text-container {
  max-width: 250px;
  color: #e0e5ec;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.links-container {
  display: flex;
}

.left-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-links {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 80px;
  display: flex;
}

.secondary-nav-item-style {
  opacity: 1;
  color: #e0e5ec;
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .2s;
}

.secondary-nav-item-style:hover {
  opacity: .6;
}

.secondary-nav-item-style.margin-top {
  margin-top: 16px;
  font-style: normal;
  text-decoration: none;
}

.link-cms-items {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-down-only {
  width: 150px;
  margin-top: -201px;
  margin-bottom: 0;
  padding-top: 0;
}

.arrow-down-only.about-page {
  width: 36px;
}

.arrow-down-only._64px {
  width: 64px;
}

.no-margin-top {
  font-family: Manrope, sans-serif;
}

.left {
  text-align: left;
}

.no-margin.heading-1 {
  perspective-origin: 0%;
  transform-origin: 0%;
  margin-top: 0;
}

.wrapped-img {
  transform-origin: 0%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  display: inline-block;
}

.img-about-hero {
  width: 60px;
  margin-bottom: 6px;
  margin-left: 16px;
}

.heading-text-wrapper {
  width: 100%;
  max-width: none;
  perspective-origin: 0%;
  transform-origin: 0%;
}

.about-texts-container {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 48px;
  display: flex;
}

.about-text {
  width: 30%;
}

.opacity-80 {
  opacity: .8;
  text-align: left;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.opacity-80.margin-bottom {
  margin-bottom: 48px;
}

.opacity-80.left {
  width: auto;
  align-items: flex-start;
}

.team-section {
  width: 100%;
  background-color: #2a2726;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.team-text-wrapper {
  width: 40%;
  height: 400px;
  flex-direction: column;
  padding-right: 4%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
}

.team-text-wrapper.no-sticky {
  display: none;
  position: static;
}

.team-members-wrapper {
  width: 60%;
}

.team-container-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-card {
  width: 100%;
  height: 440px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content-wrapper {
  background-image: linear-gradient(rgba(42, 39, 38, 0), #2a2726);
  padding: 16px;
}

.name-text-style {
  color: #f7ddcd;
  letter-spacing: -.5px;
  margin-bottom: 4px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.team-content-section {
  max-width: 1280px;
  display: flex;
}

.values-section {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  padding-top: 140px;
  padding-left: 60px;
  padding-right: 60px;
}

.values-wrapper {
  margin-top: 100px;
}

.value-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 48px;
  display: flex;
}

.value-item-img {
  margin-bottom: 4px;
}

.grid-container-values {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
}

.join-us-section {
  width: 100%;
  max-width: 1280px;
  margin-top: 180px;
  margin-bottom: 200px;
  padding-left: 60px;
  padding-right: 60px;
}

.join-us-wrapper {
  flex-direction: column;
  display: flex;
}

.join-us-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 36px;
  display: flex;
}

.join-us-text {
  letter-spacing: -.6px;
  margin-bottom: 0;
  margin-left: 60px;
  font-size: 2.25em;
  line-height: 1.2em;
}

.light.no-margin {
  perspective-origin: 0%;
  transform-origin: 0%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 24px;
}

.light.opacity-80 {
  margin-bottom: 0;
}

.light.opacity-80._4px-margin-right {
  margin-left: 4px;
}

.light.italic {
  font-family: Manrope, sans-serif;
  font-style: italic;
  line-height: 1.2em;
}

.heading-1-xl {
  perspective-origin: 0%;
  transform-origin: 0%;
  letter-spacing: -10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.5em;
}

.heading-1-xl.anchor-point-left {
  perspective-origin: 100%;
  transform-origin: 100%;
}

.img-container {
  width: 280px;
  height: 174px;
  background-image: url('../images/00B9C812-6203-4194-987D-0889E3FFDF0E_1_201_a.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  margin-bottom: 6px;
  margin-left: 36px;
}

.img-container.margin-right {
  background-image: url('../images/44A16C5D-DAFE-4A08-BC51-DE15D607E9F6_1_201_a.jpeg');
  margin-left: 0;
  margin-right: 36px;
}

.projects-section {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.project-collection-item {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 120px;
  display: flex;
}

.content-item-project {
  width: 50%;
  flex-direction: column;
  padding-top: 16px;
  padding-right: 10%;
  display: flex;
}

.image-item-project {
  z-index: 0;
  width: 36vw;
  height: 36vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.image-item-project.absolute {
  z-index: 0;
  filter: grayscale();
  background-color: #2a2726;
  background-image: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(8deg);
  box-shadow: 0 20px 48px rgba(42, 39, 38, .16);
}

.img-container-project-item {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-6-no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.project-item-wrapper {
  width: 100%;
  display: flex;
}

.text-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.title-container {
  width: 50%;
}

.description-container {
  width: 50%;
  padding-left: 24px;
}

.light.no-margin {
  perspective-origin: 0%;
  transform-origin: 0%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 24px;
}

.absolute-gradient {
  height: 24vw;
  background-image: linear-gradient(rgba(42, 39, 38, 0), #2a2726);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-infos-section {
  width: 100%;
  color: #9e9896;
  background-color: #79a2b4;
  justify-content: center;
  padding: 100px 60px;
  display: flex;
}

.project-infos-section.beige {
  color: #e45627;
  background-color: #adadad;
}

.project-infos-section.dark-blue {
  color: #f1e6e2;
  background-color: #134361;
}

.project-infos-section.grey {
  background-color: #134361;
}

.project-infos-section.dark-blue.beige {
  color: #f7ddcd;
  background-color: #bda494;
}

.project-infos-section.neuefarbe {
  background-color: #04f324;
}

.project-infos-wrapper {
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.infos-container {
  width: 50%;
  padding-right: 48px;
}

.infos-container.padding-left {
  padding-left: 48px;
  padding-right: 0;
}

.infos-item {
  margin-top: 48px;
}

.infos-item.no-margin-top {
  margin-top: 0;
}

.light.opacity-80 {
  margin-bottom: 0;
}

.light.opacity-80._4px-margin-right {
  margin-left: 4px;
}

.services-list-container {
  display: flex;
}

.project-photos-section {
  width: 100%;
  max-width: 1280px;
  color: #4b4644;
  flex-direction: column;
  padding: 100px 60px 140px;
  display: flex;
  position: relative;
}

.sticky-heading {
  text-align: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 50px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.sticky-heading-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
}

.img-project-item {
  width: 150vw;
  height: 50vh;
  background-image: url('../images/1F18E065-87CA-4633-B9DA-7ADCD00D4434_1_201_a.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 4px;
  margin-right: 0;
}

.img-project-item.picture2 {
  width: 150vw;
  height: 50vh;
  background-image: url('../images/B0FA57B0-CF40-4DD7-8793-25D7C692750B_1_201_a.jpeg');
  background-position: 50%;
}

.img-project-item.picture4 {
  height: 50vh;
  background-image: url('../images/_DSC8085.jpg');
}

.img-project-item.left-50, .img-project-item.left-40 {
  height: 600px;
}

.img-project-item.picture1 {
  background-image: url('../images/_DSC7675.jpg');
  background-position: 50% 25%;
}

.container-img-project {
  z-index: 1;
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container-img-project.left-60 {
  width: 100%;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  margin-top: 100px;
}

.container-img-project.center {
  flex-direction: row;
  align-self: center;
  margin-top: 100px;
}

.container-img-project.center-xl {
  width: 100%;
  align-self: center;
  margin-top: 100px;
}

.container-img-project.left-50 {
  width: 50%;
  margin-top: 100px;
}

.container-img-project.left-40 {
  width: 40%;
  align-self: flex-end;
}

.testimonial-section {
  width: 100%;
  color: #962500;
  background-color: #000;
  margin-bottom: 160px;
  padding: 80px 60px;
}

.testimonial-wrapper {
  max-width: 1280px;
  align-items: center;
  display: flex;
}

.text-testimonial-container {
  width: 50%;
  padding-right: 36px;
}

.light.italic {
  font-family: Manrope, sans-serif;
  font-style: italic;
  line-height: 1.2em;
}

.photo-testimonial {
  width: 46px;
  height: 46px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 200px;
  display: flex;
}

.wrapper-person-testimonial {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.wrapper-name {
  margin-left: 12px;
}

.img-testimonial-container {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.img-testimonial {
  width: 550px;
}

.container-1280px {
  width: 1100px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.fixed-div {
  z-index: 1000;
  height: auto;
  max-width: 1280px;
  align-self: flex-start;
  margin-top: 120px;
  margin-left: 60px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-blog-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.hero-blog-wrapper.category-page {
  margin-bottom: 60px;
}

.posts-categories-wrapper {
  margin-top: 8px;
  display: flex;
}

.categories-label {
  margin-right: 60px;
}

.overline {
  font-weight: 500;
  line-height: 18px;
}

.overline.small {
  color: rgba(42, 39, 38, .8);
  letter-spacing: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
}

.overline.small.margin-left-right {
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
}

.overline.small.no-margin {
  margin-bottom: 0;
}

.blog-posts-section {
  width: 100%;
  max-width: 1280px;
  padding-left: 60px;
  padding-right: 60px;
}

.blog-posts-section.blog-post {
  margin-bottom: 120px;
}

.blog-post-item {
  flex-direction: column;
  display: flex;
}

.blog-post-img-thumbnail {
  width: 260px;
  height: 260px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.general-infos-container {
  align-items: flex-start;
  margin-bottom: 4px;
  display: flex;
}

.margins {
  margin-top: 12px;
  margin-bottom: 24px;
}

.blog-post-infos {
  width: 75%;
  align-self: center;
  padding-left: 24px;
}

.blog-post-container {
  display: flex;
}

.next {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-radius: 0;
  align-self: flex-end;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pagination {
  margin-bottom: 120px;
}

.previous {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  position: relative;
}

.hypertext-posts-categories {
  transition: opacity .2s;
}

.hypertext-posts-categories:hover {
  opacity: .6;
}

.blog-post-section {
  width: auto;
  max-width: 1280px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.title-abstract-wrapper {
  margin-top: 24px;
}

.heading-1-blog-post {
  letter-spacing: -3px;
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 3em;
}

.blog-post-content {
  width: 720px;
}

.closed-nav-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styleguide-hero {
  width: 100%;
  max-width: 1280px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.styleguide-section {
  width: 100%;
  max-width: 1280px;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.styleguide-button-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.horizontal-spacer {
  width: 48px;
}

.horizontal-spacer._24px {
  width: 24px;
}

.color-palette-container {
  justify-content: space-between;
  display: flex;
}

.color-item {
  width: 48%;
}

.color {
  height: 320px;
  background-color: #f7ddcd;
  border: 1px solid #2a2726;
  border-radius: 1px;
  margin-bottom: 12px;
}

.color.dark {
  background-color: #2a2726;
}

.typefaces-container {
  justify-content: space-between;
  display: flex;
}

.typeface-item {
  width: 45%;
  margin-top: 32px;
}

.typeface-name {
  margin-bottom: 8px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

.typeface-name.manrope {
  font-family: Manrope, sans-serif;
}

.typeface-demo {
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  line-height: 1.6em;
}

.typeface-demo._2 {
  margin-top: 8px;
}

.typeface-demo.manrope {
  font-family: Manrope, sans-serif;
}

.shape-absolute {
  width: 120px;
  margin-top: 20px;
  margin-right: 60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.wrapper {
  width: 100%;
  margin-bottom: 120px;
}

.container-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.text {
  text-align: center;
  margin-bottom: 48px;
}

.heading-2-centered {
  text-align: center;
}

.webflow-credit {
  margin-bottom: 5px;
  margin-right: 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-light {
  color: #e0e5ec;
}

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

.top-content-container {
  height: auto;
  color: #e0e5ec;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 3vh 60px;
  display: flex;
}

.logo-opened-nav {
  width: 7vw;
}

.divider-line {
  z-index: 25;
  width: 100%;
  height: 1px;
  background-color: #e0e5ec;
  position: relative;
}

.team-member-img-wrapper {
  width: 24em;
  height: 32em;
}

.team-member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member-cms-wrapper {
  width: 100%;
}

.col-team-member-img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-team-member-content {
  padding-left: 0;
  padding-right: 0;
}

.italic-text {
  padding-left: 0;
}

.image-2 {
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  width: 100px;
  height: 100px;
}

.image-4 {
  width: auto;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  margin-top: 10px;
}

.text-block-5.paragraph-l {
  display: block;
}

.verantwortlichen, .text-block-6, .text-block-7 {
  margin-top: 10px;
}

.list-item {
  margin-top: 20px;
}

.text-block-8 {
  margin-top: 0;
}

.text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  margin-top: 10px;
}

.list {
  margin-top: -5px;
}

.text-block-15, .text-block-16 {
  margin-top: 10px;
}

.list-2 {
  color: #2a2726;
  margin-top: 25px;
  margin-left: 0;
  padding-left: 30px;
}

.list-item-2 {
  margin-top: 10px;
}

.list-item-3 {
  list-style-type: disc;
  display: block;
}

.paragraph, .paragraph-2, .paragraph-3 {
  margin-top: -10px;
}

.heading-2 {
  margin-bottom: 25px;
}

.paragraph-4 {
  margin-top: -10px;
}

.heading-3 {
  margin-top: 25px;
}

.paragraph-5 {
  margin-top: -10px;
}

.paragraph-6 {
  font-style: normal;
}

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

.paragraph-7 {
  margin-top: 0;
}

.paragraph-8 {
  margin-top: -10px;
}

.heading-5 {
  margin-top: 25px;
}

.heading-6 {
  margin-top: 0;
}

.link {
  color: #2a2726;
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-block;
  position: static;
}

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

.link-2 {
  color: #2a2726;
  margin-left: 0;
}

.text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27 {
  color: #000;
}

.list-3 {
  color: #2a2726;
  padding-left: 30px;
}

.list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
  color: #000;
}

.list-item-10, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13 {
  color: #2a2726;
}

.image-6 {
  margin-left: -72px;
  padding-left: 0;
}

.image-7 {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.image-8 {
  color: #e0e5ec;
  border: 1px solid rgba(0, 0, 0, 0);
}

.list-item-11, .link-14 {
  color: #2a2726;
}

.container {
  height: 100vh;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-projects {
  width: 100vw;
  max-width: 1200px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.projects-listitem {
  width: 33.3%;
  height: 590px;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 100px;
}

.heading-7 {
  font-family: Manrope, sans-serif;
}

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

.line {
  width: 20vw;
  height: 1px;
  background-color: #000;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  height: auto;
  margin-top: 35px;
  margin-bottom: 20%;
}

.projects-container {
  width: 95%;
  height: 590px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/viktor-dom.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  box-shadow: 7px 7px 10px -4px #000;
}

.projects-container.benrather-karee {
  background-image: url('../images/karee.svg');
  background-position: 50%;
}

.projects-container.ruhrtower-essen {
  background-image: url('../images/Ruhrtower_ganz_webflow.png');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: cover;
}

.heading-9 {
  color: #fff;
  margin-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.3em;
}

.heading-11 {
  color: #fff;
  margin-left: 12px;
  font-family: Manrope, sans-serif;
  font-size: 2.3em;
}

.image-10 {
  width: 4vw;
  height: 5vh;
  border: 1px solid #fff;
  margin-top: -68px;
  margin-left: 22px;
  margin-right: 10px;
  padding-left: 0;
}

.tag-wrapper {
  width: 40vw;
  justify-content: space-around;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4vh;
  display: flex;
}

.link-block.projects {
  color: rgba(0, 0, 0, 0);
}

.divider-line-2 {
  z-index: 25;
  width: 100%;
  height: 1px;
  background-color: #e0e5ec;
  position: relative;
}

.logo-text-container-2 {
  max-width: 250px;
  color: #e0e5ec;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.secondary-nav-item-style-2 {
  opacity: 1;
  color: #e0e5ec;
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .2s;
}

.secondary-nav-item-style-2:hover {
  opacity: .6;
}

.secondary-nav-item-style-2.margin-top {
  margin-top: 16px;
  font-style: normal;
  text-decoration: none;
}

.nav-section-2 {
  z-index: 50;
  width: 100%;
  height: 50px;
  background-color: #e0e5ec;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.top-content-container-2 {
  height: auto;
  color: #e0e5ec;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 3vh 60px;
  display: flex;
}

.text-menu-button-2 {
  color: #2a2726;
  letter-spacing: -.6px;
  margin-bottom: 0;
  margin-right: 6px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.text-menu-button-2.light {
  color: #e0e5ec;
  margin-top: 0;
  font-size: 1.6vw;
  line-height: 1;
}

.nav-item-style-2 {
  z-index: 2;
  color: #e0e5ec;
  text-align: left;
  letter-spacing: -3px;
  align-items: stretch;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
}

.nav-item-style-2:hover, .nav-item-style-2:active, .nav-item-style-2:focus {
  color: #e0e5ec;
}

.nav-item-2 {
  width: 100%;
  color: #e0e5ec;
  border: 0 #000;
  border-right-color: #f7ddcd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3vh;
  padding-bottom: 3vh;
  padding-left: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-item-2.w--current {
  color: #e0e5ec;
  justify-content: flex-start;
  padding-top: 3vh;
  padding-bottom: 3vh;
  text-decoration: none;
}

.light-overlay-2 {
  height: auto;
  background-color: #e0e5ec;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.light-overlay-2.menu {
  z-index: 1;
  color: #e0e5ec;
  background-color: #e0e5ec;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-section-3 {
  z-index: 50;
  width: 100%;
  height: 50px;
  background-color: #e0e5ec;
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.absolute-gradient-2 {
  height: 24vw;
  background-image: linear-gradient(rgba(42, 39, 38, 0), #2a2726);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.light-2 {
  color: #e0e5ec;
  margin-top: 4px;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  color: #e0e5ec;
}

.paragraph-14 {
  width: auto;
  margin-left: 15px;
}

.paragraph-14.bildinfo {
  width: 40vh;
  height: 15vh;
  text-align: center;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-15 {
  width: auto;
  margin-right: 15px;
}

.paragraph-15.bildinfo {
  width: 22vw;
  height: 15vh;
  text-align: center;
  border: 1px solid #000;
  align-items: center;
  display: flex;
}

.paragraph-16 {
  text-align: left;
  margin-left: 15px;
}

.paragraph-16.bildinfo {
  width: 22vw;
  height: 15vh;
  text-align: center;
  border: 1px solid #000;
  align-items: center;
  display: flex;
}

.paragraph-17 {
  margin-left: 15px;
}

.paragraph-17.bildinfo {
  width: 22vw;
  height: 15vh;
  text-align: center;
  border: 1px solid #000;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.div-block-14 {
  width: 75vw;
  height: 50vh;
  background-image: url('../images/1F18E065-87CA-4633-B9DA-7ADCD00D4434_1_201_a.jpeg');
  background-position: 50% 45%;
  background-size: 1500px;
}

.div-block-14.benrather-karee {
  background-image: url('../images/7F2F14DB-8011-4600-B539-8B77915C9AEF_1_201_a.jpeg');
}

.div-block-14.ruhrtower-essen {
  background-image: url('../images/Stütze_hinten_webflow.png');
  background-position: 50% 55%;
}

.div-block-15 {
  width: 75vw;
  height: 50vh;
  background-image: url('../images/_DSC7675.jpg');
  background-position: 0 25%;
  background-size: 1001px;
}

.div-block-15.benrather-karee {
  background-image: url('../images/5AEFC6DC-F9A0-40EF-A916-C1E38F623465_1_201_a.jpeg');
}

.div-block-15.ruhrtower-essen {
  background-image: url('../images/Ruhrtower_ganz_webflow.png');
  background-position: 50% 0;
}

.div-block-16 {
  width: 75vw;
  height: 50vh;
  background-image: url('../images/B0FA57B0-CF40-4DD7-8793-25D7C692750B_1_201_a.jpeg');
  background-position: 50% 35%;
  background-size: cover;
}

.div-block-16.benrather-karee {
  background-image: url('../images/44A16C5D-DAFE-4A08-BC51-DE15D607E9F6_1_201_a.jpeg');
}

.div-block-16.ruhrtower-essen {
  background-image: url('../images/stütze_vorne_webflow.png');
  background-position: 50% 65%;
}

.div-block-17 {
  width: 75vw;
  height: 50vh;
  background-image: url('../images/_DSC8085.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-17.ruhrtower-essen {
  background-image: url('../images/Telebelt.png');
  background-position: 50% 45%;
}

.section-2 {
  width: 100%;
  background-color: #000;
}

.heading-17 {
  color: #e0e5ec;
  font-family: Manrope, sans-serif;
  font-style: italic;
  line-height: 1.2em;
}

.paragraph-18 {
  color: #e0e5ec;
}

.div-block-18 {
  padding-left: 27px;
}

.heading-18 {
  color: #e0e5ec;
}

.heading-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-15 {
  color: #2a2726;
}

.link-block-8 {
  height: 10vh;
  background-color: #000;
  align-items: center;
  display: flex;
}

.image-24 {
  width: 100vw;
}

@media screen and (min-width: 1280px) {
  .hero-section.project-template {
    width: 100%;
    max-width: none;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button-container {
    width: 100%;
    max-width: 1160px;
  }

  .hero-img-section {
    justify-content: center;
    padding-right: 60px;
    display: flex;
  }

  .column.team {
    width: auto;
  }

  .heading-4-light {
    text-align: center;
  }

  .heading-1-xl {
    font-size: 15em;
  }

  .img-container {
    width: 320px;
  }

  .image-item-project {
    width: 468px;
    height: 468px;
  }

  .text-wrapper, .testimonial-wrapper {
    max-width: none;
  }

  .container-1280px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .fixed-div {
    width: 100%;
    max-width: 1160px;
    align-self: center;
    margin-left: 60px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .team-member-img-wrapper {
    width: 24em;
    height: 32em;
  }

  .team-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .projects-listitem {
    width: 33.33vw;
  }

  .line {
    margin-top: 235px;
  }

  .section {
    height: auto;
    margin-bottom: 18%;
  }

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

  .paragraph-14.bildinfo {
    text-align: center;
  }

  .paragraph-17.bildinfo {
    margin-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .nav-section {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .closed-nav-wrapper, .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.project-template {
    width: 100%;
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-subtitle {
    width: 25%;
  }

  .button-container {
    max-width: 1280px;
  }

  .latest-projects-section {
    padding-left: 0;
    padding-right: 0;
  }

  .project-item {
    height: 590px;
  }

  .heading-mission {
    font-size: 4.6em;
  }

  .wrapped-image-1 {
    width: 64px;
    height: auto;
  }

  .wrapped-image-2 {
    width: 64px;
  }

  .heading-4-light {
    text-align: center;
  }

  .team-img-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .services-section {
    padding-left: 0;
    padding-right: 0;
  }

  .service-item-wrapper {
    align-self: stretch;
    display: block;
  }

  .blog-section, .contact-section, .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-item-style {
    font-size: 5vw;
  }

  .values-section, .join-us-section {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper {
    max-width: 1280px;
  }

  .project-infos-wrapper {
    max-width: none;
  }

  .project-photos-section {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-section {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-1280px {
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-div {
    width: auto;
    max-width: none;
    margin-left: 6%;
    margin-right: 0%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .blog-posts-section {
    padding-left: 0;
    padding-right: 0;
  }

  .projects-listitem {
    width: 33.33vw;
    background-color: rgba(0, 0, 0, 0);
  }

  .line {
    margin-top: 360px;
    margin-bottom: 67px;
  }

  .section {
    height: auto;
    margin-top: 0;
    margin-bottom: 20vh;
  }

  .projects-container {
    width: 95%;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .tag-wrapper {
    align-items: flex-end;
    display: flex;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .nav-section-2 {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .nav-item-style-2 {
    font-size: 5vw;
  }

  .nav-section-3 {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .paragraph-15.bildinfo {
    justify-content: center;
  }

  .image-24 {
    background-color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .nav-section {
    display: none;
  }

  .closed-nav-wrapper {
    justify-content: center;
  }

  .text-menu-button.light {
    font-size: 1.6em;
  }

  .icon-menu-open.close {
    width: 1.6em;
  }

  .hero-section.project-template {
    height: 75vh;
  }

  .button-container {
    width: 1280px;
  }

  .hero-img-section {
    max-width: 1280px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mission-section {
    width: 100vw;
    max-width: 1280px;
    margin-top: 0;
  }

  .heading-mission {
    font-size: 4.8em;
    line-height: 1em;
  }

  .text-img-container {
    align-items: flex-end;
  }

  .wrapped-image-1 {
    width: 68px;
    height: 68px;
  }

  .wrapped-image-2 {
    width: 68px;
  }

  .mainspring-img-column {
    border-style: solid;
    flex: none;
  }

  .mainspring-container {
    align-items: center;
  }

  .column.mainspring {
    width: 100%;
  }

  .column.team {
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4-light {
    width: auto;
    height: auto;
    text-align: center;
    flex: 0 auto;
    justify-content: space-around;
    align-self: center;
    align-items: stretch;
    padding-left: 0;
  }

  .team-img-container {
    border-style: solid;
    flex: 0 auto;
  }

  .team-container {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .service-item-wrapper {
    align-self: stretch;
    display: block;
  }

  .content-service-item {
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .opened-nav-wrapper {
    align-items: center;
    display: none;
  }

  .nav-items-container {
    align-items: center;
  }

  .secondary-items-container {
    width: 100%;
    max-width: none;
    padding-left: 10vw;
  }

  .nav-item {
    max-width: none;
    padding-left: 10vw;
  }

  .secondary-nav-item-style {
    font-size: 1.2em;
  }

  .img-testimonial {
    width: 30vw;
  }

  .fixed-div {
    max-width: none;
    margin-left: 16%;
  }

  .top-content-container {
    width: 100%;
    max-width: none;
    padding-top: 48px;
    padding-bottom: 0;
    padding-left: 10vw;
  }

  .logo-opened-nav {
    width: 7em;
  }

  .image-7 {
    width: 100%;
  }

  .wrapper-projects {
    height: auto;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .projects-listitem {
    height: 590px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
  }

  .line {
    margin-top: 175px;
    margin-bottom: 0;
  }

  .section {
    height: auto;
    margin-top: 0;
    margin-bottom: 10vh;
    padding-bottom: 0;
  }

  .projects-container {
    width: 95%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/viktor-dom.svg');
    background-position: 0 0;
    background-size: cover;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
    box-shadow: 7px 7px 10px -4px #2a2726;
  }

  .projects-container.dom {
    background-image: url('../images/D5E0C5C2-9FC3-4350-9094-114104AB1B83_1_201_a.jpeg');
    background-position: 0 0;
    background-size: cover;
  }

  .image-9 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-3, .div-block-4, .div-block-5 {
    width: 100px;
    height: 100px;
  }

  .text-block-28 {
    width: 80px;
    color: #2a2726;
  }

  .heading-9 {
    width: 150px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 2.3em;
    text-decoration: none;
  }

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

  .heading-11 {
    width: 100px;
    height: auto;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 2.3em;
    text-decoration: none;
  }

  .div-block-6 {
    width: 25px;
    height: 2px;
    border: 3px solid #000;
    border-radius: 0;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 0;
    display: inline-block;
  }

  .div-block-7, .div-block-8 {
    width: 100px;
    height: 100px;
  }

  .div-block-9 {
    width: 50px;
    height: 50px;
  }

  .heading-12, .heading-13 {
    font-size: 2em;
  }

  .heading-14 {
    width: auto;
    height: auto;
    font-size: 2em;
  }

  .div-block-10, .div-block-11, .div-block-12 {
    width: 100px;
    height: 100px;
  }

  .heading-15 {
    font-size: 2em;
  }

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

  .image-10 {
    width: 1.5vw;
    height: 5vh;
    border: 1px solid #fff;
    display: inline-block;
  }

  .tag-wrapper {
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 4vh;
    text-decoration: none;
    display: flex;
  }

  .tag {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .tag.linkimage {
    width: auto;
    height: 10vh;
    border: 1px solid #fff;
    align-items: center;
    display: flex;
  }

  .link-block {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .link-block.projects {
    height: auto;
  }

  .secondary-nav-item-style-2 {
    font-size: 1.2em;
  }

  .nav-section-2 {
    display: flex;
  }

  .top-content-container-2 {
    width: 100%;
    max-width: none;
    padding-top: 48px;
    padding-bottom: 0;
    padding-left: 10vw;
  }

  .text-menu-button-2.light {
    font-size: 1.6em;
  }

  .nav-item-2 {
    max-width: none;
    padding-left: 10vw;
  }

  .nav-section-3 {
    display: flex;
  }

  .paragraph-14.bildinfo {
    width: 50vh;
    text-align: center;
    justify-content: center;
  }

  .paragraph-15.bildinfo {
    width: 20vw;
    justify-content: center;
  }

  .paragraph-16.bildinfo, .paragraph-17.bildinfo {
    width: 20vw;
  }

  .div-block-14.ruhrtower-essen {
    background-size: cover;
  }

  .div-block-15.ruhrtower-essen {
    background-image: url('../images/Ruhrtower-klein.png');
    background-size: cover;
  }

  .div-block-20 {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .banner {
    display: block;
  }
}

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

  h2 {
    font-size: 4.4em;
  }

  h3 {
    font-size: 3.8em;
  }

  h4 {
    font-size: 2.8em;
  }

  h5 {
    font-size: 2em;
  }

  .closed-nav-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .text-menu-button.light {
    font-size: 1.2em;
  }

  .icon-menu-open.close {
    width: 1.2em;
  }

  .hero-section {
    margin-top: 60px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .hero-section.projects {
    height: auto;
  }

  .hero-section.project-template {
    height: 50vh;
  }

  .hero-wrapper {
    padding-top: 0;
  }

  .hero-subtitle {
    width: 50%;
  }

  .hero-img-section {
    height: 520px;
    margin-bottom: 60px;
    padding-top: 48px;
    padding-left: 48px;
  }

  .latest-projects-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .split-title-1, .split-title-2 {
    font-size: 4.4em;
  }

  .project-item-container {
    text-decoration: none;
  }

  .content-project-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .name-services {
    margin-bottom: 16px;
  }

  .project-list-item.year, .project-list-item.separator {
    display: none;
  }

  .mission-section {
    padding-top: 140px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .spacer._48px {
    height: 30px;
  }

  .mainspring-container {
    padding-right: 7vw;
  }

  .column.team {
    width: auto;
  }

  .heading-4-light {
    width: auto;
    justify-content: center;
    align-items: stretch;
    margin-right: 9px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.2em;
    display: flex;
  }

  .team-img-container {
    padding-right: 6px;
  }

  .team-container {
    padding-right: 8vw;
  }

  .services-section {
    margin-top: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

  .paragraph-l.opacity-80 {
    padding-left: 0;
  }

  .paragraph-l.opacity-80._100-container {
    font-size: 1em;
    line-height: 1.4em;
  }

  .paragraph-l.light._80-opacity {
    width: 85vw;
  }

  .no-margins.margin-right {
    margin-left: 0;
    margin-right: 60px;
    padding-left: 0;
    font-size: 2.2em;
  }

  .blog-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .contact-section {
    margin-bottom: 140px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .contact-info-content {
    margin-bottom: -42px;
  }

  .square-button-dark {
    width: 48px;
    height: 48px;
  }

  .footer {
    justify-content: center;
    margin-top: 0;
  }

  .footer-column-1 {
    padding-left: 24px;
  }

  .footer-column-2 {
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .footer-links._2 {
    margin-left: 20px;
    padding-right: 0;
  }

  .footer-column-3 {
    padding-left: 24px;
  }

  .hero-section-title {
    height: 280px;
    font-size: 5.4em;
  }

  .nav-items-container {
    width: 100%;
    flex-direction: column;
  }

  .secondary-items-container {
    width: 100%;
    padding: 48px;
  }

  .nav-item {
    width: 100%;
    height: auto;
    border: 0 solid #f7ddcd;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
  }

  .nav-item-style {
    font-size: 5em;
    transform: rotate(0);
  }

  .logo-text-container {
    background-color: #e0e5ec;
  }

  .secondary-nav-item-style {
    font-size: 1em;
  }

  .arrow-down-only {
    width: 80px;
    height: 80px;
    margin-top: -144px;
  }

  .logo-footer {
    width: 140px;
  }

  .wrapped-img {
    font-size: 5.4em;
  }

  .img-about-hero {
    display: none;
  }

  .opacity-80.margin-bottom {
    margin-bottom: 24px;
  }

  .team-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .team-text-wrapper {
    width: 100%;
    height: auto;
    padding-right: 0%;
    display: none;
  }

  .team-text-wrapper.no-sticky {
    display: block;
  }

  .team-members-wrapper {
    width: 100%;
    margin-top: 32px;
  }

  .team-content-section {
    flex-direction: column;
  }

  .values-section {
    padding-top: 120px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .join-us-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .join-us-content {
    margin-left: 0;
  }

  .join-us-text {
    margin-left: 48px;
    font-size: 2em;
  }

  .join-us-shape {
    width: 240px;
  }

  .heading-1-xl {
    letter-spacing: -8px;
    font-size: 9em;
  }

  .img-container {
    width: 240px;
    height: 140px;
    margin-left: 24px;
  }

  .img-container.margin-right {
    margin-right: 24px;
  }

  .projects-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .content-item-project {
    padding-right: 8%;
  }

  .image-item-project.absolute {
    display: none;
  }

  .text-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-container {
    width: 100%;
    margin-bottom: 16px;
  }

  .description-container {
    width: 100%;
    padding-left: 0;
  }

  .absolute-gradient {
    height: 36vw;
  }

  .project-infos-section, .project-photos-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-img-project, .container-img-project.left-60, .container-img-project.center, .container-img-project.center-xl {
    width: 100%;
  }

  .container-img-project.left-50 {
    width: 65%;
  }

  .container-img-project.left-40 {
    width: 60%;
    margin-top: 100px;
  }

  .testimonial-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .testimonial-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-testimonial-container {
    margin-left: 35px;
  }

  .container-1280px {
    width: 775px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .fixed-div {
    margin-left: 48px;
  }

  .blog-posts-section, .blog-post-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .blog-post-content {
    width: auto;
  }

  .styleguide-hero, .styleguide-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .top-content-container {
    padding: 48px;
  }

  .logo-opened-nav {
    width: 100px;
  }

  .team-member-img-wrapper {
    height: 28em;
  }

  .team-member-cms-wrapper {
    flex-direction: column;
    display: flex;
  }

  .col-team-member-img {
    justify-content: flex-start;
    margin-bottom: 48px;
  }

  .col-team-member-content {
    order: 1;
  }

  .image-5 {
    z-index: 100;
    width: 15vw;
    height: 10vh;
    position: relative;
  }

  .container {
    height: 80vh;
    margin-top: 50px;
  }

  .projects-listitem {
    height: 500px;
    justify-content: space-around;
    align-items: center;
    margin-top: 63px;
    display: flex;
  }

  .line {
    margin-top: 130px;
  }

  .section {
    height: auto;
    margin-top: -60px;
    margin-bottom: 25%;
  }

  .projects-container {
    width: 30.5vw;
    height: 500px;
    margin-right: 0;
  }

  .heading-11 {
    display: none;
    overflow: visible;
  }

  .image-10 {
    width: 8vw;
    height: 6vh;
    margin-top: 0;
    margin-left: 0;
  }

  .tag-wrapper {
    width: 28vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-text-container-2 {
    background-color: #e0e5ec;
  }

  .secondary-nav-item-style-2 {
    font-size: 1em;
  }

  .top-content-container-2 {
    padding: 48px;
  }

  .text-menu-button-2.light {
    font-size: 1.2em;
  }

  .nav-item-style-2 {
    font-size: 5em;
    transform: rotate(0);
  }

  .nav-item-2 {
    width: 100%;
    height: auto;
    border: 0 solid #f7ddcd;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
  }

  .absolute-gradient-2 {
    height: 36vw;
  }

  .paragraph-14.bildinfo {
    width: 25vh;
    height: 20vh;
    text-align: center;
  }

  .paragraph-15.bildinfo {
    width: 25vw;
    height: 20vh;
  }

  .paragraph-16.bildinfo {
    width: 35vw;
    height: 20vh;
  }

  .paragraph-17.bildinfo {
    width: 30vw;
    height: 20vh;
  }

  .div-block-15 {
    background-position: 100% 25%;
  }

  .div-block-15.ruhrtower-essen {
    background-position: 50% 45%;
  }

  .section-2 {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .image-24:hover {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -3.6px;
    font-size: 4.4em;
  }

  h2 {
    letter-spacing: -3px;
    font-size: 3.2em;
  }

  h3 {
    font-size: 2.8em;
  }

  h4 {
    font-size: 2.4em;
  }

  h5 {
    font-size: 1.8em;
  }

  h6 {
    font-size: 1.4em;
  }

  .closed-nav-wrapper, .hero-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .hero-section.project-template {
    height: 50vh;
  }

  .hero-subtitle {
    width: 100%;
  }

  .hero-img-section {
    height: 420px;
    margin-bottom: 80px;
  }

  .latest-projects-section {
    margin-bottom: 110px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .split-title-1, .split-title-2 {
    font-size: 3.2em;
  }

  .project-list {
    flex-direction: column;
    align-items: center;
  }

  .project-item {
    width: 90%;
    margin-bottom: 24px;
  }

  .content-project-item {
    flex-direction: row;
    align-items: center;
  }

  .project-list-item.year, .project-list-item.separator {
    display: block;
  }

  .mission-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 120px;
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .light._80-contain.opacity-80 {
    width: 100%;
  }

  .heading-mission {
    letter-spacing: -1.6px;
    margin-bottom: 2.5px;
    font-size: 6vw;
  }

  .text-img-container.projects {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .wrapped-image-1 {
    margin-bottom: 2px;
    margin-left: 8px;
  }

  .wrapped-image-2 {
    margin-right: 8px;
  }

  .spacer._80px {
    height: 50px;
  }

  .mainspring-container {
    height: auto;
    border: 1px solid #e0e5ec;
    flex-direction: column;
    padding: 14vw 13vw;
  }

  .column.mainspring {
    flex-direction: column;
  }

  .column.team {
    width: 100%;
    flex-direction: column-reverse;
  }

  .team-img-container {
    border-left-style: solid;
    padding-right: 0;
  }

  .team-container {
    padding: 15vw;
  }

  .services-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .paragraph-l.opacity-80 {
    width: 100%;
    margin-top: 16px;
  }

  .no-margins.margin-right {
    width: 100%;
    margin-right: 0;
  }

  .content-service-item {
    flex-direction: column;
    align-items: flex-start;
  }

  ._1px-line._80px-top {
    margin-top: 48px;
  }

  .blog-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .blog-posts-container {
    flex-direction: column;
    display: flex;
  }

  .blog-post-item-small {
    margin-bottom: 24px;
  }

  .multi-post-column {
    padding-left: 0;
  }

  .single-post-column {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .contact-section {
    margin-bottom: 70px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer {
    padding: 60px 36px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-columns {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column-1 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer-column-2 {
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 48px;
    left: 0;
  }

  .footer-links._2 {
    margin-left: 60px;
  }

  .footer-column-3 {
    padding-left: 48px;
    left: 0;
  }

  .sub-footer {
    height: 5vh;
    flex-direction: column-reverse;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .back-to-top-link {
    align-items: center;
    margin-bottom: 4px;
  }

  .back-to-top {
    margin-bottom: 0;
    display: block;
  }

  .hero-section-title {
    height: 200px;
    letter-spacing: -3px;
    font-size: 4em;
  }

  .nav-items-container {
    width: 100%;
  }

  .secondary-items-container {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-item {
    padding-left: 36px;
  }

  .nav-item-style {
    letter-spacing: -2px;
    font-size: 4em;
  }

  .links-container {
    width: 100%;
    flex-direction: row;
  }

  .left-links {
    margin-bottom: 36px;
  }

  .arrow-down-only {
    width: 64px;
    height: 64px;
    margin-top: -123px;
  }

  .wrapped-img {
    letter-spacing: -3px;
    font-size: 4em;
  }

  .about-texts-container {
    flex-direction: column;
    margin-top: 80px;
  }

  .about-text {
    width: 100%;
    margin-bottom: 14px;
  }

  .team-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .team-container-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .team-member-card {
    width: 380px;
    height: 520px;
  }

  .values-section {
    padding-top: 80px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .values-wrapper {
    margin-top: 60px;
  }

  .grid-container-values {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .join-us-section {
    margin-top: 140px;
    margin-bottom: 160px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .join-us-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .join-us-text {
    margin-left: 0;
  }

  .join-us-shape {
    width: auto;
    margin-bottom: 16px;
  }

  .heading-1-xl {
    letter-spacing: -4.4px;
    font-size: 6em;
  }

  .img-container {
    display: none;
  }

  .projects-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .project-collection-item {
    margin-bottom: 48px;
  }

  .content-item-project {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0%;
  }

  .image-item-project {
    width: 100%;
    height: 380px;
    max-width: 380px;
  }

  .img-container-project-item {
    width: 100%;
    order: -1;
    align-items: center;
    margin-bottom: 12px;
  }

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

  .project-infos-section {
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .infos-container {
    width: 100%;
    padding-right: 0;
  }

  .infos-container.padding-left {
    margin-top: 48px;
    padding-left: 0;
  }

  .project-photos-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .img-project-item.picture4 {
    height: 360px;
  }

  .img-project-item.left-50, .img-project-item.left-40 {
    height: 420px;
  }

  .container-img-project {
    width: 100%;
    flex-direction: column;
  }

  .container-img-project.left-60 {
    width: 100%;
    flex-direction: column-reverse;
  }

  .container-img-project.center {
    width: 100%;
    flex-direction: column;
  }

  .container-img-project.center-xl {
    flex-direction: column-reverse;
  }

  .container-img-project.left-50 {
    width: 75%;
  }

  .container-img-project.left-40 {
    width: 70%;
  }

  .testimonial-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .testimonial-wrapper {
    flex-direction: column;
  }

  .text-testimonial-container {
    width: 100%;
    padding-right: 0;
  }

  .img-testimonial-container {
    display: none;
  }

  .fixed-div {
    margin-left: 36px;
  }

  .hero-blog-wrapper.category-page {
    margin-top: 60px;
  }

  .posts-categories-wrapper {
    margin-top: 16px;
  }

  .categories-label {
    margin-right: 24px;
  }

  .overline.small.no-margin {
    margin-top: 8px;
  }

  .blog-posts-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .blog-post-item {
    max-width: 360px;
  }

  .blog-post-img-thumbnail {
    width: 360px;
    height: 360px;
  }

  .blog-post-infos {
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }

  .blog-post-container {
    flex-direction: column;
  }

  .blog-posts-collection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-post-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .styleguide-hero {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .styleguide-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .styleguide-button-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .horizontal-spacer._48px {
    height: 24px;
  }

  .typefaces-container {
    flex-direction: column;
  }

  .typeface-item {
    width: 100%;
  }

  .shape-absolute {
    width: 60px;
    display: none;
  }

  .webflow-credit {
    margin-bottom: 0;
    margin-right: 0;
    position: static;
  }

  .top-content-container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .image-2 {
    margin-bottom: -10px;
    padding-bottom: 0;
  }

  .image-3 {
    margin-bottom: -10px;
  }

  .wrapper-projects {
    width: 80vw;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .projects-listitem {
    width: 100%;
    height: 550px;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    padding-bottom: 0;
    display: flex;
  }

  .line {
    width: 30vw;
    margin-top: 145px;
  }

  .section {
    height: 175vh;
    margin-top: 0;
    margin-bottom: 145%;
  }

  .projects-container {
    width: 60vw;
    height: 550%;
    background-position: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .heading-9 {
    object-fit: fill;
    margin-right: 0;
    display: block;
  }

  .heading-11 {
    display: block;
  }

  .image-10 {
    width: 10vw;
    height: 6vh;
    border: 1px solid #fff;
    margin-top: 0;
    padding-bottom: 0;
  }

  .tag-wrapper {
    width: 50vw;
    height: 550px;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    line-height: 1.2em;
  }

  .tag {
    height: 120px;
    flex: none;
    justify-content: center;
    align-items: center;
    font-size: .7em;
    display: flex;
  }

  .div-block-13 {
    width: 85vw;
  }

  .top-content-container-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-item-style-2 {
    letter-spacing: -2px;
    font-size: 4em;
  }

  .nav-item-2 {
    padding-left: 36px;
  }

  .paragraph-14.bildinfo {
    width: 35vh;
    height: 10vh;
    text-align: center;
    margin-top: 15px;
    margin-left: 0;
  }

  .paragraph-15.bildinfo {
    width: 70vw;
    height: 10vh;
    justify-content: center;
    margin-top: 15px;
    margin-right: 0;
  }

  .paragraph-16.bildinfo {
    width: 70vw;
    height: 10vh;
    margin-top: 15px;
    margin-left: 0;
  }

  .paragraph-17.bildinfo {
    width: 70vw;
    height: 10vh;
    justify-content: center;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-15 {
    background-position: 75% 25%;
  }

  .banner {
    background-color: #000;
    flex-direction: column;
    justify-content: space-between;
    display: block;
  }

  .image-24 {
    width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2.4px;
    font-size: 3.2em;
  }

  h2 {
    letter-spacing: -2.4px;
    font-size: 2.4em;
  }

  h3 {
    letter-spacing: -2px;
    font-size: 2em;
  }

  h4 {
    letter-spacing: -1.8px;
    font-size: 1.8em;
  }

  h5 {
    letter-spacing: -1.2px;
    font-size: 1.6em;
  }

  .nav-section {
    display: none;
  }

  .closed-nav-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    overflow: visible;
  }

  .hero-section {
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section.projects {
    margin-top: 60px;
  }

  .hero-section.project-template {
    height: 50vh;
  }

  .hero-img-section {
    margin-bottom: 15px;
    padding-top: 24px;
    padding-left: 24px;
  }

  .latest-projects-section {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .split-title-wrapper {
    margin-bottom: 36px;
  }

  .split-title-1 {
    letter-spacing: -2.8px;
    font-size: 2.4em;
  }

  .split-title-2 {
    letter-spacing: -2.8px;
    margin-top: 8px;
    font-size: 2.4em;
  }

  .project-item {
    width: 100%;
    height: 520px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-item-container {
    opacity: 1;
  }

  .project-list-item {
    font-size: 1.8em;
  }

  .oval-button {
    width: 60px;
    height: 60px;
  }

  .mission-section {
    height: 225vh;
    margin-top: 10vh;
    margin-bottom: 0;
    padding: 80px 24px 0;
  }

  .heading-mission {
    letter-spacing: -1px;
    font-size: 5.8vw;
    line-height: 1.2em;
  }

  .text-img-container.projects.margin-top {
    margin-top: 24px;
  }

  .wrapped-image-1 {
    width: 6vw;
    height: 6vw;
    margin-left: 4px;
  }

  .wrapped-image-2 {
    width: 6vw;
    margin-right: -10px;
  }

  .spacer._80px {
    height: 60px;
    margin-top: 0;
  }

  .mainspring-img-column {
    height: 50vh;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mainspring-container {
    height: 50vh;
    justify-content: center;
    align-items: center;
    padding: 12vw;
  }

  .column.team {
    width: 105.5%;
  }

  .heading-4-light {
    width: 65vw;
    text-align: center;
    justify-content: center;
    margin: 0 auto 8px;
    padding-top: 0;
    font-size: 2em;
    display: flex;
  }

  .team-img-container {
    height: 55vh;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .team-container {
    height: 55vh;
    align-items: center;
    padding: 12vw;
  }

  .services-section {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-l.opacity-80._100-container {
    margin-top: 8px;
  }

  .paragraph-l.light._80-opacity {
    font-size: 1em;
    line-height: 1.4em;
  }

  .no-margins.margin-right {
    font-size: 2em;
  }

  .blog-post-item-large {
    min-height: 420px;
  }

  .contact-info-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-content {
    width: 100%;
    margin-bottom: 16px;
  }

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-column-1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer-column-2, .footer-column-3 {
    padding-left: 36px;
  }

  .back-to-top {
    text-align: center;
    margin-left: -5px;
    margin-right: -6px;
  }

  .body-default {
    flex-direction: column;
    margin-left: auto;
    margin-right: 0;
  }

  .hero-section-title {
    letter-spacing: -3px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.8em;
  }

  .img-hero-absolute {
    background-position: 50%, 50%;
  }

  .secondary-items-container {
    padding: 24px;
  }

  .nav-item {
    padding-left: 24px;
  }

  .nav-item-style {
    letter-spacing: -1px;
  }

  .arrow-down-only {
    width: 48px;
    height: 48px;
    margin-top: -85px;
  }

  .no-margin-top {
    margin-top: 0;
  }

  .wrapped-img {
    letter-spacing: -2px;
    font-size: 2.8em;
  }

  .team-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-member-card {
    width: 100%;
    height: 380px;
    max-width: 300px;
  }

  .values-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .value-item-img {
    width: 80px;
    height: 80px;
  }

  .join-us-section {
    margin-top: 120px;
    margin-bottom: 140px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .join-us-text {
    font-size: 1.6em;
  }

  .heading-1-xl {
    font-size: 4.2em;
  }

  .projects-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-item-project {
    margin-bottom: 0;
  }

  .img-container-project-item {
    order: -1;
  }

  .absolute-gradient {
    height: 100vw;
  }

  .project-infos-section {
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-photos-section {
    padding-left: 24px;
  }

  .project-photos-section.st-viktor-dom {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .img-project-item, .img-project-item.picture2, .img-project-item.picture4 {
    height: 200px;
  }

  .img-project-item.left-50 {
    height: 260px;
  }

  .img-project-item.left-40 {
    height: 280px;
  }

  .container-img-project {
    width: 100%;
    flex-direction: column;
  }

  .container-img-project.left-60 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 50px;
  }

  .container-img-project.center {
    flex-direction: column;
    margin-top: 50px;
  }

  .container-img-project.center-xl {
    flex-direction: column-reverse;
    margin-top: 50px;
  }

  .container-img-project.left-50 {
    width: 80%;
  }

  .container-img-project.left-40 {
    width: 100%;
  }

  .testimonial-section {
    padding: 60px 24px;
  }

  .wrapper-person-testimonial {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-name {
    margin-top: 8px;
    margin-left: 0;
  }

  .container-1280px {
    width: auto;
  }

  .fixed-div {
    margin-left: 24px;
  }

  .hero-blog-wrapper {
    flex-direction: column;
  }

  .hero-blog-wrapper.category-page {
    margin-bottom: 40px;
  }

  .blog-posts-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-post-item {
    width: 100%;
    max-width: none;
  }

  .blog-post-img-thumbnail {
    width: 100%;
    height: 320px;
  }

  .blog-post-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .styleguide-hero {
    margin-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .styleguide-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .color-palette-container {
    flex-direction: column;
  }

  .color-item {
    width: 100%;
  }

  .color {
    height: 240px;
  }

  .wrapper {
    margin-bottom: 120px;
  }

  .top-content-container {
    padding: 36px 24px;
  }

  .logo-opened-nav {
    width: 80px;
  }

  .col-team-member-img {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    height: 100px;
    margin-top: 0;
    margin-bottom: 150px;
  }

  .wrapper-projects {
    flex-direction: column;
  }

  .projects-listitem {
    width: 80vw;
    height: 400px;
    margin-top: 15px;
    margin-bottom: 60px;
  }

  .line {
    margin-top: 5vh;
  }

  .section {
    height: auto;
    margin-top: 15px;
    margin-bottom: 115vh;
  }

  .projects-container {
    width: 80vw;
    height: 450px;
    opacity: 1;
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-9 {
    font-size: 2em;
  }

  .heading-11 {
    flex-direction: row;
    font-size: 2em;
    display: none;
  }

  .image-10 {
    width: 20vw;
    height: 6vh;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .tag-wrapper {
    width: 80vw;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 25px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tag {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    font-size: .9em;
    display: block;
  }

  .div-block-13 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .top-content-container-2 {
    padding: 36px 24px;
  }

  .nav-item-style-2 {
    letter-spacing: -1px;
  }

  .nav-item-2 {
    padding-left: 24px;
  }

  .absolute-gradient-2 {
    height: 100vw;
  }

  .paragraph-14.bildinfo {
    width: 20vh;
    height: 12vh;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
    margin-left: 0;
  }

  .paragraph-15.bildinfo {
    width: 70vw;
    height: 12vh;
    margin-top: 15px;
    margin-right: 0;
  }

  .paragraph-16.bildinfo {
    width: 70vw;
    height: 15vh;
    margin-top: 15px;
    margin-left: 0;
  }

  .paragraph-17.bildinfo {
    width: 70vw;
    height: 15vh;
    justify-content: center;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-14.ruhrtower-essen {
    height: 50vh;
  }

  .div-block-15 {
    background-position: 75% 25%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .div-block-15.ruhrtower-essen {
    width: 80vw;
    height: 50vh;
    background-position: 70% 40%;
  }

  .div-block-16.ruhrtower-essen {
    width: 80vw;
    height: 50vh;
  }

  .div-block-17.ruhrtower-essen {
    height: 50vh;
  }

  .section-2 {
    margin-bottom: 0;
  }

  .heading-18 {
    width: 50vw;
  }

  .div-block-19, .body, .image-11 {
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}