@font-face {
  font-family: Futuracon Extbol;
  src: url('../fonts/FuturaCon-ExtBol.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futuracon Bol;
  src: url('../fonts/FuturaCon-Bol.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futuracon Lig;
  src: url('../fonts/FuturaCon-Lig.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futuracon Med;
  src: url('../fonts/FuturaCon-Med.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --tablecellpadding: 8px;
  --tablecellpaddingsmall: 4px;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Futuracon Lig, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.heading {
  font-size: 24px;
}

.list {
  color: #fff;
  margin-top: 0;
  padding-left: 24px;
  font-family: Futuracon Lig, sans-serif;
  font-size: 24px;
  line-height: 20px;
}

.list.insidetext {
  margin-top: 0;
}

.list.aktionspacket {
  font-size: 18px;
  position: absolute;
  inset: auto 50% -14px auto;
}

.list.aktionspacket.felge-technik {
  bottom: 25px;
  right: 2%;
}

.list.aktionspacket.felgenbeast {
  bottom: 48px;
  right: 40%;
}

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

.cover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(188deg, #0000 44%, #0a5d4a 81%), url('../images/Cover_01.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 700px;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 430px;
  padding-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: static;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.foaminvasion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.container.stage {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 0;
}

.container.beast {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-bottom: 120px;
  padding-left: 0;
  display: flex;
}

.container.agrar {
  margin-top: 280px;
}

.container.contact {
  margin-top: 0;
  padding: 88px 0;
  overflow: hidden;
}

.heading-1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Futuracon Extbol, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 64px;
}

.heading-1.invert {
  color: #fff;
  align-self: auto;
  line-height: 72px;
}

.heading-1.invert.foaminvasion {
  text-shadow: 0 3px 4px #610d5b;
}

.heading-1.invert.lemonrocksshadow {
  text-shadow: 0 2px 18px #e70942b3;
}

.heading-1.invert.textshadow {
  text-shadow: 0 2px 3px #00000080;
}

.heading-1.dark {
  color: #000;
}

.logo-lemon-rocks {
  object-fit: contain;
  width: 380px;
  position: absolute;
  inset: 56% 3% auto auto;
}

.bg-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.bg-container.ceramic {
  background-image: url('../images/BG.png');
  background-attachment: scroll;
  flex-direction: column;
  align-items: flex-start;
  position: sticky;
}

.bg-container.beast {
  z-index: 1;
  background-color: #000;
  margin-bottom: 0;
}

.bg-container.first {
  border: 0 solid #0000;
  margin-top: -127px;
  padding-right: 0;
  overflow: visible;
}

.bg-container.xtreme {
  margin-top: -135px;
}

.topic {
  grid-column-gap: 138px;
  grid-row-gap: 138px;
  border: 0 solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 200px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.topic.foaminvasion {
  height: 1100px;
  position: relative;
  overflow: visible;
}

.topic.beast {
  padding-top: 0;
}

.topic.airventures {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
}

.topic.last {
  padding-bottom: 272px;
}

.topic.scroll {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.topic.display_none {
  display: none;
}

.topic-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 88px;
  padding-left: 0;
  display: flex;
}

.topic-title.duftwelt {
  padding-top: 200px;
}

.topic-title.duftwelt-2 {
  margin-top: 200px;
}

.topic-title.kraftprotz {
  margin-top: 280px;
}

.subheading {
  color: #fff;
  text-transform: uppercase;
  font-family: Futuracon Bol, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.subheading.foaminvasion {
  text-shadow: 0 1px 3px #610d5b;
}

.subheading.lemonrocksshadow {
  text-shadow: 0 1px 11px #e70942b3;
}

.subheading.textshadow {
  text-shadow: 0 2px 2px #00000080;
}

.product {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.product.alignbottom {
  align-items: end;
}

.product.background {
  background-color: #000000b3;
  padding: 32px;
}

.product.background.vertical {
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product.background.paketprofiline {
  place-items: start stretch;
}

.product.hidden {
  display: none;
}

.product-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000040;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.product-description.foaminvasion {
  background-color: #610d5b80;
}

.product-description.lemonrocks {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  height: auto;
}

.product-description.transparent {
  background-color: #0000;
  padding: 0;
}

.product-description.custom-size {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 72px;
  position: relative;
}

.product-description.beast {
  flex-flow: row;
  width: 100%;
}

.title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.headling-3 {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-family: Futuracon Bol, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: static;
}

.headling-3.black {
  color: #000;
}

.headling-3.xtremereifenkunststoffreinigen {
  word-break: normal;
}

.heading-4 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  font-family: Futuracon Bol, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

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

.image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 500px;
  display: flex;
  position: relative;
}

.image.left {
  justify-content: flex-start;
  align-items: flex-end;
}

.image.right-aligned {
  justify-content: flex-end;
  align-items: flex-end;
  height: 600px;
}

.image.right-aligned.xtreme {
  height: 673px;
}

.image.left-aligned {
  justify-content: flex-start;
  align-items: flex-end;
}

.image.edeldark {
  justify-content: center;
  align-items: center;
}

.image.beast {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
}

.image.xtreme {
  justify-content: center;
  align-items: flex-end;
}

.image.wagen {
  height: 600px;
}

.imageasset {
  pointer-events: auto;
  object-fit: contain;
  flex: 0 auto;
  width: auto;
  height: 460px;
}

.imageasset.lemonrockscollection1 {
  width: 370px;
  height: 340px;
}

.imageasset.lemonrockscollection2 {
  width: 100%;
  height: 460px;
}

.imageasset.lemonrockscollection3 {
  height: 390px;
}

.imageasset.beast {
  width: 291px;
  height: 478px;
}

.imageasset.coatings {
  object-fit: contain;
}

.imageasset.big {
  height: 700px;
}

.imageasset.wagen {
  width: auto;
  height: 322px;
}

.imageasset.display {
  height: 100%;
}

.chapter {
  background-color: #0000;
  border: 0 solid #0000;
}

.chapter.xtreme {
  display: block;
  overflow: visible;
}

.chapter.contact {
  background-color: #fff;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  overflow: hidden;
}

.chapter.display_none {
  display: none;
}

.list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 8px;
  line-height: 32px;
}

.list-item.black {
  color: #000;
}

.list-item.insidetext {
  font-size: 24px;
}

.list-item.aktionspacket-item {
  padding-top: 0;
  line-height: 22px;
}

.stickybackground {
  z-index: -1;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: -1vh;
  overflow: visible;
}

.stickybackground.ceramic {
  z-index: -1;
  background-image: url('../images/BG.png');
  background-position: 50%;
  background-size: cover;
  position: sticky;
  top: 0;
}

.stickybackground.xtreme {
  background-color: #0000;
}

.stickybackground.beast {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: 610px;
  margin-top: 186px;
  display: flex;
  position: static;
}

.stickybackground.general {
  background-color: #0000;
}

.stickybackground.miamirace {
  display: block;
}

.stickybackground.none {
  background-color: #000;
}

.div-block {
  background-color: red;
  position: sticky;
  top: 0;
}

.product-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
  position: relative;
}

.product-vertical.image-left {
  justify-content: space-between;
  align-items: flex-start;
}

.product-vertical.image-right {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
}

.product-list.horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.scrolloffset {
  width: 100vw;
  margin-top: -100vh;
}

.scrolloffset.beast {
  margin-top: -610px;
}

.foaminvasionbackground {
  z-index: -1;
  aspect-ratio: 2 / 3;
  background-color: #0000;
  width: 100vw;
  height: 1660px;
  position: absolute;
  top: -197px;
}

.chapter-title {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #16358e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  margin-right: auto;
  padding: 90px 32px 16px;
  font-family: Futuracon Bol, sans-serif;
  display: block;
  position: static;
}

.chapter-title.interior {
  background-color: #008040;
  width: 252px;
}

.chapter-title.wheel-rims {
  background-color: #9fa4a7;
  flex: 0 auto;
  width: 281px;
}

.chapter-title.profiline {
  background-color: #9ba5ae;
  width: 147px;
}

.chapter-title.aktionspakete {
  background-color: #2a4153;
  width: 184px;
}

.chapter-title.detailing {
  background-color: #9ba5ae;
  width: 429px;
}

.chapter-title.zubehoer {
  background-color: #2a4153;
}

.chapter-title.agrar {
  background-color: #ffcb00;
}

.chapter-title.werkstatt {
  background-color: #2a4153;
  flex: 0 auto;
  width: 157px;
}

.chapter-title.handel {
  background-color: #2a4153;
  width: 302px;
}

.chapter-title.warenpraesentation {
  background-color: #2a4153;
  width: 245px;
}

.text {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.stickywrapper {
  z-index: 10;
  border: 0 solid #0000;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: sticky;
  top: 0;
}

.invert {
  color: #fff;
  word-break: normal;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  font-weight: 300;
  display: block;
  position: relative;
}

.invert.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  position: static;
  bottom: 66px;
  right: 109.5px;
}

.invert.social-link {
  margin-bottom: 0;
}

.invert.neu-product {
  color: #e30613;
  margin-bottom: 0;
  font-family: Futuracon Bol, sans-serif;
  font-weight: 300;
  line-height: 20px;
  display: inline-flex;
}

.invert.miami-inline {
  display: block;
}

.invert.subline {
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  bottom: 70px;
  left: 285.547px;
}

.invert.dark {
  color: #000;
}

.invert.airventure {
  word-break: keep-all;
}

.etikettenbackground {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  width: 100vw;
  height: 90vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.lemonfreshspacer {
  justify-content: center;
  width: 100vw;
  max-width: 1180px;
  height: 900px;
  margin-top: -347px;
  display: none;
  position: relative;
  overflow: visible;
}

.lemonrocks {
  background-color: #e3ec9b;
  width: 100%;
  height: 100%;
}

.lemonrocks.gradientoverlay {
  background-color: #0000;
  background-image: linear-gradient(#fe0, #fe00 25%);
  display: block;
  overflow: visible;
}

.lemonrockswoman {
  z-index: -1;
  width: auto;
  height: 90vh;
  position: absolute;
  inset: 182px 0% 0% -12%;
}

.lemonrockslogo {
  width: 510px;
  position: absolute;
  inset: 44% 2% 0% auto;
}

.lemonrocksemoji {
  z-index: -1;
  width: 380px;
  position: absolute;
  inset: 38% 10% 0% auto;
}

.lemonrocksoverlay {
  background-image: linear-gradient(#fe0c, #fe0c);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.lemonrockscollection {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
  width: 100%;
  display: grid;
  position: relative;
}

.image-3, .image-4, .image-5 {
  object-fit: contain;
}

.recycling-30 {
  width: 160px;
  position: absolute;
  bottom: -10%;
  left: -50px;
}

.productlist {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.productlist.display_none {
  display: none;
}

.madeingermaybadge {
  width: 150px;
  position: absolute;
  inset: 0% 17% auto auto;
}

._30-days {
  width: 90px;
  position: absolute;
  right: 67px;
}

.aktionspaket {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #000000b3;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: center start;
  padding: 40px;
  display: grid;
}

.aktionspaket.invert {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ffffffb3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 440px;
}

.button {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2a4153;
  margin-right: auto;
  padding: 16px 32px 13px;
  font-family: Futuracon Bol, sans-serif;
  font-size: 16px;
  box-shadow: 2px 2px #0003;
}

.button:hover {
  background-color: #1f2e3a;
  box-shadow: 0 0 #0003;
}

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

.aktionspaketdescrptiontext {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flowimageright {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.textblockwrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.textblockwrapper.width50 {
  width: 60%;
}

.airfreshenercollection {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
  width: 100%;
  display: block;
  position: relative;
}

.felgenbeastcollection {
  object-fit: contain;
  justify-content: center;
  max-width: none;
  display: flex;
}

.image-9 {
  max-width: none;
}

.image-10 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.aktionspaketlist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.beastspacer {
  height: 610px;
}

.div-block-2 {
  background-color: #000;
}

.stickyadm {
  z-index: 15;
  pointer-events: auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 150px;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  position: sticky;
  top: 55%;
}

.admbadge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 150px;
  height: auto;
  padding: 16px;
  display: flex;
}

.admasset {
  border-radius: 400px;
  max-width: 116px;
  max-height: 116px;
  overflow: hidden;
}

.textaligncenter {
  text-align: center;
  padding-bottom: 16px;
  font-family: Futuracon Lig, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.modal {
  z-index: 100;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.modalbackground {
  background-color: #1f2e3acc;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.modalcard {
  background-color: #fff;
  padding: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalbody {
  display: flex;
}

.contactcard {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  display: flex;
}

.contactcardbody {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.modalclosebutton {
  position: absolute;
  inset: 16px 16px auto auto;
}

.contactcardname {
  margin-bottom: 0;
  font-family: Futuracon Bol, sans-serif;
  font-size: 32px;
}

.buttongroup {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.contactcardtitle, .contactcardcontact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.intro {
  margin: 120px;
}

.introsender {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.introsendername {
  margin-bottom: 0;
  font-family: Futuracon Bol, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.table_cell {
  padding: var(--tablecellpadding);
  color: #000;
  border: 1px solid #fff;
  font-family: Futuracon Med, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.table_cell.light {
  color: #fff;
  text-align: left;
  border-right-color: #fff;
}

.table_cell.light.highlight {
  background-color: #e3000b;
}

.table_cell.light.highlight.aligncenter {
  text-align: center;
}

.table_cell.light.aligncenter {
  text-align: center;
  border-color: #fff;
}

.table_cell.light.aligncenter.nobreak {
  white-space: nowrap;
  word-break: keep-all;
}

.table_cell.light.nobreak {
  white-space: nowrap;
}

.table_row {
  border-bottom: 1px solid #fff;
}

.table_header {
  padding: var(--tablecellpadding);
  color: #000;
  text-align: left;
  border: 1px solid #fff;
  font-family: Futuracon Med, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.table_header.light {
  background-color: #fff;
  border-right-color: #fff;
}

.table_header.light.aligncenter, .table_header.aligncenter {
  text-align: center;
}

.table_head {
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.table_head.light {
  border-bottom-color: #fff;
}

.table_component {
  border: 1px solid #fff;
  border-radius: 1px;
  width: 100%;
}

.table_component.light {
  border-color: #fff;
  width: 100%;
}

.table_component.light.table-starter-paket {
  width: 50%;
}

.table_component.light {
  border-color: #fff;
}

.components {
  background-color: #a0a0a0;
  padding: 116px;
}

.microbadge {
  width: 190px;
  position: absolute;
  inset: -44% -1% auto auto;
}

.stickybackgroundimage {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border: 0 solid #0000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 1% 0% 0%;
}

.stickybackgroundimage.beast {
  max-width: 1980px;
  height: auto;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
}

.stickybackground-copy {
  z-index: -1;
  background-color: red;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.stickybackground-copy.ceramic {
  z-index: -1;
  background-image: url('../images/BG.png');
  background-position: 50%;
  background-size: cover;
  position: sticky;
  top: 0;
}

.stickybackground-copy.xtreme {
  background-image: url('../images/SNX__KEYVIZ__XTREME_cymk_001.png');
  background-position: 50%;
  background-size: cover;
}

.stickybackground-copy.etiketten {
  background-image: url('../images/SNX__KEYVIZ__GENERIC__01_cmyk_005.png');
  background-position: 50%;
  background-size: cover;
}

.stickybackground-copy.lemonfresh {
  background-image: url('../images/Lemon-Rocks-KEYVISUAL-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.stickybackground-copy.felgenbeast {
  background-image: linear-gradient(#0000 66%, #000), linear-gradient(#000, #0000 67%), url('../images/Test_Beast_cmyk_mix_Messewand.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.stickybackground-copy.innenraum {
  background-image: url('../images/SNX__KEYVIZ__GENERIC__01_cmyk_005.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.stickybackground-copy.beast {
  background-image: url('../images/ReifenGlanzSpray-Snake_4C_Karton.png');
  background-position: 50% 0;
  background-size: contain;
  margin-top: 186px;
  position: static;
}

.stickybackground-copy.profiline {
  background-image: linear-gradient(#000, #0000 42%), url('../images/SNX__KEYVIZ__PROFILINE_cmyk.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.stickybackground-copy.general {
  background-color: #0000;
}

.stickybackgroundoverlay1 {
  background-image: linear-gradient(#000, #0000 40%);
  border: 1px solid #0000;
  display: block;
  position: absolute;
  inset: 0%;
}

.texthighlight {
  color: #000;
  background-color: #fff;
  margin-right: 4px;
  padding-left: 4px;
  font-family: Futuracon Bol, sans-serif;
}

.texthighlight.inline-miami {
  color: #000;
  margin-right: 7px;
  padding-left: 4px;
}

.starterpaket {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000000b3;
  flex-flow: column;
  grid-template: "Title Title Title Title"
                 "Description-1 Badge Badge Description-2"
                 ". . . ."
                 / 1fr .25fr .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 32px;
  display: flex;
}

.image-11 {
  position: absolute;
}

.topperlist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: flex-start stretch;
  display: grid;
  position: relative;
}

.topper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.toppertitle {
  color: #fff;
  font-family: Futuracon Med, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.topperimage {
  object-fit: contain;
  height: auto;
  max-height: 560px;
}

.topperimage.beast {
  height: 560px;
}

.productpricelabel {
  color: #fff;
  font-family: Futuracon Bol, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.etikettenbackgroundimage {
  object-fit: contain;
  width: 100vw;
  height: 860px;
  position: absolute;
  inset: 0%;
}

.stickybackgroundoverlay2 {
  background-image: linear-gradient(0deg, #000, #0000 52%);
  display: block;
  position: absolute;
  inset: 0%;
}

.image-12 {
  z-index: -1;
  clear: left;
  object-fit: cover;
  align-self: auto;
  width: 100vw;
  height: auto;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
  transform: translate(0);
}

.airfreshenercollection-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
  width: 100%;
  display: block;
  position: relative;
}

.tablewrapper {
  width: 100%;
}

.lemonrocksgradient {
  background-image: linear-gradient(#fe0 15%, #fe00 61%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.cover-lemonrockswoman {
  z-index: -1;
  width: auto;
  height: 850px;
  position: absolute;
  inset: 88px 0% 0%;
}

.cover-lemonrocksemoji {
  z-index: -1;
  width: 290px;
  position: absolute;
  inset: 25% 6% 0% auto;
}

.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.paragraph {
  font-family: Futuracon Lig, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-block {
  font-family: Futuracon Lig, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

.intronavigation {
  width: 100%;
  margin-top: 0;
}

.navigation {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navigationitem {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  aspect-ratio: 2 / 3;
  cursor: pointer;
  background-color: #a3a3a3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigationitem.foam {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.navigationitembody {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 110px;
  display: flex;
  position: static;
}

.navigationitemlabel {
  color: #fff;
  text-transform: uppercase;
  font-family: Futuracon Bol, sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}

.navigationitemlabel.black {
  color: #000;
}

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

.heading-2 {
  color: #000;
  text-transform: uppercase;
  font-family: Futuracon Extbol, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 64px;
}

.heading-2.invert {
  color: #fff;
  line-height: 72px;
}

.heading-2.invert.foaminvasion {
  text-shadow: 0 3px 4px #610d5b;
}

.heading-2.invert.lemonrocksshadow {
  text-shadow: 0 2px 18px #e70942b3;
}

.navigationlist {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  padding-top: 32px;
  display: flex;
}

.navigationlistitem {
  color: #000;
  text-transform: uppercase;
  width: auto;
  margin-right: auto;
  font-family: Futuracon Bol, sans-serif;
  font-size: 40px;
  line-height: 48px;
  text-decoration: none;
}

.navigationlistitem:hover {
  color: #0009;
}

.recycling70badge {
  width: 170px;
  position: absolute;
  inset: -14% -13% auto auto;
}

.image-13 {
  width: 130px;
}

.image-14 {
  width: 100%;
}

._70recyclingbadge {
  width: 150px;
  position: absolute;
  inset: 28% 10% 0% auto;
}

.admpotrait {
  width: 110px;
}

.icon {
  color: #2a4153;
  width: 24px;
}

.iconlabelgroup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.iconlable, .contactcardposition {
  font-family: Futuracon Lig, sans-serif;
  font-size: 20px;
}

.navigationitembackground {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-17 {
  z-index: 2;
  width: 224px;
  position: static;
}

.linklabel {
  color: #000;
  text-transform: uppercase;
  font-family: Futuracon Bol, sans-serif;
  font-size: 18px;
}

.linklabel.invert {
  color: #fff;
}

.linkicon {
  color: #e3000b;
  width: 16px;
}

.link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: flex-start;
  display: flex;
}

.anchorcover {
  z-index: 2;
  width: auto;
  height: 180px;
  position: static;
}

.anchorcover.ceramic {
  width: auto;
}

.anchorcover.foam {
  width: 40%;
  height: auto;
}

.anchorcover.lemon {
  width: 90%;
  height: auto;
}

.anchorcover.beast {
  width: auto;
}

.anchorcover.blackbeast {
  width: 80%;
}

.anchorcover.coatings {
  width: auto;
}

.beastfist {
  width: 340px;
}

.highlighttext {
  font-family: Futuracon Bol, sans-serif;
}

.coverstage {
  width: 100%;
  max-width: 1180px;
  height: 620px;
  position: relative;
  top: 0;
}

.div-block-3 {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 1180px;
  margin-left: 0;
  display: flex;
}

.div-block-4 {
  background-color: #0000;
  padding-right: 0;
}

.image-18 {
  display: block;
}

.logo-75jahre {
  height: 190px;
  overflow: visible;
}

.image-label {
  max-width: 200%;
  position: absolute;
  inset: 714px 0% auto 50px;
}

.stoerer-01 {
  margin-bottom: 333px;
  display: block;
  position: absolute;
  bottom: -15px;
  right: 331.781px;
}

.title-posabsolut {
  flex: 0 auto;
  width: 560px;
  position: static;
  bottom: 1077px;
  right: 695px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: absolute;
  bottom: 242px;
  right: 709.5px;
}

.stoerer-130 {
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 324px;
  right: -58.938px;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-left: 32px;
  display: flex;
}

.div-block-7 {
  flex: 1;
}

.edeldark {
  object-fit: cover;
  flex: 1;
  align-self: center;
  position: static;
}

.image-edeldark {
  aspect-ratio: auto;
  object-fit: contain;
  justify-content: space-between;
  align-items: center;
  height: 640px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-20 {
  object-fit: cover;
  width: 100%;
  height: 534.625px;
  padding: 0;
  display: block;
}

.image-21 {
  width: 190px;
  height: 150px;
}

.stoerer-150 {
  width: 190px;
  height: 150px;
  padding-right: 0;
  position: absolute;
  inset: 90px 0 0 654px;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 24px;
  display: flex;
}

.instagram-detailing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.floating-crystal-image-1 {
  width: 293px;
  height: 228px;
  position: absolute;
  top: 68px;
  right: -20px;
}

.floating-crystal-image-2 {
  width: auto;
  height: auto;
  position: absolute;
  inset: 19% 0% auto -6%;
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.stoerer-02 {
  flex: none;
  width: 150px;
  height: 150px;
  margin-left: 24px;
  padding-left: 0;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000040;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 543px;
  padding: 32px;
  display: flex;
}

.div-block-15 {
  background-color: #00000040;
  flex: 1;
  width: 543px;
  padding: 32px;
}

.div-block-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.stoerer-140 {
  height: 140px;
  position: absolute;
  bottom: 81px;
  left: -39.047px;
}

.div-block-17 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 66px;
  right: 82.8906px;
}

.stoerer-03 {
  position: absolute;
  bottom: 148px;
  right: -16px;
}

.div-block-18 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: relative;
}

.stoerer-04 {
  position: absolute;
  inset: 17% 0% 0 44%;
}

.div-block-19 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-20 {
  flex: 1;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stoerer-05 {
  width: 200px;
  position: absolute;
  top: 363px;
  left: 419px;
  right: 0;
}

.stoerer-06 {
  position: absolute;
  top: 81.5px;
  left: 301px;
  right: 0;
}

.stoerer-07 {
  position: absolute;
  top: 142.5px;
  left: -62.5px;
}

.image-etikett {
  height: auto;
}

.div-block-22 {
  flex: 0 auto;
  width: 0;
  height: 500px;
}

.label-miamirace {
  width: 520px;
  position: absolute;
  bottom: 412px;
  left: 164px;
}

.image-22 {
  width: auto;
  height: auto;
}

.image-24 {
  object-fit: contain;
  width: auto;
  height: 600px;
}

.image-25 {
  width: 100%;
  height: 500px;
}

.image-26 {
  width: auto;
  height: auto;
}

.stoere-08 {
  width: 190px;
  height: 150px;
  position: absolute;
  top: 146.672px;
  left: 50px;
}

.heading-miami {
  color: #fff;
  margin-bottom: 0;
  font-family: Futuracon Bol, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-23 {
  width: 100%;
  height: 100%;
  position: static;
}

.stoerer-miami {
  height: 120px;
  position: absolute;
  top: 257px;
  left: 137.328px;
}

.image-28 {
  position: absolute;
  top: 6639.5px;
  left: 932px;
}

.div-block-24 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.stoerer-hazet {
  width: 100px;
  position: absolute;
  bottom: 60px;
  left: 232.406px;
  right: 0;
}

.image-29 {
  width: 180px;
  position: absolute;
  top: 145.672px;
  left: 49px;
}

.bild-airventures {
  background-image: url('../images/Duft__01.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 530px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.bild-airventures.croissant {
  background-image: url('../images/Duft__02.png');
}

.bild-airventures.cactus {
  background-image: url('../images/Duft__03.png');
}

.bild-airventures.sakura {
  background-image: url('../images/Duft__04.png');
}

.image-30 {
  object-fit: contain;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.div-block-26 {
  width: 50%;
}

.neu-product {
  font-size: 20px;
}

.div-block-27 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-28 {
  z-index: -1;
  object-fit: fill;
  background-color: #fff;
  width: 80px;
  height: 32px;
  position: absolute;
  top: 150px;
  left: 30px;
}

.table_cell-2 {
  color: #000;
  border: 1px solid #fff;
  padding: 8px;
  font-family: Futuracon Med, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.table_cell-2.light {
  color: #fff;
  border-right-color: #fff;
}

.table_cell-2.light.aligncenter {
  text-align: center;
}

.table_header-2 {
  color: #000;
  text-align: left;
  border: 1px solid #fff;
  padding: 8px;
  font-family: Futuracon Med, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.table_header-2.aligncenter {
  text-align: center;
}

.table_header-2.light {
  background-color: #fff;
  border-right-color: #fff;
}

.table_header-2.light.aligncenter {
  text-align: center;
}

.table_header-3 {
  color: #000;
  text-align: left;
  border: 1px solid #fff;
  padding: 8px;
  font-family: Futuracon Med, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.table_header-3.aligncenter {
  text-align: center;
}

.table_header-3.light {
  background-color: #fff;
  border-right-color: #fff;
}

.table_header-3.light.aligncenter {
  text-align: center;
}

.table_header-4 {
  color: #000;
  text-align: left;
  border: 1px solid #fff;
  padding: 8px;
  font-family: Futuracon Med, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.table_header-4.aligncenter {
  text-align: center;
}

.table_header-4.light {
  background-color: #fff;
  border-right-color: #fff;
}

.table_header-4.light.aligncenter {
  text-align: center;
}

.table_header-4.hyphen {
  overflow-wrap: break-word;
}

.productinfo {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.inline {
  color: #000;
}

.textbackgroundwhite {
  background-color: #fff;
  width: 70px;
  height: 30px;
  line-height: 10px;
  position: absolute;
  top: 128px;
  left: 28px;
}

.textbackgroundwhite._1 {
  width: 38px;
  top: 255px;
}

.textbackgroundwhite._3 {
  width: 84px;
  top: 152px;
}

.texthighlightred {
  color: #e30613;
  font-family: Futuracon Bol, sans-serif;
}

.image-31 {
  vertical-align: baseline;
  width: 200px;
  display: inline-flex;
  position: absolute;
  inset: 0% 32px 0% auto;
}

.div-block-30 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.bild-airventures_text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 15px #0003;
  vertical-align: baseline;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Futuracon Bol, sans-serif;
  font-size: 35px;
  line-height: 30px;
  position: absolute;
  inset: auto 0% 60px;
}

.image-right-1 {
  object-fit: contain;
  width: auto;
  height: 460px;
}

.image-left-1 {
  object-fit: contain;
  height: 460px;
}

.image-32 {
  width: auto;
}

.image-left-2 {
  width: 100%;
  height: auto;
}

.image-33 {
  object-fit: contain;
  width: auto;
  height: 160px;
  position: absolute;
  inset: auto -7% 12% auto;
}

.div-block-1 {
  width: 60%;
  margin-bottom: -40px;
}

.image-34 {
  width: 720px;
  height: auto;
  position: absolute;
  inset: auto 40px 541px auto;
}

.div-block-31 {
  flex: 1;
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-32 {
  width: 54%;
  margin-bottom: 40px;
  padding-left: 32px;
}

.image-35 {
  object-fit: contain;
  width: auto;
  height: 160px;
  position: absolute;
  inset: 10% 11% 0% auto;
}

.image-36 {
  object-fit: contain;
  width: auto;
  height: 110px;
  position: absolute;
  inset: 19% 25% 0% auto;
}

.aktionspaketlist-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  margin-top: 88px;
  display: block;
}

.aktionspaketlist-2.display_none {
  display: none;
}

.invert-2 {
  color: #fff;
  font-weight: 300;
}

.headling-4 {
  color: #fff;
  margin-top: 0;
  font-family: Futuracon Bol, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.image-37 {
  flex: 1;
  height: auto;
}

.image-38 {
  object-fit: contain;
  width: auto;
  height: 130px;
  position: absolute;
  inset: auto 2% 7% auto;
}

.image-39 {
  object-fit: contain;
  width: auto;
  height: 371px;
  position: static;
}

.div-block-33 {
  position: relative;
}

.image-40 {
  object-fit: contain;
  position: absolute;
  inset: 57% 0% auto auto;
}

.image-41 {
  object-fit: contain;
  position: absolute;
  top: 117px;
  right: 125.3px;
}

.image-42 {
  object-fit: contain;
  position: absolute;
  inset: 7% auto auto 47%;
}

.image-43 {
  object-fit: contain;
  position: absolute;
  top: 43px;
  right: 69.8px;
}

.image-44 {
  object-fit: contain;
  width: 100%;
  height: 1408px;
}

.image-45 {
  object-fit: contain;
  position: absolute;
  top: 162px;
  left: -105px;
}

.image-46 {
  object-fit: contain;
  position: absolute;
  inset: 30% 11% 0% auto;
}

.image-47 {
  object-fit: contain;
  padding-right: 0;
  position: absolute;
  top: 135px;
  right: 115px;
}

.image-48 {
  object-fit: contain;
  position: absolute;
  top: 118px;
  left: -2px;
}

.image-49 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-50 {
  object-fit: contain;
  position: absolute;
  top: 131px;
  right: 39px;
}

.image-51 {
  object-fit: contain;
  position: absolute;
  top: 145px;
}

.image-52 {
  object-fit: contain;
  position: absolute;
  top: -8px;
  right: 142px;
}

.image-53 {
  position: static;
}

.div-block-34 {
  position: relative;
}

.image-54 {
  position: absolute;
  bottom: 32.35px;
  left: 316px;
}

.image-55 {
  object-fit: contain;
  position: absolute;
  top: 44px;
  right: -21px;
}

.image-56 {
  object-fit: contain;
  position: absolute;
  top: 221px;
}

.image-57 {
  object-fit: contain;
  position: absolute;
  top: 112px;
  right: 62px;
}

.image-58 {
  object-fit: contain;
  position: absolute;
  top: -6px;
  right: 17%;
}

.image-59 {
  object-fit: contain;
  position: absolute;
  top: 185px;
  right: 133px;
}

.image-60 {
  object-fit: contain;
  position: absolute;
  top: 204px;
  left: 19px;
}

.image-61 {
  object-fit: contain;
  position: absolute;
  inset: 7% 14% 0% auto;
}

.image-62 {
  object-fit: contain;
  position: absolute;
  inset: 11% 17% 0% auto;
}

.image-63, .image-64 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-65 {
  object-fit: contain;
  position: absolute;
  inset: 18% 23% auto auto;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.image-66 {
  object-fit: contain;
  position: absolute;
  inset: 22% 25% auto auto;
}

.image-67 {
  object-fit: contain;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-68 {
  object-fit: contain;
  position: absolute;
  inset: 0% auto auto 13%;
}

.image-69 {
  object-fit: contain;
  position: absolute;
  inset: 23% auto auto 5%;
}

.image-70 {
  object-fit: contain;
  position: absolute;
  inset: 21% auto auto 0%;
}

.image-71 {
  object-fit: contain;
  position: absolute;
  inset: 22% 18% auto auto;
}

.image-72 {
  position: absolute;
}

.div-block-36 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.image-73 {
  object-fit: contain;
  position: absolute;
  inset: 13% -30% auto auto;
}

.image-74 {
  object-fit: contain;
  position: absolute;
  inset: 13% 3% auto auto;
}

.div-block-37, .div-block-38 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.image-75 {
  object-fit: contain;
  position: absolute;
  inset: 4% 6% auto auto;
}

.image-76 {
  object-fit: contain;
  position: absolute;
  inset: 6% 13% auto auto;
}

.div-block-39 {
  margin-top: 80px;
  margin-bottom: -40px;
  position: relative;
}

.image-77 {
  object-fit: contain;
  position: absolute;
  inset: -2% 0% 0% auto;
}

.image-78 {
  object-fit: contain;
  position: absolute;
  inset: auto 0 35% auto;
}

.image-79 {
  object-fit: contain;
  position: absolute;
  inset: auto 6% 19% auto;
}

.image-80 {
  object-fit: contain;
  position: absolute;
  inset: 37% 0% 0% auto;
}

.image-81 {
  object-fit: contain;
  position: absolute;
  inset: auto 4% 24% auto;
}

.image-82 {
  object-fit: contain;
  position: absolute;
  inset: auto 5% 20% auto;
}

.image-83 {
  object-fit: contain;
  width: 138px;
  max-width: 50%;
  position: absolute;
  inset: 25% 0% auto 46%;
}

.image-84 {
  height: 115px;
  position: absolute;
  inset: auto auto 8% 0%;
}

.image-85 {
  object-fit: contain;
  position: absolute;
  inset: 13% 132px auto auto;
}

.image-86 {
  object-fit: contain;
  position: absolute;
  inset: 40% auto 0% 0%;
}

.image-87 {
  object-fit: contain;
  position: absolute;
  inset: 30% 0% 0% auto;
}

.image-88 {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 132px;
  max-height: none;
  position: absolute;
  inset: auto auto 9% 0%;
}

.image-89 {
  object-fit: contain;
  position: absolute;
  inset: 7% 0% auto auto;
}

.image-90 {
  object-fit: contain;
  position: absolute;
  inset: auto 7% 18% auto;
}

.image-91 {
  object-fit: contain;
  position: absolute;
  inset: auto 0% 11% auto;
}

.image-92 {
  object-fit: contain;
  position: absolute;
  top: 83px;
  bottom: auto;
  right: 81px;
}

.image-93 {
  object-fit: contain;
  position: absolute;
  inset: auto auto 14% 7%;
}

.image-94 {
  object-fit: contain;
  position: absolute;
  inset: 8% 21% auto auto;
}

.image-95 {
  object-fit: contain;
  position: absolute;
  inset: auto 25% 11% auto;
}

.image-96 {
  object-fit: contain;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-97 {
  object-fit: contain;
  position: absolute;
  inset: 15% 24% auto auto;
}

.image-98 {
  object-fit: contain;
  position: absolute;
  inset: 22% 7% auto auto;
}

.image-99 {
  object-fit: contain;
  position: absolute;
  inset: auto 0% -4% auto;
}

.image-100 {
  object-fit: contain;
  position: absolute;
  inset: 30% 8% auto auto;
}

.image-101 {
  object-fit: contain;
  margin-bottom: 0;
  position: absolute;
  inset: 7% auto auto 0%;
}

.image-102 {
  object-fit: contain;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-103 {
  position: absolute;
  inset: 17% -3% auto auto;
}

.image-104 {
  object-fit: contain;
  position: absolute;
  inset: 19% auto auto -9%;
}

.image-105, .image-106, .image-107 {
  object-fit: contain;
  height: 460px;
}

.div-block-40 {
  align-self: center;
  margin-top: -30px;
  margin-bottom: -30px;
}

.div-block-41 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.image-108 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-109 {
  object-fit: contain;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-43 {
  height: 1060px;
  margin-top: -237px;
  display: block;
}

.div-block-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.div-block-45, .div-block-46 {
  height: 1px;
}

.div-block-47 {
  font-size: 1px;
  line-height: 0;
}

.image-110 {
  object-fit: contain;
  width: auto;
  height: 371px;
}

.image-111 {
  object-fit: contain;
  height: 460px;
}

.image-112 {
  object-fit: contain;
}

.image-113, .image-114 {
  object-fit: contain;
  height: 86px;
}

@media screen and (min-width: 1280px) {
  .cover {
    justify-content: center;
    align-items: center;
    height: 700px;
    position: relative;
    overflow: hidden;
  }

  .body {
    height: 100%;
  }

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

  .heading-1 {
    font-size: 72px;
    line-height: 72px;
  }

  .logo-lemon-rocks {
    width: 460px;
    top: 300px;
  }

  .topic-title.duftwelt {
    margin-top: 0;
  }

  .chapter.contact {
    justify-content: center;
    display: flex;
  }

  .stickybackgroundoverlay1 {
    background-image: linear-gradient(#000, #0000 41%);
  }

  .starterpaket {
    grid-template-areas: "Title Title Title Title"
                         "Description-1 Badge Badge Description-2";
  }

  .image-12 {
    height: auto;
    padding-top: 0;
    inset: -71% 0% auto;
  }

  .cover-lemonrockswoman {
    height: 760px;
    top: 41px;
  }

  .cover-lemonrocksemoji {
    width: 320px;
    margin-top: 66px;
    padding-right: 0;
    top: 30px;
    right: 9%;
  }

  ._70recyclingbadge {
    top: 32%;
    right: 10%;
  }

  .anchorcover {
    height: 260px;
  }

  .anchorcover.ceramic {
    width: auto;
  }

  .coverstage {
    height: 430px;
  }

  .text-span {
    white-space: nowrap;
  }

  .logo-75jahre {
    height: 216px;
  }

  .title-posabsolut {
    right: 1033px;
  }

  .image-20 {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .stoerer-150 {
    right: 379px;
  }

  .floating-crystal-image-1 {
    top: 100px;
    right: -32px;
  }

  .floating-crystal-image-2 {
    bottom: 1410.12px;
    left: -79px;
  }

  .stoerer-140 {
    bottom: 65px;
    left: -49.047px;
  }

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

  .stoerer-04 {
    top: 19%;
  }

  .stoerer-05 {
    top: 284px;
    left: 411px;
    right: 0;
  }

  .label-miamirace {
    width: 560px;
    bottom: 383px;
    left: 140px;
  }

  .stoerer-miami {
    top: 251px;
  }

  .stoerer-hazet {
    right: 233.094px;
  }

  .image-30 {
    inset: auto 0% 0% auto;
  }

  .textbackgroundwhite._3 {
    width: 80px;
    top: 153px;
    left: 30px;
  }

  .image-49 {
    inset: auto auto 0% 0%;
  }

  .image-71 {
    right: 15%;
  }

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

@media screen and (min-width: 1440px) {
  .list.aktionspacket {
    inset: auto auto -3% 0%;
  }

  .list.aktionspacket.felge-technik {
    inset: auto 0% 22% auto;
  }

  .list.aktionspacket.felgenbeast {
    inset: auto auto 16% 19%;
  }

  .cover {
    justify-content: center;
    align-items: center;
    height: 700px;
  }

  .body {
    width: 100vw;
  }

  .container.agrar {
    margin-top: 360px;
  }

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

  .bg-container.first {
    border-style: none;
  }

  .topic-title.kraftprotz {
    margin-top: 360px;
  }

  .image {
    height: 600px;
  }

  .imageasset {
    height: 500px;
  }

  .imageasset.image-wagen {
    height: 600px;
  }

  .chapter {
    border-style: none;
    border-width: 0;
  }

  .chapter.contact {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .stickywrapper {
    border-style: none;
  }

  .invert.small {
    bottom: 117px;
  }

  .invert.subline {
    bottom: 122px;
  }

  .stickyadm {
    top: 40%;
  }

  .image-12 {
    top: -66%;
  }

  ._70recyclingbadge {
    top: 35%;
  }

  .anchorcover, .anchorcover.ceramic {
    height: 280px;
  }

  .anchorcover.coatings {
    width: auto;
  }

  .stoerer-01 {
    margin-bottom: 0;
    bottom: 365px;
    right: 343.781px;
  }

  .image-20 {
    max-width: 1180px;
  }

  .stoerer-150 {
    bottom: 1618px;
    right: 460px;
  }

  .floating-crystal-image-1 {
    right: 267px;
  }

  .floating-crystal-image-2 {
    bottom: 1625.12px;
    left: -60px;
  }

  .stoerer-140 {
    bottom: 126px;
    left: -41.047px;
  }

  .div-block-17 {
    bottom: 110px;
  }

  .stoerer-03 {
    bottom: 203px;
  }

  .stoerer-04 {
    bottom: 801.594px;
    right: 658.5px;
  }

  .stoerer-05 {
    top: 359px;
    right: 0;
  }

  .stoerer-06 {
    top: 128.5px;
    left: 329px;
  }

  .stoerer-07 {
    top: 203.5px;
  }

  .div-block-22 {
    height: 600px;
  }

  .label-miamirace {
    width: 680px;
    bottom: 380px;
    left: 124px;
  }

  .image-24, .image-25 {
    height: 600px;
  }

  .stoerer-miami {
    top: 311px;
    left: 161.328px;
  }

  .image-27 {
    height: 400px;
  }

  .stoerer-hazet {
    bottom: 113px;
    right: 0;
  }

  .image-29 {
    top: 186.672px;
    left: 60px;
  }

  .bild-airventures {
    max-width: 1180px;
  }

  .image-30 {
    inset: auto 0% 0% auto;
  }

  .image-35 {
    top: 14%;
  }

  .image-41 {
    top: 156px;
  }

  .image-42 {
    top: 10%;
    left: 45%;
  }

  .image-43 {
    top: 75px;
  }

  .image-46 {
    top: 37%;
  }

  .image-58 {
    inset: -3% 18% auto auto;
  }

  .image-59 {
    inset: auto 19% 0% auto;
  }

  .image-60 {
    inset: auto auto 7% 5%;
  }

  .image-67 {
    top: 12%;
  }

  .image-69 {
    top: 26%;
  }

  .image-76 {
    inset: 6% 8% auto auto;
  }

  .div-block-39 {
    margin-bottom: -60px;
  }

  .image-80 {
    top: 53%;
  }

  .image-83 {
    left: 51%;
    right: auto;
  }

  .image-88 {
    inset: auto auto 17% 0%;
  }

  .image-90 {
    inset: auto 7% 22% auto;
  }

  .image-91 {
    bottom: 18%;
  }

  .image-92 {
    inset: 22% 16% auto auto;
  }

  .image-93 {
    bottom: 21%;
  }

  .image-94 {
    top: 12%;
  }

  .image-95 {
    bottom: 17%;
  }

  .image-96 {
    bottom: 10%;
  }

  .image-101 {
    left: 128px;
  }

  .div-block-40 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

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

@media screen and (min-width: 1920px) {
  .list.aktionspacket {
    bottom: -14px;
    right: 251.275px;
  }

  .cover {
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 910px;
  }

  .container {
    position: relative;
  }

  .container.agrar {
    margin-top: 540px;
  }

  .container.contact {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
  }

  .topic-title.kraftprotz {
    margin-top: 540px;
  }

  .chapter.contact {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-vertical {
    position: relative;
  }

  .invert.airventure {
    word-break: keep-all;
  }

  .productlist, .topperlist {
    position: relative;
  }

  .image-12 {
    top: -105%;
  }

  .anchorcover.coatings {
    width: auto;
  }

  .stoerer-150 {
    bottom: 40px;
    left: 657px;
    right: 0;
  }

  .floating-crystal-image-2 {
    left: 154px;
  }

  .stoerer-04 {
    right: 897.5px;
  }

  .stoerer-05 {
    top: 360px;
    left: 417px;
    right: 0;
  }

  .label-miamirace {
    bottom: 380px;
    left: 128px;
  }

  .stoerer-hazet {
    right: 548.094px;
  }

  .body-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-30 {
    bottom: 0;
    right: 0;
  }

  .image-34 {
    width: 800px;
    bottom: 514px;
  }

  .image-40 {
    top: 62%;
  }

  .image-48 {
    top: 170px;
    left: 12px;
  }

  .image-57 {
    top: 150px;
    right: 68px;
  }

  .image-58 {
    right: 128px;
  }

  .image-59 {
    top: 245px;
  }

  .image-60 {
    top: 253px;
  }

  .image-67 {
    top: 12%;
    right: 18%;
  }

  .image-68 {
    top: 6%;
    left: 16%;
  }

  .image-70 {
    top: 25%;
  }

  .image-71 {
    top: 18%;
    right: 16%;
  }

  .image-76 {
    inset: 3% 3% auto auto;
  }

  .div-block-39 {
    margin-bottom: -60px;
  }

  .image-80 {
    top: 44%;
  }

  .image-86 {
    top: 42%;
  }

  .image-87 {
    top: 35%;
  }

  .image-88 {
    bottom: 86px;
  }

  .image-89 {
    top: 13%;
  }

  .image-90 {
    bottom: 25%;
  }

  .image-91 {
    bottom: 17%;
  }

  .image-92 {
    top: 129px;
  }

  .image-93 {
    bottom: 21%;
  }

  .image-94 {
    top: 12%;
  }

  .image-95 {
    bottom: 17%;
  }

  .image-96 {
    bottom: 14%;
  }

  .image-97 {
    top: 22%;
    right: 22%;
  }

  .image-98 {
    top: 34%;
    right: 10%;
  }

  .image-101 {
    left: 133px;
  }

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

@media screen and (max-width: 991px) {
  .list {
    flex: 1;
  }

  .list.aktionspacket {
    display: block;
    inset: auto auto 0% 0%;
  }

  .list.aktionspacket.felge-technik {
    inset: auto -7% 0% auto;
  }

  .list.aktionspacket.felgenbeast {
    padding-left: 24px;
    display: block;
    inset: auto auto 0% 22%;
  }

  .cover {
    background-image: linear-gradient(188deg, #0000 44%, #0a5d4a 81%), url('../images/Cover_01.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: flex-end;
    align-items: center;
    height: 600px;
    position: relative;
    overflow: hidden;
  }

  .body {
    height: 390px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.stage {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .container.contact {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-1 {
    flex: 0 auto;
    font-size: 56px;
    line-height: 56px;
  }

  .logo-lemon-rocks {
    width: 350px;
    top: 67%;
    right: 4%;
  }

  .bg-container.first {
    margin-top: -59px;
  }

  .bg-container.xtreme {
    margin-top: -57px;
  }

  .topic {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 120px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .topic.last {
    padding-bottom: 200px;
  }

  .topic-title.duftwelt {
    margin-top: 280px;
  }

  .topic-title.duftwelt-2 {
    margin-top: 140px;
  }

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

  .product.background {
    grid-template-columns: 1fr;
  }

  .product.background.vertical {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-description {
    width: auto;
  }

  .headling-3 {
    width: 100%;
  }

  .headling-3.hazet {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .headling-3.xtremereifenkunststoffreinigen {
    word-break: break-all;
  }

  .image {
    height: 400px;
  }

  .image.right-aligned {
    justify-content: center;
    align-items: center;
    height: 400px;
  }

  .image.triple-action {
    flex-flow: column;
  }

  .imageasset {
    text-align: left;
    flex: 0 auto;
    height: 400px;
    padding-top: 0;
  }

  .imageasset.coatings {
    width: auto;
  }

  .imageasset.wagen, .imageasset.display {
    height: 400px;
  }

  .chapter.xtreme {
    margin-top: 0;
  }

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

  .product-vertical {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: auto;
    display: grid;
  }

  .product-vertical.image-left.comic {
    display: block;
  }

  .product-list.horizontal {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .chapter-title {
    padding-top: 22px;
    left: 32px;
  }

  .invert {
    flex: 1;
    margin-bottom: 10px;
  }

  .invert.small {
    position: static;
    bottom: 14px;
    right: 158.5px;
  }

  .invert.subline {
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    bottom: 14px;
    left: 342.547px;
  }

  .lemonfreshspacer {
    display: none;
  }

  .recycling-30 {
    left: -11px;
  }

  .productlist {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .madeingermaybadge {
    top: 15%;
    right: 8%;
  }

  ._30-days {
    right: -48px;
  }

  .textblockwrapper.width50 {
    width: 100%;
  }

  .stickyadm {
    width: 100%;
    height: 100vh;
    top: 0%;
  }

  .admbadge {
    flex-direction: row;
    width: 310px;
    margin-top: auto;
    padding: 16px;
    position: static;
    top: 0;
  }

  .textaligncenter {
    padding-bottom: 4px;
  }

  .contactcard {
    flex-direction: column;
  }

  .intro {
    margin-top: 120px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .stickybackgroundimage.agrar {
    object-position: 45% 50%;
  }

  .topperlist {
    place-items: start stretch;
  }

  .topperimage, .topperimage.beast {
    height: 400px;
  }

  .etikettenbackgroundimage {
    object-fit: contain;
    width: 90vw;
    height: auto;
    margin-left: 5vw;
  }

  .image-12 {
    top: -51%;
  }

  .cover-lemonrockswoman {
    height: 620px;
    top: 113px;
    left: 0%;
  }

  .cover-lemonrocksemoji {
    width: 250px;
    top: 210px;
    right: 90px;
  }

  .intronavigation {
    margin-top: 0;
  }

  .navigationitem {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .navigationitembody {
    min-height: 90px;
  }

  .navigationitemlabel {
    font-size: 24px;
    line-height: 32px;
  }

  .recycling70badge {
    top: -31%;
    right: -10%;
  }

  .image-13 {
    position: absolute;
    left: 243px;
  }

  ._70recyclingbadge {
    width: 130px;
    top: -15%;
    left: 191px;
    right: 0%;
  }

  .admpotrait {
    width: 89px;
  }

  .anchorcover {
    height: 180px;
  }

  .anchorcover.ceramic {
    width: auto;
    height: 180px;
  }

  .anchorcover.foam {
    width: 80px;
  }

  .anchorcover.lemon {
    width: 170px;
  }

  .anchorcover.beast {
    width: auto;
  }

  .anchorcover.blackbeast {
    width: 130px;
  }

  .anchorcover.coatings {
    width: auto;
  }

  .coverstage {
    height: 500px;
  }

  .div-block-3 {
    margin-left: 0;
  }

  .logo-75jahre {
    height: 130px;
  }

  .stoerer-01 {
    width: 120px;
    height: 109px;
    bottom: -86px;
    right: 196.781px;
  }

  .title-posabsolut {
    position: static;
    bottom: 1080px;
    right: 412px;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-20 {
    width: 100vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .stoerer-150 {
    width: auto;
    height: 130px;
    inset: 58px 0 0 538px;
  }

  .instagram-detailing {
    margin-top: 0;
  }

  .floating-crystal-image-1 {
    width: 146.5px;
    height: 114px;
    top: 63px;
    right: 29px;
  }

  .floating-crystal-image-2 {
    width: auto;
    height: 200px;
    bottom: 1835.12px;
    left: -48.5px;
  }

  .stoerer-02 {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 3870.03px;
    left: 561px;
  }

  .stoerer-140 {
    height: 120px;
    bottom: 196px;
    left: -30px;
  }

  .div-block-17 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -110px;
    padding-left: 12px;
    padding-right: 0;
    position: static;
    bottom: 11px;
    right: 0;
  }

  .stoerer-03 {
    bottom: 286px;
    right: -9px;
  }

  .stoerer-04 {
    inset: 31% 0 0 40%;
  }

  .div-block-19 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stoerer-05 {
    width: 150px;
    top: 243px;
    left: 237px;
    right: 0;
  }

  .stoerer-06 {
    top: 54.5px;
    left: 207px;
  }

  .stoerer-07 {
    top: -2.5px;
  }

  .div-block-22 {
    height: 400px;
  }

  .label-miamirace {
    width: 380px;
    bottom: 506px;
    left: 163px;
  }

  .image-22 {
    width: auto;
    height: auto;
  }

  .image-24 {
    object-fit: contain;
    width: auto;
    height: 540px;
  }

  .image-25 {
    height: 400px;
  }

  .stoere-08 {
    top: 98.672px;
  }

  .stoerer-miami {
    top: 188px;
    left: 115.328px;
  }

  .image-27 {
    height: 300px;
  }

  .div-block-24 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stoerer-hazet {
    bottom: 66px;
    left: 104px;
    right: 0;
  }

  .bild-airventures {
    background-image: url('../images/Duft__01.png');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 289px;
    width: 331px;
    height: 331px;
    overflow: hidden;
  }

  .bild-airventures.orange {
    aspect-ratio: 1;
    background-image: url('../images/Duft__01.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .bild-airventures.croissant {
    aspect-ratio: 1;
    background-image: url('../images/Duft__02.png');
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .bild-airventures.cactus {
    aspect-ratio: 1;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .bild-airventures.sakura {
    aspect-ratio: 1;
    background-image: url('../images/Duft__04.png');
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .image-30 {
    height: 130px;
    bottom: 0;
    right: 0;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .textbackgroundwhite._1 {
    top: 287px;
  }

  .code-embed {
    height: 0;
  }

  .image-31 {
    width: 120px;
    inset: -9% 0% auto auto;
  }

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

  .bild-airventures_text {
    margin-top: auto;
    bottom: 40px;
  }

  .image-right-1, .image-left-1 {
    object-fit: contain;
    height: 400px;
  }

  .image-33 {
    bottom: 11%;
    right: -9%;
  }

  .image-34 {
    width: 580px;
    bottom: 272px;
    right: -32px;
  }

  .div-block-31 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-35 {
    right: -5%;
  }

  .image-36 {
    right: 2%;
  }

  .image-38 {
    bottom: 27.35px;
    left: 324px;
  }

  .image-39 {
    object-fit: contain;
  }

  .image-40 {
    top: 58%;
    right: -10%;
  }

  .image-41 {
    top: 43px;
    right: 0;
  }

  .image-42 {
    top: 13%;
    left: 41%;
  }

  .image-43 {
    top: -62px;
    right: 10px;
  }

  .image-44 {
    object-fit: contain;
    height: 1252px;
  }

  .image-45 {
    top: -79px;
    left: -98px;
  }

  .image-46 {
    top: 24%;
    right: -1%;
  }

  .image-47 {
    top: 99px;
    bottom: auto;
    right: 0;
  }

  .image-48 {
    top: -25px;
  }

  .image-49 {
    height: 100px;
  }

  .image-50 {
    top: 160px;
    right: 154px;
  }

  .image-51 {
    top: 99px;
  }

  .image-52 {
    top: 11px;
    right: 199px;
  }

  .image-55 {
    top: -6px;
    right: 127px;
  }

  .image-56 {
    inset: auto auto 6% 0%;
  }

  .image-57 {
    top: 97px;
    right: -17px;
  }

  .image-58 {
    right: 32%;
  }

  .image-59 {
    top: 215px;
    right: 209px;
  }

  .image-61 {
    top: -17%;
    right: -5%;
  }

  .image-62 {
    top: 8%;
    right: 0%;
  }

  .image-63 {
    top: -27%;
  }

  .image-64 {
    top: -14%;
  }

  .image-65 {
    top: 16%;
    right: -1%;
  }

  .div-block-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 88px;
  }

  .image-66 {
    right: 0%;
  }

  .image-68 {
    top: -6%;
    left: 0%;
  }

  .image-69 {
    top: -10%;
  }

  .image-70 {
    top: -3%;
  }

  .image-71 {
    right: -6%;
  }

  .div-block-36, .div-block-37, .div-block-38 {
    flex-flow: column;
  }

  .image-75 {
    right: -9%;
  }

  .image-76 {
    inset: 0% 0% auto auto;
  }

  .div-block-39 {
    margin-bottom: -20px;
  }

  .image-77 {
    inset: -2% -41% 0% auto;
  }

  .image-78 {
    bottom: 22%;
  }

  .image-79 {
    bottom: 10%;
  }

  .image-80 {
    top: 51%;
  }

  .image-81 {
    bottom: 17%;
  }

  .image-82 {
    bottom: 10%;
  }

  .image-83 {
    right: -12%;
  }

  .image-84 {
    inset: auto auto 0% -9%;
  }

  .image-85 {
    top: 7%;
    right: 173px;
  }

  .image-86 {
    top: 33%;
  }

  .image-87 {
    top: 39%;
    right: 2%;
  }

  .image-88 {
    inset: auto auto 0% 0%;
  }

  .image-89 {
    right: 3%;
  }

  .image-91 {
    bottom: 4%;
  }

  .image-92 {
    top: 23px;
    right: 119px;
  }

  .image-93 {
    bottom: 9%;
  }

  .image-94 {
    top: -2%;
    right: 27%;
  }

  .image-95 {
    bottom: 1%;
  }

  .image-96 {
    right: 3%;
  }

  .image-97 {
    top: 2%;
    right: 28%;
  }

  .image-98 {
    right: 16%;
  }

  .image-99 {
    inset: auto 0% -3% auto;
  }

  .image-100 {
    right: 15%;
  }

  .image-101 {
    bottom: 248px;
    left: 39px;
  }

  .image-102 {
    top: -6%;
  }

  .image-104 {
    top: 0%;
    left: -5%;
  }

  .image-105, .image-106, .image-107 {
    object-fit: contain;
    height: 400px;
  }

  .div-block-40 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .image-109 {
    right: -37%;
  }

  .div-block-43 {
    height: 630px;
    margin-top: -162px;
  }

  .image-110 {
    object-fit: contain;
  }

  .image-111 {
    object-fit: contain;
    height: 400px;
  }

  .image-112 {
    width: 100%;
  }

  .image-113, .image-114 {
    object-fit: contain;
    height: 86px;
  }
}

@media screen and (max-width: 767px) {
  .list.aktionspacket {
    font-size: 16px;
    line-height: 18px;
    display: none;
    inset: auto auto -5% 11%;
  }

  .list.aktionspacket.felge-technik {
    right: -1%;
  }

  .cover {
    background-size: cover;
    height: 390px;
    min-height: auto;
    position: relative;
    overflow: hidden;
  }

  .body {
    height: 240px;
    min-height: 0;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-right: 0;
  }

  .container.airventures {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .container.highlights {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container.agrar {
    margin-top: 160px;
  }

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

  .heading-1.invert {
    line-height: 48px;
  }

  .heading-1.invert.airventures {
    margin-bottom: 10px;
  }

  .logo-lemon-rocks {
    width: 210px;
    top: 36%;
  }

  .bg-container.first {
    margin-top: -59px;
  }

  .topic-title {
    margin-bottom: 0;
  }

  .topic-title.duftwelt, .topic-title.kraftprotz {
    margin-top: 160px;
  }

  .subheading {
    font-size: 32px;
    line-height: 40px;
  }

  .product {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .headling-3 {
    font-size: 32px;
    line-height: 32px;
  }

  .headling-3.hazet {
    margin-bottom: 0;
  }

  .headling-3.xtremereifenkunststoffreinigen {
    word-break: normal;
  }

  .heading-4 {
    padding-top: 8px;
    font-size: 20px;
  }

  .image, .image.right-aligned {
    height: 320px;
  }

  .image.wagen {
    height: 400px;
  }

  .imageasset {
    order: 0;
    width: auto;
    height: 320px;
    max-height: 370px;
  }

  .imageasset.coatings {
    width: auto;
  }

  .imageasset.image-wagen {
    height: 400px;
  }

  .imageasset.wagen, .imageasset.display {
    height: 320px;
  }

  .chapter {
    border-width: 0;
  }

  .stickybackground {
    top: -.1vh;
  }

  .stickybackground.xtreme, .stickybackground.miamirace {
    top: -1vh;
  }

  .product-vertical {
    flex-flow: column;
    max-width: 100%;
    margin-bottom: 24px;
    display: flex;
  }

  .product-vertical.image-left {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .product-vertical.image-left.comic {
    flex: none;
    align-self: center;
  }

  .product-vertical.image-right {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }

  .product-list.horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stickywrapper {
    border-width: 0;
  }

  .invert.small {
    bottom: 0;
    right: 58.5px;
  }

  .invert.subline {
    position: absolute;
    bottom: 4px;
    left: 236.547px;
  }

  .productlist {
    position: relative;
  }

  .aktionspaketlist {
    width: 100%;
  }

  .stickyadm {
    height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    position: sticky;
    top: 0;
  }

  .admbadge {
    margin-top: auto;
    position: static;
  }

  .modalcard {
    padding: 32px;
  }

  .contactcard {
    align-items: center;
  }

  .intro {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .table_component.light.table-starter-paket {
    width: 100%;
  }

  .stickybackgroundimage {
    top: 1%;
  }

  .stickybackgroundimage.agrar {
    object-position: 39% 50%;
  }

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

  .topper {
    justify-content: flex-end;
    align-items: center;
  }

  .topperimage, .topperimage.beast {
    height: 320px;
  }

  .image-12 {
    height: auto;
    top: -63%;
  }

  .cover-lemonrockswoman {
    height: 270px;
    top: 34px;
    left: 4%;
  }

  .cover-lemonrocksemoji {
    width: 140px;
    top: 33%;
  }

  .intronavigation {
    margin-top: 0;
  }

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

  .navigationitem {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .navigationitembody {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-height: 90px;
  }

  .navigationitemlabel {
    font-size: 24px;
  }

  .introtext {
    margin-bottom: 84px;
  }

  .heading-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .navigationlistitem {
    font-size: 32px;
    line-height: 40px;
  }

  ._70recyclingbadge {
    top: -18%;
    left: 126px;
    right: 0%;
  }

  .anchorcover {
    width: auto;
    height: 180px;
  }

  .anchorcover.ceramic {
    width: auto;
    height: 200px;
  }

  .anchorcover.foam {
    width: 40%;
  }

  .anchorcover.lemon {
    width: 90%;
  }

  .anchorcover.beast {
    width: auto;
  }

  .anchorcover.blackbeast {
    width: 80%;
  }

  .anchorcover.coatings {
    width: auto;
    height: 180px;
  }

  .coverstage {
    height: 180px;
  }

  .div-block-4 {
    position: relative;
  }

  .logo-75jahre {
    height: 100px;
  }

  .stoerer-01 {
    width: 100px;
    height: 89px;
    bottom: -134px;
    right: 165.781px;
  }

  .title-posabsolut {
    width: 100%;
  }

  .div-block-9 {
    margin-bottom: 0;
  }

  .image-20 {
    height: auto;
  }

  .stoerer-150 {
    width: auto;
    height: 120px;
    inset: -141px 0 0 359px;
  }

  .instagram-detailing {
    margin-top: 24px;
  }

  .floating-crystal-image-1 {
    top: 103px;
  }

  .floating-crystal-image-2 {
    bottom: 2022.12px;
    left: -83.5px;
  }

  .container-text {
    flex-flow: column;
    flex: 1;
  }

  .stoerer-02 {
    bottom: 351px;
    left: 359px;
  }

  .div-block-14 {
    width: 100%;
    position: relative;
  }

  .div-block-15 {
    flex: 1;
    width: 100%;
  }

  .stoerer-140 {
    bottom: 196px;
    left: 5px;
  }

  .div-block-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: -30px;
  }

  .stoerer-03 {
    bottom: 75px;
    right: 96px;
  }

  .stoerer-04 {
    width: 110px;
    height: 100px;
    inset: 32% 0 0 40%;
  }

  .stoerer-05 {
    width: 120px;
    top: 155px;
    left: 162px;
    right: 0;
  }

  .stoerer-06 {
    top: 12.5px;
  }

  .description-horizontal {
    width: 100%;
  }

  .div-block-22 {
    display: none;
  }

  .label-miamirace {
    width: 280px;
    bottom: -303px;
    left: 0;
  }

  .image-22, .image-24, .image-25 {
    height: 320px;
  }

  .image-26 {
    width: auto;
    height: 320px;
  }

  .stoere-08 {
    top: 62.672px;
  }

  .heading-miami {
    width: 100%;
  }

  .stoerer-miami {
    top: 134px;
    left: 92.3281px;
  }

  .image-27 {
    height: 260px;
  }

  .div-block-24 {
    flex-flow: column;
    width: 100%;
  }

  .stoerer-hazet {
    width: 80px;
    bottom: 41px;
    left: 105px;
    right: 0;
  }

  .bild-airventures {
    margin-bottom: 80px;
  }

  .bild-airventures.orange, .bild-airventures.croissant {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .bild-airventures.cactus, .bild-airventures.sakura {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }

  .image-30 {
    inset: auto 0% 0% auto;
  }

  .div-block-26 {
    width: 0%;
    display: none;
  }

  .textbackgroundwhite {
    top: 111px;
  }

  .textbackgroundwhite._1 {
    top: 238px;
  }

  .image-31 {
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 140px;
    position: absolute;
    inset: -10% 20px auto auto;
  }

  .div-block-30 {
    justify-content: stretch;
    place-items: stretch stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .bild-airventures_text {
    font-size: 24px;
    line-height: 22px;
    bottom: 24px;
  }

  .image-right-1, .image-left-1 {
    height: 320px;
  }

  .image-33 {
    right: 3%;
  }

  .image-34 {
    width: 400px;
    bottom: 200px;
    right: -8px;
  }

  .div-block-32 {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-35 {
    top: 16%;
    right: 12%;
  }

  .image-36 {
    top: 17%;
    right: 23%;
  }

  .headling-4 {
    font-size: 32px;
    line-height: 32px;
  }

  .image-38 {
    bottom: 20.35px;
    left: 276px;
  }

  .image-39 {
    width: auto;
  }

  .image-40 {
    right: 0%;
  }

  .image-41 {
    top: 33px;
    right: 99px;
  }

  .image-42 {
    top: -2%;
    left: 44%;
  }

  .image-43 {
    top: -41px;
    right: 72px;
  }

  .image-45 {
    left: -21px;
  }

  .image-46 {
    right: 13%;
  }

  .image-47 {
    top: 74px;
    right: 88px;
  }

  .image-49 {
    height: 100px;
    inset: auto auto 0% 0%;
  }

  .image-50 {
    inset: auto 5% 0% auto;
  }

  .image-51 {
    top: 134px;
    left: -22px;
  }

  .image-52 {
    inset: 0% 9% auto auto;
  }

  .image-55 {
    inset: 0% 1% auto auto;
  }

  .image-56 {
    top: 202px;
  }

  .image-57 {
    right: 71px;
  }

  .image-58 {
    right: 98px;
  }

  .image-59 {
    inset: auto 10% -5% auto;
  }

  .image-61 {
    top: -1%;
    right: 12%;
  }

  .image-62 {
    top: -2%;
    right: 12%;
  }

  .image-64 {
    top: -10%;
  }

  .image-65 {
    right: 22%;
  }

  .div-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-66 {
    top: 20%;
    right: 21%;
  }

  .image-67 {
    top: -5%;
    right: 8%;
  }

  .image-68 {
    top: -15%;
    left: 15%;
  }

  .image-74 {
    right: -1%;
  }

  .image-75 {
    top: 5%;
    right: 2%;
  }

  .image-76 {
    inset: -15% 5% auto auto;
  }

  .image-77 {
    right: 0%;
  }

  .image-79 {
    bottom: 2%;
  }

  .image-83 {
    top: 43%;
  }

  .image-84 {
    height: 96px;
    min-height: 96px;
    inset: auto auto 0% 0%;
  }

  .image-85 {
    top: -2%;
    right: 19%;
  }

  .image-87, .image-89 {
    right: -2%;
  }

  .image-90 {
    right: 0%;
  }

  .image-92 {
    top: 0;
    right: 14%;
  }

  .image-93 {
    bottom: 0%;
    left: 5%;
  }

  .image-94 {
    top: -4%;
    right: 19%;
  }

  .image-95 {
    bottom: -7%;
    right: 20%;
  }

  .image-96 {
    bottom: -2%;
    right: -3%;
  }

  .image-98 {
    right: 0%;
  }

  .image-99 {
    right: 1%;
  }

  .image-100 {
    top: 12%;
    right: 1%;
  }

  .image-101 {
    width: 120px;
    height: auto;
    inset: 6% auto auto 29%;
  }

  .image-102 {
    width: 120px;
    height: auto;
    inset: auto 0% 10% 30%;
  }

  .image-104 {
    left: -15%;
  }

  .image-105, .image-106, .image-107 {
    height: 320px;
  }

  .div-block-43 {
    height: 460px;
    margin-top: -60px;
  }

  .image-111 {
    height: 320px;
  }

  .image-112 {
    width: 100%;
    height: auto;
  }

  .image-113, .image-114 {
    object-fit: contain;
    height: 123.538px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 20px;
    line-height: 24px;
  }

  .list {
    padding-left: 20px;
    font-size: 20px;
  }

  .list.aktionspacket {
    font-size: 16px;
    line-height: 18px;
    display: none;
    bottom: 4px;
    right: 4.275px;
  }

  .list.aktionspacket.felgenbeast {
    bottom: -12px;
  }

  .cover {
    background-position: 0 0, 50%;
    height: 330px;
    min-height: 0;
  }

  .body {
    height: 250px;
    min-height: 0;
    padding: 16px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .container.foaminvasion {
    grid-template-columns: 1.5fr;
  }

  .container.stage {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.contact {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 38px;
  }

  .heading-1.invert {
    text-shadow: 1px 0 1px #00000080;
    overflow-wrap: break-word;
    width: 100%;
    font-size: 38px;
    line-height: 38px;
  }

  .heading-1.invert.foaminvasion {
    line-height: 40px;
  }

  .heading-1.invert.airventures {
    margin-top: 20px;
  }

  .logo-lemon-rocks {
    object-fit: contain;
    width: 190px;
    top: 30%;
    right: 5%;
  }

  .bg-container.first {
    margin-top: -49px;
  }

  .bg-container.xtreme {
    margin-top: -146px;
  }

  .topic {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 96px 16px;
  }

  .topic.foaminvasion {
    height: auto;
  }

  .topic.beast {
    padding-top: 96px;
  }

  .topic.last {
    padding-bottom: 96px;
  }

  .topic-title {
    margin-bottom: 0;
  }

  .subheading {
    text-shadow: 0 1px 1px #000000b3;
    font-size: 20px;
    line-height: 24px;
  }

  .product {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .product.background {
    width: 100%;
    padding: 16px;
  }

  .product-description {
    background-color: #000000b3;
    max-width: 100%;
    padding: 16px;
  }

  .product-description.foaminvasion {
    margin-top: 16px;
  }

  .product-description.lemonrocks {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #ffffff40;
  }

  .product-description.custom-size {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 16px;
  }

  .product-description.beast {
    flex-flow: column;
    position: relative;
  }

  .headling-3 {
    font-size: 28px;
  }

  .headling-3.black {
    margin-bottom: 0;
  }

  .headling-3.xtremereifenkunststoffreinigen {
    word-break: normal;
  }

  .image {
    flex-flow: column;
    width: auto;
    height: 300px;
    max-height: 300px;
  }

  .image.right-aligned.xtreme {
    justify-content: flex-end;
    align-items: center;
  }

  .image.left-aligned {
    width: 100%;
  }

  .image.beast {
    height: 200px;
    position: absolute;
    bottom: 15px;
  }

  .image.xtreme {
    justify-content: center;
    align-items: center;
  }

  .imageasset {
    width: auto;
    height: 300px;
    max-height: 300px;
    margin-bottom: 0;
  }

  .imageasset.lemonrockscollection1 {
    width: 110px;
    height: 130px;
  }

  .imageasset.lemonrockscollection2 {
    height: 120px;
  }

  .imageasset.lemonrockscollection3 {
    height: 90px;
  }

  .imageasset.beast {
    width: auto;
    height: 200px;
    position: static;
  }

  .imageasset.coatings {
    max-height: 300px;
  }

  .imageasset.wagen, .imageasset.display {
    height: 300px;
  }

  .chapter {
    border-width: 0;
  }

  .chapter.xtreme {
    margin-top: 0;
  }

  .list-item {
    line-height: 24px;
  }

  .list-item.insidetext {
    font-size: 20px;
  }

  .stickybackground.beast {
    height: 600px;
    margin-top: 0;
  }

  .product-vertical {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: auto;
    display: flex;
  }

  .product-vertical.image-left {
    justify-content: space-between;
    align-items: flex-end;
  }

  .product-vertical.image-left.xtreme {
    justify-content: space-between;
    align-items: center;
  }

  .product-vertical.image-left.comic {
    object-fit: contain;
    align-self: center;
  }

  .product-vertical.image-right {
    justify-content: space-between;
    align-items: center;
  }

  .product-list.horizontal {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .scrolloffset.beast {
    margin-top: -600px;
  }

  .foaminvasionbackground {
    aspect-ratio: auto;
    width: 100vw;
    height: 100vh;
    display: block;
    top: 0;
    overflow: hidden;
  }

  .chapter-title {
    width: 100vw;
    padding: 16px 16px 9px;
    left: 0;
  }

  .chapter-title.interior, .chapter-title.wheel-rims {
    width: 100vw;
  }

  .chapter-title.profiline {
    width: 100vw;
    padding-top: 16px;
    left: 0;
  }

  .chapter-title.aktionspakete {
    width: 100vw;
  }

  .chapter-title.detailing {
    width: 100vw;
    height: auto;
  }

  .chapter-title.werkstatt {
    width: 100vw;
  }

  .chapter-title.handel {
    width: 100svw;
  }

  .chapter-title.warenpraesentation {
    width: 100%;
  }

  .text {
    line-height: 24px;
  }

  .stickywrapper {
    border-width: 0;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .stickywrapper.xtmere-section {
    margin-bottom: 96px;
  }

  .invert {
    font-size: 20px;
  }

  .invert.small {
    position: static;
    right: 20.5px;
  }

  .invert.small.subline {
    position: absolute;
  }

  .invert.subline {
    font-size: 16px;
    line-height: 20px;
    bottom: 19px;
    left: 168.547px;
  }

  .invert.airventure {
    white-space: normal;
    word-break: normal;
  }

  .lemonfreshspacer {
    display: none;
  }

  .lemonrockscollection {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    height: 160px;
  }

  .recycling-30 {
    width: 80px;
  }

  .productlist {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
  }

  .madeingermaybadge {
    width: 83px;
    top: 22%;
    right: 16%;
  }

  ._30-days {
    width: 64px;
    right: -3px;
  }

  .aktionspaket {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .aktionspaket.invert {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 16px;
  }

  .button {
    margin-right: 0;
    padding: 12px 16px 8px;
  }

  .aktionspaketdescription {
    justify-items: center;
    width: 100%;
  }

  .aktionspaketdescrptiontext {
    place-items: stretch start;
  }

  .flowimageright {
    flex-direction: column;
  }

  .airfreshenercollection {
    display: flex;
  }

  .aktionspaketlist {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .beastspacer {
    height: 490px;
  }

  .stickyadm {
    width: 100%;
    height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    position: sticky;
    top: 0;
    bottom: auto;
  }

  .admbadge {
    flex-direction: row;
    width: 100%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    position: static;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .admasset {
    max-width: 80px;
    max-height: 80px;
  }

  .textaligncenter {
    text-align: left;
    padding-bottom: 0;
    font-family: Futuracon Med, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .modalcard {
    width: 100%;
    height: 100%;
    padding: 16px;
  }

  .modalbody {
    justify-content: center;
  }

  .contactcard {
    width: 100%;
    margin-top: 24px;
  }

  .contactcardbody {
    width: 100%;
  }

  .contactcardname {
    font-size: 24px;
  }

  .buttongroup {
    flex-direction: column;
  }

  .intro {
    z-index: 20;
    background-color: #fff;
    margin: 32px 16px 0;
    padding-bottom: 80px;
    position: relative;
  }

  .introsendername {
    font-size: 20px;
    line-height: 24px;
  }

  .table_cell {
    padding: var(--tablecellpaddingsmall);
    font-size: 14px;
    line-height: 14px;
  }

  .table_cell.light {
    padding: var(--tablecellpaddingsmall);
    font-family: Futuracon Lig, sans-serif;
    font-size: 14px;
    text-decoration: none;
  }

  .table_cell.light.aligncenter {
    line-height: 16px;
  }

  .table_header.light {
    padding: 4px;
    font-size: 14px;
  }

  .microbadge {
    width: 118px;
    right: -3%;
  }

  .stickybackgroundimage.beast {
    height: 600px;
    top: 95px;
  }

  .stickybackgroundimage.agrar {
    object-position: 37% 50%;
  }

  .stickybackgroundoverlay1 {
    background-image: linear-gradient(#000, #0000 40%);
    border-width: 0;
  }

  .texthighlight {
    background-color: #fff;
  }

  .starterpaket {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
    / 1fr;
    width: 100%;
    margin-top: 0;
    padding: 16px;
    position: relative;
  }

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

  .toppertitle {
    font-size: 16px;
  }

  .topperimage, .topperimage.beast {
    height: 240px;
  }

  .image-12 {
    top: -16%;
  }

  .cover-lemonrockswoman {
    width: 70vw;
    height: auto;
    top: 19%;
    left: -46px;
  }

  .cover-lemonrocksemoji {
    width: 130px;
    top: 22%;
    right: 12%;
  }

  .text-block {
    font-size: 20px;
    line-height: 24px;
  }

  .intronavigation {
    margin-top: 0;
  }

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

  .navigationitem {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .navigationitembody {
    min-height: 40px;
  }

  .navigationitemlabel {
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .introtext {
    margin-bottom: 52px;
  }

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

  .navigationlistitem {
    font-size: 24px;
    line-height: 16px;
  }

  .recycling70badge {
    width: 101px;
    top: -15%;
    right: -3%;
  }

  .image-13 {
    width: 200px;
    margin-top: 0;
    position: static;
    top: 0;
    bottom: 0;
    left: -36px;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-14 {
    width: 300%;
    max-width: none;
    position: absolute;
    left: -150%;
  }

  .image-15 {
    object-fit: contain;
  }

  .admbadgebody {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  ._70recyclingbadge {
    width: 90px;
    inset: -8% 0% 0 219px;
  }

  .admpotrait {
    width: 70px;
  }

  .link {
    display: none;
  }

  .anchorcover {
    height: 120px;
  }

  .anchorcover.ceramic {
    width: auto;
    height: 120px;
  }

  .anchorcover.foam {
    width: 50px;
  }

  .anchorcover.lemon {
    width: 104px;
  }

  .anchorcover.beast {
    width: auto;
  }

  .anchorcover.blackbeast {
    width: 80px;
  }

  .anchorcover.coatings {
    width: auto;
    height: auto;
  }

  .beastfist {
    width: 190px;
  }

  .coverstage {
    height: 260px;
  }

  .div-block-3 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-4 {
    position: relative;
  }

  .logo-75jahre {
    height: 80px;
    position: absolute;
    top: -170px;
  }

  .stoerer-01 {
    width: auto;
    height: 80px;
    bottom: -142px;
    right: 162.781px;
  }

  .stoerer-130 {
    width: auto;
    right: 80.062px;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 0;
  }

  .stoerer-150 {
    height: 100px;
    inset: -132px 0 auto auto;
  }

  .div-block-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    margin-top: 24px;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .instagram-detailing {
    margin-top: 40px;
  }

  .floating-crystal-image-1 {
    width: auto;
    height: 90px;
    top: 146px;
    right: -52px;
  }

  .floating-crystal-image-2 {
    width: auto;
    height: 150px;
    bottom: 2386.12px;
    left: -79.5px;
  }

  .stoerer-02 {
    width: 100px;
    height: 100px;
    inset: -68px 6px 0% auto;
  }

  .div-block-14, .div-block-15 {
    width: 100%;
  }

  .stoerer-140 {
    height: 90px;
    bottom: 230px;
    left: 0;
  }

  .div-block-17 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -1px;
    padding-left: 24px;
    position: static;
    bottom: -81px;
    left: 0;
    right: 0;
  }

  .stoerer-03 {
    height: 130px;
    bottom: 229px;
    right: 0;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .stoerer-04 {
    width: auto;
    height: 70px;
    inset: 13% 3px 0 0;
  }

  .stoerer-05 {
    top: 98px;
    left: 184px;
    right: 0;
  }

  .stoerer-06 {
    height: 80px;
    top: 44.5px;
    left: 200px;
  }

  .stoerer-07 {
    height: 80px;
    top: -5.5px;
    left: -2.5px;
  }

  .div-block-22 {
    display: none;
  }

  .label-miamirace {
    width: 260px;
    height: auto;
    bottom: -348px;
    left: auto;
    right: 60px;
  }

  .image-22 {
    width: 100%;
    height: auto;
  }

  .image-23 {
    margin-top: 20px;
  }

  .image-24 {
    width: auto;
    height: 300px;
  }

  .image-25 {
    width: auto;
    height: 288px;
  }

  .image-26 {
    width: auto;
    height: 280px;
  }

  .stoerer-miami {
    height: 60px;
    top: 78px;
    left: 14.3281px;
  }

  .stoerer-hazet {
    inset: auto 40% 8%;
  }

  .image-29 {
    width: 140px;
    top: .672px;
    left: 41px;
  }

  .bild-airventures {
    margin-top: -50px;
    margin-bottom: 80px;
  }

  .bild-airventures.orange, .bild-airventures.croissant, .bild-airventures.cactus, .bild-airventures.sakura {
    margin-top: 0;
  }

  .image-30 {
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .div-block-28 {
    width: 70px;
    height: 26px;
    top: 14px;
    left: 13px;
  }

  .table_cell-2 {
    padding: 4px;
    font-size: 14px;
    line-height: 14px;
  }

  .table_cell-2.light {
    padding: 4px;
    font-family: Futuracon Lig, sans-serif;
    font-size: 14px;
    text-decoration: none;
  }

  .table_cell-2.light.aligncenter {
    line-height: 16px;
  }

  .table_header-2.light, .table_header-3.light, .table_header-4.light {
    padding: 4px;
    font-size: 14px;
  }

  .div-block-29 {
    padding-top: 38px;
  }

  .textbackgroundwhite {
    width: 56px;
    height: 26px;
    top: 63px;
    left: 15px;
  }

  .textbackgroundwhite._1 {
    width: 30px;
    height: 26px;
    top: 159px;
    left: 15px;
  }

  .image-31 {
    align-self: center;
    position: static;
    inset: 0% 0% auto;
  }

  .bild-airventures_text {
    padding-left: 8px;
    padding-right: 8px;
    bottom: 16px;
  }

  .image-right-1, .image-left-1 {
    height: 300px;
  }

  .image-33 {
    bottom: -6%;
    right: -2%;
  }

  .image-34 {
    width: 300px;
    bottom: 140px;
    left: auto;
    right: 0;
  }

  .div-block-32 {
    margin-bottom: 80px;
    padding-left: 0;
  }

  .image-35 {
    top: 1%;
    right: 3%;
  }

  .image-36 {
    top: -1%;
    right: 9%;
  }

  .headling-4 {
    font-size: 28px;
  }

  .image-38 {
    width: 120px;
    inset: auto 0% -9% auto;
  }

  .image-39 {
    width: auto;
    height: 190px;
  }

  .image-40 {
    width: 120px;
    height: auto;
    top: auto;
    bottom: -19px;
  }

  .image-41 {
    inset: 0% 0% auto auto;
  }

  .image-43 {
    inset: -9% 0% auto auto;
  }

  .image-44 {
    width: auto;
    height: 706px;
  }

  .image-45 {
    inset: -10% -14px auto auto;
  }

  .image-46 {
    top: 12%;
    right: 0%;
  }

  .image-47 {
    inset: 0% 0% auto auto;
  }

  .image-49 {
    height: 80px;
    bottom: -5%;
  }

  .image-50 {
    width: 120px;
    height: auto;
    bottom: -11%;
    right: -1%;
  }

  .image-51 {
    width: auto;
    height: 96px;
    inset: auto auto 9% 0%;
  }

  .image-52 {
    width: 96px;
    height: 75.9625px;
    inset: 0% auto auto 52%;
  }

  .image-55 {
    width: 120px;
    top: 8%;
    right: -6%;
  }

  .image-56 {
    height: 96px;
    top: auto;
    bottom: -14px;
  }

  .image-57 {
    inset: 0% 0% auto auto;
  }

  .image-58 {
    width: 120px;
    height: auto;
    inset: -7% 25% auto auto;
  }

  .image-59 {
    height: 96px;
    right: 14%;
  }

  .image-60 {
    height: 96px;
    inset: auto auto -5% 0%;
  }

  .image-61 {
    inset: 0% 0% auto auto;
  }

  .image-62 {
    inset: -5% 0% auto auto;
  }

  .image-63, .image-64 {
    width: 120px;
    top: 0%;
  }

  .image-65 {
    inset: 0% 5% auto auto;
  }

  .image-66 {
    inset: 0% 0% auto auto;
  }

  .image-67 {
    inset: -14% 0% auto auto;
  }

  .image-68 {
    inset: -18% auto auto 0%;
  }

  .image-69 {
    top: -14%;
    left: 0%;
  }

  .image-70 {
    top: -12%;
  }

  .image-71 {
    inset: auto 0% 0% auto;
  }

  .image-72 {
    width: 64px;
  }

  .image-73 {
    object-fit: cover;
    height: auto;
    inset: auto -45% 0% auto;
  }

  .image-74 {
    width: 150px;
    height: auto;
    inset: auto 0% -8% auto;
  }

  .image-75 {
    inset: 0% 0% auto auto;
  }

  .image-76 {
    position: absolute;
    inset: -10% 0% auto auto;
  }

  .image-77 {
    width: 120px;
    inset: auto 0% -118%;
  }

  .image-78 {
    inset: auto 0% 10% auto;
  }

  .image-79, .image-80, .image-81, .image-82 {
    inset: auto 0% 0% auto;
  }

  .image-84 {
    height: 64px;
    inset: auto auto 0% 0%;
  }

  .image-85 {
    width: 96px;
    height: auto;
    top: 13%;
  }

  .image-86 {
    height: 96px;
    top: 35%;
  }

  .image-87 {
    height: 96px;
    top: 35%;
    right: -1%;
  }

  .image-88 {
    width: auto;
    height: 96px;
    bottom: 26px;
  }

  .image-89 {
    width: 120px;
    height: auto;
    top: -1%;
  }

  .image-90 {
    width: 96px;
    height: auto;
    bottom: 21%;
  }

  .image-91 {
    width: 96px;
    height: auto;
    bottom: 16%;
  }

  .image-92 {
    width: 96px;
    height: auto;
    top: 57px;
  }

  .image-93 {
    width: auto;
    height: 96px;
    inset: auto auto 13% 0%;
  }

  .image-94 {
    width: 120px;
    height: auto;
    top: 3%;
    right: 14%;
  }

  .image-95 {
    width: auto;
    height: 120px;
    inset: auto 8% 7% auto;
  }

  .image-96 {
    width: auto;
    height: 120px;
    bottom: 5%;
  }

  .image-97 {
    width: auto;
    height: 120px;
    top: 6%;
    right: 15%;
  }

  .image-98 {
    width: 120px;
    height: auto;
    top: 27%;
    right: -3%;
  }

  .image-99 {
    width: 96px;
    height: auto;
    top: auto;
    bottom: -15%;
    right: -5%;
  }

  .image-100 {
    width: auto;
    height: 120px;
    top: 30%;
    right: -3%;
  }

  .image-101 {
    top: 20%;
    left: 25%;
  }

  .image-102 {
    bottom: 31%;
    left: 22%;
  }

  .image-104 {
    top: -12%;
    left: 0%;
  }

  .image-105, .image-106, .image-107 {
    height: 300px;
  }

  .div-block-40 {
    align-self: center;
    height: auto;
  }

  .image-109 {
    width: 120px;
    height: auto;
  }

  .div-block-43 {
    height: 260px;
    margin-top: -80px;
  }

  .image-110 {
    object-fit: contain;
    height: 190px;
  }

  .image-111 {
    object-fit: contain;
    width: auto;
    height: 300px;
  }

  .image-112 {
    margin-top: 0;
  }

  .image-113, .image-114 {
    object-fit: contain;
    height: 71.875px;
  }
}

#w-node-_65d8c99c-b9f8-8b5e-781c-8305a7e105da-bbb43b0b, #w-node-f0083932-b359-a1b6-843b-1c4a36d4e950-bbb43b0b, #w-node-_77336ef3-9751-bef8-3518-3a95d371ea01-bbb43b0b, #w-node-f59997b8-7f03-f0cc-c275-fe856a4d16f6-bbb43b0b, #w-node-_3e6e84ad-a8ab-a3c3-a5d5-3127d50bcc6e-bbb43b0b, #w-node-_3e6e84ad-a8ab-a3c3-a5d5-3127d50bcc7b-bbb43b0b, #w-node-_3e6e84ad-a8ab-a3c3-a5d5-3127d50bcc87-bbb43b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2fd79023-08ac-bdbd-3edf-badbd4c08864-bbb43b0b, #w-node-_65d8c99c-b9f8-8b5e-781c-8305a7e105d6-bbb43b0b {
    place-self: center;
  }

  #w-node-_6016782f-a192-eab8-a9f9-2e51c4aa2915-bbb43b0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e6e84ad-a8ab-a3c3-a5d5-3127d50bcc69-bbb43b0b {
    place-self: center;
  }

  #w-node-_3e6e84ad-a8ab-a3c3-a5d5-3127d50bcc77-bbb43b0b, #w-node-_3e6e84ad-a8ab-a3c3-a5d5-3127d50bcc83-bbb43b0b {
    justify-self: center;
  }

  #w-node-_47c00498-73fd-e105-58cd-bd778820173d-bbb43b0b {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27a9aae3-4c9d-3ce9-f7c1-8bcf0d7ecb46-bbb43b0b, #w-node-ab13733a-297a-9e9c-e1af-f164b15caa4f-bbb43b0b, #w-node-_6bf6ded6-19a4-224b-eed4-343169170ace-bbb43b0b, #w-node-_4dbc87ee-19c9-2fe1-c12a-6b1940e970e9-bbb43b0b, #w-node-fdcc39cc-39bb-8166-d1fe-92bd77affba9-bbb43b0b, #w-node-_60c5af94-84a0-5d77-0663-5f4bc6e3c21d-bbb43b0b, #w-node-f1096e36-6054-6e76-7fa9-7f343ff1efbf-bbb43b0b, #w-node-_55861da5-5f7b-78a0-cbd2-0ed0c9269c97-bbb43b0b, #w-node-c9713739-93ad-11b8-40fe-d9ab3462dc13-bbb43b0b, #w-node-_53723970-2f4c-824f-02d8-754cec302f19-bbb43b0b, #w-node-_53723970-2f4c-824f-02d8-754cec302f41-bbb43b0b, #w-node-_3e6e84ad-a8ab-a3c3-a5d5-3127d50bcc26-bbb43b0b, #w-node-_3e6e84ad-a8ab-a3c3-a5d5-3127d50bcc4f-bbb43b0b, #w-node-_4716d847-7375-7ef6-d763-242678e3cd84-bbb43b0b, #w-node-_4716d847-7375-7ef6-d763-242678e3cdad-bbb43b0b, #w-node-_0a180dad-0575-c4bf-09a8-5f5e27005f1f-bbb43b0b, #w-node-baf6f22a-88cf-49c7-5537-46bdc75c9b7c-bbb43b0b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4b13b962-0617-9ddb-3d69-6aff72750439-bbb43b0b, #w-node-_27a9aae3-4c9d-3ce9-f7c1-8bcf0d7ecb46-bbb43b0b, #w-node-_7d90da18-0f4c-769d-75c9-27707836ce0e-bbb43b0b, #w-node-ab13733a-297a-9e9c-e1af-f164b15caa4f-bbb43b0b, #w-node-_48f9dc2b-bc82-d4c0-8c98-52c816447deb-bbb43b0b, #w-node-fdcc39cc-39bb-8166-d1fe-92bd77affb94-bbb43b0b, #w-node-fdcc39cc-39bb-8166-d1fe-92bd77affba9-bbb43b0b, #w-node-_60c5af94-84a0-5d77-0663-5f4bc6e3c1f2-bbb43b0b, #w-node-_60c5af94-84a0-5d77-0663-5f4bc6e3c21d-bbb43b0b, #w-node-d6cef2e2-b866-5f3b-3387-46ef01186d79-bbb43b0b, #w-node-f1096e36-6054-6e76-7fa9-7f343ff1efbf-bbb43b0b, #w-node-_53723970-2f4c-824f-02d8-754cec302f19-bbb43b0b, #w-node-_53723970-2f4c-824f-02d8-754cec302f41-bbb43b0b, #w-node-_3e6e84ad-a8ab-a3c3-a5d5-3127d50bcc26-bbb43b0b, #w-node-_3e6e84ad-a8ab-a3c3-a5d5-3127d50bcc4f-bbb43b0b, #w-node-_4716d847-7375-7ef6-d763-242678e3cd84-bbb43b0b, #w-node-_4716d847-7375-7ef6-d763-242678e3cdad-bbb43b0b, #w-node-_0a180dad-0575-c4bf-09a8-5f5e27005f1f-bbb43b0b, #w-node-baf6f22a-88cf-49c7-5537-46bdc75c9b7c-bbb43b0b {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Futuracon Extbol';
  src: url('../fonts/FuturaCon-ExtBol.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuracon Bol';
  src: url('../fonts/FuturaCon-Bol.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuracon Lig';
  src: url('../fonts/FuturaCon-Lig.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuracon Med';
  src: url('../fonts/FuturaCon-Med.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}