:root {
  --gainsboro-2: #e0e0e0;
  --otto-grey: #4b4b4b;
  --gainsboro: #dfdfdf;
  --gold: #ffe072;
  --silver: #b9b9b9;
  --dark-khaki: #c3bd7b;
  --brown: #bd2121;
  --other-red: #ad3737;
  --khaki: #d1d146;
  --dark-khaki-2: #8dc17b;
  --beige: #e0e6d8;
  --dark-sea-green: #73a065;
  --color: white;
}

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

body {
  background-color: var(--gainsboro-2);
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 300;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

a {
  color: var(--otto-grey);
  cursor: pointer;
}

.container-center {
  width: 90%;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.container-center.centering {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-radius: 20px;
  align-items: center;
}

.container-center.centering.stretch-container {
  align-items: stretch;
}

.container-center.red-div {
  align-items: stretch;
  padding-left: 0;
}

.container-center.red-div.max-width {
  background-color: rgba(255, 224, 114, 0);
  background-image: none;
}

.container-center.left-aligned {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.container-center.mobile-cc {
  align-items: stretch;
}

.container-center.mobile-cc.left-aligned {
  width: 100%;
}

.the-first-section {
  height: auto;
}

.the-first-section.green {
  width: 100%;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.the-first-section.green.stretch-footer {
  align-items: stretch;
}

.the-first-section.max-width {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.the-first-section.max-width.yellow {
  width: 100%;
  max-width: none;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
}

.navbar {
  width: 100%;
  background-color: var(--gainsboro-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 25px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon {
  color: #000;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.container {
  width: 90%;
  min-width: 89%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.margin {
  width: 100%;
  min-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  height: 82vh;
  background-image: url('../images/12374592_shift-1200x0_1sn5eV_OGyEXe.jpeg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.div-block.second-image {
  background-image: none;
}

.div-block.second-image.margin-top60 {
  margin-top: 60px;
}

.div-block.second-image.margin-top60.margin-bottom-20px {
  width: 100%;
  height: 100vh;
  background-image: url('../images/straws.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  position: static;
  overflow: hidden;
}

.nav-menu {
  width: 36%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  margin: 10px auto 0;
  padding-bottom: 0;
  display: flex;
}

.menu-button, .menu-button.w--open {
  background-color: #fff;
}

.grid-wrapper {
  height: 50vh;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-wrapper.red-gb {
  background-color: var(--gold);
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  margin-top: 0;
}

.grid._100--grid {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.grid._100--grid.home-grid {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid.margin-toppx {
  margin-top: 140px;
  margin-bottom: 0;
}

.grid-footer {
  width: 90%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  margin: 100px auto 0 0;
  padding-left: 0;
  padding-right: 0;
}

.small {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity .3s;
}

.small:hover {
  color: var(--otto-grey);
}

.small.bold {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  object-fit: fill;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  transition: all .7s;
}

.small.bold:hover {
  color: var(--silver);
  text-decoration: none;
}

.nav-link {
  color: #4b4b4b;
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 0 10px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  right: 0;
}

.nav-link:hover {
  color: var(--dark-khaki);
  text-decoration: none;
}

.nav-link:active, .nav-link:visited {
  color: var(--otto-grey);
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--dark-khaki);
  -webkit-text-stroke-color: var(--otto-grey);
  margin-left: 0;
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: var(--dark-khaki);
  text-decoration: none;
}

.nav-link.w--current:active {
  color: var(--otto-grey);
  text-decoration: none;
}

.slider-section {
  width: 100%;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-section.max-width {
  height: 90vh;
  max-width: 1400px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.slider {
  width: 60%;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 0;
  margin-left: auto;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  position: relative;
}

.image-3.fast-scroller {
  cursor: pointer;
}

.image-fixed {
  width: 100%;
  height: auto;
  max-width: none;
  opacity: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: static;
}

.margin-bottom-20px {
  margin-bottom: 50px;
  line-height: 129px;
}

.margin-bottom-20px.padding {
  margin-bottom: 0;
  padding-right: 100px;
  font-size: 35px;
  line-height: 50px;
}

.margin-bottom-20px.padding.link-style {
  font-size: 15px;
  line-height: 25px;
}

.margin-bottom-20px.h1captionres.margin-top {
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 73px;
  line-height: 90px;
}

.body {
  background-color: var(--gainsboro-2);
  flex-direction: column;
  align-items: center;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: center;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 70px;
}

.heading-6.position-abolute {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 101px;
  line-height: 120px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6.position-abolute.small-title-static {
  font-size: 72px;
}

.heading-6.position-abolute.small-title-static.fast-scroller {
  line-height: 72px;
}

.heading-6.position-abolute.fast-scroller {
  cursor: pointer;
}

.hover-container._100--container {
  width: auto;
}

.hover-container._100--container.image-fixed-container {
  background-image: linear-gradient(rgba(233, 233, 233, .71), rgba(233, 233, 233, .71)), url('../images/hbp2018_55-bild6-4-schnitt-a-a.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hover-container._100--container.image-fixed-container.red-square-main {
  background-image: linear-gradient(rgba(255, 205, 23, .81), rgba(255, 205, 23, .81)), url('../images/hbp2018_55-bild6-4-schnitt-a-a.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hover-container.medium-scroller {
  cursor: pointer;
}

.slide-nav {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.slide {
  width: 100%;
  height: 46vh;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.distance-keeper-section {
  height: 12vh;
}

.div-block-3 {
  margin-bottom: 20px;
  margin-left: 40px;
  position: absolute;
}

.project-container-subtitle {
  padding-left: 0;
  padding-right: 0;
}

.project-container-subtitle.centered-text {
  text-align: left;
  font-weight: 300;
  line-height: 22px;
}

.light-box-first-image {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  transition: all .7s;
}

.light-box-first-image:hover {
  transform: scale(1.02);
}

.light-box-first-image.big-image {
  height: 90vh;
}

.lightbox-holder {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.lightbox-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

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

.lb-image-small.ed {
  filter: saturate(73%);
}

.lightbox-link {
  width: auto;
}

.lightbox-link.small-lb-images {
  width: 100%;
  height: 30vh;
  border-radius: 10px;
  overflow: hidden;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}

.link-block {
  text-decoration: none;
}

.presse-block {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  margin-bottom: 70px;
  display: flex;
}

.brand {
  width: 600px;
}

.brand.w--current {
  width: 40%;
  max-width: none;
  margin-right: 0;
}

.link-block-7 {
  width: 100%;
}

.div-block-4 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 177px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-slider-main {
  width: 100%;
  height: auto;
  position: static;
}

.text-block-3 {
  width: auto;
  color: #080808;
  margin-top: 51px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
}

.section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 60px 0;
  display: flex;
}

.section.no-top-margins {
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.section.no-margins {
  padding-top: 100px;
  padding-bottom: 0;
}

.section.no-margins.no-padding {
  background-color: var(--dark-khaki);
  margin-top: 220px;
  padding-top: 0;
}

.section.absolute-no-margins {
  padding-top: 0;
}

.section.hide-element {
  display: none;
}

.fast-scroller {
  color: var(--otto-grey);
  font-family: Inter Variablefont Slnt Wght, sans-serif;
}

.fast-scroller.margin-bottom-20px {
  margin-right: auto;
  font-size: 75px;
  line-height: 90px;
}

.fast-scroller.h1-simple {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 97px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.fast-scroller.h1-simple.home-combo {
  margin-top: 0;
  margin-bottom: 0;
}

.fast-scroller.rich-body-paragraph.plus-div {
  width: 70%;
  font-family: inter, sans-serif;
}

.fast-scroller.rich-body-paragraph.plus-div.animation {
  width: 80%;
}

.mask {
  border-radius: 0;
  overflow: visible;
}

.style-div {
  width: 70%;
  height: 5px;
  color: #973838;
  background-color: #ad3737;
}

.style-div.fast-scroller {
  margin-left: auto;
}

.style-div.fast-scroller.shorter-line {
  width: 40%;
  color: var(--brown);
}

.style-div.fast-scroller.shorter-line.left-0-auto {
  background-color: var(--other-red);
  margin-left: 0;
  margin-right: auto;
}

.style-div.fast-scroller.shorter-line.left-0-auto.white {
  background-color: #fff;
}

.style-div.fast-scroller.left-aligned {
  background-color: var(--silver);
  margin-left: 0;
  margin-right: auto;
}

.style-div.fast-scroller.auto-for-left-align {
  background-color: var(--gold);
  margin-left: 0;
  margin-right: auto;
}

.style-div.fast-scroller.auto-for-left-align.margin-bottom-20px.thick-decider {
  height: 1px;
  background-color: var(--gold);
}

.distance-keeper-div {
  height: 9vh;
}

.underlined-hover {
  width: 100%;
  height: 4px;
  background-color: var(--gold);
  color: var(--gold);
}

.div-block-5 {
  cursor: pointer;
  overflow: hidden;
}

.div-block-6 {
  z-index: 1000;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-6.max-width {
  max-width: none;
  display: none;
}

.div-block-6.max-width.centering {
  opacity: 1;
  display: none;
}

._100--container {
  width: 100%;
  height: 100%;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p-teaser-img-wrap {
  height: 90vh;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-grid {
  max-width: 1600px;
  align-items: stretch;
  display: flex;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.teaser-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.teaser-img._1 {
  z-index: 4;
}

.teaser-img._2 {
  z-index: 3;
  object-fit: contain;
  background-color: #fff;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._4 {
  z-index: 1;
  object-fit: contain;
}

.teaser-copy {
  max-width: 650px;
  padding-bottom: 0;
  padding-right: 20%;
}

.teaser-container {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

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

.teaser-container.container-center.stretch-container {
  align-items: stretch;
}

.teaser-copy-wrap {
  height: 100vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.teaser-img-tablet-down {
  display: none;
}

.left-div {
  justify-content: flex-start;
  margin-top: 84px;
  display: flex;
}

.left-div.center-button-div {
  justify-content: center;
}

.button {
  color: var(--otto-grey);
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-left: 0;
  padding-right: 10px;
  font-size: 25px;
  font-weight: 600;
  transition: border-width .2s;
  box-shadow: 4px -20px 20px #000;
}

.button:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0;
}

.link-block-8 {
  background-color: var(--brown);
}

.link-block-8.red-link-block, .red-link-block {
  background-color: var(--otto-grey);
  border-radius: 10px;
  overflow: hidden;
}

.red-div {
  background-color: var(--gold);
  background-image: linear-gradient(rgba(255, 205, 23, .76), rgba(255, 205, 23, .76)), url('../images/straws.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 50px;
}

.link-text-hover {
  letter-spacing: 0;
  transition: all .7s;
}

.link-text-hover:hover {
  color: #fff;
  letter-spacing: 1px;
}

.hover-navbar {
  margin-left: 0;
  overflow: hidden;
}

.div-block-17 {
  width: 100%;
  height: 80vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-17.konta-grid {
  border-radius: 0;
  overflow: hidden;
}

.div-block-17.konta-grid.no-grid {
  display: block;
}

.contact-div {
  width: 100%;
  height: 100%;
  background-color: var(--khaki);
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-div.small-paddings {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.white-text {
  color: var(--otto-grey);
  cursor: pointer;
  text-decoration: none;
  transition: all .8s;
}

.white-text:hover {
  color: var(--otto-grey);
  letter-spacing: 1px;
}

.div-block-18 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.image-contak {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}

.presse-image {
  background-image: url('../images/OTTO_MERZ_02-min.jpg');
  background-position: 45%;
  background-size: cover;
}

.paragraph, .paragraph-2 {
  margin-top: 20px;
  padding-right: 20px;
}

.paragraph-3 {
  padding-right: 20px;
}

.heading-7 {
  margin-top: 40px;
  margin-bottom: 100px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
}

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

.utility-page-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.image-7 {
  width: 100%;
  filter: blur(6px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-20 {
  position: relative;
  top: 400px;
}

.heading-12 {
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.image-8 {
  width: auto;
  height: 100vh;
  max-width: none;
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  transform: scale(1);
}

.div-block-21 {
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

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

.link, .link-2 {
  text-decoration: none;
}

.max-width {
  max-width: 1400px;
}

.rich-body-paragraph {
  width: 100%;
}

.text-span-2 {
  font-weight: 600;
}

.h1-text-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
}

.div-block-22 {
  width: 88%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-sticky-div {
  z-index: 19;
  width: 70px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.lottie-animation {
  width: 100%;
  transform: scale(6)rotate(-90deg);
}

.image-9 {
  width: auto;
  height: auto;
  margin-right: auto;
  padding-right: 0;
  transform: translate(-29px)scale(5.2)rotate(-90deg);
}

.div-block-23 {
  width: 70px;
  height: 300px;
  background-color: var(--gold);
  display: flex;
  overflow: hidden;
}

.text-block-4 {
  position: fixed;
}

.big-text {
  z-index: 2;
  background-color: var(--otto-grey);
  color: var(--gold);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/_MG_1642-Westansicht-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: auto;
  padding-left: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 140px;
  font-weight: 600;
  line-height: 140px;
  position: static;
  overflow: hidden;
}

.big-text.margin-top-01 {
  text-align: left;
  background-image: url('../images/OTTO_MERZ_02-min.jpg');
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: 40px;
  line-height: 40px;
}

.big-text.margin-top-01.medium-text {
  background-image: url('../images/MERZ_11-1365x2048-min.jpeg');
  margin-top: 0;
  font-size: 70px;
  line-height: 80px;
}

.fixed-div {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  bottom: 16px;
  left: 0%;
  right: 0%;
}

._100vh {
  height: auto;
}

.image-10 {
  width: 70px;
  max-width: 100px;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.div-block-24 {
  z-index: 2;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: absolute;
}

.section-2 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.image-11 {
  width: 100%;
  margin-right: 0;
  display: block;
}

.lottie-animation-2 {
  display: block;
}

.div-block-25 {
  width: 100%;
  height: 70vh;
  background-color: #b81111;
  background-image: url('../images/MERZ_06-1365x2048-min.jpeg');
  background-position: 50%;
  background-size: cover;
}

.section-3 {
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-3._1-section {
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.grid-home {
  height: 40vw;
  grid-column-gap: 21px;
  grid-row-gap: 16px;
  background-color: rgba(224, 230, 216, 0);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.grid-home.margin-bottom-01 {
  margin-bottom: 140px;
}

.div-block-27 {
  width: 100%;
  height: 100%;
}

.div-block-27.text-wrapper-home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.button-2 {
  width: 310px;
  height: 50px;
  border: 1px solid var(--otto-grey);
  color: var(--otto-grey);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.button-2:hover {
  background-color: var(--otto-grey);
  color: var(--gold);
  box-shadow: 1px 1px 3px rgba(26, 26, 26, .34);
}

.div-block-28 {
  height: auto;
}

.heading-13 {
  text-align: right;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 220px;
  font-size: 150px;
  line-height: 150px;
}

.heading-13.left-aligned {
  text-align: left;
}

.h1-simple {
  color: var(--otto-grey);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  position: static;
}

.wrapper-home-grid-container {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.left-arrow, .right-arrow {
  display: none;
}

.div-block-29 {
  width: 100%;
  height: 70vh;
}

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

.home-grid {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-card {
  width: 100%;
  height: 450px;
  background-color: var(--otto-grey);
  padding-top: 20px;
  padding-left: 20px;
}

.slide-2 {
  width: 100%;
  height: 46vh;
  object-fit: fill;
  top: -128px;
}

.grid-max {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.grid-content {
  width: 100%;
  height: 40vh;
  background-image: url('../images/OTTO_MERZ_02-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.grid-content.grid-2 {
  height: 12vh;
}

.lightbox-link-3 {
  width: 100%;
  height: 70vh;
  display: block;
  overflow: visible;
}

.slider-2 {
  width: 100%;
  height: 80vh;
  border-radius: 0;
}

.right-arrow-2, .icon-2 {
  display: none;
}

.image-14 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.link-block-9 {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.icon-3 {
  display: none;
}

.box-with-text {
  width: 100%;
  background-color: var(--dark-khaki);
  padding: 80px 40px;
}

.box-with-text.margin-top-medium {
  margin-top: 30px;
}

.box-with-text.margin-top-medium.large-box-with-quote {
  height: 70vh;
  background-color: var(--dark-khaki-2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 120px;
  display: flex;
}

.box-with-text.margin-top-medium.large-box-with-quote.image-holder-blend {
  opacity: 1;
  background-color: rgba(0, 78, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0;
  overflow: hidden;
}

.h1-heading {
  color: #fff;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.h1-heading.black {
  color: #000;
}

.h1-heading.black.no-top-margin {
  width: 70%;
  margin-top: 0;
  margin-bottom: 20px;
}

.h1-heading.black.no-top-margin.animation {
  width: 80%;
}

.h1-heading.first-heading {
  color: var(--otto-grey);
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: auto;
  font-size: 110px;
  line-height: 120px;
}

.h1-heading.custom-margin {
  color: var(--otto-grey);
  margin-top: 100px;
  margin-bottom: 160px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 110px;
  font-weight: 500;
  line-height: 110px;
}

.h1-heading.custom-margin.colo-anim.animation {
  width: 80%;
  margin-right: auto;
}

.h1-heading.custom-margin {
  color: #4b4b4b;
  margin-top: 100px;
  margin-bottom: 160px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 110px;
  font-weight: 500;
  line-height: 110px;
}

.h1-heading.custom-margin.colo-anim.animation {
  width: 80%;
  margin-bottom: 60px;
  margin-right: auto;
  padding-left: 20px;
}

.h2 {
  color: #000;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  position: static;
}

.h2.small-box {
  z-index: 2;
  color: #000;
  object-fit: fill;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 500;
  position: absolute;
}

.h2.small-box.no-margins {
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.h2.footer {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 30px;
}

.h2.footer.kontakt-element {
  margin-top: 0;
  margin-bottom: 0;
}

.h2.footer-2 {
  margin-bottom: 10px;
}

.h2.margin-top-bottom-m {
  width: 40%;
  margin-top: 180px;
  margin-bottom: 180px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 500;
}

.h2.margin-top-bottom-m.animation.less-bottom-margin {
  margin-bottom: 0;
}

.h2.quote-text {
  font-size: 40px;
  line-height: 50px;
}

.box-holder {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: grid;
}

.smal-box {
  width: 100%;
  height: 48vh;
  background-color: #dbbb47;
  border-radius: 20px;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.smal-box.animation {
  border-radius: 10px;
}

.image-15 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  position: static;
}

.image-15.dark-image {
  opacity: .47;
  filter: brightness(109%);
  mix-blend-mode: normal;
  object-fit: cover;
}

.big-teaser-box {
  width: 100%;
  height: 70vh;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-teaser-box:hover {
  opacity: 1;
  background-color: #000;
  background-image: url('../images/MERZ_06-1365x2048-min.jpeg');
  background-position: 50%;
  background-size: cover;
}

.button-3 {
  width: 280px;
}

.button-white {
  width: 340px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.button-white.black {
  border-color: #000;
}

.button-white.black.top-margin {
  margin-top: 60px;
}

.button-white-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.button-white-text.black {
  color: #000;
}

.image-16 {
  width: 26px;
}

.div-block-30 {
  width: 100%;
  background-color: #000;
}

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

.content-box-wrapper {
  z-index: 3;
  margin-bottom: 40px;
  margin-left: 40px;
  position: relative;
}

.teaserbox-link {
  width: 100%;
  height: 70vh;
  background-color: #000;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
}

.teaserbox-link.margin-top-medium {
  height: 42vw;
  margin-top: 120px;
}

.teaserbox-link.square-teaser {
  height: 100%;
}

.image-18 {
  width: 26px;
}

.div-block-33 {
  width: 100%;
  margin-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-33.footer {
  background-color: var(--dark-khaki);
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding: 160px 0 60px;
  display: flex;
}

.link-block-10 {
  background-color: var(--otto-grey);
  border-radius: 10px;
  overflow: hidden;
}

.link-block-11 {
  background-color: var(--otto-grey);
  border-radius: 9px;
  overflow: hidden;
}

.white-link {
  color: #fff;
}

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

.link-3 {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.link-3:hover {
  color: var(--otto-grey);
  -webkit-text-stroke-color: #6d6d6d;
}

.div-block-34 {
  height: 20vh;
}

.div-block-35 {
  width: 100%;
  padding-left: 40px;
}

.link-arrow {
  width: 50px;
}

.mask-2, .slide-3 {
  border-radius: 0;
}

.div-block-36 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  display: grid;
}

.div-block-37 {
  width: 100%;
  height: 100%;
  background-color: #dd8644;
  border-radius: 10px;
  padding: 40px;
}

.image-19 {
  width: 100%;
  mix-blend-mode: normal;
}

.anim-class {
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-5 {
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 500;
}

.div-block-38 {
  width: 100%;
  padding-left: 40px;
}

.section-4 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 60px 0;
  display: flex;
}

.image-20 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  position: static;
}

.image-20.dark-image {
  opacity: .47;
  filter: brightness(109%);
  mix-blend-mode: normal;
  object-fit: cover;
}

.link-block-12 {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.section-5 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 60px 0;
  display: flex;
}

.section-5.no-top-margins {
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.image-21 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.mask-3 {
  border-radius: 0;
}

.no-visible {
  display: none;
}

.fast-scroller-2 {
  color: #4b4b4b;
}

.fast-scroller-2.rich-body-paragraph.plus-div {
  width: 70%;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
}

.fast-scroller-2.rich-body-paragraph.plus-div.card-text {
  width: 100%;
  color: #000;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fast-scrollerrich-body-paragraphplus-div {
  font-family: Inter Variablefont Slnt Wght, sans-serif;
}

.text-block-3 {
  margin-top: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 400;
}

.p, .smallbold {
  font-family: Inter Variablefont Slnt Wght, sans-serif;
}

.button-2 {
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 500;
}

.fast-scrollerh1-simple {
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .container-center.red-div.max-width {
    width: auto;
  }

  .the-first-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    color: var(--otto-grey);
  }

  .container {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .container.margin {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block.second-image.margin-top60.margin-bottom-20px {
    height: 45vh;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    background-color: var(--gainsboro);
    justify-content: flex-start;
    margin-top: 0;
    margin-right: auto;
  }

  .menu-button {
    background-color: var(--gainsboro);
    margin-left: auto;
  }

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

  .grid._100--grid {
    overflow: hidden;
  }

  .grid-footer {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 40px;
  }

  .small.bold {
    font-size: 20px;
    line-height: 15px;
  }

  .nav-link {
    overflow-wrap: anywhere;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 60px;
    font-weight: 500;
    line-height: 80px;
  }

  .slider-section {
    height: 70vh;
  }

  .slider-section.max-width {
    height: 50vh;
  }

  .image-3 {
    object-fit: cover;
    top: auto;
  }

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

  .margin-bottom-20px.padding {
    padding-right: 30px;
    font-size: 30px;
    line-height: 45px;
  }

  .body {
    background-color: #e0e0e0;
  }

  .heading-6 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
  }

  .heading-6.position-abolute {
    font-size: 60px;
  }

  .heading-6.position-abolute.small-title-static.fast-scroller {
    font-size: 38px;
    line-height: 48px;
  }

  .slide {
    object-fit: fill;
  }

  .distance-keeper-section {
    height: 20vh;
  }

  .project-container-subtitle {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-container-subtitle.centered-text {
    padding-left: 0;
    font-size: 16px;
    font-weight: 200;
  }

  .light-box-first-image {
    height: 50vh;
    object-fit: cover;
  }

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

  .brand.w--current {
    width: 55%;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .section.no-top-margins, .section.no-margins.no-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fast-scroller.h1-simple {
    font-size: 70px;
    line-height: 80px;
  }

  .fast-scroller.h2-simple {
    padding-right: 123px;
    font-size: 25px;
    line-height: 30px;
  }

  .fast-scroller.rich-body-paragraph {
    width: 75%;
  }

  .fast-scroller.rich-body-paragraph.plus-div.animation {
    width: 100%;
  }

  .style-div.fast-scroller.left-aligned {
    height: 3px;
  }

  .style-div.fast-scroller.auto-for-left-align.margin-bottom-20px.thick-decider {
    height: 1px;
  }

  .div-block-6.max-width {
    height: 100vh;
    display: block;
  }

  .div-block-6.max-width.centering {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .teaser-img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-copy-wrap {
    height: auto;
    flex-direction: column;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .button {
    font-size: 20px;
    line-height: 15px;
  }

  .hover-navbar {
    width: auto;
    text-align: left;
    margin: 20px auto 20px 40px;
    font-size: 20px;
  }

  .div-block-17.konta-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .contact-div {
    padding-bottom: 40px;
  }

  .contact-div.small-paddings.image-conctact {
    padding-bottom: 0;
  }

  .image-contak {
    object-fit: cover;
  }

  .heading-12 {
    font-size: 20px;
    line-height: 25px;
  }

  .image-8 {
    height: 67vh;
  }

  .rich-body-paragraph {
    width: 100%;
  }

  .text-span-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .div-block-22 {
    align-items: center;
  }

  .big-text {
    font-size: 110px;
    line-height: 110px;
  }

  .button-2 {
    width: 250px;
    height: 50px;
  }

  .heading-13 {
    font-size: 80px;
    line-height: 80px;
  }

  .h1-simple {
    font-size: 40px;
    line-height: 40px;
  }

  .h1-heading.black.no-top-margin.animation {
    width: 100%;
  }

  .h1-heading.custom-margin {
    font-size: 70px;
    line-height: 70px;
  }

  .h2 {
    font-size: 16px;
    line-height: 30px;
  }

  .h2.small-box {
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .h2.footer.kontakt-element {
    line-height: 26px;
  }

  .h2.margin-top-bottom-m.animation {
    width: 60%;
  }

  .h2.margin-top-bottom-m.animation.less-bottom-margin {
    width: 80%;
  }

  .box-holder {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-33.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .link-3 {
    line-height: 26px;
  }

  .div-block-36 {
    grid-template-columns: 1fr;
  }

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

  .div-block-38 {
    padding-left: 0;
  }

  .section-4 {
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

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

  .section-5.no-top-margins {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fast-scroller-2.rich-body-paragraph {
    width: 75%;
  }

  .lottie-animation-3 {
    width: 70px;
    mix-blend-mode: multiply;
  }
}

@media screen and (max-width: 767px) {
  .container-center.red-div.max-width {
    width: auto;
  }

  .container-center.mobile-cc.left-aligned {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .icon {
    font-size: 30px;
  }

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

  .div-block.second-image.margin-top60.margin-bottom-20px {
    height: 30vh;
  }

  .menu-button {
    padding: 0;
  }

  .grid-wrapper {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

  .grid-footer {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-left: 0;
  }

  .small.bold {
    line-height: 15px;
  }

  .nav-link {
    font-size: 42px;
    line-height: 50px;
  }

  .slider-section {
    height: 50vh;
  }

  .slider-section.max-width {
    height: 40vh;
  }

  .margin-bottom-20px.padding {
    padding-right: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-6.position-abolute {
    align-items: center;
  }

  .heading-6.position-abolute.small-title-static.fast-scroller {
    font-size: 60px;
    line-height: 70px;
  }

  .distance-keeper-section {
    height: 15vh;
  }

  .project-container-subtitle {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .light-box-first-image {
    height: 30vh;
  }

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

  .text-block-3 {
    width: 100%;
  }

  .section {
    padding: 30px 10px;
  }

  .section.no-top-margins, .section.no-margins.no-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fast-scroller.margin-bottom-20px {
    font-size: 50px;
    line-height: 65px;
  }

  .fast-scroller.h1-simple {
    font-size: 60px;
    line-height: 70px;
  }

  .fast-scroller.h2-simple {
    padding-right: 59px;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
  }

  .fast-scroller.rich-body-paragraph {
    width: 100%;
    padding-right: 10px;
    line-height: 32px;
  }

  .fast-scroller.rich-body-paragraph.plus-div {
    width: 100%;
  }

  .style-div.fast-scroller.auto-for-left-align.margin-bottom-20px.thick-decider {
    height: 1px;
  }

  .div-block-6.max-width.centering {
    margin-top: 0;
  }

  ._100--container {
    justify-content: center;
    display: flex;
  }

  .div-block-13 {
    grid-template-rows: auto minmax(334px, 1fr);
    grid-template-columns: 1fr;
  }

  .teaser-copy {
    width: 100%;
    padding-right: 0%;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .red-div {
    padding-left: 20px;
  }

  .contact-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-div.small-paddings {
    overflow: hidden;
  }

  .white-text {
    color: var(--otto-grey);
    font-size: 16px;
  }

  .div-block-18 {
    padding-left: 0;
  }

  .image-contak {
    height: auto;
  }

  .presse-image {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-position: 50%;
    background-size: cover;
  }

  .heading-12 {
    font-size: 15px;
    line-height: 20px;
  }

  .image-8 {
    height: 48vh;
  }

  .rich-body-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .big-text {
    font-size: 80px;
    line-height: 80px;
  }

  .grid-home {
    height: auto;
    grid-template-columns: 1fr;
  }

  .button-2 {
    width: 210px;
    height: 40px;
    margin-top: 40px;
  }

  .heading-13 {
    text-align: right;
    font-size: 50px;
    line-height: 50px;
  }

  .h1-simple {
    font-size: 30px;
    line-height: 30px;
  }

  .box-with-text.margin-top-medium.large-box-with-quote {
    margin-top: 80px;
  }

  .h1-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .h1-heading.black.no-top-margin {
    width: 100%;
  }

  .h1-heading.custom-margin.colo-anim.animation {
    width: 100%;
    padding-right: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .box-holder {
    grid-template-columns: 1fr 1fr;
  }

  .button-white {
    width: 300px;
    height: 40px;
  }

  .teaserbox-link.margin-top-medium {
    margin-top: 80px;
  }

  .div-block-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-33.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    padding: 30px 20px;
  }

  .section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-5.no-top-margins {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fast-scroller-2.rich-body-paragraph {
    width: 100%;
    padding-right: 10px;
    line-height: 32px;
  }

  .fast-scroller-2.rich-body-paragraph.plus-div {
    width: 100%;
  }

  .lottie-animation-3 {
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  .container-center {
    width: 100%;
  }

  .container-center.mobile-cc {
    width: 90%;
  }

  .container-center.mobile-cc.left-aligned {
    align-items: flex-start;
  }

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

  .navbar {
    padding: 10px;
  }

  .container.margin {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block.second-image.margin-top60.margin-bottom-20px {
    width: auto;
    height: 24vh;
  }

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

  .grid-wrapper {
    height: 40vh;
  }

  .grid-footer {
    grid-template-columns: 1fr;
    margin-left: auto;
  }

  .small.bold {
    line-height: 20px;
  }

  .nav-link {
    text-align: left;
    margin-right: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .slider-section {
    height: 60vh;
  }

  .slider-section.max-width {
    height: 25vh;
  }

  .image-fixed.fast-scroller {
    height: 100vh;
  }

  .margin-bottom-20px.padding {
    text-align: left;
    white-space: break-spaces;
    font-size: 22px;
    line-height: 30px;
  }

  .margin-bottom-20px.padding.link-style {
    font-size: 12px;
    line-height: 20px;
  }

  .margin-bottom-20px.h1captionres {
    font-size: 41px;
    line-height: 50px;
  }

  .heading-6 {
    font-size: 26px;
    line-height: 37px;
  }

  .heading-6.position-abolute.small-title-static.fast-scroller {
    font-size: 50px;
    line-height: 60px;
  }

  .slide-nav {
    color: red;
    background-color: rgba(255, 255, 255, 0);
  }

  .distance-keeper-section {
    height: 10vh;
  }

  .div-block-3 {
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .project-container-subtitle {
    font-size: 14px;
  }

  .light-box-first-image {
    height: 50vh;
  }

  .brand.w--current {
    width: 80%;
    padding-left: 0;
  }

  .div-block-4 {
    padding-left: 10px;
  }

  .section, .section.no-top-margins {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.no-margins.no-padding {
    margin-top: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fast-scroller.margin-bottom-20px {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .fast-scroller.h1-simple {
    font-size: 40px;
    line-height: 50px;
  }

  .fast-scroller.h2-simple {
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .fast-scroller.rich-body-paragraph {
    font-size: 13px;
    line-height: 28px;
  }

  .style-div.fast-scroller.auto-for-left-align.margin-bottom-20px.thick-decider {
    width: 100%;
  }

  .div-block-5.datenschutz {
    width: auto;
  }

  .div-block-6.max-width.centering {
    display: none;
  }

  .teaser-copy {
    width: 100%;
    max-width: none;
    flex-direction: column;
    padding-left: 10px;
    display: flex;
  }

  .teaser-img-tablet-down {
    height: 70vh;
  }

  .left-div {
    padding-left: 10px;
  }

  .button {
    font-size: 15px;
    line-height: 10px;
  }

  .red-div {
    padding-left: 5px;
  }

  .hover-navbar {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 20px auto;
    padding-left: 10px;
    display: flex;
  }

  .div-block-17.konta-grid.no-grid {
    height: auto;
  }

  .contact-div {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-18 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7 {
    padding-left: 0;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
  }

  .heading-9 {
    font-size: 70px;
    line-height: 80px;
  }

  .heading-12 {
    padding-left: 10px;
    font-size: 13px;
    line-height: 17px;
  }

  .image-8 {
    height: 25vh;
  }

  .h1-text-title {
    font-size: 70px;
    line-height: 80px;
  }

  .div-block-22 {
    width: 221%;
  }

  .big-text {
    padding-left: 18px;
    font-size: 40px;
    line-height: 40px;
  }

  .image-11 {
    width: 90%;
  }

  .grid-home {
    margin-bottom: 100px;
  }

  .heading-13 {
    margin-bottom: 100px;
    font-size: 30px;
    line-height: 30px;
  }

  .box-with-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-with-text.margin-top-medium.large-box-with-quote.image-holder-blend {
    border-radius: 10px;
  }

  .box-with-text.margin-top-medium.large-box-with-quote.image-holder-blend.homepage-card {
    height: 40vh;
  }

  .h1-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .h1-heading.black.no-top-margin {
    line-height: 40px;
  }

  .h1-heading.custom-margin {
    font-size: 30px;
    line-height: 30px;
  }

  .h1-heading.custom-margin.colo-anim.animation {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
  }

  .h1-heading.custom-margin.colo-anim.animation.home-big-text {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .h1-heading.custom-margin {
    font-size: 30px;
    line-height: 30px;
  }

  .h1-heading.custom-margin.colo-anim.animation {
    font-size: 40px;
    line-height: 40px;
  }

  .h2.small-box {
    margin-bottom: 40px;
    font-family: Inter Variablefont Slnt Wght, sans-serif;
    font-size: 26px;
  }

  .h2.footer.kontakt-element {
    margin-bottom: 40px;
  }

  .h2.margin-top-bottom-m {
    width: 100%;
  }

  .h2.margin-top-bottom-m.animation {
    width: 100%;
    padding-left: 10px;
  }

  .h2.margin-top-bottom-m.animation.less-bottom-margin {
    width: 100%;
  }

  .h2.quote-text {
    font-size: 19px;
    line-height: 29px;
  }

  .box-holder {
    grid-template-columns: 1fr;
  }

  .smal-box.animation {
    height: 70vh;
  }

  .smal-box.animation.homepage-card {
    height: 40vh;
  }

  .button-white {
    width: 200px;
  }

  .button-white-text.black {
    font-size: 16px;
  }

  .image-16 {
    width: 20px;
    font-size: 14px;
  }

  .teaserbox-link {
    height: 70vh;
  }

  .div-block-33 {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-33.footer {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-35 {
    padding-left: 0;
  }

  .div-block-36 {
    padding-top: 16px;
  }

  .image-19 {
    border-radius: 10px;
  }

  .div-block-38 {
    padding-left: 0;
  }

  .section-4, .section-5, .section-5.no-top-margins {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fast-scroller-2.rich-body-paragraph {
    font-size: 13px;
    line-height: 28px;
  }
}

#w-node-_8cb377b9-6659-dfb9-32f1-a0305b130161-230478ea {
  align-self: auto;
  justify-self: auto;
}

#w-node-_76d528a9-932e-996a-0cb6-416601866ae9-230478ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6adebcd7-467a-c930-2ab8-2d0b53c4e340-230478ea {
  align-self: end;
  justify-self: start;
}

#w-node-_6adebcd7-467a-c930-2ab8-2d0b53c4e343-230478ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b96ee5f-4b6a-45f2-678d-86c91cc8d118-230478ea {
  align-self: end;
  justify-self: start;
}

#w-node-_2b96ee5f-4b6a-45f2-678d-86c91cc8d11b-230478ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9068286d-fa47-63d3-12ed-c248ec1da872-230478ea {
  align-self: end;
  justify-self: start;
}

#w-node-_9068286d-fa47-63d3-12ed-c248ec1da875-230478ea, #w-node-_421b322e-ac97-d03b-a615-e5e09a390313-230478ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a953b8c1-bc30-c87b-2e5d-0e94771cd191-3d618ace {
  justify-self: start;
}

#w-node-_7e7989bf-9808-75bd-8141-d98c53658bf6-3d618ace, #w-node-_9838f739-c297-e6af-6564-4fa6096f9178-3d618ace, #w-node-_17257555-a40b-a2b3-f904-17f68fa06457-3d618ace, #w-node-d6df05b5-f55e-1c09-6e93-32b86e393ddd-3d618ace {
  justify-self: center;
}

#w-node-_9fd99cc7-fd48-da33-2b2b-45ebc3cf39fe-3d618ace {
  justify-self: end;
}

#w-node-ec1ef9a9-50d8-fc29-d255-9b98c989b61b-75c2e72a {
  align-self: auto;
  justify-self: auto;
}

#w-node-ec1ef9a9-50d8-fc29-d255-9b98c989b61e-75c2e72a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec1ef9a9-50d8-fc29-d255-9b98c989b61f-75c2e72a, #w-node-ec1ef9a9-50d8-fc29-d255-9b98c989b623-75c2e72a {
  align-self: end;
  justify-self: start;
}

#w-node-ec1ef9a9-50d8-fc29-d255-9b98c989b626-75c2e72a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec1ef9a9-50d8-fc29-d255-9b98c989b627-75c2e72a {
  align-self: end;
  justify-self: start;
}

#w-node-ec1ef9a9-50d8-fc29-d255-9b98c989b62a-75c2e72a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c8f337f-a09b-11b4-3933-e4b3e8f80289-4bd67ef0, #w-node-_32ee487a-ec84-2c31-8b3f-5d8630074d31-6f8fd0ac {
  align-self: auto;
}

#w-node-_78ee43c5-ab13-de52-9f52-b2105705a7e2-8a51297a, #w-node-_78ee43c5-ab13-de52-9f52-b2105705a7e2-cc81f10d, #w-node-_78ee43c5-ab13-de52-9f52-b2105705a7e2-19778882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a953b8c1-bc30-c87b-2e5d-0e94771cd191-3d618ace, #w-node-_7e7989bf-9808-75bd-8141-d98c53658bf6-3d618ace, #w-node-_9838f739-c297-e6af-6564-4fa6096f9178-3d618ace, #w-node-_17257555-a40b-a2b3-f904-17f68fa06457-3d618ace, #w-node-d6df05b5-f55e-1c09-6e93-32b86e393ddd-3d618ace, #w-node-_9fd99cc7-fd48-da33-2b2b-45ebc3cf39fe-3d618ace {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e7989bf-9808-75bd-8141-d98c53658bf6-3d618ace, #w-node-_9838f739-c297-e6af-6564-4fa6096f9178-3d618ace, #w-node-_17257555-a40b-a2b3-f904-17f68fa06457-3d618ace, #w-node-d6df05b5-f55e-1c09-6e93-32b86e393ddd-3d618ace, #w-node-_9fd99cc7-fd48-da33-2b2b-45ebc3cf39fe-3d618ace {
    justify-self: auto;
  }

  #w-node-f5d6ad9c-6f6a-f896-c845-33a0665a4887-6f8fd0ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a953b8c1-bc30-c87b-2e5d-0e94771cd191-3d618ace, #w-node-_7e7989bf-9808-75bd-8141-d98c53658bf6-3d618ace, #w-node-_9838f739-c297-e6af-6564-4fa6096f9178-3d618ace, #w-node-_17257555-a40b-a2b3-f904-17f68fa06457-3d618ace, #w-node-d6df05b5-f55e-1c09-6e93-32b86e393ddd-3d618ace, #w-node-_9fd99cc7-fd48-da33-2b2b-45ebc3cf39fe-3d618ace {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}