:root {
  --headline: "Merriweather", serif;
  --copy: "Merriweather Sans", sans-serif;
  --background: #1D1D22;
  --grey: #D7D9DA;
  --white: #fff;
  --vorwerk-green: #50A448;
  --font-size: 16px;
  --light: 300;
  --regular: 400;
  --bold: 700;
  --grid-gap: 16px;
  --space: 20px;
  --swiper-navigation-color: #50A448 !important;
  font-size: 100% !important;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

/* Reset */
body .doc-container {
  font-family: "Merriweather Sans", sans-serif;
}
body .doc-container .doc-content {
  padding-bottom: 0 !important;
}
body .doc-container .footer-asv-disclaimer {
  background: var(--background);
  color: var(--grey);
  padding: 20px 40px;
}

@keyframes show-later {
  0%, 45% {
    opacity: 0;
  }
  60%, 100% {
    opacity: 0.9;
  }
}
.main {
  background-color: var(--grey);
  font-family: var(--copy);
  font-size: var(--font-size);
  line-height: 1.4;
  color: var(--background);
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  overflow-x: hidden;
}
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
  font-family: var(--headline);
}
.main h1 {
  font-weight: var(--semibold);
  font-size: 5rem;
}
.main h2, .main h3, .main h4, .main h5, .main h6 {
  font-weight: var(--semibold);
  font-family: var(--headline);
}
.main h2 {
  font-size: 2em;
  font-weight: var(--bold);
}
.main figure {
  display: flex;
  position: relative;
  align-items: stretch;
}
.main figure div {
  position: relative;
}
.main figure picture {
  width: 100%;
}
.main picture {
  display: flex;
  position: relative;
}
.main picture img {
  width: 100%;
  object-fit: cover;
}
.main .no-break {
  white-space: nowrap;
  color: inherit;
}
.main a.cta {
  font-family: var(--copy);
  font-size: var(--font-size);
  font-weight: var(--regular);
  background: var(--vorwerk-green);
  padding: 0.5em 1em;
  color: var(--white) !important;
  border: 0;
  cursor: pointer;
  width: max-content;
  text-decoration: none;
}
.main aside.fixed {
  position: fixed;
  display: block;
  z-index: 5;
  top: 100px;
  transform: rotate(90deg);
  left: 28px;
  transform-origin: 0 0;
}
.main aside.fixed .cta {
  animation: show-later 10s 1;
  opacity: 0.9;
}
.main header {
  color: var(--white);
  width: 100%;
  max-height: 90svh;
  position: relative;
  display: flex;
  z-index: 15;
  aspect-ratio: 9/16;
  background-image: url(../media/video-preview.webp);
  background-size: cover;
}
.main header video {
  object-position: center;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 9/16;
}
.main header a {
  position: absolute;
  top: calc(var(--space) * 2);
  right: calc(var(--space) * 2);
}
.main header h1 {
  font-size: 2.5em;
  line-height: 1.2;
}
.main header .subheadline {
  font-size: 1.5em;
  font-family: var(--sans-serif);
  font-weight: var(--light);
}
.main header article {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  z-index: 10;
  margin: 20px;
}
.main header article .header-content {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  max-width: 206px;
  text-align: left;
}
.main header article .header-title {
  gap: 32px;
  max-width: 1000px;
  margin: auto;
}
.main .panther {
  max-width: 170px;
  grid-column: 4/span 3;
  margin-bottom: calc(-2 * var(--space));
  margin-top: calc(-2 * var(--space));
  z-index: 20;
  justify-self: end;
}
.main .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: var(--grid-gap);
  grid-row-gap: calc(2 * var(--space));
  width: 100%;
}
.main .grid > *:not(.panther, .product) {
  max-width: 1000px;
}
.main .grid.storytelling-footer > *:not(h2, h3) {
  margin: 0;
  max-width: 100%;
}
.main .grid > .content {
  grid-column: 1/span 6;
  padding: 0 var(--space);
  margin: auto;
  display: flex;
  flex-flow: column;
  gap: var(--font-size);
}
.main .grid > .content p {
  font-weight: var(--light);
  max-width: 600px;
}
.main .grid > .content > *:not(h2, h3) {
  margin: 0 calc(1.5 * var(--space));
}
.main .grid > .content .right {
  text-align: right;
}
.main .grid .center {
  text-align: center;
  align-items: center;
}
.main .grid.intro {
  margin-top: -200px;
}
.main .grid.dark {
  background: var(--background);
  color: var(--grey);
  padding: calc(3 * var(--space)) 0;
}
.main .grid.dark figure {
  width: 100%;
}
.main .grid.light {
  padding: calc(3 * var(--space)) 0;
}
.main .grid figure.full {
  width: 100%;
  max-width: calc(100% - 2 * var(--space));
  grid-column: 1/span 6;
  margin: auto;
}
.main .storytelling-footer {
  background: var(--background);
  color: var(--grey);
  padding: calc(3 * var(--space)) 0;
}
.main .storytelling-footer .footer-copyright {
  grid-column: 1/span 6;
  padding: calc(3 * var(--space)) 0;
  margin: 0 calc(1.5 * var(--space)) !important;
}
.main .social {
  grid-column: 1/span 6;
  display: flex;
  flex-flow: column;
  gap: var(--space);
  margin: var(--space) calc(1.5 * var(--space)) 0 !important;
}
.main .social .social-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: var(--space);
}
.main .social .social-buttons a {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .social .social-buttons a svg {
  max-width: 30px;
  width: 100%;
  height: 100%;
  max-height: 30px;
  fill: var(--grey);
}
.main .img-wrapper {
  width: 100%;
  background: var(--background);
  position: relative;
  display: grid;
  grid-gap: 2px;
}
.main .img-wrapper figure {
  display: flex;
  width: 100%;
  min-height: 170px;
  max-height: 440px;
}
.main .img-wrapper figure img {
  object-fit: cover;
  width: 100%;
}
.main .img-wrapper.line-top {
  border-top: 5px solid var(--white);
  grid-template-columns: 1.5fr 1fr;
}
.main .img-wrapper.line-top figure:nth-of-type(3) {
  display: none;
}
.main .img-wrapper.line-bottom {
  border-bottom: 5px solid var(--white);
  grid-template-columns: 1.5fr 1fr;
}
.main .img-wrapper.line-bottom figure:nth-of-type(1) {
  display: none;
}
.main .swiper-closeup {
  max-width: 100%;
  width: 100%;
  background: var(--background);
}
.main .swiper-closeup * {
  min-height: 170px;
  max-height: 440px;
}
.main .swiper-closeup .swiper-slide {
  display: flex;
  height: auto;
}
.main .swiper-closeup .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.main .product {
  grid-column: 1/span 6;
  max-width: 600px;
  width: calc(100% - 2 * var(--space));
  margin: auto;
  background: rgba(255, 255, 255, 0.05);
  padding: var(--space);
  border-radius: var(--space);
  position: relative;
  display: flex;
  flex-flow: column;
  gap: var(--space);
  overflow: hidden;
  user-select: none;
}
.main .product .swiper-product {
  position: relative;
}
.main .product .swiper-slide figure {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: calc(0.5 * var(--space));
}
.main .product .swiper-slide figure figcaption {
  font-size: 0.8em;
}
.main .product .swiper-slide figure img {
  object-fit: contain;
  aspect-ratio: 1/0.5;
}
.main .product .navigation-wrapper {
  position: absolute;
  bottom: calc(2 * var(--space));
  right: var(--space);
  width: calc(3 * var(--space));
  height: calc(2 * var(--space));
  display: flex;
  flex-flow: row;
  align-items: start;
  z-index: 20;
}
.main .product .navigation-wrapper .swiper-button-next, .main .product .navigation-wrapper .swiper-button-prev {
  margin: 0;
  height: 60px;
  width: 30px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main .product .navigation-wrapper .swiper-button-next::after, .main .product .navigation-wrapper .swiper-button-prev::after {
  display: none;
}
.main .product .navigation-wrapper .swiper-button-next svg, .main .product .navigation-wrapper .swiper-button-prev svg {
  fill: var(--vorwerk-green);
}
.main .product .navigation-wrapper .swiper-button-next {
  align-self: end;
}
.main .product .change-color {
  display: flex;
  flex-flow: row wrap;
  column-gap: calc(2 * var(--space));
  row-gap: var(--font-size);
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: var(--space);
}
.main .product .change-color .info {
  width: 100%;
  text-align: center;
}
.main .product .change-color .color {
  border: 0;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(90deg, rgb(141, 139, 142) 0%, rgb(237, 237, 237) 50%, rgb(62, 63, 66) 100%) no-repeat;
  background-blend-mode: normal;
  border-radius: 4px;
  padding: 1px;
  box-sizing: border-box;
  cursor: pointer;
}
.main .product .change-color .color div {
  height: calc(1.5 * var(--space));
  width: calc(6 * var(--space));
  padding: 2px;
  border-radius: 4px;
}
.main .product .change-color .color span {
  display: none;
}
.main .product .change-color .color.black div {
  background: #272B2C;
}
.main .product .change-color .color.white div {
  background: var(--white);
}
.main .teaser {
  display: flex;
  flex-flow: column;
  align-items: center;
  grid-column: 1/span 6;
  gap: calc(2 * var(--space));
}
.main .teaser h2 {
  grid-column: 1/span 6;
}
.main .teaser .teaser-box {
  display: flex;
  flex-flow: column;
  gap: var(--space);
  padding: 0 var(--space);
  max-width: 600px;
  text-decoration: none;
}
.main .teaser .teaser-box:first-of-type {
  text-align: right;
  padding-right: 0;
}
.main .teaser .teaser-box:first-of-type .headline {
  padding-right: var(--space);
}
.main .teaser .teaser-box:nth-of-type(2) {
  padding-left: 0;
}
.main .teaser .teaser-box:nth-of-type(2) .headline {
  padding-left: var(--space);
}
.main .teaser .teaser-box.produkt figure img {
  object-position: 20%;
}
.main .teaser .teaser-box.produktion figure img {
  object-position: left;
}
.main .teaser .teaser-box .content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--font-size);
  align-items: center;
}
.main .teaser .teaser-box .content p {
  grid-column: 1/span 4;
  font-size: 0.9em;
  margin: 1rem 0;
}
.main .teaser .teaser-box .content figure {
  grid-column: 5/span 2;
}
.main .teaser .teaser-box .content figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.main .teaser .teaser-box:nth-of-type(2) .content p {
  grid-column: 3/span 4;
}
.main .teaser .teaser-box:nth-of-type(2) .content figure {
  grid-column: 1/span 2;
  grid-row: 1;
}

