:root {
  --hell-hellblau: #c2dcff;
  --dim-blau: #0c0c32;
  --snow: #fff8f5;
  --blau-2: #0c0c32;
  --müller-blau: #064df9;
  --hell-hellgrau: #e6e6e6;
  --light-gray-transparent: #9696966e;
  --heading-color: #ffffff2b;
  --misty-blue: #ced0fc;
  --light-blau: #0d17f566;
  --schwarz: #1b1b1b;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--hell-hellblau);
  color: var(--dim-blau);
  cursor: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.5;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

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

.page-wrapper {
  z-index: 2;
  height: auto;
  position: relative;
}

.section {
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: visible;
}

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

.section.background-black {
  background-color: var(--dim-blau);
  color: var(--snow);
  flex-direction: column;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.background-black.lastone {
  display: none;
}

.section.project {
  background-color: var(--dim-blau);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.primary-color {
  background-color: var(--blau-2);
  color: var(--snow);
}

.section.background-black-beruns {
  background-color: var(--dim-blau);
  color: var(--snow);
  flex-direction: column;
  height: 55vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.background-black-beruns.lastone {
  display: none;
}

.section.background-black-zertifierung {
  background-color: var(--dim-blau);
  color: var(--snow);
  flex-direction: column;
  height: 55vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.background-black-zertifierung.lastone {
  display: none;
}

.hero-heading {
  z-index: 3;
  color: #c2dcff2e;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: padding-box;
  flex: 1;
  align-items: center;
  height: 100%;
  margin-top: 0;
  font-size: 70vh;
  line-height: 1;
  display: flex;
  transform: translate(-95px);
}

.hero-heading.work {
  color: var(--müller-blau);
}

.heading-style-h2 {
  z-index: 1;
  text-align: center;
  letter-spacing: -.1rem;
  white-space: nowrap;
  margin-top: .125rem;
  margin-bottom: .125rem;
  font-size: 120px;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.heading-style-h2.text-style-allcaps.text-weight-bold {
  z-index: 3;
  font-size: 11vw;
  font-weight: 600;
  position: relative;
}

.heading-style-h2.text-style-allcaps.text-weight-bold.hover-cursor {
  font-size: 8vw;
}

.heading-style-h2.text-style-allcaps.white {
  color: var(--hell-hellgrau);
  text-transform: capitalize;
}

.heading-style-h2.services {
  color: var(--müller-blau);
  mix-blend-mode: normal;
  font-size: 16vw;
  font-weight: 700;
  bottom: -62px;
}

.wrapper-move-heading {
  z-index: 5;
  opacity: 1;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .7s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.wrapper-move-heading.header {
  display: none;
}

.wrapper-move-heading.menue {
  display: block;
}

.absolute-image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.horizontal-scrollable-wrap {
  justify-content: center;
  height: 100%;
  display: flex;
}

.horizontal-wrap {
  z-index: 4;
  opacity: 1;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-link {
  color: #fff;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #fff;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 47px;
  padding-right: 47px;
  font-size: 21vw;
  text-decoration: none;
  transition: color .6s, -webkit-text-stroke-color .6s;
  display: flex;
}

.hero-link:hover {
  color: #0000;
  -webkit-text-stroke-color: #fff;
}

.hero-section {
  z-index: 999;
  background-color: var(--dim-blau);
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.cursor {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.big-circle {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.small-cursor {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  color: #fff;
  background-color: #fff0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.circle-cursor {
  background-image: linear-gradient(216deg, #874bf9db 11.56%, #27dceb96 55%, #efcf27db 92.25%);
  border-radius: 50%;
  width: 139px;
  height: 139px;
}

.circle-cursor.display-flex-horizontal {
  justify-content: center;
  align-items: center;
}

.circle-cursor.display-flex-horizontal.position-absolute {
  background-color: var(--light-gray-transparent);
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  display: flex;
  position: absolute;
  inset: auto;
}

.text-cursor {
  color: var(--hell-hellblau);
  text-transform: uppercase;
  font-weight: 600;
}

.spacer {
  width: 100%;
  height: 10vw;
}

.spacer.footer {
  height: 14vw;
}

.row {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.row.bottom {
  justify-content: space-between;
  align-items: flex-start;
}

.row.field-work {
  grid-column-gap: 5px;
  align-items: flex-start;
  padding: 30px 30px 30px 0;
  position: absolute;
  inset: auto auto -16% 0%;
}

.row.field-work.schleifen {
  bottom: -20.5%;
}

.row.left {
  grid-column-gap: 1vw;
  justify-content: flex-start;
}

.row.top {
  align-items: flex-start;
}

.row.is-mobile-landscape-vertical:hover {
  -webkit-text-stroke-color: var(--dim-blau);
}

.row.overflow-hidden {
  grid-column-gap: 23px;
  height: auto;
}

.column-heading {
  white-space: nowrap;
  overflow: hidden;
}

.heading-style-h3 {
  z-index: 22;
  color: var(--dim-blau);
  -webkit-text-stroke-color: var(--dim-blau);
  text-transform: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.heading-style-h3:hover {
  color: var(--heading-color);
}

.heading-style-h3.large {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 7vw;
  font-weight: 600;
  display: block;
}

.heading-style-h3.storyline {
  color: var(--dim-blau);
  width: 60%;
  margin-left: 21vw;
  margin-right: auto;
  font-size: 4vw;
}

.heading-style-h3.storyline.bottom {
  color: var(--müller-blau);
  margin-bottom: .5rem;
  font-size: 1.2vw;
  font-weight: 400;
}

.heading-style-h3.outline {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--müller-blau);
  margin-top: auto;
  font-size: 3vw;
  position: absolute;
  bottom: 3vw;
}

.heading-style-h3.fade-from-left {
  color: var(--dim-blau);
  text-align: left;
  white-space: nowrap;
  line-height: 1.3;
  display: flex;
  overflow: hidden;
}

.heading-style-h3.fade-from-left.footer-text {
  font-size: 3.3vw;
}

.heading-style-h3.storyline-jobs {
  color: var(--dim-blau);
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  font-size: 4vw;
}

.heading-style-h3.storyline-jobs.bottom {
  color: var(--müller-blau);
  margin-bottom: .5rem;
  font-size: 1.2vw;
  font-weight: 400;
}

.text-span {
  white-space: nowrap;
  font-weight: 600;
  overflow: hidden;
}

.button-link {
  border: 2px solid var(--blau-2);
  color: var(--blau-2);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 12vw;
  height: 12vw;
  padding: 7px 11px;
  font-size: 18px;
  text-decoration: none;
  transition: transform .6s, color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link:hover {
  color: var(--snow);
  transform: scale(.9);
}

.button-link.hover-cursor {
  display: none;
}

.button-link.hover-cursor.formular {
  border-color: var(--blau-2);
  color: var(--dim-blau);
  display: block;
}

.main-paragraph {
  z-index: 1;
  -webkit-text-stroke-color: transparent;
  margin-bottom: 0;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.main-paragraph.text-weight-bold.slide-from-bottom.no {
  display: none;
}

.main-paragraph.color {
  color: var(--dim-blau);
  -webkit-text-stroke-width: 0px;
}

.main-paragraph.black {
  color: var(--dim-blau);
  text-align: right;
  display: block;
}

.main-paragraph.width {
  width: 35vw;
}

.main-paragraph.slide-from-bottom {
  color: var(--dim-blau);
  display: block;
}

.main-paragraph.slide-from-bottom.grau {
  color: var(--dim-blau);
}

.main-paragraph.slide-from-bottom.white {
  color: var(--snow);
}

.main-paragraph.slide-from-bottom.no {
  display: none;
}

.main-paragraph.text-weight-bold {
  color: #0c0c32;
  font-weight: 700;
}

.background-button {
  background-color: var(--dim-blau);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.column {
  width: 50%;
  margin-left: auto;
  position: relative;
}

.column.flex {
  grid-column-gap: 2vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  display: flex;
}

.column.center {
  margin-right: auto;
}

.column.center.reverse {
  width: 100%;
}

.column.impressum {
  width: 100%;
  margin-left: 0;
}

.column.zer {
  width: 52%;
}

.spacer-small {
  height: 5vw;
}

.spacer-xsmall {
  height: 2vw;
}

.rotate-90-deg {
  perspective-origin: 100% 0;
  transform-origin: 50% 0;
  font-size: 1vw;
  position: absolute;
  inset: -2vw auto auto -9vw;
  transform: translate(-38px, 152px)rotate(-90deg);
}

.rotate-90-deg.absolute {
  grid-column-gap: 18px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  inset: auto -1.2vw 37vh auto;
}

.line {
  background-color: var(--dim-blau);
  width: 93px;
  height: 2px;
  position: relative;
  bottom: auto;
  right: 36px;
}

.heading-small {
  display: none;
}

.sticky-mask {
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.services-heading {
  color: var(--müller-blau);
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: var(--müller-blau);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 40vh;
  line-height: 1;
}

.heading-style-h4 {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.heading-style-h4.slide-from-bottom, .heading-style-h4.slide-from-bottom.grau {
  color: var(--dim-blau);
}

.heading-style-h4.slide-from-bottom.white {
  color: var(--snow);
}

.container-services {
  z-index: 9;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.info-text {
  z-index: 1;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}

.info-text.slide-from-bottom {
  text-transform: uppercase;
  margin-bottom: 13px;
}

.services-block {
  z-index: 1;
  width: 50vw;
  margin-top: 10vw;
  margin-bottom: 10vw;
  margin-left: auto;
  padding: 4vw;
  position: relative;
}

.services-block.bacground-color-first {
  z-index: 7;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.services-block.background-color-second {
  background-color: var(--dim-blau);
  color: #fff;
}

.services-block.background-color-second.no {
  display: none;
}

.order {
  z-index: 1;
  font-size: 1.3vw;
  font-weight: 600;
  position: absolute;
  inset: 7% 6% auto auto;
}

.order.slide-from-bottom {
  color: var(--dim-blau);
  top: 6vw;
}

.order.slide-from-bottom.grau {
  color: var(--dim-blau);
}

.order.slide-from-bottom.white {
  color: var(--snow);
}

.services-background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.services-background.secondary-color {
  z-index: 1;
  opacity: 0;
  background-color: #474747b5;
  display: block;
}

.services-background.primary-color {
  z-index: 1;
  background-color: var(--light-gray-transparent);
  opacity: 0;
  display: block;
}

.absolute-wrapper {
  position: absolute;
  top: -4.7vw;
  left: 2.9vw;
}

.collection-item {
  border: 1px #47474712;
  border-bottom: 1px solid #cecece;
}

.collection-item:first-child {
  border-top-style: solid;
  border-top-color: #cecece;
}

.main-column {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.link-project {
  color: #474747;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #474747;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 52px;
  padding-bottom: 52px;
  font-weight: 500;
  text-decoration: none;
  transition: color .575s;
}

.link-project:hover {
  color: #0000;
}

.link-project.hover-cursor-card {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dim-blau) black black;
  color: var(--dim-blau);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.link-project.hover-cursor-card:hover {
  color: #0000;
  -webkit-text-stroke-color: var(--dim-blau);
}

.link-project.hover-cursor-card.nohover:hover {
  color: var(--dim-blau);
}

.link-project.hover-cursor-card.now_no {
  display: block;
}

.link-project.hover-cursor-card-no {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dim-blau) black black;
  color: var(--dim-blau);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.link-project.hover-cursor-card-no:hover {
  color: #0000;
  -webkit-text-stroke-color: var(--dim-blau);
}

.link-project.hover-cursor-card-no.nohover:hover {
  color: var(--dim-blau);
}

.link-project.hover-cursor-card-job_2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dim-blau) black black;
  color: var(--dim-blau);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.link-project.hover-cursor-card-job_2:hover {
  color: #0000;
  -webkit-text-stroke-color: var(--dim-blau);
}

.link-project.hover-cursor-card-job_2.nohover:hover {
  color: var(--dim-blau);
}

.link-project.hover-cursor-card-job_3 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dim-blau) black black;
  color: var(--dim-blau);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.link-project.hover-cursor-card-job_3:hover {
  color: #0000;
  -webkit-text-stroke-color: var(--dim-blau);
}

.link-project.hover-cursor-card-job_3.nohover:hover {
  color: var(--dim-blau);
}

.social-links-wrapper {
  grid-column-gap: 1vw;
  display: flex;
}

.main-heading {
  color: #eea47f;
  text-align: left;
  white-space: normal;
  flex: 0 auto;
  margin-bottom: 10px;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}

.main-heading.arrow {
  color: var(--hell-hellgrau);
  -webkit-text-stroke-color: var(--müller-blau);
  margin-bottom: 5px;
}

.arrow-line {
  background-color: #eea47f;
  width: 93px;
  height: 2px;
  position: relative;
  bottom: auto;
  right: 36px;
}

.arrow-line.arrow, .arrow-line.arroe-left {
  background-color: var(--hell-hellgrau);
  width: 52px;
  right: 20px;
}

.social-link {
  width: 2vw;
  height: auto;
}

.overflow-hidden {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.overflow-hidden.team {
  height: auto;
  padding-bottom: .5em;
  position: absolute;
  top: auto;
  bottom: 12.5vh;
  overflow: hidden;
}

.container-image-team {
  align-items: center;
  height: 61vh;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.filter {
  background-color: #ffffffad;
  position: absolute;
  inset: 0%;
}

.filter.yellow {
  background-color: var(--müller-blau);
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 100%;
  align-items: flex-start;
  width: 20vh;
  height: 20vh;
  display: none;
  overflow: hidden;
}

.filter.yellow.no {
  display: none;
}

.team-slider {
  z-index: 0;
  background-color: #0000;
  height: 100vh;
}

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

.right-arrow {
  align-items: center;
  width: auto;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.absolute {
  position: absolute;
  inset: -30% auto auto 3%;
}

.absolute.role {
  position: absolute;
  top: 17%;
  left: 62.2vw;
  right: auto;
}

.absolute.about {
  grid-column-gap: 27px;
  flex: none;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: auto;
  left: auto;
  overflow: hidden;
}

.image-team {
  object-fit: cover;
  width: 50vh;
  max-width: none;
  height: 61vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-team.static {
  position: relative;
  overflow: hidden;
}

.image-team.bottom {
  opacity: .19;
}

.image-team.gray {
  filter: grayscale(0%);
}

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

.role {
  color: #fff;
  font-size: 2vw;
  line-height: 1;
  display: none;
  position: static;
  inset: 16% 12% auto auto;
}

.social-icon {
  filter: invert();
}

.social-icon.black {
  filter: invert(34%);
}

.hide {
  display: none;
}

.left-arrow {
  align-items: center;
  display: flex;
  overflow: visible;
}

.footer {
  z-index: 2;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.footer-line {
  background-color: var(--dim-blau);
  color: var(--blau-2);
  -webkit-text-stroke-color: var(--müller-blau);
  width: 100%;
  height: 1px;
}

.text-block {
  font-size: 1vw;
}

.link {
  color: var(--dim-blau);
  text-transform: none;
  text-decoration: none;
}

.link.hover-cursor {
  color: var(--dim-blau);
  text-transform: none;
}

.link.hover-cursor.imp {
  padding-left: 10px;
}

.link.hover-cursor.imp:hover {
  color: var(--müller-blau);
}

.column-slide {
  flex-direction: column;
  display: flex;
}

.main-link {
  color: var(--dim-blau);
  font-size: 1.1vw;
  font-weight: 400;
  text-decoration: none;
  transition: color .5s;
}

.main-link:hover {
  color: var(--blau-2);
}

.main-link.hover-cursor:hover {
  color: var(--müller-blau);
}

.line-main-link {
  background-color: var(--müller-blau);
  width: 100%;
  height: 1px;
  display: none;
}

.link-wrapper {
  grid-column-gap: 1.5vw;
  flex-direction: row;
  display: flex;
}

.section-hero {
  flex-direction: column;
  justify-content: flex-end;
  height: 101vh;
  display: flex;
  position: relative;
}

.link-span {
  color: #0000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--dim-blau);
  text-decoration: none;
}

.text-span.about {
  font-size: 10vw;
  line-height: 0;
  position: relative;
  bottom: -49px;
}

.dropdown-toggle-about {
  align-items: center;
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 0;
  font-weight: 600;
  display: flex;
}

.dropdown-toggle-about.w--open {
  padding-left: 0;
}

.div-block {
  grid-column-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5vw;
  padding-left: 0;
  display: flex;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #0000;
  padding-left: 21vw;
  padding-right: 20px;
  overflow: hidden;
}

.dropdown-nr1 {
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
}

.sticky-block-services {
  padding-bottom: 56px;
  position: sticky;
  top: 14.8vh;
}

.circle {
  background-color: var(--dim-blau);
  opacity: 1;
  border-radius: 20px;
  width: 12px;
  height: 12px;
}

.block-services {
  border-radius: 0;
  align-items: flex-end;
  width: 100%;
  height: 57vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.grid-services {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 43vw 47vw;
}

.color-block-first {
  background-color: var(--dim-blau);
  position: absolute;
  inset: 0%;
}

.display-flex {
  grid-column-gap: 1vw;
  align-items: center;
  display: flex;
}

.color-block-second {
  background-color: var(--dim-blau);
  position: absolute;
  inset: 0%;
}

.color-block-third {
  background-color: var(--dim-blau);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.arrow-lines {
  background-color: #eea47f;
  width: 93px;
  height: 2px;
  position: relative;
  bottom: auto;
  right: 36px;
}

.arrow-lines.arrow-copy {
  width: 52px;
  left: 20px;
  right: auto;
}

.arrow-lines.arrow {
  width: 52px;
  right: 20px;
}

.grid {
  grid-column-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-end;
  margin-top: auto;
  display: flex;
}

.text-size-small {
  text-align: right;
  font-size: 1.04rem;
  line-height: 1.2;
}

.content-slide-review {
  grid-column-gap: 5vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: auto;
  padding: 126px 0 0;
  display: none;
  position: relative;
}

.star {
  color: #eea47f;
  font-size: 3vw;
  line-height: 1;
}

.review-slider {
  background-color: #0000;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.slide {
  height: auto;
}

.right-arrow-review {
  align-items: center;
  width: auto;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.right-arrow-review.top {
  inset: 0% 0% auto auto;
}

.review-line {
  color: #eea47f;
  background-color: #eea47f;
  flex: 0 auto;
  width: 100%;
  height: 2px;
  position: relative;
  top: 23px;
  bottom: auto;
}

.mask {
  height: auto;
}

.left-arrow-review {
  align-items: center;
  display: flex;
  overflow: visible;
}

.left-arrow-review.top {
  inset: 0% auto auto 0%;
}

.support-days {
  min-width: auto;
  margin-bottom: 5px;
  margin-left: 0;
}

.day-label {
  font-size: 16px;
}

.header-text-field {
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 1;
}

.check-circle-container {
  background-color: #eea47f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  max-width: 35px;
  height: 20px;
  max-height: 35px;
  margin-right: 0;
  padding: 2px;
  display: flex;
}

.check-circle-container.not-included {
  color: #6f39f8;
  background-color: #a6a6a6b3;
  margin-right: 0;
}

.days-wrapper {
  background-color: #0000;
  border: 1px solid #eea47f;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.days-wrapper.closed {
  background-color: #0000;
  border-width: 1px;
  border-color: #a6a6a6b3;
}

.grid-3-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.support-days-list {
  width: 100%;
  max-width: none;
}

.checkbox-field {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #eea47f;
  border-color: #eea47f;
}

.checkbox.hover-cursor {
  border-color: var(--dim-blau);
  -webkit-text-stroke-color: var(--dim-blau);
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #eea47f;
  height: auto;
  min-height: auto;
  padding-top: 18px;
  padding-left: 0;
  font-size: 1.5vw;
  line-height: 1;
}

.text-field.hover-cursor {
  border-style: none none solid;
  border-color: var(--dim-blau);
  color: #fff;
}

.text-field.hover-cursor:focus {
  border-bottom-color: #eea47f;
}

.text-field.passwor {
  flex: 1;
  margin-right: 40px;
}

.radio-button {
  margin-top: 0;
  margin-bottom: 1px;
}

.radio-button:focus {
  color: #bb2649;
  background-color: #bb2649;
}

.radio-button.w--redirected-checked {
  opacity: 1;
  outline-offset: 0px;
  background-color: #eea47f;
  border: 3px solid #474747;
  outline: 1px solid #eea47f;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button-field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #eea47f;
  border-radius: 50px;
  flex-direction: row;
  align-items: center;
  padding: 15px 17px 15px 42px;
  font-size: 1.3vw;
  display: flex;
}

.checkbox-label {
  margin-right: auto;
}

.submit-button {
  z-index: 1;
  color: var(--dim-blau);
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  height: 100%;
  font-size: 1.5vw;
  transition: color .45s;
  display: inline-block;
  position: relative;
}

.submit-button:hover {
  color: #fff;
}

.horizontal-scroll {
  height: 500vh;
  position: relative;
}

.collection-item-work {
  flex: none;
  width: 60vw;
  height: 64vh;
  transform: scale(.9);
}

.collectio-list-work {
  grid-column-gap: 40vw;
  display: flex;
}

.sticky-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
}

.sticky-wrapper.overflow-hidden {
  width: 100%;
  overflow: hidden;
}

.sticky-wrapper.center {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-work {
  z-index: 6;
  align-items: center;
  height: 100%;
  padding-left: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-image.works {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s, opacity .6s;
}

.main-image.works:hover {
  opacity: 1;
  transform: scale(1.2);
}

.card-link-works {
  color: #474747;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.card-link-works.hover-cursor-card {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-link-works.hover-cursor {
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame {
  width: 1px;
  height: 100%;
}

.collection-list {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  height: 100%;
}

.lightbox-link.hover-cursor-card {
  overflow: hidden;
}

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

.all-image.no {
  display: none;
}

.wrapper-card-next-project {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-card-next-project.hover-cursor-card {
  margin-left: auto;
  margin-right: auto;
}

.next-project-link {
  width: 47vh;
  height: 57vh;
  position: relative;
  overflow: hidden;
}

.name-next-project {
  z-index: 3;
  color: #0000;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--hell-hellblau);
  width: 50%;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}

.name-next-project.large {
  text-align: center;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--snow);
  text-transform: uppercase;
  width: 100%;
  font-size: 8vw;
}

.name-next-project.password {
  -webkit-text-stroke-color: var(--snow);
  width: auto;
  position: static;
}

.name-next-project.produkte_view {
  margin-left: auto;
  margin-right: auto;
}

.name-next-project.xl_lang {
  width: 75%;
}

.name-next-project.xxl-lang {
  width: 100%;
}

.nav-image {
  opacity: 1;
  cursor: none;
  mix-blend-mode: normal;
  width: 300px;
  display: block;
}

.nav-menu {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
  inset: 0%;
}

.container {
  justify-content: center;
  align-items: flex-start;
  width: 83vw;
  max-width: 83vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.display-flex {
  border: 1px solid var(--müller-blau);
  background-color: var(--hell-hellblau);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 30px 5vw;
  display: flex;
  position: fixed;
}

.display-flex-second.horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-nav-menu {
  grid-row-gap: 44px;
  background-color: var(--dim-blau);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.main-navbar {
  z-index: 99;
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

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

.brand-link.hover-cursor {
  cursor: none;
}

.brand-link.hover-cursor.w--current {
  mix-blend-mode: normal;
  background-image: url('../images/Oskar_Mueller_Logo_RGB_neg.png');
  background-position: 50%;
  background-size: cover;
  left: -3em;
}

.line-menu {
  border: 1px solid var(--müller-blau);
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  color: var(--hell-hellblau);
  -webkit-text-stroke-color: var(--müller-blau);
  width: 30px;
  height: 2px;
}

.menu-button {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  display: flex;
}

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

.menu-button.hover-cursor {
  flex-direction: column;
  padding-right: 0;
}

.menu-button.hover-cursor.w--open {
  z-index: 9999;
}

.column-review {
  text-align: right;
  width: 11vw;
  font-size: 1.04rem;
  line-height: 1.2;
}

.hover-cursor, .hover-cursor-card {
  cursor: none;
}

.text-weight-semibold {
  font-weight: 600;
}

.styleguide-color.is-1 {
  background-color: #fff;
}

.styleguide-color.is-3 {
  background-color: var(--dim-blau);
  border: 1px #000;
}

.styleguide-color.is-2 {
  background-color: #eea47f;
  border: 1px solid #fff;
}

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-span-2 {
  font-size: 1.4rem;
}

.styleguide-item {
  grid-column-gap: 0rem;
  grid-row-gap: 1.125rem;
  background-color: var(--blau-2);
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  display: grid;
  position: relative;
}

.styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide-background {
  background-color: #eea47f;
  border: 1px #fdfdfd;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 16px;
  display: flex;
}

.styleguide-background.block-typo {
  background-color: #fff;
  border-style: none;
  align-items: center;
  height: 170px;
}

.styleguide-background.block-typo.no-background {
  color: #fff;
  background-color: #0000;
  align-items: flex-start;
  padding-left: 27px;
}

.color {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-large {
  font-size: 5.6rem;
}

.styleguide-item-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 1.125rem;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item-2.typo {
  background-color: #eea47f;
  padding: 20px;
}

.text-size-large {
  color: var(--dim-blau);
  font-size: 7vw;
  font-weight: 500;
  line-height: 1.3;
}

.text-size-large.text-weight-bold {
  font-weight: 700;
}

.text-size-large.colors {
  color: var(--blau-2);
}

.text-size-large.colors.light {
  color: var(--dim-blau);
  font-size: 8vw;
  font-style: italic;
  font-weight: 300;
}

.text-size-large.colors.light.smaller {
  font-size: 6vw;
}

.text-size-large.colors.big {
  color: var(--müller-blau);
}

.text-size-large.colors.big.abot {
  font-size: 6vw;
}

.text-size-large.italic {
  font-style: italic;
  font-weight: 300;
}

.text-size-large.big {
  font-size: 8vw;
}

.text-size-large.big.light {
  font-weight: 400;
}

.text-size-large.big.light.abot, .text-size-large.smaller {
  font-size: 6vw;
}

.border {
  border: 1px dashed #000;
}

.heading-style-h1 {
  opacity: 1;
  color: var(--misty-blue);
  -webkit-text-stroke-color: var(--blau-2);
  mix-blend-mode: soft-light;
  font-size: 28vh;
  line-height: 1;
}

.heading-style-h1.center {
  text-align: center;
}

.about-hero {
  flex-direction: column;
  height: 300vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.lottie {
  z-index: 18;
  filter: invert();
  height: 10vh;
  position: absolute;
  bottom: 5.5vh;
  left: 50%;
  transform: translate(-50%, -43px);
}

.lottie.no {
  display: none;
}

.div-block-2 {
  align-items: flex-end;
  height: 80%;
  margin-top: 1vh;
  display: flex;
}

.fade-from-left {
  overflow: hidden;
}

.grid-partners {
  grid-column-gap: 54px;
  grid-template-rows: auto;
  grid-template-columns: 20vw 20vw 20vw 20vw 20vw 20vw 20vw 20vw 20vw;
  margin-top: auto;
}

.main-heading-2 {
  color: #000;
  text-align: left;
  white-space: normal;
  flex: 0 auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.main-heading-2.card {
  text-transform: uppercase;
  cursor: pointer;
  border-left-style: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  display: none;
}

.horizontal-scroll-2 {
  justify-content: flex-start;
  width: 99.9vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll-2.landing-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.brand-grid {
  grid-row-gap: 120px;
  text-align: left;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-right: 3vw;
  font-weight: 400;
}

.brand-grid.slide-from-bottom {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-landing-1 {
  z-index: 5;
  justify-content: flex-start;
  align-items: center;
  width: 90.58%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.logo-partners {
  width: auto;
  height: 5vw;
}

.logo-partners.daimler {
  height: 3vw;
}

.orizzontal-section {
  text-align: center;
  width: 100%;
  height: 400vh;
}

.move-scroll {
  justify-content: flex-start;
  margin-top: auto;
  display: flex;
}

.line-size {
  background-color: var(--dim-blau);
  width: 100%;
  height: 100%;
  margin-right: auto;
}

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

.col {
  width: 53vw;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 59px;
  position: relative;
}

.container-landing-1-copy {
  z-index: 5;
  justify-content: flex-start;
  align-items: center;
  width: 90.58%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-landing-2 {
  z-index: 5;
  justify-content: flex-start;
  align-items: center;
  width: 90.58%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-landing-2.absolut {
  position: relative;
  bottom: 0%;
}

.full-image {
  width: 100%;
}

.spacer-xxsmall {
  height: 3vw;
}

.utility-page-wrap {
  background-color: var(--dim-blau);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 47;
  text-align: center;
  flex-direction: column;
  width: 47%;
  display: flex;
  position: relative;
}

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

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-image-2 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.main-image-2.border {
  border-radius: 20px;
}

.images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.licensing-link-wrapper {
  grid-column-gap: 29px;
  align-items: center;
  display: flex;
}

.licensing-container {
  border: 1px solid var(--blau-2);
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 40px;
}

.full {
  color: var(--snow);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.licensing-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.style-head {
  color: #333;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
}

.changelog-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.bold-text {
  font-weight: 400;
}

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

.line-main-link-2 {
  background-color: #eea47f;
  width: 100%;
  height: 1px;
}

.main-link-2 {
  color: #474747;
  font-size: 1.1vw;
  font-weight: 400;
  text-decoration: none;
  transition: color .5s;
}

.main-link-2:hover {
  color: #eea47f;
}

.div-social-icon {
  width: 2vw;
  height: 2vw;
}

.div-social-icon.no {
  display: none;
}

.div-fotos {
  display: flex;
}

.div-fotos.now_no {
  display: none;
}

.foto-links {
  padding-right: 2vw;
}

.foto-rechts {
  padding-left: 2vw;
}

.space-fotos {
  width: 8vw;
}

.div-jobs.now_no {
  display: none;
}

.heading-style-h3-2 {
  z-index: 22;
  -webkit-text-stroke-color: #0c0c32;
  text-transform: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.heading-style-h3-2.storyline {
  color: #0c0c32;
  width: 60%;
  margin-left: 21vw;
  margin-right: auto;
  font-size: 4vw;
}

.heading-style-h3-2.storyline.bottom {
  color: #064df9;
  margin-bottom: .5rem;
  font-size: 1.2vw;
  font-weight: 400;
}

.heading-style-h3-2.outline {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #064df9;
  margin-top: auto;
  font-size: 3vw;
  position: absolute;
  bottom: 3vw;
}

.dropdown-nr2 {
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
}

.heading-style-h3-3 {
  z-index: 22;
  -webkit-text-stroke-color: #0c0c32;
  text-transform: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.heading-style-h3-3.storyline {
  color: #0c0c32;
  letter-spacing: 0;
  width: 60%;
  margin-left: 21vw;
  margin-right: auto;
  font-size: 4vw;
}

.heading-style-h3-3.storyline.bottom {
  color: #064df9;
  margin-bottom: .5rem;
  font-size: 1.2vw;
  font-weight: 400;
}

.heading-style-h3-3.outline {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #064df9;
  margin-top: auto;
  font-size: 3vw;
  position: absolute;
  bottom: 3vw;
}

.dropdown-about {
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
}

.heading-style-h3-4 {
  z-index: 22;
  -webkit-text-stroke-color: #0c0c32;
  text-transform: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.heading-style-h3-4.storyline {
  color: #0c0c32;
  letter-spacing: 0;
  width: 60%;
  margin-left: 21vw;
  margin-right: auto;
  font-size: 4vw;
}

.heading-style-h3-4.storyline.bottom {
  color: #064df9;
  margin-bottom: .5rem;
  font-size: 1.2vw;
  font-weight: 400;
}

.heading-style-h3-4.storyline.kurz {
  letter-spacing: 0;
}

.heading-style-h3-4.outline {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #064df9;
  margin-top: auto;
  font-size: 3vw;
  position: absolute;
  bottom: 3vw;
}

.dropdown-nr3, .dropdown-nr4, .dropdown-nr5, .dropdown-nr6 {
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
}

.link-download {
  text-decoration: none;
  transition: opacity .8s;
}

.link-download:hover {
  opacity: .25;
}

.link-impressum {
  color: var(--dim-blau);
  cursor: pointer;
  transition: opacity .7s;
}

.link-impressum:hover {
  opacity: .3;
}

.name-next-imp {
  z-index: 3;
  color: #0000;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--hell-hellblau);
  width: 60%;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}

.name-next-imp.large {
  text-align: center;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--snow);
  text-transform: uppercase;
  width: 100%;
  font-size: 8vw;
}

.name-next-imp.password {
  -webkit-text-stroke-color: var(--snow);
  width: auto;
  position: static;
}

.name-next-imp.produkte_view {
  margin-left: auto;
  margin-right: auto;
}

.name-next-imp.xl_lang {
  width: 75%;
}

.name-next-imp.xxl-lang {
  width: 100%;
}

.contact-wrapper {
  grid-column-gap: 1vw;
  display: flex;
}

.div-contact {
  width: 2vw;
  height: 2vw;
}

.div-contact.no {
  align-items: flex-end;
  width: 27vw;
  height: 2vw;
  display: flex;
}

.text-block-2 {
  font-size: 1.1vw;
}

.grid-img {
  position: absolute;
  inset: 0;
}

.grid-img._5 {
  background-image: url('../images/IMG_0900.webp');
  background-position: 0 0;
  background-size: cover;
}

.text-box {
  z-index: 5;
  opacity: 1;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 60px;
  position: relative;
}

.text-box:hover {
  z-index: 5;
  position: relative;
}

.text-box.t2, .text-box.t5 {
  width: 75%;
}

.text-box.t4 {
  width: 80%;
}

.text-box.t3 {
  width: 78%;
}

.shooting-block {
  position: relative;
  overflow: hidden;
}

.lightbox-grid {
  background-image: url('../images/20180627_082852.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lightbox-grid.nr02 {
  background-image: url('../images/Einfamilienhaus.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.lightbox-grid.nr05 {
  background-image: url('../images/20181119_153829.webp');
}

.lightbox-grid.nr10 {
  background-image: url('../images/L1740889.webp');
  background-position: 50%;
}

.lightbox-grid.nr06 {
  background-image: url('../images/L1750022.webp');
}

.lightbox-grid.nr04 {
  background-image: url('../images/Vachev-Design_1---Foto.webp');
  background-position: 50% 100%;
}

.lightbox-grid.nr09 {
  background-image: url('../images/20180430_152501.webp');
}

.lightbox-grid.nr24 {
  background-image: url('../images/Landhaus.webp');
}

.lightbox-grid.nr08 {
  background-image: url('../images/Bild-2-003.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.lightbox-grid.nr12 {
  background-image: url('../images/Büro.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-grid.nr11 {
  background-image: url('../images/EDEKA-Allescher-2.webp');
  background-position: 0 100%;
}

.lightbox-grid.nr03 {
  background-image: url('../images/DJI_0378.webp');
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.grid-overlay {
  opacity: 0;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  display: flex;
  position: absolute;
  inset: 0;
}

.grid-overlay:hover {
  opacity: 1;
  background-color: #0000;
}

.grid-image-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  inset: 0;
}

.heading-boxis {
  opacity: 1;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.heading-boxis:hover {
  opacity: 1;
}

.icon-rounded {
  opacity: 1;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.icon-rounded:hover {
  opacity: 1;
}

.text-block-3 {
  color: #fff;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.5;
}

.grid-overlay-black {
  opacity: 1;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0;
}

.grid-overlay-black:hover {
  opacity: 1;
  background-color: #000000bf;
}

.shooting-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(250px, 1fr);
}

.magnifying-glass-icon._1x {
  width: 30px;
  font-size: 16px;
}

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

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2vw;
  font-size: 1.4vw;
  list-style-type: decimal;
  display: block;
}

.list-item {
  line-height: 1.5;
}

@media screen and (min-width: 1440px) {
  .heading-style-h2.services {
    mix-blend-mode: normal;
  }

  .heading-style-h3.large {
    font-size: 6vw;
    line-height: 1.1;
  }

  .heading-style-h3.fade-from-left {
    line-height: 1.3;
    overflow: hidden;
  }

  .text-span {
    color: #474747;
    line-height: 1.3;
  }

  .main-paragraph {
    font-size: 1.1vw;
  }

  .main-paragraph.color {
    line-height: 1.3;
  }

  .rotate-90-deg {
    top: -2vw;
    left: -8.5vw;
    transform: translate(-14px, 152px)rotate(-90deg);
  }

  .rotate-90-deg.absolute {
    right: -.7vw;
  }

  .line {
    right: 25px;
  }

  .info-text {
    text-align: left;
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: 400;
  }

  .services-block.bacground-color-first, .services-block.background-color-second {
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: flex;
  }

  .order {
    top: 6vw;
    right: 4.9vw;
  }

  .order.slide-from-bottom {
    top: 5.7vw;
  }

  .main-heading {
    white-space: normal;
    font-size: 22px;
  }

  .social-icon.black {
    filter: blur(5px);
  }

  .div-block {
    padding-bottom: 60px;
  }

  .content-slide-review {
    grid-column-gap: 2vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 141px;
  }

  .header-text-field {
    font-size: 1.8vw;
  }

  .grid-3-columns {
    grid-column-gap: 96px;
    grid-template-columns: 1fr 1fr .75fr;
  }

  .support-days-list {
    margin-top: 0;
  }

  .text-field.hover-cursor {
    color: #fff;
  }

  .radio-button-field {
    font-size: 1vw;
  }

  .collection-item-work {
    width: 60vw;
    height: 64vh;
  }

  .collectio-list-work {
    grid-column-gap: 40vw;
  }

  .collection-list-wrapper-work {
    width: auto;
    padding-left: 20vw;
  }

  .main-image.works {
    opacity: 1;
    width: 100%;
  }

  .brand-link.hover-cursor {
    margin-left: -20px;
  }

  .menu-button.hover-cursor {
    margin-right: -17px;
  }

  .text-size-large {
    font-size: 7vw;
  }

  .text-size-large.big {
    font-size: 8vw;
  }

  .about-hero {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .main-heading-2 {
    white-space: normal;
    font-size: 22px;
  }

  .main-heading-2.card {
    margin-top: 20px;
    font-size: 26px;
  }

  .horizontal-scroll-2 {
    width: auto;
  }

  .horizontal-scroll-2.landing-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .brand-grid {
    white-space: normal;
  }

  .container-landing-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    font-weight: 400;
  }

  .logo-partners {
    height: 3vw;
  }

  .line-size {
    background-color: var(--blau-2);
  }

  .line-indicator {
    background-color: var(--misty-blue);
  }

  .col {
    padding-bottom: 26px;
  }

  .container-landing-1-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: auto;
    padding-bottom: 0;
    font-weight: 400;
  }

  .container-landing-2 {
    justify-content: flex-start;
    font-weight: 400;
  }

  .container-landing-2.absolut {
    position: relative;
    bottom: 0%;
  }

  .licensing-container {
    border-style: solid;
    border-color: #000;
    width: 100%;
    max-width: none;
  }

  .div-contact.no {
    width: 27vw;
  }

  .text-block-2 {
    line-height: 1.1vw;
  }

  .grid-img._5 {
    background-image: url('../images/IMG_0900.webp');
    background-size: cover;
  }

  .text-box {
    width: 460px;
  }

  .text-box.t2 {
    width: 720px;
  }

  .text-box.t5 {
    width: 490px;
  }

  .text-box.t4 {
    width: 220px;
    margin-left: -10px;
  }

  .text-box.t3 {
    width: 470px;
  }

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

  .lightbox-grid.nr05 {
    background-image: url('../images/20181119_153829.webp');
  }

  .lightbox-grid.nr24 {
    background-image: url('../images/Landhaus.webp');
  }

  .lightbox-grid.nr12 {
    background-image: url('../images/Büro.webp');
  }

  .lightbox-grid.nr03 {
    background-image: url('../images/DJI_0378.webp');
  }

  .container-2 {
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .text-block-3 {
    line-height: 3vh;
  }

  .shooting-grid {
    grid-template-rows: minmax(17vw, auto) minmax(17vw, auto) minmax(17vw, auto) minmax(17vw, auto) minmax(17vw, auto);
    grid-template-columns: 15.4vw 15.4vw 15.4vw 15.4vw 15.4vw 15.4vw;
    grid-auto-rows: minmax(17px, 1fr);
    justify-items: stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .shooting-grid.fr-sen {
    grid-template-rows: minmax(17vw, auto) minmax(17vw, auto) minmax(17vw, auto);
  }

  .list {
    padding-left: 1.5vw;
  }

  .list-item {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 991px) {
  .heading-style-h2 {
    font-size: 4.8rem;
  }

  .heading-style-h2.text-style-allcaps.text-weight-bold.hover-cursor {
    font-size: 14vw;
  }

  .heading-style-h2.services {
    bottom: -1.6rem;
  }

  .horizontal-scrollable-wrap {
    grid-row-gap: 6vh;
    flex-direction: column;
  }

  .hero-link {
    height: auto;
  }

  .cursor, .circle-cursor.display-flex-horizontal.position-absolute {
    display: none;
  }

  .spacer {
    height: 100px;
  }

  .spacer.footer {
    height: 18vw;
  }

  .row.is-tablet-vertical {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .row.overflow-hidden {
    grid-column-gap: 1.5vw;
  }

  .heading-style-h3 {
    font-size: 3.3rem;
  }

  .heading-style-h3.large {
    font-size: 9vw;
  }

  .heading-style-h3.storyline {
    font-size: 28px;
  }

  .heading-style-h3.storyline.bottom {
    font-size: 16px;
  }

  .heading-style-h3.outline, .heading-style-h3.storyline-jobs {
    font-size: 28px;
  }

  .heading-style-h3.storyline-jobs.bottom {
    font-size: 16px;
  }

  .button-link.hover-cursor {
    align-self: auto;
    width: 105px;
    height: 105px;
    font-size: 5px;
  }

  .main-paragraph {
    font-size: 14px;
  }

  .main-paragraph.width {
    width: 60vw;
  }

  .column {
    width: 100%;
  }

  .spacer-small {
    height: 50px;
  }

  .spacer-xsmall {
    height: 20px;
  }

  .rotate-90-deg {
    margin-left: 36px;
    position: static;
    top: 0;
    transform: none;
  }

  .heading-style-h4 {
    font-size: 28px;
  }

  .info-text {
    font-size: 18px;
  }

  .services-block.bacground-color-first, .services-block.background-color-second {
    width: 74vw;
  }

  .order {
    font-size: 16px;
    top: 11%;
  }

  .absolute-wrapper {
    top: -11.2vw;
    left: 4.9vw;
  }

  .main-heading {
    white-space: normal;
    font-size: 21px;
    font-weight: 600;
  }

  .container-image-team {
    width: 100%;
  }

  .image-team {
    width: 100%;
    height: 60vh;
  }

  .image-team.static {
    width: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

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

  .main-link.hover-cursor {
    font-size: 16px;
  }

  .line-main-link {
    display: none;
  }

  .section-hero {
    justify-content: center;
    align-items: center;
  }

  .text-span.about {
    bottom: -21px;
  }

  .sticky-block-services {
    padding-top: 56px;
    position: static;
  }

  .block-services {
    width: 90vw;
  }

  .grid-services {
    grid-template-columns: auto;
  }

  .content-slide-review {
    flex-direction: column;
  }

  .star {
    font-size: 32px;
  }

  .review-slider {
    height: auto;
  }

  .review-line.hide-tablet {
    display: none;
  }

  .support-days {
    width: 100%;
    margin-left: 0;
  }

  .header-text-field {
    font-size: 22px;
  }

  .check-circle-container {
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
    padding: 4px;
  }

  .days-wrapper {
    width: 100%;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr 1.5fr;
  }

  .support-days-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .text-field.hover-cursor {
    font-size: 18px;
  }

  .radio-button-field.hover-cursor {
    font-size: 12px;
  }

  .submit-button {
    text-align: center;
    font-size: 18px;
  }

  .collection-list {
    grid-column-gap: 20px;
  }

  .main-navbar {
    z-index: 1004;
  }

  .column-review {
    width: 24vw;
    margin-left: auto;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 7.3vw;
  }

  .heading-style-h1.center {
    font-size: 19vw;
  }

  .lottie {
    display: block;
  }

  .grid-partners {
    grid-row-gap: 82px;
    grid-template-columns: 1fr 1fr;
  }

  .main-heading-2 {
    white-space: normal;
    font-size: 25px;
    font-weight: 700;
  }

  .horizontal-scroll-2 {
    height: auto;
  }

  .brand-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .container-landing-1 {
    width: 100%;
  }

  .orizzontal-section {
    height: auto;
  }

  .container-landing-1-copy, .container-landing-2 {
    width: 100%;
  }

  .container-landing-2.absolut {
    display: none;
  }

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

  .licensing-container {
    width: 100%;
  }

  .line-main-link-2 {
    display: none;
  }

  .main-link-2.hover-cursor {
    font-size: 16px;
  }

  .heading-style-h3-2 {
    font-size: 3.3rem;
  }

  .heading-style-h3-2.storyline {
    font-size: 28px;
  }

  .heading-style-h3-2.storyline.bottom {
    font-size: 16px;
  }

  .heading-style-h3-2.outline {
    font-size: 28px;
  }

  .heading-style-h3-3 {
    font-size: 3.3rem;
  }

  .heading-style-h3-3.storyline {
    font-size: 28px;
  }

  .heading-style-h3-3.storyline.bottom {
    font-size: 16px;
  }

  .heading-style-h3-3.outline {
    font-size: 28px;
  }

  .heading-style-h3-4 {
    font-size: 3.3rem;
  }

  .heading-style-h3-4.storyline {
    font-size: 28px;
  }

  .heading-style-h3-4.storyline.bottom {
    font-size: 16px;
  }

  .heading-style-h3-4.outline {
    font-size: 28px;
  }

  .contact-wrapper {
    justify-content: flex-start;
  }

  .div-contact.no {
    width: 28vw;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .shooting-grid {
    grid-template-rows: minmax(200px, .25fr) repeat(auto-fit, minmax(200px, .25fr));
  }

  .produkt-images {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    transition: opacity .2s;
    overflow: visible;
  }

  .list-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h2 {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 3.7rem;
  }

  .heading-style-h2.services {
    bottom: -2.1rem;
  }

  .hero-link {
    -webkit-text-stroke-width: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .circle-cursor.display-flex-horizontal.position-absolute {
    display: none;
  }

  .row.left.is-tablet-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .row.is-mobile-landscape-vertical {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-style-h3 {
    font-size: 9vw;
  }

  .heading-style-h3.storyline {
    margin-left: 0;
  }

  .heading-style-h3.outline {
    margin-bottom: 2rem;
    position: static;
  }

  .heading-style-h3.fade-from-left {
    font-size: 8vw;
  }

  .heading-style-h3.storyline-jobs {
    margin-left: 0;
  }

  .text-span {
    font-size: 2.5rem;
  }

  .button-link.hover-cursor {
    align-self: center;
  }

  .main-paragraph.width {
    width: 100%;
  }

  .main-paragraph.button {
    font-size: 13px;
  }

  .column.center.reverse {
    flex-flow: column;
  }

  .column.reverse {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    display: flex;
  }

  .spacer-small.hide-tablet {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .services-block.bacground-color-first, .services-block.background-color-second {
    width: 100%;
  }

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

  .main-column.is-mobile-landscape-horizontal {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .social-link.hover-cursor {
    width: 19px;
  }

  .container-image-team {
    justify-content: flex-start;
  }

  .image-team {
    width: 45vw;
    height: 55vw;
  }

  .image-team.static {
    display: block;
    left: 0%;
  }

  .role {
    font-size: 18px;
  }

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

  .section-hero {
    align-items: center;
  }

  .dropdown-toggle-about {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block {
    justify-content: flex-start;
    padding-left: 0;
  }

  .dropdown-list.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .block-services {
    height: 400px;
  }

  .content-slide-review {
    grid-row-gap: 60px;
  }

  .support-days {
    margin-left: 0;
  }

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

  .support-days-list {
    width: 100%;
  }

  .submit-button {
    text-align: center;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .container.display-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-large {
    font-size: 7vw;
  }

  .grid-partners {
    grid-row-gap: 64px;
    grid-template-columns: auto 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-heading-2.card {
    margin-top: 20px;
    display: none;
  }

  .horizontal-scroll-2.landing-3 {
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-landing-1 {
    justify-content: center;
  }

  .orizzontal-section {
    height: auto;
  }

  .move-scroll {
    width: 12010%;
  }

  .line-indicator {
    display: none;
  }

  .col {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .container-landing-2.absolut {
    display: none;
  }

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

  .licensing-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-style-h3-2 {
    font-size: 9vw;
  }

  .heading-style-h3-2.storyline {
    margin-left: 0;
  }

  .heading-style-h3-2.outline {
    margin-bottom: 2rem;
    position: static;
  }

  .heading-style-h3-3 {
    font-size: 9vw;
  }

  .heading-style-h3-3.storyline {
    margin-left: 0;
  }

  .heading-style-h3-3.outline {
    margin-bottom: 2rem;
    position: static;
  }

  .heading-style-h3-4 {
    font-size: 9vw;
  }

  .heading-style-h3-4.storyline {
    margin-left: 0;
  }

  .heading-style-h3-4.outline {
    margin-bottom: 2rem;
    position: static;
  }

  .contact-wrapper {
    display: none;
  }

  .shooting-grid {
    grid-template-rows: minmax(200px, .25fr) repeat(auto-fit, minmax(200px, .25fr));
  }

  .list {
    padding-left: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-direction: column;
  }

  .hero-heading.work {
    font-size: 50vh;
  }

  .heading-style-h2 {
    margin-bottom: 0;
  }

  .heading-style-h2.text-style-allcaps.text-weight-bold.hover-cursor {
    -webkit-text-stroke-width: 1px;
    font-size: 14vw;
  }

  .heading-style-h2.text-style-allcaps.white {
    font-size: 2.4rem;
  }

  .heading-style-h2.text-style-allcaps.white.mobile {
    font-size: 1.9rem;
  }

  .heading-style-h2.services {
    text-transform: uppercase;
    font-size: 11vw;
    bottom: -.4rem;
  }

  .wrapper-move-heading.header {
    display: block;
  }

  .horizontal-scrollable-wrap {
    grid-row-gap: 3vh;
    width: auto;
    height: 100%;
  }

  .horizontal-wrap {
    z-index: 100;
    height: 100%;
    position: relative;
  }

  .hero-link {
    font-size: 25vw;
  }

  .hero-section {
    height: 70vh;
  }

  .row.bottom {
    flex-direction: column;
    align-items: flex-end;
  }

  .row.field-work {
    flex-direction: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    bottom: -48%;
  }

  .row.is-tablet-vertical {
    grid-column-gap: 2vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .row.is-mobile-landscape-vertical {
    grid-row-gap: 30px;
  }

  .row.is-mobile-landscape-vertical.reverse {
    flex-direction: column-reverse;
    align-items: center;
  }

  .column-heading {
    position: relative;
  }

  .heading-style-h3.fade-from-left {
    font-size: 6vw;
    position: relative;
  }

  .text-span {
    font-size: 7vw;
  }

  .button-link.hover-cursor {
    text-align: center;
    width: 109px;
    height: 109px;
    font-size: 8px;
  }

  .main-paragraph, .main-paragraph.text-weight-bold {
    font-size: 17px;
  }

  .main-paragraph.text-weight-bold.slide-from-bottom {
    font-size: 15px;
  }

  .main-paragraph.color.hide-mobile {
    display: none;
  }

  .main-paragraph.black, .main-paragraph.slide-from-bottom {
    font-size: 15px;
  }

  .main-paragraph.button {
    font-size: 14px;
  }

  .main-paragraph.text-weight-bold {
    font-size: 17px;
  }

  .background-button {
    text-align: center;
  }

  .column.center.reverse {
    flex-flow: column;
  }

  .column.zer {
    width: 80%;
  }

  .spacer-small {
    height: 30px;
  }

  .rotate-90-deg {
    margin-left: 0;
  }

  .rotate-90-deg.absolute {
    transform: translate(73px, 31px)rotate(-90deg);
  }

  .heading-small {
    margin-left: 36px;
  }

  .sticky-mask {
    position: sticky;
    overflow: hidden;
  }

  .heading-style-h4 {
    font-size: 25px;
  }

  .info-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .order.slide-from-bottom {
    top: 9%;
  }

  .absolute-wrapper {
    margin-left: 37px;
    position: static;
    top: -15.7vw;
    left: 36px;
  }

  .social-links-wrapper {
    grid-column-gap: 3vw;
    margin-top: 0;
  }

  .arrow-line.arroe-left {
    left: 20px;
    right: auto;
  }

  .social-link.margin-left.margin-small {
    width: 20px;
    margin-left: .5rem;
  }

  .overflow-hidden.team {
    bottom: 10.7vh;
  }

  .container-image-team {
    height: auto;
  }

  .filter.yellow {
    display: none;
  }

  .team-slide {
    padding-top: 57px;
    padding-bottom: 118px;
  }

  .team-slider {
    height: auto;
  }

  .right-arrow.hover-cursor {
    inset: auto 0% 4% auto;
  }

  .absolute.role {
    grid-row-gap: 7px;
    flex-direction: column;
    display: flex;
    top: 0%;
    left: 0;
  }

  .absolute.about {
    grid-column-gap: 1.5vw;
  }

  .image-team {
    width: 100%;
    height: 400px;
  }

  .image-team.static {
    width: 100%;
    height: 388px;
  }

  .left-arrow.hover-cursor {
    inset: auto auto 4% 0%;
  }

  .link-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .section-hero {
    justify-content: center;
  }

  .link-span {
    -webkit-text-stroke-width: 1px;
  }

  .text-span.about {
    bottom: -8px;
  }

  .dropdown-toggle-about {
    white-space: normal;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-toggle-about.hover-cursor {
    flex-direction: column;
    padding: 40px 0;
  }

  .div-block {
    justify-content: flex-start;
    margin-right: auto;
    padding-left: 0;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-nr1 {
    align-self: center;
  }

  .sticky-block-services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-services {
    height: 300px;
  }

  .support-days {
    margin-left: 0;
  }

  .check-circle-container {
    width: 18px;
    max-width: 18px;
    height: 18px;
    max-height: 18px;
    padding: 2px;
  }

  .grid-3-columns {
    grid-row-gap: 54px;
  }

  .support-days-list {
    align-items: stretch;
    width: 100%;
  }

  .submit-button {
    font-size: 15px;
  }

  .horizontal-scroll {
    height: 250vh;
  }

  .collection-item-work {
    width: 90vw;
    height: auto;
  }

  .sticky-wrapper.overflow-hidden {
    height: 70vh;
  }

  .sticky-wrapper.center {
    height: auto;
    top: 50vh;
    transform: translate(0, -49%);
  }

  .collection-list-wrapper-work {
    height: 100%;
    padding-left: 0;
  }

  .main-image.works {
    height: 100%;
  }

  .card-link-works.hover-cursor-card {
    height: 66vw;
    left: 0;
  }

  .frame {
    height: 66vw;
    margin-left: 63px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .next-project-link {
    width: 23vh;
    height: 38vh;
  }

  .name-next-project {
    -webkit-text-stroke-width: 2px;
    width: 90%;
    font-size: 15vw;
  }

  .name-next-project.large {
    -webkit-text-stroke-width: 1px;
    font-size: 11vw;
  }

  .nav-image {
    width: 140px;
  }

  .nav-menu {
    position: fixed;
    overflow: visible;
  }

  .container.display-flex {
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    position: fixed;
    inset: auto;
    overflow: visible;
  }

  .content-nav-menu {
    padding-bottom: 96px;
  }

  .main-navbar {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .brand-link.hover-cursor.w--current {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-left: 15px;
  }

  .menu-button.hover-cursor {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .column-review {
    width: 100%;
  }

  .lottie {
    display: block;
    bottom: -18.8vh;
  }

  .div-block-2 {
    margin-top: 107.1vh;
  }

  .grid-partners {
    grid-row-gap: 60px;
    grid-template-columns: auto auto;
  }

  .main-heading-2.card {
    margin-top: 20px;
  }

  .horizontal-scroll-2.landing-3 {
    height: auto;
  }

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

  .logo-partners {
    height: 60px;
  }

  .orizzontal-section {
    height: auto;
  }

  .container-landing-2.absolut {
    display: none;
  }

  .spacer-xxsmall {
    height: 20px;
  }

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

  .licensing-container {
    width: 100%;
    padding: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

  .body {
    overflow: visible;
  }

  .dropdown-nr2, .dropdown-about, .dropdown-nr3, .dropdown-nr4, .dropdown-nr5, .dropdown-nr6 {
    align-self: center;
  }

  .name-next-imp {
    -webkit-text-stroke-width: 2px;
    width: 90%;
    font-size: 15vw;
  }

  .name-next-imp.large {
    -webkit-text-stroke-width: 1px;
    font-size: 14vw;
  }

  .contact-wrapper {
    grid-column-gap: 3vw;
    margin-top: 0;
  }

  .shooting-grid {
    grid-template-rows: minmax(200px, .25fr) repeat(auto-fit, minmax(200px, .25fr)) minmax(200px, .5fr) 200px 200px;
  }

  .list {
    padding-left: 5vw;
  }
}

#w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7e9a-a159327a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7e9e-a159327a {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7ea2-a159327a {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7ea6-a159327a {
  grid-area: 2 / 1 / 5 / 3;
}

#w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eaa-a159327a {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eae-a159327a {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eb2-a159327a {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eb6-a159327a {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eba-a159327a {
  grid-area: 2 / 5 / 4 / 7;
}

#w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7ebe-a159327a {
  grid-area: 4 / 4 / 6 / 7;
}

#w-node-_25080419-be24-661d-9613-d07fb4d9aabb-a159327b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_25080419-be24-661d-9613-d07fb4d9aabf-a159327b {
  grid-area: 1 / 3 / 4 / 5;
}

#w-node-_25080419-be24-661d-9613-d07fb4d9aac3-a159327b {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_25080419-be24-661d-9613-d07fb4d9aac7-a159327b {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-ce248e03-1b39-6bf8-f2fa-4191e7cd5fd2-a159327b {
  grid-area: 2 / 5 / 4 / 7;
}

#w-node-_79bfe837-e17c-3ead-2b46-9d947feebea0-a159327c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_79bfe837-e17c-3ead-2b46-9d947feebea4-a159327c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_79bfe837-e17c-3ead-2b46-9d947feebea8-a159327c {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_79bfe837-e17c-3ead-2b46-9d947feebeac-a159327c {
  grid-area: 2 / 1 / 5 / 3;
}

#w-node-_79bfe837-e17c-3ead-2b46-9d947feebeb0-a159327c {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_79bfe837-e17c-3ead-2b46-9d947feebeb4-a159327c {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_79bfe837-e17c-3ead-2b46-9d947feebebc-a159327c {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-_79bfe837-e17c-3ead-2b46-9d947feebec0-a159327c {
  grid-area: 2 / 5 / 4 / 7;
}

#w-node-_79bfe837-e17c-3ead-2b46-9d947feebec4-a159327c {
  grid-area: 4 / 4 / 6 / 7;
}

#w-node-_7e63d36b-da78-3d55-3246-126241a7e638-a1593281, #w-node-_7e63d36b-da78-3d55-3246-126241a7e643-a1593281 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9748987b-af35-3101-a1a6-135139e4e195-a1593286, #w-node-fca09561-8490-bc13-81f6-ab0de83f297e-a1593286, #w-node-fc005c16-b72e-6a9c-f32e-dc4b0beb72d9-a1593286, #w-node-f31d7cf9-6e7d-e9d8-9f28-7ada9fce8336-a1593286, #w-node-fc8feb7f-77bd-6c32-8478-f43732312f37-a1593286, #w-node-_473f8192-dffe-452a-a5f9-8707deb7f56a-a1593286, #w-node-_56f7c139-4336-0602-7f5d-8aa6eb007706-a1593286, #w-node-_76050e51-2565-9fae-8be1-1aa00fcfe9f6-a1593286, #w-node-_5dfb0e90-8925-d49a-40ad-f2cb9422d2f7-a1593286 {
  place-self: center;
}

#w-node-_7d93f68e-3462-fc55-7295-163c38059097-a1593286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d93f68e-3462-fc55-7295-163c38059098-a1593286, #w-node-_7d93f68e-3462-fc55-7295-163c3805909c-a1593286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33ba8a53-42d0-ef36-5793-74b605d55ce6-a1593286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_33ba8a53-42d0-ef36-5793-74b605d55ce7-a1593286, #w-node-_33ba8a53-42d0-ef36-5793-74b605d55ceb-a1593286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_529f7fbd-3ccc-d833-d2b8-c1cb1bdbeb52-a1593286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_529f7fbd-3ccc-d833-d2b8-c1cb1bdbeb53-a1593286, #w-node-_529f7fbd-3ccc-d833-d2b8-c1cb1bdbeb57-a1593286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7e63d36b-da78-3d55-3246-126241a7e638-a1593281, #w-node-_7e63d36b-da78-3d55-3246-126241a7e643-a1593281 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7ea2-a159327a {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aabf-a159327b {
    grid-row-end: 3;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aac3-a159327b {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aac7-a159327b, #w-node-ce248e03-1b39-6bf8-f2fa-4191e7cd5fd2-a159327b {
    grid-row-end: 3;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebea8-a159327c {
    grid-area: 1 / 5 / 2 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7e9a-a159327a {
    grid-row: 4 / 5;
    grid-column-end: 4;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7e9e-a159327a {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7ea2-a159327a {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7ea6-a159327a {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eaa-a159327a {
    grid-area: 2 / 5 / 3 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eae-a159327a {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eb2-a159327a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eb6-a159327a {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eba-a159327a {
    grid-area: 3 / 5 / 4 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7ebe-a159327a {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aabb-a159327b {
    grid-area: 2 / 5 / 3 / 7;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aabf-a159327b {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aac3-a159327b {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aac7-a159327b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ce248e03-1b39-6bf8-f2fa-4191e7cd5fd2-a159327b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebea0-a159327c {
    grid-row: 4 / 5;
    grid-column-end: 4;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebea4-a159327c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebea8-a159327c {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebeac-a159327c {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebeb0-a159327c {
    grid-area: 2 / 5 / 3 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebeb4-a159327c {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebebc-a159327c {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebec0-a159327c {
    grid-area: 3 / 5 / 4 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebec4-a159327c {
    grid-area: 3 / 3 / 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7e9a-a159327a {
    grid-area: 9 / 1 / 10 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7e9e-a159327a {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7ea2-a159327a {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7ea6-a159327a {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eaa-a159327a {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eae-a159327a {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eb2-a159327a {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eb6-a159327a {
    grid-area: 7 / 1 / 8 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7eba-a159327a {
    grid-area: 8 / 1 / 9 / 7;
  }

  #w-node-_18b491ef-7668-c806-d7b2-e2f5e4df7ebe-a159327a {
    grid-area: 10 / 1 / 11 / 7;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aabb-a159327b {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aabf-a159327b {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aac3-a159327b {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_25080419-be24-661d-9613-d07fb4d9aac7-a159327b {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-ce248e03-1b39-6bf8-f2fa-4191e7cd5fd2-a159327b {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebea0-a159327c {
    grid-area: 9 / 1 / 10 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebea4-a159327c {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebea8-a159327c {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebeac-a159327c {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebeb0-a159327c {
    grid-area: 4 / 1 / 6 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebeb4-a159327c {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebebc-a159327c {
    grid-area: 7 / 1 / 8 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebec0-a159327c {
    grid-area: 8 / 1 / 9 / 7;
  }

  #w-node-_79bfe837-e17c-3ead-2b46-9d947feebec4-a159327c {
    grid-area: 10 / 1 / 11 / 7;
  }
}


