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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #1a1b1f;
  font-family: Montserrat Variablefont Wght_loakl, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #a3a3a3;
  flex: none;
  width: 90%;
  height: 1px;
  margin-bottom: 1rem;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.section.cc-cta {
  background-color: #c5c5c5;
  background-image: url('../images/Pappelapapp21.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: stretch;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.section.intro {
  margin-top: 2rem;
  margin-left: 5%;
  margin-right: 5%;
}

.section.contact {
  width: 100%;
  margin-top: 10svh;
  margin-bottom: 2rem;
  padding-top: 0;
}

.section.footer {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.button {
  color: #d8d8d8;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, opacity .2s, color .2s;
}

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

.button:active {
  color: #f58216;
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  color: #f58216;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  position: relative;
}

.button.cc-contact-us:active {
  color: #fff;
}

.button.cc-contact-us.footer {
  margin-top: 2rem;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.maps {
  margin-bottom: 2rem;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  font-size: .75rem;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  text-align: center;
  margin-bottom: 5svh;
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-light.wohnbereiche {
  width: 75%;
}

.paragraph-light.white {
  opacity: 1;
  color: #fff;
  padding-top: 2rem;
}

.paragraph-light.credit {
  text-align: right;
  width: 100%;
}

.heading-jumbo {
  text-transform: none;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3rem;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 300;
  background-color: #fff;
  align-items: center;
  height: 10vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.check {
  color: #f58216;
  display: none;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Pappelapapp5.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: auto;
  min-height: 90svh;
  margin-bottom: 0;
}

.intro-content {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  min-height: 80svh;
  padding: 1rem;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: flex;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-section-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.section-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}

.section-heading.pappe {
  font-size: 4rem;
}

.herosection {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80svh;
  display: flex;
  position: relative;
}

.slide-2 {
  background-image: url('../images/mbrace-spice-morocco-02-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-2.ethnicraft {
  background-image: url('../images/10155_Teak_Bok_Outdoor_chair.jpg');
}

.pappehero {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40%;
  left: 20%;
  right: 20%;
}

.slidediv {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slidediv._1 {
  background-image: url('../images/mbrace-spice-morocco-02-b_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slidediv._2 {
  background-image: url('../images/bc07_basket_outdoor_tisch_holz_e_02.webp');
  background-position: 100%;
  background-size: cover;
}

.slidediv._3 {
  background-image: url('../images/BISTRO_MIEL_IOS_OCRE_ROUGE_MARSEILLE_BCJ2024_SEBASTIEN_EROME.webp');
  background-position: 50%;
  background-size: cover;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
}

.slider-2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.slide1 {
  background-image: url('../images/LUXEMBOURG_CACTUS_ROMARIN_OCRE_RAMATUELLE_RESIDENTIAL_DESIGNER2021_NICOLAS_MATHEUS.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.slide1.ethnicraft {
  background-image: url('../images/60150_Jack_outdoor_lounge.JPG');
}

.slide-5 {
  background-image: url('../images/Home_LeyaSol_Lounge_Kombination_1400x1075px_1920x1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5.ethnicraft {
  background-image: url('../images/10154_Bok_outdoor_.jpg');
}

.sliderdiv {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.heroproduktname {
  color: #adadad;
}

.footerlogo {
  width: 20rem;
  max-width: 90%;
  margin-bottom: 2rem;
}

.slideranowrap {
  justify-content: flex-end;
  width: 80%;
  display: flex;
}

.wosect {
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
  display: flex;
}

.image-6 {
  width: 50%;
  padding-top: 0;
  padding-bottom: 2rem;
}

.handelspartnersect {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.handelspartnersect.sub {
  margin-top: 10svh;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 2rem;
}

.griddiv {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80svw;
  padding-bottom: 2rem;
  display: grid;
}

.gridimage {
  width: 50%;
}

.right-arrow-2 {
  z-index: 15;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: rgba(0, 0, 0, .3);
  width: 5%;
}

.credentialssect {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 30px 50px;
  display: none;
}

.testimonialwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 90%;
  display: grid;
}

.testimonialdiv {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  padding: 20px;
  display: flex;
}

.sternediv {
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.text-block-4 {
  text-align: center;
  overflow: hidden;
}

.heading-5 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.statementwrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.heading-6 {
  color: #fff;
}

.slide-6 {
  background-image: url('../images/kff-arva-light-stuehle-vierjahreszeiten-1_1600x_crop_bottom.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6.ethnicraft {
  background-image: url('../images/10232_10233_Jack_outdoor_sofa.jpg');
}

.handelspgridcontainer {
  aspect-ratio: 1;
  background-image: url('../images/2024_IMM_53_Web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.handelspgridcontainer.dedon {
  background-image: url('../images/dedon-endless-ocean-seax-bellmonde.webp');
}

.handelspgridcontainer.janua {
  background-image: url('../images/bb11_clamp_outdoor_tisch_e_04.webp');
  background-position: 50%;
}

.handelspgridcontainer.ethnicraft {
  background-image: url('../images/ETHNICRAFT-N701-Sofa-Ecke-20231-002_1920x1920.jpg');
}

.handelspgridcontainer.umage {
  background-image: url('../images/UMAGE_lifestyle_Eos_medium_white_Asteria_Move_black_My_spot_oak_brass_5.webp');
}

.handelspgridcontainer.tomdixon {
  background-image: url('../images/prod-home3.jpg');
}

.handelspgridcontainer.tommym {
  background-image: url('../images/Xavi-1_1.webp');
}

.handelspgridcontainer.kff {
  background-image: url('../images/Bar-1877_14_web.jpg');
}

.handelspgridcontainer.fermob {
  background-image: url('../images/BISTRO_PIMENT_PICOTI_CERISE_NOIRE_APLO_CERISE_NOIRE_MARSEILLE_BCJ2024_SEBASTIEN_EROME.webp');
}

.handelspgridcontainer.emu {
  background-image: url('../images/554583.jpg');
  background-position: 50%;
}

.handelspgridcontainer.signet {
  background-image: url('../images/Taormina_H2A9761_Milieu.webp');
  background-position: 35%;
}

.handelspgridcontainer.flos {
  background-image: url('../images/265_paolo-rizzatto_applique-.jpg');
}

.handelspgridcontainer.tradition {
  background-image: url('../images/ATD_Retail_2023_Flowerpot-VP9.jpg');
  background-position: 50% 60%;
}

.handelspgridcontainer.nouvion {
  background-image: url('../images/JULIE_MOOD_21.jpg');
}

.handelspgridcontainer.kare {
  background-image: url('../images/default_name.webp');
}

.handelspgridcontainer.jankurtz {
  background-image: url('../images/20240125163941-15d7bb18-xx.webp');
}

.handelspgridcontainer.m-ller {
  background-image: url('../images/mueller-metall-moebel-Sideboard-MODULAR-S36H3208-grau-weiß-tuerkis.jpg');
}

.handelspgridcontainer.ebb-flow {
  background-image: url('../images/EEBFLOW-2022_Horizon.webp');
  background-position: 50%;
}

.handelspgridcontainer.fatboy {
  background-image: url('../images/49_FATBOY_MultiColor_01_Masterpiece.jpg');
}

.handelspgridcontainer.carma {
  background-image: url('../images/Tubico-Leinen-military.webp');
}

.handelspgridcontainer.piffany {
  background-image: url('../images/MrWattson-12V-DWR-MB-Limited-Edition-3.webp');
}

.div-block-3 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, .5);
  padding: 1rem;
}

.herosubtext {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 1rem;
  display: flex;
}

.kategoriensect {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: none;
}

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

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

.dropdown-list-2 {
  background-color: #b68c8c;
}

.dropdown-list-2.w--open {
  background-color: #3c3939;
}

.dropdown-link {
  color: #fff;
}

.wolfisimgwrap {
  background-image: url('../images/mbrace-spice-morocco-02-b.jpg');
  background-position: 100%;
  background-size: cover;
  width: 50%;
}

.wolfisimgwrap.ethnicraft {
  background-image: url('../images/10154_Bok_outdoor_-2.jpg');
  justify-content: center;
  align-items: center;
  display: flex;
}

.linktext {
  font-size: .75rem;
  line-height: 1rem;
}

.text-block-6 {
  color: #f58216;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
}

.left-arrow-2 {
  z-index: 15;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: rgba(0, 0, 0, .3);
  width: 5%;
}

.kontaktbuttontext {
  color: #f58216;
  font-size: .8rem;
}

.zitat {
  color: #dbdbdb;
  text-align: center;
  width: 90%;
  font-size: 1rem;
  font-style: italic;
}

.herstellergalerie {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.herstellergaleriegrid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.herstellergaleriebild {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hpartnerlinkblock {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition-duration: .25s;
  display: flex;
}

.hpartnerlinkblock:hover {
  background-color: rgba(255, 255, 255, .8);
}

.hpartnerlinkblock:active {
  background-color: #fff;
}

.bannerwrap {
  z-index: 100;
  width: 100%;
  display: none;
}

.bannertextwrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.bannertext {
  text-align: center;
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 500;
}

.carouselcontainer {
  background-color: #000;
  display: flex;
  overflow: hidden;
}

.logocontainer {
  background-color: #000;
  flex: 0 auto;
  justify-content: space-around;
  min-width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.carouseltext {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.fixkontaktsect {
  z-index: 1000;
  background-color: #000;
  flex-direction: row;
  justify-content: space-around;
  height: 20svh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.fixedsecttext {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.fixedsecttext.link:hover {
  color: #f58216;
}

.fixedsecttext.kontakt {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.fixsectwrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fixedlink {
  text-decoration: none;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preload_logo {
  mix-blend-mode: multiply;
  width: 90%;
  max-width: 80svw;
}

.titlesect {
  background-image: url('../images/kff-arva-light-stuehle-vierjahreszeiten-1_1600x_crop_bottom.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin-bottom: 2rem;
  display: flex;
}

.bereichgalerie {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 15svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.bereichgalerielightbox {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.wohnbereichesect {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 2rem auto;
  display: flex;
}

.wohnbereichesect.sub {
  margin-top: 10svh;
  padding-top: 2rem;
}

.wohnbereichewrap {
  background-image: url('../images/Ethnicraft_collection_page.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .25s;
  display: flex;
}

.wohnbereichewrap:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Ethnicraft_collection_page.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wohnbereichewrap.wohnen {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Tommy-M-Buster-Sauvage-Art.-168-1_1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.wohnbereichewrap.wohnen:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Tommy-M-Buster-Sauvage-Art.-168-1_1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.wohnbereichewrap.lmpenacc {
  background-image: url('../images/EEBFLOW-2022_18239.webp');
  background-position: 50% 45%;
}

.wohnbereichewrap.lmpenacc:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/EEBFLOW-2022_18239.webp');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
}

.wohnbereichewrap.outdoor {
  background-image: url('../images/10154_Bok_outdoor_.jpg');
}

.wohnbereichewrap.outdoor:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/10154_Bok_outdoor_.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.wohnbereichegrid.outdoor, .wohnbereichegrid.wohnen, .wohnbereichegrid.essen, .wohnbereichegrid.schlafen {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wohnbereichlink {
  height: 30vh;
}

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

.bergalerietext {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.abtusherosect {
  background-image: url('../images/Pappelapapp6-1.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10svh;
  padding: 5%;
  display: flex;
}

.abtusspan {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.abtusgallerysect {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5svh;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.abtusgrid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.abtuslightbox {
  width: 100%;
  height: 100%;
}

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

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

.footerwrap {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.footerlink {
  color: #a3a3a3;
  font-weight: 500;
}

.footerlink.w--current {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footerlink.w--current:hover {
  color: #ff9860;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.left-arrow-3, .right-arrow-3 {
  background-color: rgba(0, 0, 0, .3);
  width: 5%;
}

.herosliderdiv {
  width: 90%;
  margin-bottom: 5%;
}

.herosliderdiv._1 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 5%;
  display: flex;
}

.herosliderproductheading {
  color: #f58216;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.wohnbereichheading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.footermenu {
  color: #f58216;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.footerimgwrap {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footersubwrap {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footersublink {
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.footersublink:hover {
  color: #f08405;
}

.footersublink.sub {
  font-weight: 300;
}

.footerinfo {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

.slide-nav-3 {
  height: 5%;
  padding-bottom: 20px;
}

.abtuswrap {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .3);
  flex-direction: column;
  justify-content: space-between;
  padding: 5%;
  display: flex;
}

.div-block-7 {
  width: 50%;
  position: relative;
}

.navlogo {
  height: 4svh;
}

.impressumsect {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 15svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.impressumparagraph {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}

.preload_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map_embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

.cookie-modal_button_text {
  color: #f58216;
}

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

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

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

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

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

.cookie-popup_component {
  z-index: 9500;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
}

.cookie-modal_styles {
  display: flex;
}

.cookie-modal_component {
  background-color: #c4c4c4;
  border-radius: .25rem;
  flex-direction: column;
  width: 100%;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

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

.cookie-modal_closebutton_line.is-right {
  background-color: #f58216;
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  background-color: #f58216;
  transform: rotate(45deg);
}

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

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

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

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

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: rgba(215, 231, 213, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

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

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

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

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

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

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

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

.dedonlogohero {
  width: 20%;
}

.mail_icon {
  width: 30px;
  padding-right: .25rem;
}

.mail_icon.phone {
  width: 25px;
}

.mail_icon.footer {
  margin-top: 3px;
}

.kont_link_wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.kontakt_buttonwrap {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    margin-left: 0;
    margin-right: 0;
  }

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

  .container {
    padding: 1rem;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.check {
    display: block;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .section-heading {
    font-size: 2.5rem;
    line-height: 4rem;
  }

  .section-heading.pappe {
    font-size: 3rem;
    line-height: 3rem;
  }

  .wolfisimgwrap {
    min-height: 500px;
  }

  .carouseltext {
    font-size: .75rem;
  }

  .fixedsecttext {
    font-size: .8rem;
  }

  .abtusspan {
    font-size: 1.25rem;
    line-height: 2.5rem;
  }

  .left-arrow-3, .right-arrow-3 {
    width: 10%;
  }

  .herosliderdiv {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.contact {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 1rem;
  }

  .button.cc-contact-us {
    padding: 8px 20px;
  }

  .button.mail, .button.beratung {
    margin-bottom: 1rem;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.wohnbereiche {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .logo-link {
    padding-left: 0;
  }

  .intro-content {
    width: 80%;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .section-heading.pappe {
    font-size: 3rem;
  }

  .herosection {
    height: 70svh;
  }

  .slide-2 {
    background-size: cover;
  }

  .pappehero {
    left: 10%;
    right: 10%;
  }

  .slidediv._1 {
    background-position: 65%;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-2 {
    letter-spacing: 6px;
    font-size: 1rem;
  }

  .wosect {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-6 {
    width: 90%;
  }

  .herosubtext {
    font-size: .75rem;
  }

  .div-block-5, .image-8, .wolfisimgwrap {
    width: 100%;
  }

  .wolfisimgwrap.ethnicraft {
    width: 90%;
  }

  .text-block-6 {
    line-height: 1.5rem;
  }

  .zitat {
    padding: 1rem;
  }

  .carouseltext {
    font-size: .6rem;
  }

  .fixkontaktsect {
    height: 30svh;
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .wohnbereichegrid, .wohnbereichegrid.outdoor, .wohnbereichegrid.wohnen, .wohnbereichegrid.essen, .wohnbereichegrid.schlafen {
    grid-template-columns: 1fr;
  }

  .bergalerietext {
    font-size: .8rem;
    line-height: 1rem;
  }

  .footerwrap {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .footerlink {
    font-size: .8rem;
    line-height: 1.25rem;
  }

  .footerlink.w--current {
    font-size: .8rem;
  }

  .left-arrow-3, .right-arrow-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .herosliderproductheading {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .footermenu {
    font-size: .8rem;
    line-height: 1.25rem;
  }

  .footerimgwrap {
    justify-content: space-around;
    align-items: center;
  }

  .footersublink {
    font-size: .8rem;
    line-height: 1.25rem;
  }

  .footerinfo {
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    line-height: 1.25rem;
  }

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

  .impressumparagraph {
    font-size: .8rem;
    line-height: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .cookie-preference-button_text {
    display: none;
  }

  .kontakt_buttonwrap {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.footer {
    margin-left: 5%;
  }

  .button.cc-contact-us {
    margin-right: 1rem;
    padding: 5px 10px;
  }

  .label.cc-light {
    font-size: .5rem;
    line-height: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    margin-bottom: 2.5svh;
    font-size: .75rem;
    line-height: 1.25rem;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-heading.pappe {
    font-size: 2rem;
    line-height: 2rem;
  }

  .herosection {
    height: 70svh;
  }

  .slidediv._1 {
    background-position: 69%;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-2 {
    letter-spacing: 4px;
    font-size: 1rem;
  }

  .footerlogo {
    max-width: 100%;
    padding-right: 5%;
  }

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

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

  .zitat {
    font-size: .75rem;
  }

  .carouseltext {
    font-size: .3rem;
  }

  .fixkontaktsect {
    flex-flow: column;
  }

  .fixedsecttext {
    font-size: .75rem;
    line-height: 1.25rem;
  }

  .bergalerietext {
    font-size: .5rem;
    line-height: .75rem;
  }

  .abtusspan {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .abtusgrid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2svh;
  }

  .footerwrap {
    justify-content: space-around;
    align-items: flex-start;
  }

  .left-arrow-3, .right-arrow-3 {
    width: 15%;
  }

  .herosliderdiv {
    width: 70%;
    margin-bottom: 10%;
  }

  .herosliderproductheading {
    text-align: center;
  }

  .footerimgwrap {
    justify-content: space-around;
    align-items: center;
  }

  .footersubwrap {
    margin-bottom: 2rem;
  }

  .footerinfo {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .abtuswrap {
    background-color: rgba(0, 0, 0, .5);
  }

  .impressumparagraph {
    font-size: .6rem;
    line-height: 1rem;
  }

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

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

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

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-popup_component {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

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

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

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

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

  .dedonlogohero {
    width: 30%;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-3e3417cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_870caa7f-c87f-796d-1e48-33f41156cd6f-3e3417cf, #w-node-_69c887b9-37e3-3425-eec4-e9e953d277f9-3e3417cf, #w-node-f133613c-5ce8-b23a-efa6-2f0abe5ed5ec-3e3417cf, #w-node-f32c7ef9-68e2-e418-e4fe-b4a3bece641f-3e3417cf, #w-node-c2cb2243-d60e-5917-b6d3-5b9ade691248-3e3417cf, #w-node-_586ffe45-0884-0006-f3a6-2565a0494327-3e3417cf, #w-node-_859544aa-0b6e-3da4-707b-7507fc270e6c-3e3417cf, #w-node-_859544aa-0b6e-3da4-707b-7507fc270e6d-3e3417cf, #w-node-_16a9266d-00dc-cbac-d2c5-0a5fed951e06-3e3417cf, #w-node-b2185f16-2a68-609a-e98d-03ce5456bdce-3e3417cf, #w-node-b2185f16-2a68-609a-e98d-03ce5456bdcf-3e3417cf, #w-node-a07298da-8b33-c1f5-b067-5272d355050e-3e3417cf, #w-node-a07298da-8b33-c1f5-b067-5272d355050f-3e3417cf, #w-node-db5acb8f-b45d-8ea8-1017-38b003f9b1b3-3e3417cf, #w-node-db5acb8f-b45d-8ea8-1017-38b003f9b1b4-3e3417cf, #w-node-_6dd45ec2-7a51-3325-1a80-10c7c491d1a8-3e3417cf, #w-node-_6dd45ec2-7a51-3325-1a80-10c7c491d1a9-3e3417cf, #w-node-_7a135db7-ae2f-fa32-14ec-b4aa6ee09348-3e3417cf, #w-node-_7a135db7-ae2f-fa32-14ec-b4aa6ee09349-3e3417cf, #w-node-a2895c5b-42fe-9bbf-8b85-913bea3bb7f6-3e3417cf, #w-node-a2895c5b-42fe-9bbf-8b85-913bea3bb7f7-3e3417cf, #w-node-_1ec447eb-c432-f4e5-bfe2-db98d752bff4-3e3417cf, #w-node-_1ec447eb-c432-f4e5-bfe2-db98d752bff6-3e3417cf, #w-node-f0001d0f-672c-8c4c-1f50-ec227c7c0755-3e3417cf, #w-node-f0001d0f-672c-8c4c-1f50-ec227c7c0757-3e3417cf, #w-node-_7155cc90-2505-5d0b-17f9-d0c48b752db9-3e3417cf, #w-node-_7155cc90-2505-5d0b-17f9-d0c48b752dbb-3e3417cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9e5acfc-ee0c-db3f-4670-3d429f1a0994-3e3417d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0b34106-97ab-3236-b978-4012ed066df3-3e3417d2, #w-node-_167ae2ea-cf9c-3931-ce25-fcaf318875a6-3e3417d2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7c101660-0f67-de10-66e6-c90bc89c8a8d-3e3417d2, #w-node-bccfb095-4648-b9e6-b20a-c6bff5bb91bb-3e3417d2, #w-node-c5d2bdea-c3e7-1bc4-4dfb-e1fa46c591f5-3e3417d2, #w-node-_4bd6afa1-bd4d-dedb-1f50-0b4c11ff5506-3e3417d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8b41b8f-32d5-298c-f598-4c80bd153102-3e3417d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db9ac2d4-7b6c-c610-ce91-1eafc888d040-3e3417d6, #w-node-_89465384-3b8f-4fe6-4eb2-419d3c8e3c63-3e3417d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77200c3c-0163-90d8-15d5-61280ad38154-3e3417d6, #w-node-_177d5935-a654-9cc3-9191-4914ee2f0cd6-3e3417d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c72119ae-e8a6-530c-2c78-79b549cd3d5a-3e3417d6, #w-node-_1ad02178-2973-982a-2165-8b10a3c6e0e2-3e3417d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_282254f7-7abe-48dc-fd70-40dfe25405f9-3e3417d6, #w-node-_03833aac-91ab-2549-e9aa-e6debacaf6ae-3e3417d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fff32dfb-25fa-1713-2962-e10aec07e40f-3e3417d6, #w-node-e791c768-7687-5e94-b051-a6f46526b140-3e3417d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_249ceff8-216d-ab40-6fa7-6305935d52d1-3e3417d6, #w-node-_15b7b6b1-b36e-2a66-be57-aa6234d920bb-3e3417d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36af6c33-cd64-25f6-58c3-4f99b266a3b1-3e3417d6, #w-node-_1c16272a-8ca8-04fb-ab98-340d5a00c385-3e3417d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13d23770-8505-0c8c-f2c7-cae7b14a5788-3e3417d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ed49b54-3448-6cd6-dcad-c8c73509f7e5-3e3417d6, #w-node-_0ed49b54-3448-6cd6-dcad-c8c73509f7e9-3e3417d6, #w-node-_0ed49b54-3448-6cd6-dcad-c8c73509f7ed-3e3417d6, #w-node-_6c3a25ca-8728-ec6e-6e58-755a408d5c12-65f54f66, #w-node-_6c3a25ca-8728-ec6e-6e58-755a408d5c16-65f54f66, #w-node-_6c3a25ca-8728-ec6e-6e58-755a408d5c1a-65f54f66, #w-node-_6c3a25ca-8728-ec6e-6e58-755a408d5c1e-65f54f66, #w-node-aa18008b-5147-69f4-e555-9029fb873cd3-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873cd5-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873cd6-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873cd9-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873cdb-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873cdf-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873ce1-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873ce2-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873ce4-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873ce5-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873ce7-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873ce8-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873cea-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873ceb-304cfefe, #w-node-aa18008b-5147-69f4-e555-9029fb873ced-304cfefe, #w-node-_4f211948-4769-051e-52b7-c2023d9277f6-304cfefe, #w-node-_4f211948-4769-051e-52b7-c2023d9277f8-304cfefe, #w-node-_8f72e100-6fa6-b40d-0a79-aebb277353c4-304cfefe, #w-node-_8f72e100-6fa6-b40d-0a79-aebb277353c6-304cfefe, #w-node-_703bad8b-8342-0124-804f-f7d6c9fb7e3d-304cfefe, #w-node-_703bad8b-8342-0124-804f-f7d6c9fb7e3f-304cfefe, #w-node-_67d8674d-92ac-9499-ea4a-23866aed5dfc-304cfefe, #w-node-_67d8674d-92ac-9499-ea4a-23866aed5dfe-304cfefe, #w-node-_9bfcea49-8ee8-26e8-29eb-2d0f80bdbe0b-304cfefe, #w-node-_9bfcea49-8ee8-26e8-29eb-2d0f80bdbe0d-304cfefe, #w-node-_8c3d652a-6bd6-3f48-59d3-258e97fd4b96-304cfefe, #w-node-_8c3d652a-6bd6-3f48-59d3-258e97fd4b98-304cfefe, #w-node-ac3dff7c-39ac-32b8-a6f2-741d8e4baa25-304cfefe, #w-node-ac3dff7c-39ac-32b8-a6f2-741d8e4baa27-304cfefe, #w-node-_4455aa69-7802-337c-908f-b58f5469cef9-304cfefe, #w-node-_4455aa69-7802-337c-908f-b58f5469cefb-304cfefe, #w-node-ebd951e2-5f8c-86f0-181b-574aa3c5c2ad-304cfefe, #w-node-ebd951e2-5f8c-86f0-181b-574aa3c5c2af-304cfefe, #w-node-_33d2bfa6-850c-c130-76b9-a9af55004da8-304cfefe, #w-node-_33d2bfa6-850c-c130-76b9-a9af55004daa-304cfefe, #w-node-_4bd6afa1-bd4d-dedb-1f50-0b4c11ff5506-bc6c0f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8b41b8f-32d5-298c-f598-4c80bd153102-bc6c0f7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db9ac2d4-7b6c-c610-ce91-1eafc888d040-bc6c0f7d, #w-node-_85379d2e-9f2c-21d0-53fc-cd97eaccb03e-bc6c0f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f601ed4-5a1a-0561-dc6a-999a1a22c2df-bc6c0f7d, #w-node-_77200c3c-0163-90d8-15d5-61280ad38154-bc6c0f7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89465384-3b8f-4fe6-4eb2-419d3c8e3c63-bc6c0f7d, #w-node-_1aa3b1f9-1f00-6a13-93a5-813968517c94-bc6c0f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b207ecd7-035a-94a8-acd2-049eacaba5c2-bc6c0f7d, #w-node-babf39ba-152d-e463-8495-f6ca0bfb3e11-bc6c0f7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29bef14c-ad4c-9c7c-89d1-3d569964545b-bc6c0f7d, #w-node-_4491812e-5494-7b52-8848-43f269ae2097-bc6c0f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_348fc71e-3b80-ff04-c81c-29c114694600-bc6c0f7d, #w-node-_84d71f5c-9413-a745-d297-8de4cfba86b3-bc6c0f7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83b0ae9b-bb11-11db-229f-cdab0bbf5156-bc6c0f7d, #w-node-c72119ae-e8a6-530c-2c78-79b549cd3d5a-bc6c0f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_177d5935-a654-9cc3-9191-4914ee2f0cd6-bc6c0f7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_999f256c-07e9-a271-32bc-5f751c470bd0-bc6c0f7d, #w-node-_999f256c-07e9-a271-32bc-5f751c470bd4-bc6c0f7d, #w-node-_999f256c-07e9-a271-32bc-5f751c470bd8-bc6c0f7d, #w-node-_4bd6afa1-bd4d-dedb-1f50-0b4c11ff5506-75c5432a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_177d5935-a654-9cc3-9191-4914ee2f0cd6-75c5432a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c72119ae-e8a6-530c-2c78-79b549cd3d5a-75c5432a, #w-node-db9ac2d4-7b6c-c610-ce91-1eafc888d040-75c5432a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8b41b8f-32d5-298c-f598-4c80bd153102-75c5432a, #w-node-_77200c3c-0163-90d8-15d5-61280ad38154-75c5432a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89465384-3b8f-4fe6-4eb2-419d3c8e3c63-75c5432a, #w-node-_6b3596e5-00e6-09e1-809f-2b35f563918f-75c5432a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4eedf03-9fd0-e97f-466f-9c19c499fed6-75c5432a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aec6abf9-793a-a9e0-a889-4d9f2ba08c13-75c5432a, #w-node-aec6abf9-793a-a9e0-a889-4d9f2ba08c1b-75c5432a, #w-node-aec6abf9-793a-a9e0-a889-4d9f2ba08c1f-75c5432a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4927dc-e2cc-cc80-7d4c-adef0ca26dcd-43079a0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ccaa0501-7c83-06ce-52fd-062540c354d8-43079a0b, #w-node-db9ac2d4-7b6c-c610-ce91-1eafc888d040-43079a0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8b41b8f-32d5-298c-f598-4c80bd153102-43079a0b, #w-node-_177d5935-a654-9cc3-9191-4914ee2f0cd6-43079a0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c72119ae-e8a6-530c-2c78-79b549cd3d5a-43079a0b, #w-node-_89465384-3b8f-4fe6-4eb2-419d3c8e3c63-43079a0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77200c3c-0163-90d8-15d5-61280ad38154-43079a0b, #w-node-_59af3657-008c-9c6a-7a11-9011e05f9a5a-43079a0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc5bc22e-59a3-8793-2a01-9550512937b9-43079a0b, #w-node-_1f3e90f4-ae1b-7665-27b9-b13c706e0c49-43079a0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90d39457-5cc6-6d88-e9f7-b4be1f3a46dd-43079a0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1f9d908-062f-b3b4-505f-5aaebb1e2c07-43079a0b, #w-node-a1f9d908-062f-b3b4-505f-5aaebb1e2c0b-43079a0b, #w-node-a1f9d908-062f-b3b4-505f-5aaebb1e2c13-43079a0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-3e3417cf {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5d2bdea-c3e7-1bc4-4dfb-e1fa46c591f5-3e3417d2 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght_loakl';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}