@media screen and (min-width: 450px) {
  .main header {
    aspect-ratio: 12/16;
  }
  .main header video {
    aspect-ratio: 12/16;
  }
  .main .product .swiper-slide figure img {
    aspect-ratio: 1/0.7;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .main .swiper-closeup .swiper-slide {
    width: 60% !important;
  }
  .main .swiper-closeup .swiper-slide:nth-child(2n) {
    width: 40% !important;
  }
}
@media screen and (min-width: 550px) {
  .main header article .header-content {
    max-width: none;
  }
  .main .panther {
    max-width: 230px;
  }
  .main .grid.intro {
    margin-top: -300px;
  }
  .main .product .navigation-wrapper {
    right: calc(4 * var(--space));
    bottom: calc(3 * var(--space));
  }
}
@media screen and (min-width: 650px) {
  .main .teaser .teaser-box .headline {
    padding: 0 !important;
  }
}
@media screen and (min-width: 700px) {
  .main header {
    aspect-ratio: 1/1;
  }
  .main header video {
    aspect-ratio: 1/1;
  }
  .main header article {
    width: calc(100% - 4 * var(--space));
    margin: var(--space) calc(2 * var(--space));
  }
  .main .product .swiper-slide figure img {
    aspect-ratio: 1/0.9;
  }
}
@media screen and (min-width: 768px) {
  .main .panther {
    margin-right: calc(3 * var(--space));
  }
  .main .swiper-closeup .swiper-slide {
    width: 37% !important;
  }
  .main .swiper-closeup .swiper-slide:nth-child(3n-2) {
    width: 26% !important;
  }
  .main .grid .content.small {
    grid-column: 1/span 4;
    margin-bottom: calc(-5 * var(--space));
  }
  .main .grid .content.small * {
    max-width: 400px;
  }
}
@media screen and (min-width: 850px) {
  .main .teaser {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .main header {
    max-height: 80vh;
    aspect-ratio: 16/9;
  }
  .main header video {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1040px) {
  .main .grid {
    grid-template-columns: repeat(10, 1fr);
    padding: calc(3 * var(--space)) calc((100vw - 1000px) / 2) !important;
  }
  .main .grid .content {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column: 2/span 8;
    padding: 0;
    width: 100%;
  }
  .main .grid .content h2 {
    grid-column: 1/span 7;
  }
  .main .grid .content h2.right {
    grid-column: 2/span 7;
  }
  .main .grid .content p, .main .grid .content .cta {
    grid-column: 2/span 6;
    margin: 0;
  }
  .main .grid .content.small {
    grid-column: 1/span 8;
  }
  .main .grid.intro {
    margin-top: -220px;
  }
  .main .grid.intro .content {
    grid-row: 2;
  }
  .main .grid figure.full {
    grid-column: 1/span 10;
  }
  .main .panther {
    grid-column: 1/span 10;
    grid-row: 1/span 2;
    max-width: 290px;
    margin-right: -80px;
    margin-bottom: var(--space);
  }
  .main .product {
    grid-column: 3/span 6;
    width: 100%;
  }
  .main .img-wrapper.line-top {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .main .img-wrapper.line-top figure:nth-of-type(3) {
    display: flex;
  }
  .main .img-wrapper.line-bottom {
    grid-template-columns: 1fr 1.5fr 1fr;
  }
  .main .img-wrapper.line-bottom figure:nth-of-type(1) {
    display: flex;
  }
  .main .storytelling-footer h2 {
    grid-column: 1/span 8 !important;
  }
  .main .storytelling-footer .social, .main .storytelling-footer .footer-copyright {
    grid-column: 1/span 10;
  }
  .main .teaser {
    flex-flow: row;
    grid-column: 1/span 10;
  }
}
@media screen and (min-width: 1300px) {
  .main .grid.intro {
    margin-top: -370px;
  }
  .main .panther {
    max-width: 395px;
    margin-right: -200px;
  }
}