:root {
  --white: #fff;
  --black: black;
}

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

.container {
  margin-top: 233px;
  padding-top: 215px;
  padding-left: 171px;
}

.container-2 {
  margin-top: 95px;
  padding-top: 214px;
}

.image {
  margin-left: 320px;
}

.body {
  background-color: var(--white);
  color: #696969;
  border-top: 0 solid #000;
  border-bottom: 0 #000;
  border-radius: 0;
  font-family: Baskervville, sans-serif;
  font-size: 12px;
}

.text-block {
  aspect-ratio: auto;
  color: #303030;
  object-fit: fill;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.text-block:hover {
  color: #7e7e7e;
}

.text-block-2, .nav-link {
  font-family: Baskervville, sans-serif;
  font-size: 12px;
}

.nav-link-2 {
  padding-left: 0;
  font-family: Baskervville, sans-serif;
  font-size: 12px;
}

.container-3 {
  padding-right: 300px;
  display: flex;
}

.main-section {
  grid-column-gap: 19px;
  grid-row-gap: 18px;
  color: #313131;
  background-color: #e9e9e900;
  flex-direction: row;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: auto;
  margin: 4vh 4% 2vh;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Baskervville, sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
}

.main-section:hover {
  color: #9e9e9e;
}

.main-section.menu {
  background-color: #fff0;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.main-section.menu.starttext {
  justify-content: flex-start;
  align-items: stretch;
}

.main-section.menu.bild {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  background-color: #ffffffbf;
  border: .5px solid #000;
  margin-top: 0;
  margin-bottom: 0;
}

.main-section.menu.bild:hover {
  color: #313131;
}

.main-section.menu.bild.all {
  grid-column-gap: 93px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.main-section.desription {
  color: #313131;
  margin-top: 10px;
  display: flex;
}

.main-section.nounderline {
  padding-top: 4vh;
}

.main-section.nounderline.headermainsection {
  margin-top: 0;
  padding-top: 4vh;
}

.container-4 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.container-4.description {
  justify-content: flex-start;
}

.link {
  justify-content: flex-end;
  width: 100px;
  display: flex;
}

.link-2 {
  flex-direction: row;
  justify-content: flex-start;
  width: 40vh;
  height: auto;
  display: flex;
}

.div-block {
  width: 60vh;
  height: 50px;
  display: flex;
}

.div-block.icon {
  justify-content: flex-end;
  width: 40vh;
  display: flex;
}

.div-block.description-text {
  flex-direction: column;
  width: 60vh;
  height: auto;
}

.div-block.description-text:hover {
  color: #313131;
}

.link-3 {
  color: #2e2e2e;
  justify-content: flex-end;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  margin-bottom: 9px;
}

.text-block-3 {
  margin-left: 0;
  display: block;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #696969;
  border: .5px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 4% 2%;
  display: block;
}

.section.disclaimer {
  color: #696969;
  margin-top: 60px;
}

.section.mobilemen {
  display: none;
}

.section.menudesktop {
  border: .5px solid #000;
  margin-top: 0%;
  margin-bottom: 2vh;
  position: static;
  top: 0;
}

.section.oben {
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
  position: static;
  top: 0;
}

.section-2 {
  color: #696969;
  margin: 20px 4% auto;
}

.form-block {
  font-weight: 400;
}

.field-label, .field-label-2 {
  font-size: 10px;
  font-weight: 400;
}

.submit-button {
  color: #696969;
  background-color: #c2c1bf00;
  border: 1px solid #a8a8a8;
  border-radius: 6px;
  font-size: 10px;
}

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

.text-field {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #fff0;
  border: 0 solid #616161;
  border-bottom: 1px solid #a8a8a8;
  border-radius: 0;
}

.text-field-2 {
  background-color: #fff0;
  border-radius: 4px;
  height: auto;
}

.text-field-3 {
  background-color: #fff0;
  border-radius: 4px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.multiimageslider {
  background-color: #ddd0;
  width: 40vw;
  height: 40vw;
}

.multiimageslider.alle {
  width: auto;
  height: auto;
}

.div-block-10 {
  background-image: url('../images/Bildschirm­foto-2023-11-05-um-11.41.13.png');
  background-position: 0 0;
  background-size: contain;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  padding-top: 16px;
  font-size: 6px;
}

.slide-2 {
  background-image: url('../images/Bildschirm­foto-2023-11-30-um-17.10.31.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Bildschirm­foto-2023-11-30-um-17.10.53.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Bildschirm­foto-2023-11-30-um-22.37.48.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4._4-1 {
  background-image: url('../images/Bildschirm­foto-2023-11-30-um-22.37.32.png');
}

.slide-4._4-0 {
  background-image: url('../images/Bildschirm­foto-2023-11-30-um-17.10.44.png');
}

.text-block-4 {
  margin-bottom: 0;
  padding-bottom: 60px;
  font-size: 10px;
}

.div-block-11 {
  border: 0 solid #000;
  border-width: 0 .5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 23vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 10px;
  display: flex;
}

.text-block-5 {
  text-align: center;
}

.section-3 {
  margin-left: 60px;
  margin-right: 60px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  margin-right: 0;
}

.section-4 {
  margin-top: 4%;
  margin-left: 4%;
  margin-right: 4%;
}

.paragraph {
  color: #1d1d1d;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}

.paragraph._2 {
  margin-top: 0;
}

.image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0, .529, .515, 1.003);
  position: static;
  overflow: hidden;
}

.image-2:hover {
  position: static;
  transform: scale(1.03);
}

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

.link-block {
  aspect-ratio: auto;
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.body-2, .body-3 {
  background-color: #ddd;
}

.collection-list-wrapper {
  margin-left: 4%;
  margin-right: 4%;
  padding-bottom: 0;
}

.collection-item {
  padding-bottom: 0;
  padding-left: 0;
}

.rich-text-block {
  text-align: center;
  margin-top: 9px;
  line-height: 10px;
}

.text-block-6 {
  color: #696969;
  text-align: right;
  padding-top: 5px;
  padding-right: 1px;
  font-size: 9px;
}

.text-block-7 {
  color: #696969;
  text-align: right;
  padding-right: 1px;
  font-family: Inter, sans-serif;
  font-size: 7px;
  font-weight: 500;
}

.link-block-2 {
  aspect-ratio: auto;
  color: #313131;
  text-decoration: none;
  overflow: hidden;
}

.body-4 {
  background-color: #ddd;
  font-family: Baskervville, sans-serif;
  font-size: 12px;
}

.text-block-8 {
  color: #696969;
  border-bottom: .5px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.text-block-9 {
  color: #696969;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.menu-cms {
  justify-content: space-between;
  margin: 40px 4%;
  display: block;
}

.div-block-12 {
  margin-left: 4%;
  margin-right: 4%;
}

.section-5 {
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #2e2e2e;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fffefdde;
  background-clip: border-box;
  border-radius: 0;
  margin-top: 0;
  padding-top: 10px;
  position: static;
}

.section-5.infinite-item {
  border-width: .5px 0 0;
  border-color: var(--black) black black;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffffa6;
  background-clip: border-box;
  border-top-style: solid;
  border-bottom-style: solid;
  padding-top: 0;
}

.section-5.infinite-item.lastsection-5 {
  border-bottom-width: 0;
}

.link-block-3 {
  color: #3d3d3d;
  text-decoration: none;
}

.link-block-4, .link-block-5 {
  color: #313131;
  text-decoration: none;
}

.cms-menu-item {
  color: #696969;
  font-family: Baskervville, sans-serif;
  text-decoration: none;
}

.cms-menu-item:hover {
  color: #9e9e9e;
}

.cms-menu-item.w--current {
  color: #696969;
  font-style: italic;
  text-decoration: none;
}

.cms-menu-item.w--current:hover {
  color: gray;
}

.cms-menu-item.about {
  text-align: right;
  background-color: #fbff0000;
  align-items: baseline;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.cms-menu-item.about.yellow {
  background-color: #fbff00;
}

.cms-menu-item.onlymenu {
  font-family: Baskervville, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.cms-menu-item.underline.w--current {
  font-weight: 400;
  text-decoration: none;
}

.body-5 {
  background-color: #ddd;
  font-family: Baskervville, sans-serif;
  font-size: 12px;
}

.link-block-6, .link-block-7 {
  text-decoration: none;
}

.div-block-14 {
  border: .5px #000;
  justify-content: space-between;
  display: flex;
}

.text-block-10 {
  color: #696969;
  padding-bottom: 1vh;
  font-style: italic;
  font-weight: 400;
}

.text-block-10:hover {
  color: #9e9e9e;
}

.text-block-10.underline {
  text-decoration: underline;
}

.div-block-15 {
  width: 45%;
}

.link-block-8, .link-block-8.w--current {
  color: #313131;
  text-decoration: none;
}

.link-block-8.w--current:hover {
  color: #696969;
}

.text-block-11 {
  color: #696969;
  text-align: right;
}

.text-block-12 {
  color: #696969;
}

.icon-3 {
  object-fit: fill;
  font-size: 30px;
}

.icon-4, .icon-5, .icon-6, .icon-7 {
  font-size: 30px;
}

.icon-8 {
  color: #fff;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 20px;
}

.icon-9 {
  color: var(--white);
  margin-left: 50%;
  margin-right: 50%;
  font-size: 20px;
}

.left-arrow {
  justify-content: center;
  display: block;
}

.collection-list {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  border: 0 solid #000;
  border-width: 0 .5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.gridallproducts {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 10px;
}

.div-block-16 {
  overflow: hidden;
}

.back-to-top-arrow {
  z-index: 5;
  opacity: .2;
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: fixed;
  inset: auto 4% 4% auto;
}

.scrolltotopp {
  color: #313131;
  width: 0;
  height: 0;
  margin-top: 0;
  padding-top: 1px;
}

.section-7 {
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  background-color: #ffffffbf;
  border: 0 solid #000;
  margin-left: 4%;
  margin-right: 4%;
  padding-top: 4%;
  padding-bottom: 4%;
}

.rich-text-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #000;
  display: inline;
  position: static;
}

.html-embed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: justify;
  border: .5px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 23vw;
  padding-right: 23vw;
  font-size: 16px;
  display: block;
}

.div-block-18 {
  justify-content: space-between;
  display: flex;
}

.section-line {
  background-color: #a8a8a8;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.section-line.obem {
  background-color: #a8a8a8;
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  outline-offset: 0px;
  color: #363636;
  background-color: #3898ec00;
  border: .5px solid #a5a5a5;
  outline: 3px #363636;
}

.text-block-13 {
  font-style: italic;
  font-weight: 400;
}

.text-block-14 {
  color: #696969;
  font-style: italic;
}

.text-block-15, .text-block-16, .text-block-17, .div-block-19 {
  font-style: italic;
}

.typedjy-simple {
  width: auto;
  margin-bottom: 2vh;
  margin-left: 4%;
  margin-right: 4%;
  font-size: 10px;
}

.typedjy-simple.topdescription {
  text-align: justify;
  background-color: #fff0;
  width: auto;
  margin-bottom: 2vh;
  margin-left: 4%;
  margin-right: 4%;
  font-family: Baskervville, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}

.typedjy-simple.topdescription.yellow {
  background-color: #fbff00;
}

.div-block-20 {
  border: .5px solid #000;
}

.div-block-21 {
  position: sticky;
  top: 0;
}

.rich-text-block-3 {
  color: #696969;
  margin-bottom: 40px;
  padding: 2px 60px 0 1px;
  font-size: 16px;
}

.rich-text-block-4 {
  color: #696969;
  border-top: .5px solid #000;
  padding-top: 2px;
  padding-left: 1px;
  padding-right: 60px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.rich-text-block-5, .rich-text-block-6 {
  color: #696969;
}

.top-all {
  z-index: -10;
  position: sticky;
  top: 0;
}

.bottom-all {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fffefdde;
  margin-top: 0;
  padding-top: 40px;
}

.bottom-all.infinite-item {
  border-bottom: 0 solid #858585;
  border-radius: 0;
}

.section-8 {
  height: 50vh;
  display: none;
}

.div-block-22 {
  z-index: 0;
  position: sticky;
  top: 0;
}

.div-block-22.about {
  position: static;
}

.infinite-wrapper {
  z-index: 10;
  border: 0 solid #000;
  border-bottom-width: .5px;
}

.div-block-23, .div-block-24, .div-block-25, .div-block-26 {
  width: 480vw;
}

.div-block-27 {
  border: 0 solid #000;
  border-left-width: .5px;
  width: 32vw;
  font-size: 16px;
}

.div-block-28 {
  margin-top: 0;
  padding-bottom: 0;
}

.div-block-29 {
  text-align: right;
  justify-content: center;
  align-items: flex-start;
  margin-left: 4%;
  margin-right: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.div-block-30 {
  margin-left: 4%;
  margin-right: 4%;
  padding-top: 0;
  padding-bottom: 40px;
}

.paragraph-2 {
  color: #696969;
  text-align: justify;
  border: .5px solid #000;
  margin-bottom: 10%;
  padding-bottom: 0;
  padding-left: 16vw;
  padding-right: 16vw;
  font-size: 14px;
  line-height: 16px;
}

.link-4 {
  color: #696969;
  text-decoration: none;
}

.link-5 {
  color: #696969;
  text-decoration: underline;
}

.section-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-9-copy {
  color: #696969;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 16px;
  padding-left: 1px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #696969;
  border-top: .5px solid #000;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

.text-block-20 {
  color: #696969;
  text-align: center;
  border-top: .5px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.rich-text-block-7 {
  color: #696969;
  text-align: center;
  background-color: #e7e7e7;
  border-top: .5px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
}

.rich-text-block-7.linktocompany {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #696969;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  padding-top: 4.5px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.link-6 {
  color: #696969;
  text-decoration: none;
}

.bold-text, .italic-text {
  font-weight: 400;
  text-decoration: none;
}

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

.hallo {
  height: 40px;
  margin-bottom: 2vh;
  margin-left: 4%;
  margin-right: 4%;
  line-height: 14px;
}

.typedjs-simple {
  margin-bottom: 2vh;
  margin-left: 4%;
  margin-right: 4%;
  font-family: Baskervville, sans-serif;
  font-size: 12px;
}

.text-block-21 {
  font-style: normal;
}

.typedjy-wrapper {
  height: 20px;
  margin-bottom: 2vh;
}

@media screen and (max-width: 991px) {
  .main-section.desription {
    margin-top: 2%;
  }

  .section.disclaimer {
    color: #696969;
    margin-top: 40px;
  }

  .section.mobilemen {
    z-index: 50;
    margin: 20px 0% 0;
    padding-left: 4%;
    display: block;
    position: static;
    top: 0;
    overflow: auto;
  }

  .section.menudesktop {
    display: none;
  }

  .section.oben {
    margin-top: 40px;
  }

  .text-block-4 {
    color: #696969;
    padding-bottom: 40px;
  }

  .text-block-10 {
    color: #313131;
    text-decoration: none;
  }

  .text-block-10:hover {
    color: #696969;
  }

  .text-block-10.underline {
    padding-left: 0%;
  }

  .link-block-8 {
    color: #333;
    text-decoration: none;
  }

  .link-block-9, .link-block-10, .link-block-11, .link-block-12 {
    text-decoration: none;
  }

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

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

  .div-block-18 {
    width: 120vw;
    margin-bottom: 2vh;
    overflow: scroll;
  }

  .typedjy-simple {
    width: auto;
  }

  .typedjy-simple.topdescription {
    border: .5px solid #000;
    width: auto;
  }

  .div-block-21 {
    position: static;
  }

  .div-block-22 {
    z-index: auto;
    position: sticky;
  }
}

@media screen and (max-width: 767px) {
  .main-section.menu.bild {
    object-fit: fill;
    border-top-width: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    display: block;
  }

  .section {
    border-style: none;
    border-width: 0;
    margin-left: 0%;
    padding-left: 4%;
    overflow: auto;
  }

  .section.mobilemen {
    display: block;
  }

  .multiimageslider {
    object-fit: cover;
    border-top: .5px solid #000;
    width: 100vw;
    max-width: 100%;
    height: 100vw;
    max-height: 100%;
  }

  .div-block-11 {
    border-bottom-width: .5px;
    border-left-width: 0;
    border-right-width: 0;
    width: auto;
    margin: 20px 0 0;
    padding-bottom: 0;
  }

  .text-block-8 {
    border-top: .5px solid #000;
  }

  .div-block-14 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: solid;
    flex-flow: row;
    width: 140vw;
    position: static;
    overflow: scroll;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

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

  .section-7 {
    border-width: 0 .5px .5px;
    margin-top: 0%;
    padding-top: 4%;
  }

  .div-block-17 {
    text-align: left;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18, .div-block-21 {
    position: static;
  }

  .rich-text-block-4 {
    border-top-width: 0;
    border-bottom: .5px solid #000;
  }

  .top-all {
    position: static;
  }

  .div-block-22 {
    position: sticky;
  }

  .div-block-27 {
    border-top-width: 0;
    border-left-width: 0;
    width: auto;
    margin-top: 0;
    font-size: 14px;
  }

  .div-block-28 {
    padding-bottom: 10px;
  }

  .div-block-29 {
    padding-top: 4%;
    display: flex;
  }

  .text-block-9-copy {
    border-bottom: .5px solid #000;
  }

  .text-block-19 {
    border-top-width: 0;
  }

  .rich-text-block-7.linktocompany {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 5.5px;
  }
}

@media screen and (max-width: 479px) {
  .icon {
    opacity: 1;
  }

  .main-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 3%;
    margin-bottom: 0;
    display: flex;
  }

  .main-section.menu {
    display: block;
  }

  .main-section.menu.bild {
    margin-bottom: 0;
  }

  .main-section.nounderline {
    margin-top: 6%;
    margin-bottom: 6%;
  }

  .main-section.nounderline.headermainsection {
    padding-top: 6%;
  }

  .div-block.icon {
    justify-content: flex-start;
    width: auto;
  }

  .div-block.description-text {
    width: auto;
    margin-right: 40px;
  }

  .link-3 {
    margin-top: 40px;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0%;
    margin-bottom: 4%;
    margin-right: 0%;
    padding-right: 4%;
    display: flex;
  }

  .section.disclaimer {
    display: block;
  }

  .section.mobilemen {
    border-top: .5px solid #000;
    border-bottom: .5px solid #000;
    margin-top: 0;
    padding-top: 4%;
    padding-bottom: 4%;
    display: block;
  }

  .section.menudesktop {
    display: none;
  }

  .section.oben {
    display: block;
  }

  .section.outline {
    border: .5px solid #000;
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 28% 10% .5% .5%;
  }

  .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8 {
    margin-top: 40px;
  }

  .div-block-9 {
    aspect-ratio: 1;
    border-top: .5px solid #000;
  }

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

  .slide {
    margin-top: .5px;
  }

  .text-block-4 {
    padding-bottom: 40px;
  }

  .div-block-11 {
    border-bottom-width: .5px;
    border-left-width: 0;
    border-right-width: 0;
    width: auto;
    margin: 20px 0 0;
  }

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

  .collection-item {
    padding-bottom: 0;
  }

  .text-block-7 {
    padding-top: 3px;
    line-height: 10px;
  }

  .menu-cms {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cms-menu-item.onlymenu {
    line-height: 15px;
  }

  .div-block-13 {
    display: block;
  }

  .div-block-14 {
    box-sizing: content-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    min-width: 220%;
    overflow: visible;
  }

  .text-block-10 {
    color: #696969;
    padding-bottom: 0;
  }

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

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

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

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

  .scrolltotopp {
    padding-top: 0%;
  }

  .div-block-17 {
    text-align: left;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

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

  .section-line {
    margin-bottom: 20px;
  }

  .typedjy-simple.topdescription {
    text-align: left;
    border-width: 0;
  }

  .div-block-20 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    border-width: 0;
    justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .div-block-21 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-21.about {
    height: auto;
  }

  .rich-text-block-3 {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .bottom-all.infinite-item {
    padding-top: 0;
  }

  .div-block-22 {
    position: sticky;
    bottom: auto;
  }

  .paragraph-2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-31 {
    width: 50px;
  }
}

#w-node-ce28f310-e743-5b20-8409-9c50f9e30c7b-f9e30c7a {
  justify-self: end;
}

#w-node-_306f60a9-9714-5b0d-2818-3890eb21c9ce-532eb94e, #w-node-_8b15cf1f-1b89-8d54-d5a2-645d95bae43e-532eb94e, #w-node-_596f0a37-89a8-438e-a9c1-b27cf595f458-532eb94e, #w-node-_2efbdc1b-4071-bdfd-2238-28a08c4441a7-532eb94e, #w-node-a348bf17-b5da-e67f-2306-28a5ef5322fe-532eb94e, #w-node-_8931e250-3aad-976d-5f7e-ed512079ed2f-532eb94e, #w-node-affa2975-395a-aa59-d427-ecc33938b2ad-532eb94e, #w-node-_74a9975f-170b-3553-98ea-c2475e120670-532eb94e, #w-node-bfa7882a-7fb1-26b3-418c-22cb9c750973-532eb94e, #w-node-aa463500-d635-71f3-d81d-23d546a3412c-532eb94e, #w-node-b16a6754-8377-1c38-0fdd-603db6020d0e-532eb94e, #w-node-c6bce386-fb62-ea13-0159-31b4fb3d511d-532eb94e, #w-node-_306f60a9-9714-5b0d-2818-3890eb21c9ce-5f986513, #w-node-_8b15cf1f-1b89-8d54-d5a2-645d95bae43e-5f986513, #w-node-_596f0a37-89a8-438e-a9c1-b27cf595f458-5f986513, #w-node-_2efbdc1b-4071-bdfd-2238-28a08c4441a7-5f986513, #w-node-a348bf17-b5da-e67f-2306-28a5ef5322fe-5f986513, #w-node-_8931e250-3aad-976d-5f7e-ed512079ed2f-5f986513, #w-node-affa2975-395a-aa59-d427-ecc33938b2ad-5f986513, #w-node-_74a9975f-170b-3553-98ea-c2475e120670-5f986513, #w-node-bfa7882a-7fb1-26b3-418c-22cb9c750973-5f986513, #w-node-aa463500-d635-71f3-d81d-23d546a3412c-5f986513, #w-node-b16a6754-8377-1c38-0fdd-603db6020d0e-5f986513, #w-node-c6bce386-fb62-ea13-0159-31b4fb3d511d-5f986513, #w-node-_306f60a9-9714-5b0d-2818-3890eb21c9ce-ea219f99, #w-node-_8b15cf1f-1b89-8d54-d5a2-645d95bae43e-ea219f99, #w-node-_596f0a37-89a8-438e-a9c1-b27cf595f458-ea219f99, #w-node-_2efbdc1b-4071-bdfd-2238-28a08c4441a7-ea219f99, #w-node-a348bf17-b5da-e67f-2306-28a5ef5322fe-ea219f99, #w-node-_8931e250-3aad-976d-5f7e-ed512079ed2f-ea219f99, #w-node-affa2975-395a-aa59-d427-ecc33938b2ad-ea219f99, #w-node-_74a9975f-170b-3553-98ea-c2475e120670-ea219f99, #w-node-bfa7882a-7fb1-26b3-418c-22cb9c750973-ea219f99, #w-node-aa463500-d635-71f3-d81d-23d546a3412c-ea219f99, #w-node-b16a6754-8377-1c38-0fdd-603db6020d0e-ea219f99, #w-node-c6bce386-fb62-ea13-0159-31b4fb3d511d-ea219f99, #w-node-_306f60a9-9714-5b0d-2818-3890eb21c9ce-609084ab, #w-node-_8b15cf1f-1b89-8d54-d5a2-645d95bae43e-609084ab, #w-node-_596f0a37-89a8-438e-a9c1-b27cf595f458-609084ab, #w-node-_2efbdc1b-4071-bdfd-2238-28a08c4441a7-609084ab, #w-node-a348bf17-b5da-e67f-2306-28a5ef5322fe-609084ab, #w-node-_8931e250-3aad-976d-5f7e-ed512079ed2f-609084ab, #w-node-affa2975-395a-aa59-d427-ecc33938b2ad-609084ab, #w-node-_74a9975f-170b-3553-98ea-c2475e120670-609084ab, #w-node-bfa7882a-7fb1-26b3-418c-22cb9c750973-609084ab, #w-node-aa463500-d635-71f3-d81d-23d546a3412c-609084ab, #w-node-b16a6754-8377-1c38-0fdd-603db6020d0e-609084ab, #w-node-c6bce386-fb62-ea13-0159-31b4fb3d511d-609084ab, #w-node-_306f60a9-9714-5b0d-2818-3890eb21c9ce-18ed7f5c, #w-node-_8b15cf1f-1b89-8d54-d5a2-645d95bae43e-18ed7f5c, #w-node-_596f0a37-89a8-438e-a9c1-b27cf595f458-18ed7f5c, #w-node-_2efbdc1b-4071-bdfd-2238-28a08c4441a7-18ed7f5c, #w-node-a348bf17-b5da-e67f-2306-28a5ef5322fe-18ed7f5c, #w-node-_8931e250-3aad-976d-5f7e-ed512079ed2f-18ed7f5c, #w-node-affa2975-395a-aa59-d427-ecc33938b2ad-18ed7f5c, #w-node-_74a9975f-170b-3553-98ea-c2475e120670-18ed7f5c, #w-node-bfa7882a-7fb1-26b3-418c-22cb9c750973-18ed7f5c, #w-node-aa463500-d635-71f3-d81d-23d546a3412c-18ed7f5c, #w-node-b16a6754-8377-1c38-0fdd-603db6020d0e-18ed7f5c, #w-node-c6bce386-fb62-ea13-0159-31b4fb3d511d-18ed7f5c, #w-node-_306f60a9-9714-5b0d-2818-3890eb21c9ce-93751514, #w-node-_8b15cf1f-1b89-8d54-d5a2-645d95bae43e-93751514, #w-node-_596f0a37-89a8-438e-a9c1-b27cf595f458-93751514, #w-node-_2efbdc1b-4071-bdfd-2238-28a08c4441a7-93751514, #w-node-a348bf17-b5da-e67f-2306-28a5ef5322fe-93751514, #w-node-_8931e250-3aad-976d-5f7e-ed512079ed2f-93751514, #w-node-affa2975-395a-aa59-d427-ecc33938b2ad-93751514, #w-node-_74a9975f-170b-3553-98ea-c2475e120670-93751514, #w-node-bfa7882a-7fb1-26b3-418c-22cb9c750973-93751514, #w-node-aa463500-d635-71f3-d81d-23d546a3412c-93751514, #w-node-b16a6754-8377-1c38-0fdd-603db6020d0e-93751514, #w-node-c6bce386-fb62-ea13-0159-31b4fb3d511d-93751514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-ce28f310-e743-5b20-8409-9c50f9e30c80-f9e30c7a {
    justify-self: center;
  }

  #w-node-ce28f310-e743-5b20-8409-9c50f9e30c7b-f9e30c7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-ce28f310-e743-5b20-8409-9c50f9e30c83-f9e30c7a {
    justify-self: end;
  }
}


