@font-face {
  font-family: Ubuntu-Lokal;
  src: url('../fonts/ubuntu-v20-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu-Lokal;
  src: url('../fonts/ubuntu-v20-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu-Lokal;
  src: url('../fonts/ubuntu-v20-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu-Lokal;
  src: url('../fonts/ubuntu-v20-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --anthrazit-dunkel: #323232;
  --red: #e91d02;
  --black: black;
  --anthrazit-hell: #646464;
  --white: white;
  --grey: #d8d8d8;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
}

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

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

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

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

.body {
  color: var(--anthrazit-dunkel);
  font-family: Ubuntu-Lokal, Georgia, sans-serif;
  font-weight: 400;
}

.navbar-no-shadow {
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 250px;
}

.navbar-brand.w--current {
  transition: all .3s;
}

.navbar-brand.w--current:hover {
  transform: scale(.95);
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--red);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.display-none {
  display: none;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: var(--red);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 0;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  padding: 20px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s;
}

.nav-dropdown-link:hover {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--red);
  transform: scale(1.05);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-color: var(--red);
  outline-offset: 0px;
  color: var(--red);
  border-radius: 5px;
  outline-width: 2px;
  outline-style: solid;
}

.nav-dropdown-link.w--current {
  color: var(--red);
}

.nav-button-wrapper {
  margin-left: 60px;
}

.button-primary {
  background-color: var(--red);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.button-primary:hover {
  background-color: var(--black);
  color: #fff;
}

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

.image {
  width: 100%;
  max-width: none;
  height: 100%;
}

.section {
  padding: 140px 20px 101px;
  position: relative;
}

.div-block {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  padding-right: 10px;
  display: flex;
}

.text-block {
  color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.text-block.left {
  text-align: left;
}

.heading {
  color: var(--anthrazit-dunkel);
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph {
  color: var(--anthrazit-hell);
}

.button {
  border: 2px solid var(--red);
  color: var(--red);
  background-color: #3898ec00;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .3s;
}

.button:hover {
  background-color: var(--red);
  color: var(--white);
}

.button-2 {
  border: 2px solid var(--white);
  background-color: var(--red);
  color: var(--white);
  padding: 20px 40px;
  font-size: 16px;
  transition: all .3s;
}

.button-2:hover {
  border: 2px solid var(--red);
  background-color: var(--white);
  color: var(--red);
}

.div-block-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  max-width: 500px;
  margin-right: 50px;
  padding-top: 20px;
  display: flex;
}

.section-2 {
  background-color: var(--anthrazit-dunkel);
  padding: 60px 20px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.div-block-4 {
  background-color: var(--white);
  width: 2px;
  height: 100%;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.footer-dark {
  background-color: var(--anthrazit-dunkel);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  width: 250px;
  margin-right: 60px;
}

.footer-brand.w--current {
  transition: all .3s;
}

.footer-brand.w--current:hover {
  transform: scale(.95);
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 70%;
  display: grid;
}

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

.footer-block.ffnungszeiten {
  margin-top: 40px;
}

.title-small {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.footer-link {
  color: var(--white);
  white-space: nowrap;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--red);
}

.footer-link.aktuelles {
  display: none;
}

.footer-link.hover-none {
  white-space: normal;
  font-size: 1rem;
  line-height: 1.25rem;
}

.footer-link.hover-none:hover {
  color: var(--white);
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.image-2 {
  width: 100%;
}

.image-3 {
  width: 50px;
  max-width: none;
}

.div-block-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.section-3 {
  padding: 60px 20px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  display: flex;
}

.heading-2 {
  color: var(--anthrazit-dunkel);
  text-align: center;
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 55px;
}

.paragraph-2 {
  color: var(--anthrazit-hell);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

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

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

.image-4 {
  width: 75px;
  height: 75px;
}

.heading-3 {
  color: var(--anthrazit-dunkel);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-3 {
  border-bottom: 2px solid var(--anthrazit-hell);
  color: var(--anthrazit-hell);
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 36px;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.image-5 {
  width: 16px;
  max-width: none;
}

.text-block-5 {
  color: var(--red);
  text-align: left;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: .3px solid var(--grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.container-4 {
  max-width: 1000px;
  margin-top: 40px;
}

.div-block-9 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.container-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1000px;
  display: flex;
}

.heading-4 {
  width: 30%;
  color: var(--anthrazit-dunkel);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 50px;
}

.paragraph-4 {
  width: 50%;
  color: var(--anthrazit-hell);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-5 {
  padding: 100px 20px;
}

.container-7 {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.heading-5 {
  color: var(--anthrazit-dunkel);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

.paragraph-5 {
  color: var(--anthrazit-hell);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-12 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.button-3 {
  border: 2px solid var(--white);
  background-color: var(--red);
  margin-left: 20%;
  padding: 15px 40px;
  font-size: 16px;
  transition: all .3s;
}

.button-3:hover {
  border: 2px solid var(--red);
  background-color: var(--white);
  color: var(--red);
}

.section-6 {
  background-image: url('../images/Section---1_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 160px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-6 {
  color: var(--anthrazit-dunkel);
  margin-top: 0;
  margin-bottom: 0;
}

.container-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.paragraph-6 {
  margin-bottom: 0;
}

.section-7 {
  padding: 60px 20px;
}

.container-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
}

.paragraph-7 {
  color: var(--anthrazit-hell);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.section-8 {
  background-image: url('../images/firma-1_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-9 {
  padding: 100px 20px;
  position: relative;
}

.paragraph-8 {
  color: var(--anthrazit-hell);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.image-7 {
  width: 300px;
  max-width: none;
  position: absolute;
  inset: auto 13% 0% auto;
}

.section-10 {
  background-color: var(--anthrazit-dunkel);
  padding: 60px 20px;
}

.container-10, .container-11 {
  max-width: 1000px;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 500;
}

.grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-9 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.image-8 {
  width: 150px;
  max-width: none;
}

.section-11 {
  padding: 60px 20px;
  overflow: hidden;
}

.paragraph-10 {
  color: var(--anthrazit-hell);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-9 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.card {
  color: #b8b9c2;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.arrow-left {
  width: 50px;
  height: 50px;
  color: var(--anthrazit-dunkel);
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto auto 0% 0%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-mask {
  width: 30%;
  overflow: visible;
}

.arrow-right {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto 0% 0% auto;
}

.container-12 {
  width: 90%;
  max-width: 1300px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.image-9 {
  align-self: center;
  width: 100%;
  max-width: none;
}

.image-10 {
  width: 45px;
  max-width: none;
  transform: rotate(0);
}

.image-11 {
  width: 45px;
  max-width: none;
  transform: rotate(180deg);
}

.section-13 {
  background-image: url('../images/Section---1-1_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 44px;
}

.paragraph-11 {
  text-align: center;
  width: 60%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.section-14 {
  padding: 100px 20px;
}

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

.heading-11 {
  text-align: center;
  font-size: 36px;
}

.paragraph-12 {
  width: 75%;
  color: var(--anthrazit-hell);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

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

.placeholder {
  height: 55vh;
}

.placeholder.kamin {
  background-image: url('../images/firma-1_2.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.placeholder.kamin-fen {
  background-image: url('../images/firma-1_3.webp');
  background-position: 50%;
  background-size: cover;
}

.placeholder.kachel-fen {
  background-image: url('../images/firma-1_4.webp');
  background-position: 50%;
  background-size: cover;
}

.placeholder.back-fen-herd {
  background-image: url('../images/firma-1_5.webp');
  background-position: 50%;
  background-size: cover;
}

.placeholder.schornsteine {
  background-image: url('../images/firma-1_6.webp');
  background-position: 50%;
  background-size: cover;
}

.placeholder.fliesen-naturstein {
  background-image: url('../images/firma-1_7.webp');
  background-position: 50%;
  background-size: cover;
}

.placeholder.partner {
  background-image: url('../images/firma-1_8.webp');
  background-position: 50%;
  background-size: cover;
}

.paragraph-13 {
  color: var(--anthrazit-hell);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.bildergalerie {
  color: var(--anthrazit-hell);
  font-weight: 500;
  text-decoration: none;
}

.heading-12 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
}

.section-15 {
  padding: 100px 20px;
}

.grid-4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-15 {
  max-width: 1000px;
  margin-top: 100px;
}

.paragraph-14 {
  color: var(--anthrazit-hell);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-copy {
  color: var(--red);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.section-16 {
  padding: 40px 20px 100px;
}

.container-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  display: flex;
}

.start-kamin-fen {
  background-image: url('../images/Section---1_3.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-17 {
  max-width: 1000px;
}

.start-kachel-fen {
  background-image: url('../images/Section---1_4.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.start-back-fen-herd {
  background-image: url('../images/Section---1_5.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.start-schornsteine {
  background-image: url('../images/Section---1_6.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.start-fliesen-naturstein {
  background-image: url('../images/Section---1_7.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.start-referenzen {
  background-image: url('../images/Section---1_8.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.start-aktuelles {
  background-image: url('../images/Section---1_2.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.section-17 {
  padding: 100px 20px;
}

.heading-14 {
  text-align: center;
  width: 60%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 50px;
}

.section-18 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  padding: 6rem 20px;
  display: flex;
}

.container-19 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1000px;
  margin-top: 6rem;
  display: flex;
}

.container-19.display-none {
  display: none;
}

.text-block-7 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 20px;
}

.heading-15 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.div-block-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 15rem;
  max-width: none;
}

.button-4 {
  background-color: var(--red);
  padding: 12px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button-4.display-none {
  display: none;
}

.paragraph-15 {
  color: var(--anthrazit-hell);
  font-size: 18px;
  line-height: 28px;
}

.container-20 {
  max-width: 1000px;
}

.section-19 {
  padding: 100px 20px;
}

.heading-16 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 36px;
}

.paragraph-16 {
  color: var(--anthrazit-hell);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.grid-5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.section-20 {
  background-color: var(--anthrazit-dunkel);
  padding: 80px 20px;
}

.container-21 {
  max-width: 1000px;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 36px;
}

.paragraph-17 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.grid-6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.button-5 {
  border: 2px solid var(--white);
  background-color: var(--red);
  margin-left: 100px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.button-5:hover {
  border: 2px solid var(--red);
  background-color: var(--white);
  color: var(--red);
}

.section-21 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.start-partner {
  background-image: url('../images/Section---1-1_2.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-22 {
  padding: 80px 20px;
}

.heading-18 {
  text-align: center;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 50px;
}

.section-23 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  padding: 60px 20px 140px;
  display: flex;
}

.container-22 {
  max-width: 1000px;
}

.heading-19 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.body-2 {
  font-family: Ubuntu-Lokal, Georgia, sans-serif;
}

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

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

.image-19 {
  width: 125.719px;
}

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

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

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

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

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

.start-kontakt {
  background-image: url('../images/Section---1_9.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-24 {
  padding: 60px 20px;
}

.container-23 {
  max-width: 1000px;
}

.text-block-copy-copy {
  color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.heading-13-copy {
  text-align: center;
}

.paragraph-14-copy {
  color: var(--anthrazit-hell);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.container-24 {
  max-width: 1000px;
  margin-top: 40px;
}

.text-field {
  border: 2px solid var(--red);
  font-size: 16px;
}

.field-label {
  font-size: 16px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.submit-button {
  background-color: var(--red);
  align-self: center;
  margin-top: 20px;
  padding: 15px 30px;
}

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

.text-block-copy {
  color: var(--red);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.footer-copyright-center-2 {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.link-block-3 {
  transition: all .2s;
  position: absolute;
  inset: auto 15% 1% auto;
}

.link-block-3:hover {
  transform: scale(.95);
}

.image-20 {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

.container-29 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1000px;
  display: none;
}

.link-block-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-16 {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.image-21 {
  width: 50px;
  max-width: none;
}

.text-block-8 {
  color: var(--black);
  font-size: 16px;
  text-decoration: none;
}

.container-30 {
  max-width: 1000px;
}

.section-25 {
  padding: 180px 20px 100px;
}

.container-25 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1000px;
  display: flex;
}

.nav-link-dd {
  letter-spacing: .25px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-dd:focus-visible, .nav-link-dd[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.slider-2 {
  height: 100%;
}

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

.slide-2 {
  background-image: url('../images/Rectangle-4.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Rectangle-5.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4, .slide-5, .slide-6, .slide-7, .slide-8, .slide-9 {
  background-image: url('../images/system/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-10 {
  background-image: url('../images/Rectangle-5.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Rectangle-675.webp');
  background-position: 50%;
  background-size: cover;
}

.section-27 {
  background-color: var(--white);
  padding: 100px 20px;
  display: block;
  position: relative;
}

.section-27.display-none {
  display: none;
}

.container-32 {
  max-width: 1000px;
  position: relative;
}

.heading-20 {
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.text-block-9 {
  text-align: center;
  font-size: 16px;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.div-block-17.top-margin {
  margin-top: 5rem;
}

.div-block-17.inside-padding {
  padding-top: 6rem;
}

.text-block-10 {
  text-align: center;
  font-size: 24px;
}

.paragraph-18 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.button-6 {
  border: 2px solid var(--grey);
  background-color: var(--red);
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  transition: all .3s;
}

.button-6:hover {
  border: 2px solid var(--red);
  background-color: var(--grey);
  color: var(--black);
}

.image-22 {
  width: 250px;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-22.display-none {
  display: none;
}

.review-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--anthrazit-dunkel);
  border: .15rem solid #dadada;
  flex-flow: column;
  flex: 1;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.vertical-grey-line {
  background-color: var(--grey);
  height: .1rem;
}

.review-text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.review-paragraph {
  font-size: 1rem;
  line-height: 1.3rem;
}

.review-stars {
  width: 6rem;
}

.review-stars-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.news-video {
  width: 15rem;
}

.news-video.display-none {
  display: none;
}

.h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.center {
  text-align: center;
}

.paragraph-normal {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.paragraph-normal.display-none {
  display: none;
}

.hase-sale-image {
  width: 37rem;
  display: none;
}

.spacer-large {
  height: 6rem;
}

.black {
  color: var(--black);
}

.ofent-r-image {
  width: 42rem;
}

.sommeraktion {
  width: 100%;
  margin-top: 2rem;
}

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

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    border-radius: 5px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--anthrazit-dunkel);
    color: #fff;
  }

  .div-block-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container {
    margin-right: 20px;
  }

  .footer-dark {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-brand {
    width: 200px;
    margin-right: 20px;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-link {
    white-space: normal;
    line-height: 20px;
  }

  .image-3 {
    width: 40px;
  }

  .paragraph-3 {
    line-height: 30px;
  }

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

  .heading-4 {
    width: 40%;
  }

  .div-block-12 {
    width: 70%;
  }

  .button-3 {
    margin-left: 10%;
  }

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

  .image-8 {
    width: 80px;
  }

  .placeholder.kamin, .placeholder.kamin-fen, .placeholder.kachel-fen, .placeholder.back-fen-herd, .placeholder.schornsteine, .placeholder.fliesen-naturstein {
    height: 40vh;
  }

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-17 {
    margin-bottom: 40px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 40px;
  }

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

  .image-19 {
    width: 105.719px;
  }

  .link-block-3 {
    position: static;
  }

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

  .nav-link-dd {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-22 {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    width: 200px;
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block {
    z-index: 1;
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Rectangle-4.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
  }

  .div-block-2 {
    z-index: 2;
    width: auto;
    padding-right: 0;
    position: relative;
  }

  .button {
    padding: 12px 30px;
  }

  .button-2 {
    border-style: none;
    padding: 12px 30px;
  }

  .container {
    margin-right: 0;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-2 {
    font-size: 36px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    width: 250px;
  }

  .footer-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-block.ffnungszeiten {
    margin-top: 20px;
  }

  .title-small {
    margin-bottom: 8px;
  }

  .footer-link {
    text-align: center;
    margin-top: 8px;
  }

  .footer-link:hover {
    color: var(--red);
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-7 {
    width: auto;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-items: stretch stretch;
  }

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

  .heading-3 {
    font-size: 20px;
  }

  .paragraph-3 {
    display: none;
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .button-3 {
    margin-left: 5%;
  }

  .heading-8 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-13 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .image-8 {
    width: 50px;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

  .section-13 {
    padding-top: 140px;
  }

  .heading-10 {
    margin-bottom: 20px;
  }

  .paragraph-11 {
    width: 75%;
  }

  .section-14 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 30px;
  }

  .paragraph-12 {
    width: 90%;
    font-size: 16px;
    line-height: 28px;
  }

  .placeholder.kamin, .placeholder.kamin-fen, .placeholder.kachel-fen, .placeholder.back-fen-herd, .placeholder.schornsteine, .placeholder.fliesen-naturstein {
    height: 30vh;
  }

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

  .section-15 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .start-kamin-fen, .start-kachel-fen, .start-back-fen-herd, .start-schornsteine, .start-fliesen-naturstein, .start-referenzen, .start-aktuelles {
    padding-top: 140px;
  }

  .section-17 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-14 {
    width: 85%;
    font-size: 36px;
    line-height: 48px;
  }

  .section-18 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-19 {
    flex-flow: column;
    justify-content: flex-start;
  }

  .text-block-7 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-15 {
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-14 {
    flex-flow: row;
    flex: 1;
  }

  .image-13 {
    width: 160px;
  }

  .paragraph-15 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

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

  .grid-5, .grid-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .start-partner, .start-kontakt {
    padding-top: 140px;
  }

  .heading-13-copy {
    font-size: 30px;
    line-height: 34px;
  }

  .form {
    width: 90%;
  }

  .link-block-3 {
    position: static;
  }

  .image-20 {
    margin-top: 10px;
  }

  .link-block-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-21 {
    width: 30px;
  }

  .text-block-8 {
    white-space: nowrap;
  }

  .nav-link-dd {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section-27 {
    padding-top: 140px;
  }

  .div-block-17.inside-padding {
    padding-top: 0;
  }

  .news-video {
    width: 14rem;
  }

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

  .kachel-ofen-image {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph {
    color: var(--anthrazit-dunkel);
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .text-block-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-brand {
    width: 85vw;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto;
    margin-top: 30px;
  }

  .footer-block {
    white-space: normal;
    width: 100%;
  }

  .footer-block.mobile {
    display: none;
  }

  .title-small {
    margin-bottom: 8px;
  }

  .footer-link {
    white-space: normal;
    margin-top: 8px;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .div-block-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .heading-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-5 {
    width: 20px;
  }

  .text-block-5 {
    margin-right: 5px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .div-block-9 {
    flex-flow: column;
  }

  .container-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-4 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 44px;
  }

  .paragraph-4 {
    text-align: center;
    width: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .section-5 {
    padding-top: 0;
  }

  .container-7 {
    flex-flow: column;
  }

  .div-block-12 {
    width: auto;
  }

  .button-3 {
    align-self: flex-start;
    margin-top: 20px;
    margin-left: 0%;
    padding: 12px 30px;
  }

  .section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-7 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 22px;
  }

  .section-8 {
    height: 25vh;
  }

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

  .paragraph-8 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-13 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-6 {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-9 {
    display: none;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .section-13 {
    padding-top: 180px;
  }

  .heading-10 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-11 {
    width: 85%;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-11 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-12 {
    width: 100%;
  }

  .placeholder.kamin, .placeholder.kamin-fen, .placeholder.kachel-fen, .placeholder.back-fen-herd, .placeholder.schornsteine, .placeholder.fliesen-naturstein, .placeholder.partner {
    height: 20vh;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-12 {
    font-size: 28px;
  }

  .section-15 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .container-15 {
    margin-top: 60px;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .text-block-copy {
    font-size: 16px;
  }

  .section-16 {
    padding-bottom: 60px;
  }

  .container-16 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-13 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 26px;
  }

  .image-12 {
    max-width: 50%;
  }

  .start-kamin-fen, .start-kachel-fen, .start-back-fen-herd, .start-schornsteine, .start-fliesen-naturstein, .start-referenzen, .start-aktuelles {
    padding-top: 180px;
  }

  .heading-14 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
  }

  .section-18 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-19 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 2rem;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .image-13 {
    width: 80%;
    max-width: 100%;
  }

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

  .heading-16 {
    margin-bottom: 40px;
    font-size: 32px;
  }

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

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .heading-17 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .paragraph-17 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .image-15, .image-16, .image-17, .image-18 {
    display: none;
  }

  .button-5 {
    margin-top: 40px;
    margin-left: 0;
  }

  .start-partner {
    padding-top: 180px;
  }

  .section-22 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-18 {
    width: 90%;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 44px;
  }

  .start-kontakt {
    padding-top: 180px;
  }

  .text-block-copy-copy {
    font-size: 16px;
  }

  .heading-13-copy {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 26px;
  }

  .paragraph-14-copy {
    font-size: 14px;
  }

  .form {
    width: 100%;
  }

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

  .footer-copyright-center-2 {
    line-height: 18px;
  }

  .container-29 {
    flex-flow: column-reverse;
  }

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

  .container-25 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .slide-2 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Rectangle-4.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-10 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Rectangle-5.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-11 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Rectangle-675.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-27 {
    padding-bottom: 60px;
  }

  .heading-20 {
    font-size: 32px;
  }

  .div-block-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .news-video {
    width: 100%;
    max-width: 100%;
  }

  .h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .hase-sale-image, .ofent-r-image {
    width: auto;
  }
}

#w-node-_8934b27b-a7aa-0bac-5a11-9c1490e66fa5-90e66f99, #w-node-_8934b27b-a7aa-0bac-5a11-9c1490e66fb4-90e66f99, #w-node-_8934b27b-a7aa-0bac-5a11-9c1490e66fca-90e66f99, #w-node-_8934b27b-a7aa-0bac-5a11-9c1490e66fd3-90e66f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f59f41ca-89fb-7214-5ca7-6f7d9dabaa2f-38180491 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9f4126-772c-e5ac-796f-2bea024b06fa-38180491 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_83e06ed5-254b-f00a-607c-15a117a7eb32-38180491 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a72ac99-b4bc-834b-c447-1ab11b1fc3ca-38180491 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_37e6bb46-5c5e-d9fb-dc22-2a70fa5ceeca-38180491, #w-node-_29f930fc-cfd3-406f-c1a0-204b7b870201-38180491, #w-node-d9712928-4255-549a-a036-50c57a38eb7e-38180491 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d9712928-4255-549a-a036-50c57a38eb82-38180491 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d9712928-4255-549a-a036-50c57a38eb83-38180491 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e878ba1-b761-71a1-a736-1a29db792e67-38180491 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9e878ba1-b761-71a1-a736-1a29db792e69-38180491, #w-node-_9e878ba1-b761-71a1-a736-1a29db792e6d-38180491, #w-node-_7d6d94c6-0afd-e277-c104-475528498b8e-38180491 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d6d94c6-0afd-e277-c104-475528498b92-38180491 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7d6d94c6-0afd-e277-c104-475528498b93-38180491 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad82695b-a944-7f06-d493-2a813e3ccdfa-38180491 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ad82695b-a944-7f06-d493-2a813e3ccdfc-38180491, #w-node-ad82695b-a944-7f06-d493-2a813e3cce00-38180491 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_95ab50cd-bc48-3a8e-35a8-1f8704837410-4330dd2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_722c82ea-ff63-d44f-df63-2d1a0978701e-bd2327fe, #w-node-_722c82ea-ff63-d44f-df63-2d1a0978701e-97f15a5e, #w-node-_722c82ea-ff63-d44f-df63-2d1a0978701e-1f67fc3a, #w-node-_722c82ea-ff63-d44f-df63-2d1a0978701e-7e5de361, #w-node-_722c82ea-ff63-d44f-df63-2d1a0978701e-a2b5620b, #w-node-_722c82ea-ff63-d44f-df63-2d1a0978701e-54979c9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-a4d15ea0-72b1-1123-3082-d21b43e90ec7-38180491, #w-node-_19d0b7dd-1f8a-a4de-c685-b7ce270d7404-38180491, #w-node-be4388ea-3be2-d896-2b8b-849ba2f5bb14-38180491, #w-node-_41653809-1074-e129-4b74-3f4e1762715f-38180491, #w-node-d9712928-4255-549a-a036-50c57a38eb81-38180491, #w-node-d9712928-4255-549a-a036-50c57a38eb86-38180491, #w-node-_9e878ba1-b761-71a1-a736-1a29db792e67-38180491, #w-node-_9e878ba1-b761-71a1-a736-1a29db792e68-38180491, #w-node-_9e878ba1-b761-71a1-a736-1a29db792e69-38180491, #w-node-_9e878ba1-b761-71a1-a736-1a29db792e6c-38180491, #w-node-_9e878ba1-b761-71a1-a736-1a29db792e6d-38180491, #w-node-_7d6d94c6-0afd-e277-c104-475528498b91-38180491, #w-node-_7d6d94c6-0afd-e277-c104-475528498b96-38180491, #w-node-ad82695b-a944-7f06-d493-2a813e3ccdfa-38180491, #w-node-ad82695b-a944-7f06-d493-2a813e3ccdfb-38180491, #w-node-ad82695b-a944-7f06-d493-2a813e3ccdfc-38180491, #w-node-ad82695b-a944-7f06-d493-2a813e3ccdff-38180491, #w-node-ad82695b-a944-7f06-d493-2a813e3cce00-38180491 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Ubuntu-Lokal';
  src: url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu-Lokal';
  src: url('../fonts/ubuntu-v20-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu-Lokal';
  src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu-Lokal';
  src: url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}