:root {
  --black-anthrazite: #222;
  --white-transparent: #fff3;
  --transparent: transparent;
  --schwarz: #000;
  --dark-grey: #bbb0a8;
  --white: white;
  --pink: #c5007a;
  --grau-menue: #6d6d6d;
  --white-transparent-5: #ffffff03;
}

.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 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page-component {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 47px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page-form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.utility-page-form-block.absolute {
  z-index: 2;
  max-width: none;
  position: absolute;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #000000e8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding: 38px 82px;
  display: flex;
}

.utility-page-image {
  margin-left: auto;
  margin-right: auto;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-custom-first {
  padding: 1.5rem;
}

.margin-small {
  margin: 1rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
  width: 100%;
  height: 101%;
}

.text-color-white {
  color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.change {
  height: 10vh;
}

.text-weight-light {
  font-weight: 300;
}

.text-size-small {
  font-size: .875rem;
}

.form-imput {
  text-align: center;
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.text-size-large {
  font-size: 36px;
}

.text-size-large.text-style-allcaps.primary-font.text-pink {
  color: var(--black-anthrazite);
  font-family: Oswald regular, sans-serif;
}

.text-size-large.text-style-allcaps.primary-font {
  color: #222;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.text-size-large.text-style-allcaps.primary-font.text-pink {
  color: #222;
}

.container-large {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
}

.container-large.display-flex {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.container-large.display-flex.vertical {
  background-color: #00000063;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-large.display-flex.vertical.no-bg {
  background-color: #0000;
  max-width: 80rem;
}

.container-large.padding-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 66vh;
  padding-top: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-large.shopfinder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  margin-top: 73vh;
  display: flex;
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem .4rem .75rem 1.5rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.filter {
  background-color: #000000a1;
  display: block;
  position: absolute;
  inset: 0%;
}

.filter._2 {
  background-color: #0000;
  background-image: linear-gradient(to right, #000 3%, #fff0 37% 67%, #000 99%);
  width: 103vw;
  left: -2%;
  right: auto;
}

.column {
  width: 50%;
}

.column.normal {
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-left: -5vw;
  display: flex;
  position: relative;
}

.column.auto {
  width: auto;
}

.column.margin-top {
  width: 38%;
  margin-top: 52px;
}

.column.ceter {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-section {
  background-color: var(--dark-grey);
  height: 100vh;
}

.about-section.padding-left.padding-custom-first {
  z-index: 5;
  background-color: var(--white);
  flex-direction: column;
  height: auto;
  padding: 8vw 5vw 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heding-size-custom {
  font-size: 120px;
}

.heding-size-custom.text-weight-light {
  letter-spacing: -.034em;
  font-family: Oswald medium font, sans-serif;
  font-size: 120px;
  font-weight: 500;
}

.main-paragraph {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.main-paragraph.max-width {
  width: 37%;
  margin-top: 3.2vw;
  margin-left: 9vw;
  font-family: Roboto light font, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.7;
  position: relative;
}

.main-paragraph.max-width.second {
  width: auto;
  margin-left: 9vw;
  font-family: Roboto light font, sans-serif;
  font-size: 20px;
}

.main-paragraph.max-width.second.mobile {
  display: none;
}

.main-paragraph.max-width.white {
  color: #fff;
  width: 32%;
  margin-top: 0;
  margin-left: 0;
}

.main-paragraph.max-width.formular {
  margin-top: 5vw;
  margin-bottom: 1vw;
  margin-left: 0;
}

.main-paragraph.max-width.formular-klein {
  margin-top: 0;
  margin-bottom: 5vw;
  margin-left: 0;
  font-size: 12px;
}

.main-paragraph.max-width.mobile {
  display: none;
}

.main-image.position-absolute {
  z-index: 1;
  width: 40%;
  position: absolute;
  inset: 30% 0% auto auto;
}

.main-image.moved {
  width: 30%;
  margin-top: -10%;
  margin-left: auto;
  margin-right: 15%;
}

.description.padding-left.padding-custom-first {
  padding-bottom: 8vw;
  padding-left: 0;
  padding-right: 0;
}

.project-section {
  background-color: var(--white);
  height: 200vh;
  position: relative;
}

.container-video {
  column-count: 4;
  column-rule: 1px solid #cacaca;
  border-top: 1px solid #dfdfdf;
  flex-direction: column;
  align-items: stretch;
  column-gap: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.video-content {
  width: auto;
  height: 100%;
  padding: 31px;
  display: block;
  overflow: hidden;
}

.row {
  z-index: 2;
  column-count: 3;
  column-rule: 1px solid #d4cec9;
  flex: 1;
  column-gap: 0;
  position: relative;
}

.row.border {
  column-count: 3;
  border-top: 1px solid #d4cec9;
  border-bottom: 1px solid #d4cec9;
  position: relative;
}

.row.project {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row._2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.footer {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

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

.backhround-video {
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.services-section.padding-vertical.padding-xhuge {
  z-index: 5;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section-heading {
  font-size: 170px;
}

.section-heading.text-style-allcaps {
  height: auto;
  margin-left: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  line-height: 1;
  position: sticky;
  top: 10vh;
  left: 0;
}

.section-heading.text-style-allcaps.no-stiky {
  font-family: Oswald medium font, sans-serif;
  position: static;
}

.section-heading.text-style-allcaps.abstand {
  margin-bottom: 12rem;
  position: static;
}

.section-heading.big {
  text-align: center;
  font-size: 25vw;
  font-weight: 400;
}

.section-heading.big.sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 100vh;
  font-family: Oswald regular, sans-serif;
  font-size: 52vw;
  display: flex;
}

.section-heading.text-style-allcaps-kampagne {
  height: auto;
  margin-left: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: auto;
  left: auto;
}

.services {
  border: 1px solid var(--pink);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  height: 17.5rem;
  transition: color .5s ease-in-out, background-color .5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services:hover {
  color: #fff;
  background-color: #000;
}

.services._1 {
  cursor: pointer;
  width: 17.5rem;
  height: 17.5rem;
}

.background-video {
  opacity: 0;
  height: 300px;
  transition: opacity .5s ease-in-out;
  position: absolute;
  inset: 0%;
}

.background-video:hover {
  opacity: .63;
}

.change-bg-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.change-bg-wrapper.absolute {
  filter: invert();
  position: absolute;
}

.contact-section {
  background-color: var(--schwarz);
  width: 100%;
  height: auto;
  padding-top: 8vh;
  padding-bottom: 3vh;
  position: relative;
  overflow: hidden;
}

.work-section {
  z-index: 8;
  background-color: var(--white);
  position: relative;
}

.slider-work {
  height: 400vh;
}

.horizontal-content {
  background-color: #000;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content-workl {
  width: 400vw;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.work-wrapper {
  width: 100vw;
  height: 100%;
}

.container-work {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.work-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 29vw auto;
  height: 70vh;
}

.wrap-image-work {
  transform: rotate(9deg);
}

.sub-heading.text-color-white {
  font-family: Roboto regular font, sans-serif;
  font-size: 2.3vw;
}

.work-card-heading.text-color-white.margin-vertical.margin-custom {
  letter-spacing: -.034em;
  margin-top: 1.33vw;
  margin-bottom: 3.56vw;
  font-family: Oswald medium font, sans-serif;
  font-size: 9vw;
  font-weight: 500;
  position: relative;
}

.work-card-heading.text-color-white.margin-vertical.margin-custom.project {
  width: 43%;
  margin-top: -2vw;
  line-height: 1.2;
}

.main-button {
  grid-column-gap: 15px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.main-button.shopfinder {
  z-index: 10;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 8em;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.main-button.kampagne {
  aspect-ratio: auto;
  cursor: pointer;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  position: relative;
  left: 0;
  right: auto;
  overflow: visible;
}

.main-button.konzept {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 14vw;
  margin-top: 1em;
  margin-left: 9vw;
  position: relative;
  left: 0;
}

.main-button.konzept.no {
  display: none;
}

.main-button.bersicht {
  z-index: 10;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 16em;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.text-button {
  color: #fff;
  font-family: Roboto bold, sans-serif;
  font-size: 1.11vw;
  font-weight: 700;
  text-decoration: none;
}

.text-button.shopfinder {
  color: var(--black-anthrazite);
  font-family: Roboto light font, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.arrow-button {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.56vw;
  height: 2.56vw;
  padding: .25rem;
  transition: all .6s;
  display: flex;
}

.arrow-button:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: scale(1.3);
}

.arrow-button.shopfinder {
  border-color: var(--black-anthrazite);
  color: var(--black-anthrazite);
  padding: .5rem;
}

.arrow-button.shopfinder:hover {
  border-color: var(--pink);
  color: var(--pink);
}

.html-embed {
  align-items: center;
  width: 15px;
  height: auto;
  display: flex;
}

.background-video-project {
  z-index: 0;
  opacity: .65;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-client {
  z-index: 5;
  position: relative;
}

.main-heading {
  color: #000;
  letter-spacing: 0;
  text-transform: lowercase;
  margin-bottom: 132px;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1;
}

.main-heading.newstyles {
  text-transform: none;
  margin-bottom: 60px;
  font-family: Oswald regular, sans-serif;
  font-weight: 400;
}

.clients {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding-top: 282px;
  padding-bottom: 283px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-text {
  font-size: 1.25rem;
}

.main-text.text-size-medium.secondari-font {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.main-text.text-size-medium.secondari-font.max-width {
  width: 450px;
  margin-top: 11vh;
  font-family: Roboto light font, sans-serif;
  line-height: 1.7;
}

.main-text.text-size-medium.text-color-white.text-style-allcaps {
  text-transform: lowercase;
  font-family: Roboto regular font, sans-serif;
}

.main-text.text-color-white.text-size-xlarge {
  font-size: 10vw;
}

.main-text.text-color-white.text-size-xlarge.text-style-allcaps.text-weight-bold-copy {
  white-space: pre;
  align-items: center;
  display: flex;
}

.main-text.text-color-white.text-size-xlarge.text-style-allcaps.text-weight-bold-copy.footer {
  font-family: Roboto bold, sans-serif;
  font-weight: 700;
  line-height: .9;
}

.div-block {
  display: flex;
}

.div-block.kampagne {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1.3em;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: block;
  position: static;
  left: auto;
  right: auto;
}

.brand-link {
  z-index: 2;
  margin-top: 20px;
  position: relative;
}

.brand-link.w--current {
  margin-top: 0;
  padding-top: 20px;
}

.brand {
  width: 12em;
}

.social-link {
  width: 22px;
  height: auto;
}

.modal-work {
  z-index: 2147483647;
  position: fixed;
  inset: 0%;
}

.modal-work.first, .modal-work.second, .modal-work.third, .modal-work.fourth {
  display: none;
}

.content-modal-work {
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.close-modal {
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 2% 40px auto auto;
}

.line-close-button {
  background-color: #fff;
  width: 40px;
  height: 3px;
  margin-top: .5px;
  transform: rotate(45deg);
}

.line-close-button.text-style-2lines {
  margin-top: -3px;
  transform: rotate(-45deg);
}

.mask {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.loop-text-wrapper {
  grid-column-gap: 0px;
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  font-family: Roboto regular font, sans-serif;
  display: flex;
  position: relative;
  transform: translate(0, 46px)rotate(-2.07deg);
}

.loop-text-wrapper.black {
  background-color: #000;
  margin-top: -81px;
  margin-left: 0;
  padding-top: 27px;
}

.text.text-size-small {
  color: #959cb1;
}

.text.text-size-small.margin-top.margin-small {
  margin-top: auto;
}

.text.text-size-small.margin-top.margin-small.hide-tablet {
  color: #969696;
  position: absolute;
  inset: auto auto 7% 8%;
}

.text.text-size-small.margin-top.margin-small.hide-tablet._2 {
  color: #969696;
  font-family: Roboto regular font, sans-serif;
  font-size: 1rem;
  position: static;
  left: auto;
  right: 8%;
}

.text.text-size-small.margin-top.margin-small.hide-tablet._2.mobile {
  display: none;
}

.loop-text {
  color: #fff;
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  font-family: Roboto light font, sans-serif;
  font-size: 98px;
  font-weight: 300;
  display: flex;
}

.link-7 {
  color: #fff;
  white-space: nowrap;
  margin-right: 40px;
  font-family: Roboto light font, sans-serif;
  font-size: 98px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .8s;
}

.link-7:hover {
  opacity: .2;
}

.link-7._2 {
  letter-spacing: 5px;
  font-family: Roboto thin, sans-serif;
  font-weight: 100;
  transition: opacity .8s;
}

.link-7._2:hover {
  opacity: .3;
}

.div-block-2 {
  border: 1px #000;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 46px;
  display: flex;
}

.div-block-2.no-padding {
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-3 {
  filter: invert();
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.center-banner {
  grid-column-gap: 40px;
  white-space: nowrap;
  background-color: #000;
  border: 1px #000;
  flex-direction: row;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  transform: rotate(2.075deg)translate(-10px, -10px);
}

.center-banner.no-padding {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-bottom: -36px;
  margin-left: -10px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-4 {
  white-space: nowrap;
  object-fit: cover;
  flex: none;
  width: 150px;
  max-width: none;
  height: 150px;
  margin-right: 0;
  display: block;
}

.link-block-2 {
  grid-column-gap: 20px;
  white-space: nowrap;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: static;
}

.bottom-banner {
  z-index: 2;
  background-color: #000;
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  display: flex;
  position: relative;
  transform: translate(0, -81px)rotate(-2.07deg);
}

.section {
  z-index: 5;
  background-color: var(--white);
  flex-direction: column;
  height: 300vh;
  display: flex;
  position: relative;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.containe-video {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: auto;
}

.heading-2 {
  color: #000;
  letter-spacing: -.034em;
  mix-blend-mode: overlay;
  font-size: 6vw;
  font-weight: 500;
  position: absolute;
  bottom: 16vw;
}

.heading-2.rosa {
  color: var(--pink);
  mix-blend-mode: overlay;
  font-family: Oswald medium font, sans-serif;
  font-size: 8vw;
  bottom: 11vw;
}

.paragraph-2 {
  width: 22%;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
}

.paragraph-2.shop {
  margin-bottom: 4rem;
  font-family: Roboto light font, sans-serif;
}

.slider-project.show-mobile-landscape {
  display: none;
}

.grid-project {
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
}

.text-block {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.div-block-4 {
  border-top: 1px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-2 {
  color: #fff;
}

.heading-3 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.show-mobile-landscape {
  display: none;
}

.link-8 {
  color: #fff;
  text-transform: none;
  font-family: Roboto regular font, sans-serif;
  text-decoration: none;
  transition: all .8s;
}

.link-8:hover {
  opacity: 1;
  color: var(--pink);
}

.text-pink {
  color: var(--pink);
}

.get-in-touch-button {
  cursor: pointer;
  width: 10rem;
  margin-top: 0;
  margin-left: 9vw;
  text-decoration: none;
  position: relative;
  top: 4em;
  left: 0;
}

.button-wrapper {
  border: 1px solid var(--pink);
  text-align: left;
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.standard-text {
  color: #000000e6;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text.footer-button {
  z-index: 5;
  color: var(--black-anthrazite);
  text-align: center;
  font-family: Roboto regular font, sans-serif;
  position: relative;
}

.footer-button-hover {
  background-color: var(--pink);
  border-radius: 100%;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-menue {
  color: var(--grau-menue);
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto regular font, sans-serif;
  transition: all .8s;
}

.nav-menue:hover {
  color: var(--pink);
}

.nav-menue.w--current {
  color: var(--grau-menue);
}

.nav-menue.abstand-kontakt {
  margin-right: 60px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-wrapper2 {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 340px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.collection-experiments {
  grid-column-gap: 40px;
  display: flex;
}

.circule-wrapper {
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inner-image {
  width: 130%;
  height: 130%;
}

.text-circule-2 {
  z-index: 1;
  color: var(--schwarz);
  justify-content: center;
  align-items: center;
  font-family: Oswald light, sans-serif;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-circule-2.mobile {
  display: none;
}

.btn-circule-2 {
  z-index: 10;
  border: 1px solid var(--pink);
  background-color: var(--transparent);
  color: #fff;
  letter-spacing: -.02em;
  white-space: nowrap;
  mix-blend-mode: normal;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.collection-list-wrapper-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 2.4em;
  padding-bottom: 2em;
  transition: background-color 1s;
  display: grid;
}

.collection-list-wrapper-2:hover {
  background-color: var(--schwarz);
  opacity: 1;
}

.project-wrapper2-2 {
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 17em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-image-2 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.footer {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.text-adresse {
  color: var(--white);
  font-family: Roboto light font, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.section-header {
  z-index: -1;
  width: auto;
  height: auto;
  position: sticky;
  top: 0;
}

.div-header {
  background-image: url('../images/MINADI_Header_Image_neu.webp');
  background-position: 100%;
  background-size: cover;
  height: 100vh;
  position: static;
  inset: 0% 0% auto;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.srction-formular {
  background-color: var(--white);
  height: auto;
  padding-top: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-footer {
  background-color: var(--schwarz);
  height: 69vh;
}

.div-formular {
  height: auto;
  margin-top: 5vh;
}

.formular {
  margin-top: 4rem;
  display: block;
}

.submit-button {
  background-color: var(--pink);
  font-family: Roboto light font, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.form {
  width: 50vw;
}

.text-nachricht {
  height: 8rem;
  font-family: Roboto regular font, sans-serif;
}

.div-kontakt-name {
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.abstand {
  margin-left: 20px;
}

.hero__card {
  background-color: var(--transparent);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.field-label {
  font-family: Roboto light font, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.div-hintergrund-menue {
  background-color: var(--white);
  opacity: .2;
  height: 4.5vw;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.thumbnail-wrapper {
  width: auto;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  transition: all .8s;
}

.thumbnail-wrapper:hover {
  opacity: .2;
  transform: scale(.9);
}

.image-lightbox {
  width: 100px;
  max-width: none;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.cookie-modal_button-wrap.is-small {
  background-color: #ddd;
  display: flex;
}

.screenreader-only {
  cursor: pointer;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-family: Roboto regular font, sans-serif;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_component {
  background-color: #eee;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 2px 1rem #61523900;
}

.cookie-modal_button {
  color: #1b1b1c;
  text-align: center;
  background-color: #bbc4fc;
  border-radius: .25rem;
  padding: .875em 1.25em 1rem;
  font-family: Roboto regular font, sans-serif;
  font-size: .9375rem;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #797979;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
}

.cookie-modal_styles {
  display: none;
}

.link-9 {
  color: #797979;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_title.is-small {
  color: #1b1b1c;
  margin-bottom: .1875em;
  font-family: Roboto regular font, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.cookie-modal_closebutton_line.is-left {
  cursor: pointer;
  background-color: #797979;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  cursor: pointer;
  background-color: #797979;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.cookie-modal_description {
  color: #1b1b1c;
  font-family: Roboto regular font, sans-serif;
}

.cookie-modal_button_text {
  outline-offset: 0px;
  color: #1b1b1c;
  outline: 3px #1b1b1c;
  text-decoration: none;
}

.cookie-modal_closebutton {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_button-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap-2.is-small {
  background-color: #0000;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap-2.in-pref-manger {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-family: Roboto regular font, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_link {
  color: #1b1b1c;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.accordion-panel {
  display: none;
}

.screenreader-only-2 {
  width: 1px;
  height: 1px;
  margin: -1px;
  font-family: Roboto regular font, sans-serif;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-family: Roboto regular font, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
}

.cookie-modal_radio_label.is--not-allowed {
  font-family: Roboto regular font, sans-serif;
  font-weight: 400;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_content-wrap-2 {
  padding: 1.75rem 2rem;
}

.accordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_closebutton-2 {
  z-index: 5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton-2.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_component-2 {
  background-color: #ddd;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_closebutton_line-2 {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line-2.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line-2.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #a0a1af;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #a0a1af;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_title-2 {
  margin-bottom: .1875em;
  font-family: Roboto bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.image-8 {
  margin-right: 7px;
  padding-right: 0;
  display: inline-block;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.accordion-wrapper {
  width: 100%;
  display: block;
}

.cookie-modal_button-2 {
  color: #fff;
  text-align: center;
  background-color: #bbc4fc;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-family: Roboto regular font, sans-serif;
  font-size: .9375rem;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #9ea29f;
}

.pfeil_rechts {
  padding: 0;
}

.pfeil_rechts-white {
  padding: 3px 8px;
}

.image-login {
  width: 25px;
  margin-left: 5px;
  margin-right: 0;
  padding-left: 0;
  transition: opacity .8s;
}

.image-login:hover {
  opacity: .3;
}

.div-login {
  justify-content: center;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.search {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  border: 1px none var(--grau-menue);
  background-color: var(--white-transparent);
  color: var(--grau-menue);
  height: 2.5vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 10px;
  font-family: Roboto regular font, sans-serif;
  position: relative;
  top: auto;
}

.search-button {
  background-color: var(--white-transparent-5);
  color: var(--grau-menue);
  transition: color .8s;
  position: relative;
  top: 7px;
}

.search-button:hover {
  color: var(--pink);
}

.div-suchen {
  padding-top: 10px;
  display: flex;
}

.image-suchen {
  width: 25px;
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 0;
  transition: opacity .8s;
}

.image-suchen:hover {
  opacity: .3;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-family: Roboto bold, sans-serif;
}

.text-field, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  font-family: Roboto regular font, sans-serif;
}

.form-2 {
  display: flex;
}

.submit-button-2 {
  aspect-ratio: auto;
  background-color: var(--transparent);
  object-fit: fill;
  background-image: url('../images/SUCHEN_Icon.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 25px;
  height: 30px;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
}

.text-field-2 {
  background-color: var(--white-transparent);
  height: 2.5vh;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Roboto regular font, sans-serif;
}

.form-block {
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .container-large {
    background-color: var(--white-transparent);
    padding-left: 15vw;
    padding-right: 15vw;
    position: relative;
  }

  .container-large.display-flex.vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.display-flex.vertical.second {
    align-items: flex-start;
    max-width: none;
  }

  .container-large.display-flex.vertical.no-bg {
    background-color: #0000;
  }

  .container-large.padding-top {
    background-color: var(--transparent);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 60vh;
    padding-top: 10vh;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .container-large.shopfinder {
    background-color: var(--transparent);
    position: relative;
  }

  .column.ceter {
    justify-content: space-between;
  }

  .about-section.padding-left.padding-custom-first {
    z-index: 5;
    background-color: var(--white);
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .main-image.position-absolute {
    top: 25%;
  }

  .project-section {
    background-color: var(--white);
  }

  .row.footer {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .services-section.padding-vertical.padding-xhuge {
    background-color: #fff;
    padding-bottom: 19rem;
  }

  .work-section {
    background-color: var(--white);
  }

  .main-button.shopfinder {
    width: 12em;
  }

  .main-button.bersicht {
    width: 20em;
  }

  .text-button {
    font-size: 20px;
    font-weight: 300;
  }

  .arrow-button, .arrow-button.shopfinder {
    padding: 1rem;
  }

  .clients {
    background-color: var(--white);
    align-items: center;
    width: 100%;
  }

  .main-text.text-color-white.text-size-xlarge.text-style-allcaps.text-weight-bold-copy.footer {
    font-size: 126px;
  }

  .div-block.kampagne {
    width: 1.5em;
  }

  .brand-link.w--current {
    padding-top: 20px;
  }

  .section {
    margin-bottom: 0;
  }

  .div-block-3 {
    background-color: var(--transparent);
  }

  .containe-video {
    border-radius: 100%;
    flex: none;
    width: 120vw;
    height: 120vw;
  }

  .paragraph-2 {
    width: 21%;
  }

  .nav-menue {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-circule-2 {
    width: 6em;
    height: 6em;
  }

  .project-wrapper2-2 {
    width: 20em;
    height: 23em;
  }

  .section-header {
    height: 100vh;
  }

  .div-header {
    background-image: url('../images/MINADI_Header_Image_neu.webp');
  }

  .srction-formular {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section-footer {
    height: 63vh;
  }

  .div-hintergrund-menue {
    display: none;
  }

  .image-lightbox {
    width: 150px;
  }

  .pfeil_rechts-white {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .padding-xhuge {
    padding: 6rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .container-large {
    flex-flow: row;
    justify-content: space-between;
    width: auto;
    margin-left: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    overflow: visible;
  }

  .container-large.display-flex {
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-large.padding-top {
    background-color: var(--schwarz);
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column.ceter {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    display: grid;
  }

  .about-section.padding-left.padding-custom-first {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heding-size-custom.text-weight-light {
    margin-bottom: 4rem;
    font-size: 80px;
    line-height: 1;
  }

  .main-paragraph.max-width {
    width: auto;
    margin-left: 60px;
  }

  .main-paragraph.max-width.second {
    margin-left: 60px;
  }

  .main-image.position-absolute {
    width: auto;
    max-width: 67%;
    margin-top: 60px;
    margin-bottom: 20px;
    position: static;
  }

  .main-image.moved {
    width: 50%;
    margin-top: 20%;
    margin-right: 0%;
  }

  .description.padding-left.padding-custom-first {
    padding-left: 0;
    padding-right: 0;
  }

  .project-section {
    height: auto;
  }

  .container-video {
    height: auto;
    position: static;
  }

  .row {
    flex: 0 auto;
    height: 308px;
  }

  .row.footer {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 60px;
    margin-bottom: 2rem;
    display: grid;
  }

  .services-section.padding-vertical.padding-xhuge {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-heading.text-style-allcaps {
    margin-left: 0;
    position: static;
  }

  .section-heading.text-style-allcaps.no-stiky {
    font-size: 120px;
  }

  .section-heading.text-style-allcaps-kampagne {
    margin-left: 0;
    position: static;
  }

  .services {
    margin-left: auto;
  }

  .services._1 {
    margin-left: 0;
  }

  .background-video {
    width: 300px;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .slider-work, .horizontal-content {
    height: auto;
  }

  .content-workl {
    flex-direction: column;
    width: auto;
  }

  .work-grid {
    grid-template-columns: 50% auto;
    width: 100%;
    height: 500px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 94px;
  }

  .text-button {
    font-size: 24px;
  }

  .arrow-button {
    width: 41px;
    height: 41px;
  }

  .main-heading.newstyles {
    font-size: 16vw;
  }

  .clients {
    background-color: var(--white);
    padding: 100px 60px 0;
  }

  .main-text.text-size-medium.text-color-white.text-style-allcaps {
    font-size: 1rem;
  }

  .wrap-text.wedding {
    display: none;
  }

  .brand-link.w--current {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .text.text-size-small.margin-top.margin-small {
    margin-top: 20px;
  }

  .text.text-size-small.margin-top.margin-small.hide-tablet._2 {
    margin-top: 0;
    display: none;
  }

  .text.text-size-small.margin-top.margin-small.hide-tablet._2.mobile {
    display: block;
  }

  .heading-2.rosa {
    margin-top: 0;
    bottom: 40vw;
  }

  .link-8 {
    font-size: 1rem;
  }

  .get-in-touch-button {
    top: 2em;
  }

  .button-wrapper {
    width: 7.5rem;
    height: 7.5rem;
  }

  .nav-menue {
    text-align: justify;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 10rem;
    display: flex;
  }

  .collection-experiments {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .circule-wrapper {
    display: none;
  }

  .text-circule-2 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    top: 50%;
    overflow: visible;
  }

  .text-circule-2.mobile {
    display: flex;
  }

  .collection-list-wrapper-2 {
    flex: 1;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .collection-list-wrapper-2:hover {
    background-color: var(--white);
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    margin-bottom: 2rem;
    display: grid;
  }

  .text-adresse {
    font-size: 1.15rem;
  }

  .section-header {
    margin-top: 0;
  }

  .div-header {
    background-position: 80%;
  }

  .icon {
    opacity: 1;
  }

  .nav-menu-2 {
    background-color: var(--white);
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 4rem;
    display: flex;
    inset: 0% 0% auto;
  }

  .menu-button-2 {
    background-color: var(--transparent);
    position: relative;
    left: auto;
    right: auto;
  }

  .menu-button-2.w--open {
    background-color: var(--schwarz);
  }

  .form {
    width: 75vw;
  }

  .div-kontakt-name {
    margin-bottom: 60px;
    margin-left: 0;
  }

  .hero__card {
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .div-hintergrund-menue {
    height: auto;
  }

  .thumbnail-wrapper {
    width: auto;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .container-large {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-large.display-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-large.display-flex.vertical {
    height: auto;
    padding-top: 89px;
    padding-bottom: 69px;
  }

  .container-large.display-flex.vertical.no-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .column.margin-top {
    width: 100%;
  }

  .about-section.padding-left.padding-custom-first {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heding-size-custom.text-weight-light {
    font-size: 70px;
  }

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

  .video-content {
    border-bottom: 1px solid #fff;
    height: 500%;
  }

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

  .row.border {
    border-bottom-style: none;
    height: auto;
  }

  .row.project {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .backhround-video {
    height: 420px;
    display: block;
    position: static;
  }

  .section-heading.text-style-allcaps {
    position: relative;
    top: 0;
  }

  .section-heading.text-style-allcaps.no-stiky {
    font-size: 100px;
  }

  .section-heading.text-style-allcaps-kampagne {
    position: relative;
    top: 0;
  }

  .services, .services._1, .background-video {
    width: 250px;
    height: 250px;
  }

  .contact-section {
    padding: 100px 0 0;
  }

  .work-card-heading.text-color-white.margin-vertical.margin-custom {
    font-size: 8vw;
  }

  .work-card-heading.text-color-white.margin-vertical.margin-custom.project {
    width: auto;
    font-size: 66px;
    line-height: 1.2;
  }

  .background-video-project {
    inset: 0%;
  }

  .main-heading {
    font-size: 25vw;
  }

  .main-text.text-size-medium.secondari-font.max-width {
    width: 100%;
  }

  .wrap-text.wedding {
    display: block;
  }

  .brand {
    width: 10em;
  }

  .modal-work.second {
    height: 100vh;
    padding-top: 84px;
    display: none;
    overflow: auto;
  }

  .html-embed-3._2 {
    color: #000;
    width: 28px;
    height: auto;
    position: absolute;
    inset: 0% auto;
  }

  .html-embed-3._2.rotate {
    transform: rotate(-180deg);
  }

  .text.text-size-small.margin-top.margin-small.hide-tablet._2 {
    font-size: .7rem;
  }

  .heading-2.rosa {
    display: none;
  }

  .slider-project {
    background-color: #0000;
    height: auto;
  }

  .slider-project.show-mobile-landscape {
    padding-bottom: 99px;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .right-arrow {
    justify-content: center;
    height: 60px;
    display: flex;
    inset: auto 0% -18% auto;
  }

  .left-arrow {
    justify-content: center;
    height: 60px;
    display: flex;
    inset: auto auto -17% 0%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .nav-menue {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .text-adresse {
    font-size: 1rem;
  }

  .section-header {
    margin-top: 60px;
    position: static;
  }

  .nav-menu-2 {
    padding-top: 0;
  }

  .div-formular {
    margin-top: 8vh;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-modal_button-wrap-2 {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap-2.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_content-wrap-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton-2 {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton-2.is-sticky {
    top: -1rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .container-large.display-flex.vertical {
    height: 100vh;
    padding: 0;
    overflow: visible;
  }

  .container-large.display-flex.vertical.no-bg {
    justify-content: flex-start;
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .container-large.padding-top {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column.normal {
    margin-left: -29vw;
  }

  .column.ceter {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .about-section.padding-left.padding-custom-first {
    padding-top: 60px;
  }

  .heding-size-custom.text-weight-light {
    margin-bottom: 2rem;
    font-size: 48px;
  }

  .heding-size-custom.text-weight-light.smaller {
    font-size: 36px;
  }

  .main-paragraph.max-width, .main-paragraph.max-width.second {
    margin-left: 0;
    display: none;
  }

  .main-paragraph.max-width.second.mobile {
    display: block;
  }

  .main-paragraph.max-width.white {
    font-size: 17px;
  }

  .main-paragraph.max-width.mobile {
    display: block;
  }

  .main-image.position-absolute {
    max-width: 80%;
  }

  .main-image.moved {
    width: 80%;
  }

  .description.padding-left.padding-custom-first {
    padding-bottom: 60px;
  }

  .row.footer {
    grid-template-columns: 1fr;
  }

  .backhround-video {
    height: 240px;
  }

  .services-section.padding-vertical.padding-xhuge {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading.text-style-allcaps.no-stiky {
    font-size: 60px;
  }

  .section-heading.text-style-allcaps.abstand {
    margin-bottom: 2rem;
  }

  .services, .services._1 {
    width: 250px;
    height: 250px;
  }

  .work-grid {
    grid-template-columns: 50vw auto;
    height: 300px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 40px;
  }

  .work-card-heading.text-color-white.margin-vertical.margin-custom {
    font-size: 12vw;
  }

  .work-card-heading.text-color-white.margin-vertical.margin-custom.project {
    font-size: 45px;
  }

  .main-heading {
    letter-spacing: 4px;
  }

  .clients {
    padding-bottom: 57px;
  }

  .main-text.text-size-medium.text-color-white.text-style-allcaps {
    font-size: 1rem;
  }

  .main-text.text-color-white.text-size-xlarge.text-style-allcaps.text-weight-bold-copy.footer {
    font-size: 14vw;
  }

  .brand-link {
    position: relative;
  }

  .brand {
    width: 10em;
  }

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

  .modal-work.second {
    display: none;
    overflow: hidden;
  }

  .close-modal {
    top: 2%;
    right: 20px;
  }

  .text {
    flex: 0 auto;
  }

  .text.text-size-small.margin-top.margin-small.hide-tablet._2 {
    display: none;
  }

  .text.text-size-small.margin-top.margin-small.hide-tablet._2.mobile {
    margin-top: 10px;
    font-size: .9rem;
    display: block;
  }

  .link-7 {
    font-size: 62px;
  }

  .image-4 {
    width: 115px;
    height: 123px;
  }

  .section {
    height: 257vh;
  }

  .div-block-3 {
    flex: none;
  }

  .heading-2 {
    bottom: auto;
  }

  .paragraph-2 {
    z-index: 2;
    width: auto;
    margin-bottom: 2rem;
    position: relative;
  }

  .right-arrow {
    bottom: -22%;
  }

  .left-arrow {
    bottom: -20%;
  }

  .nav-menue {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-circule-2 {
    top: 75%;
  }

  .collection-list-wrapper-2, .footer {
    grid-template-columns: 1fr;
  }

  .text-adresse {
    font-size: 1rem;
  }

  .div-header {
    background-position: 75%;
  }

  .nav-menu-2 {
    padding-top: 2rem;
  }

  .div-formular {
    margin-top: 10vh;
  }

  .form {
    width: 100%;
  }

  .html-embed-5 {
    display: block;
  }

  .thumbnail-wrapper {
    margin-right: 0;
  }

  .image-lightbox {
    width: 14em;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap-2.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap-2.in-pref-manger {
    bottom: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-modal_closebutton-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_component-2 {
    max-width: 100%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

#w-node-ab6bede6-2d18-3e6f-e2fe-a64c72e900a2-c2c81544, #w-node-e42ea051-463e-c9ca-5ad0-324b105aeb34-c2c81544, #w-node-a7e36af7-ecb6-549b-d51d-ee503ac6b632-c2c81544, #w-node-a7e36af7-ecb6-549b-d51d-ee503ac6b635-c2c81544, #w-node-_4d2cfb0b-5d32-e559-cb29-7c4aa76fcf53-c2c81544, #w-node-_4d2cfb0b-5d32-e559-cb29-7c4aa76fcf56-c2c81544, #w-node-_409f7804-ad39-8945-3068-3e012f87f282-c2c81544, #w-node-_409f7804-ad39-8945-3068-3e012f87f285-c2c81544, #w-node-_409f7804-ad39-8945-3068-3e012f87f28a-c2c81544, #w-node-_409f7804-ad39-8945-3068-3e012f87f28d-c2c81544, #w-node-_409f7804-ad39-8945-3068-3e012f87f292-c2c81544, #w-node-_409f7804-ad39-8945-3068-3e012f87f295-c2c81544, #w-node-_3993c7b9-35c8-497a-689e-c957eebdde16-c2c81544, #w-node-_3993c7b9-35c8-497a-689e-c957eebdde19-c2c81544, #w-node-_3993c7b9-35c8-497a-689e-c957eebdde1e-c2c81544, #w-node-_3993c7b9-35c8-497a-689e-c957eebdde21-c2c81544, #w-node-_3993c7b9-35c8-497a-689e-c957eebdde26-c2c81544, #w-node-_3993c7b9-35c8-497a-689e-c957eebdde29-c2c81544, #w-node-c04106a2-784c-0085-5baa-368a481d6652-c2c81544, #w-node-c04106a2-784c-0085-5baa-368a481d6655-c2c81544, #w-node-c04106a2-784c-0085-5baa-368a481d665a-c2c81544, #w-node-c04106a2-784c-0085-5baa-368a481d665d-c2c81544, #w-node-c04106a2-784c-0085-5baa-368a481d6662-c2c81544, #w-node-c04106a2-784c-0085-5baa-368a481d6665-c2c81544, #w-node-_8f9115ab-659f-073d-c598-e758c1e51b1b-c1e51b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f9115ab-659f-073d-c598-e758c1e51b40-c1e51b19, #w-node-_8f9115ab-659f-073d-c598-e758c1e51b36-c1e51b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b25caad2-c979-3c89-c08a-96476592b838-6592b835, #w-node-b25caad2-c979-3c89-c08a-96476592b83a-6592b835, #w-node-_2323ac8c-4bdf-66af-b4ea-3787179b7f0d-179b7f0a, #w-node-_2323ac8c-4bdf-66af-b4ea-3787179b7f0f-179b7f0a, #w-node-_72c60ede-60ae-d123-bdb9-b2d2f02e281d-f02e281a, #w-node-_72c60ede-60ae-d123-bdb9-b2d2f02e281f-f02e281a, #w-node-f202dd65-99b9-01f2-8208-c551ca17d40a-ca17d407, #w-node-f202dd65-99b9-01f2-8208-c551ca17d40c-ca17d407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8f9115ab-659f-073d-c598-e758c1e51b1b-c1e51b19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8f9115ab-659f-073d-c598-e758c1e51b1b-c1e51b19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype'), url('../fonts/Roboto-CondensedItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto bold';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto regular font';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald medium font';
  src: url('../fonts/Oswald-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald medium font';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald regular';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto light font';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald light';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto thin';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}