@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald.zip') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --hero-schrift-sub2: #000000ba;
  --persian-blue: #1e40af;
  --gold: #dd8f0a;
  --whitesmoke: whitesmoke;
  --white: white;
  --rot: red;
  --dunkleblau: #68cbde;
  --text-color: #000;
  --section-grey: #e7e7e7bf;
  --card-bg: #dee2e64f;
  --contact-field: #f8f9fa;
  --blau-wallpaper: #7fcaff;
  --helle-blau: #95d9e1;
}

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

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

.image-ratio_1x1 {
  aspect-ratio: 1;
  border-radius: .75rem;
  overflow: clip;
}

.section {
  color: #212529;
  background-color: #212529;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section.is-inverse {
  color: #f8f9fa;
  background-color: #212529;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

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

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.subheading {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0077b6;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0096c7;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #0077b6;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #0077b6;
}

.button.on-inverse {
  box-shadow: none;
  color: #fff;
  background-color: #0077b6;
  background-image: none;
  border-color: #0000;
}

.button.on-inverse:hover {
  box-shadow: none;
  background-color: #0096c7;
  border-color: #0000;
}

.button.on-inverse:active {
  box-shadow: none;
  background-color: #0077b6;
}

.button.is-secondary {
  color: #212529;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #dee2e6;
}

.button.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #adb5bd;
}

.button.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #dee2e6;
}

.button.is-secondary.on-inverse {
  color: #f8f9fa;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #343a40;
}

.button.is-secondary.on-inverse:hover {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #6c757d;
}

.button.is-secondary.on-inverse:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #343a40;
}

.grid_5-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_5-col.tablet-1-col.gap-small {
  grid-template-columns: 1fr;
}

.position_relative {
  position: relative;
}

.heading_h1 {
  color: #f8f9fa;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 500;
  line-height: 1.04em;
}

.nav-caret {
  margin: 0;
  position: relative;
}

.nav_container {
  background-color: #ddd0;
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 900px;
  margin-top: 0;
  margin-left: 351px;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #006aff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #0096c7;
}

.text-button.is-secondary {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.is-secondary:hover {
  opacity: .6;
}

.nav-menu_dropdown-list-wrapper {
  background-color: #f8f9fa;
  border-radius: .75rem;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu_dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link.w--current, .nav_link.w--open {
  background-color: #0000;
}

.nav_dropdown-menu {
  position: static;
}

.nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  display: flex;
}

.nav_menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.mega-nav_link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #212529;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.button_label {
  white-space: pre;
  display: block;
}

.nav_menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.card-link {
  box-shadow: none;
  opacity: 1;
  color: #212529;
  background-color: #f8f9fa;
  background-image: none;
  border: 0 solid #dee2e6;
  border-radius: .75rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
}

.card-link:hover {
  box-shadow: none;
  opacity: .6;
  color: #212529;
  background-color: #f8f9fa;
  transform: translateY(0);
}

.card-link.is-inverse {
  color: #f8f9fa;
  background-color: #212529;
  border-color: #0000;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.nav_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #212529;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_dropdown-link.w--current, .nav_dropdown-link.w--open {
  background-color: #0000;
}

.nav_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: -300px;
  padding-left: 0;
  display: flex;
}

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.nav_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.mega-nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.margin_top-auto {
  margin-top: auto !important;
}

.mega-nav_list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav {
  z-index: 99;
  color: #212529;
  background-color: #ffffffb3;
  border-radius: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 1250px;
  max-width: none;
  margin-top: -100px;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav.nav-about {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
}

.heading_h3 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.04em;
}

.button-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group-2.margin-top_none {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.nav_menu-list-item {
  margin-bottom: 0;
  display: flex;
}

.mega-nav_dropdown-list-wrapper {
  color: #212529;
  background-color: #f8f9fa;
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav_dropdown-list-wrapper.w--open {
  border-radius: .75rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.nav_mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button:hover {
  color: inherit;
}

.nav_mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button.w--open:hover {
  color: #5695ff99;
}

.nav_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: -27px;
  margin-left: 0;
  margin-right: -37px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0077b6;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0096c7;
  border-color: #0000;
}

.button-2:active {
  box-shadow: none;
  background-color: #0077b6;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #0077b6;
}

.button-2.buuton-3 {
  height: 40px;
  margin-top: 0;
  display: inline-flex;
}

.button-2.on-inverse {
  box-shadow: none;
  color: #fff;
  background-color: #1e40af;
  background-image: none;
  border-color: #0000;
  border-radius: 10px;
  height: 45px;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
}

.button-2.on-inverse:hover {
  box-shadow: none;
  background-color: #0096c7;
  border-color: #0000;
}

.button-2.on-inverse:active {
  box-shadow: none;
  background-color: #0077b6;
}

.button-2.on-inverse.btn-navigator {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.nav_center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: -62px;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: static;
}

.flex_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.icon {
  color: #006aff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon.is-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.eyebrow {
  color: #333;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.image-ratio_1x1-2 {
  aspect-ratio: 1;
  border-radius: .75rem;
  overflow: clip;
}

.section-2 {
  color: #212529;
  background-color: #212529;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section-2.is-inverse {
  color: #f8f9fa;
  background-color: #fff;
  background-image: linear-gradient(150deg, #e9d2b49c 5%, #73c3d11c 53%);
  margin-top: -70px;
}

.header-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -85px;
  margin-bottom: 3rem;
  margin-left: 0;
  display: block;
}

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

.button-group-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin: 60px auto 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.paragraph {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph.max-width_medium {
  color: var(--hero-schrift-sub2);
  width: 583px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.paragraph.max-width_medium.hero-text2 {
  color: var(--persian-blue);
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph.max-width_medium.hero-text2.hero-bilder-text {
  color: var(--gold);
  text-align: center;
  margin-top: -50px;
  padding-top: 1.25rem;
}

.paragraph.max-width_medium.hero-text2.hero-bilder-text.pfliesen {
  text-align: center;
  width: 1000px;
  margin-top: -50px;
  padding-top: 1.25rem;
}

.paragraph.max-width_medium.hero-text2.hero-bilder-text.pfliesen.hdach {
  width: 1200px;
  max-width: none;
  margin-top: -50px;
}

.paragraph.max-width_medium.hero-text3 {
  color: var(--whitesmoke);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 800px;
  font-weight: 500;
  display: flex;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0077b6;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0096c7;
  border-color: #0000;
}

.button-3:active {
  box-shadow: none;
  background-color: #0077b6;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #0077b6;
}

.button-3.on-inverse {
  background-color: var(--persian-blue);
  box-shadow: none;
  color: var(--white);
  background-image: none;
  border-color: #0000;
  border-radius: 10px;
  height: 45px;
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-3.on-inverse:hover {
  box-shadow: none;
  background-color: #0096c7;
  border-color: #0000;
}

.button-3.on-inverse:active {
  box-shadow: none;
  background-color: #0077b6;
}

.button-3.on-inverse.button-vorteile {
  background-color: var(--rot);
  font-weight: 600;
}

.button-3.on-inverse.btn-navigator {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-3.on-inverse.contact-btn {
  background-color: var(--dunkleblau);
  border-radius: 20px;
  height: 57.5938px;
}

.button-3.on-inverse.contact-btn.btn-formular {
  background-color: var(--whitesmoke);
  color: var(--text-color);
  margin-top: 0;
}

.button-3.is-secondary {
  color: #212529;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #dee2e6;
}

.button-3.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #adb5bd;
}

.button-3.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #dee2e6;
}

.button-3.is-secondary.on-inverse {
  color: var(--persian-blue);
  background-color: #0000;
  background-image: none;
  font-size: 18px;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px #343a40;
}

.button-3.is-secondary.on-inverse:hover {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #6c757d;
}

.button-3.is-secondary.on-inverse:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #343a40;
}

.grid_5-col-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_5-col-2.tablet-1-col.gap-small {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-columns: 1fr;
}

.position_relative-2 {
  margin-left: -94px;
  position: relative;
}

.heading-h1 {
  color: var(--text-color);
  letter-spacing: -.01em;
  text-wrap: balance;
  height: 40px;
  margin-top: .3rem;
  margin-bottom: .3em;
  padding-top: 0;
  padding-bottom: 80px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.04em;
}

.heading-h1.heading-hero-about {
  color: var(--hero-schrift-sub2);
}

.heading-h1.heading-bilder {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 95px;
  display: flex;
}

.heading-h1.heading-bilder.hfliesen {
  padding-bottom: 115px;
}

.heading-h1.heading-bilder.hfliesen.hdach {
  margin-top: 0;
}

.heading-h1.heading-bilder.hfliesen.hwc {
  margin-top: 0;
}

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

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

.image.image_cover.image-hero-picture {
  border-radius: .7rem;
}

.section-3 {
  background-color: #fff;
  background-image: linear-gradient(198deg, #73add11a 56%, whitesmoke 100%, var(--section-grey));
  color: #212529;
  height: 900px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.header-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.heading-h2 {
  color: var(--text-color);
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 700;
  line-height: 1.04em;
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: .75rem;
  position: relative;
  overflow: clip;
}

.image-ratio_3x2.margin-bottom_small {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  display: flex;
}

.image-ratio_3x2.margin-bottom_small:hover {
  mix-blend-mode: normal;
}

.image-ratio_3x2.margin-bottom_small.picture-tesot {
  background-image: url('../images/Fliesen-vornach.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  width: 530px;
  height: 530px;
}

.image-ratio_3x2.margin-bottom_small.picture-tesot.service-card-picture-different {
  background-image: url('../images/IMG-20250922-WA0020.avif');
  background-position: 0 0;
  background-size: cover;
}

.image-ratio_3x2.margin-bottom_small.picture-tesot.different-picture {
  background-image: url('../images/IMG-20250922-WA0010-2.avif');
  background-position: 0 0;
  background-size: cover;
}

.image-ratio_3x2.margin-bottom_small.picture-tesot.picture-different2 {
  background-image: url('../images/IMG-20250922-WA0055-1.avif');
  background-position: 0 0;
  background-size: cover;
}

.card_body-2 {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 400px;
  min-height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.card_body-2.card-service {
  height: 300px;
}

.card_body-2.body-picture {
  height: 330px;
  min-height: auto;
}

.is-align-center {
  text-align: center;
  align-items: center;
  margin-top: -70px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.grid_3-col-2.gap-xsmall {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-bottom_none-2 {
  color: var(--hero-schrift-sub2);
  width: 250px;
  margin-bottom: 0 !important;
}

.heading_h2 {
  color: var(--text-color);
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.heading_h2.picture-ueberschrift {
  margin-bottom: 2em;
}

.heading_h2.leistungen-heading-h2 {
  color: var(--persian-blue);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.card {
  box-shadow: none;
  color: #212529;
  background-color: #f8f9fa;
  background-image: none;
  border: 0 solid #dee2e6;
  border-radius: .75rem;
  flex-flow: row;
  flex: 0 auto;
  width: 300px;
  height: 540px;
  list-style-type: none;
  overflow: hidden;
}

.card:hover {
  background-color: #fff;
  box-shadow: 0 2px 20px 10px #0003;
}

.card.picture {
  width: 530px;
  height: 530px;
}

.card.picture.picture-fliesen {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 400px;
  height: 500px;
}

.card.picture.picture-fliesen.picturef1 {
  background-image: url('../images/IMG-20250922-WA0034.avif');
  background-size: cover;
}

.card.picture.picture-fliesen.picturef2 {
  background-image: url('../images/IMG-20250922-WA0035.avif');
  background-size: cover;
}

.card.picture.picture-fliesen.picturef3 {
  background-image: url('../images/IMG-20250922-WA0022.avif');
  background-size: cover;
}

.card.picture.picture-fliesen.picturef3.pictured1 {
  background-image: url('../images/IMG-20250922-WA0027.avif');
  background-position: 0 0;
  background-size: cover;
}

.card.picture.picture-fliesen.picturef3.picture-fenster.picturer1 {
  background-image: url('../images/IMG-20250922-WA0015.avif');
  background-position: 0 0;
  background-size: cover;
  width: 500px;
}

.card.picture.picture-fliesen.picturef3.picture-fenster.picturer2 {
  background-image: url('../images/IMG-20250922-WA0010-2.avif');
  background-position: 0 0;
  background-size: cover;
  width: 500px;
}

.card.picture.picture-fliesen.picturef3.picture-fenster.picturer3 {
  background-image: url('../images/IMG-20250922-WA0043.avif');
  width: 500px;
}

.card.picture.picture-fliesen.picturef3.picture-fenster.picturer4 {
  background-image: url('../images/IMG-20250922-WA0046-1.avif');
  background-position: 100%;
  background-size: cover;
  width: 500px;
}

.card.picture.picture-fliesen.picturef3.picture-wc.picturew2 {
  background-image: url('../images/IMG-20250922-WA0053.avif');
  background-position: 0 0;
  background-size: cover;
}

.card.picture.picture-fliesen.picturef3.picture-wc.picturew3 {
  background-image: url('../images/IMG-20250922-WA0051.avif');
  background-position: 0 0;
  background-size: cover;
}

.card.picture.picture-fliesen.picturef3.picture-wc.picture4 {
  background-image: url('../images/IMG-20250922-WA0055-1.avif');
}

.card.picture.picture-fliesen.picturef3.picture-wc.picturew5 {
  background-image: url('../images/IMG-20250922-WA0049.avif');
}

.card.picture.picture-fliesen.picturef3.picture-wc.picturew6 {
  background-image: url('../images/IMG-20250922-WA0052.avif');
}

.card.picture.picture-fliesen.picturef3.picturew1 {
  background-image: url('../images/WhatsApp-Bild-2025-09-22-um-07.04.10_f013a0f5.avif');
  background-position: 0 0;
  background-size: cover;
}

.card.picture.picture-fliesen.picturef4 {
  background-image: url('../images/IMG-20250922-WA0036.avif');
  background-size: cover;
}

.card.picture.picture-fliesen.picturef4.pictured2 {
  background-image: url('../images/IMG-20250922-WA0002.avif');
  background-position: 0 0;
  background-size: cover;
}

.card.picture.picture-fliesen.picturef5 {
  background-image: url('../images/IMG-20250922-WA0034.avif');
  background-size: cover;
}

.card.picture.picture-fliesen.picturef5.pictured3 {
  background-image: url('../images/IMG-20250922-WA0024.avif');
  background-position: 0 0;
  background-size: cover;
}

.card.picture.picture-fliesen.picturef6 {
  background-image: url('../images/IMG-20250922-WA0019.avif');
  background-size: cover;
}

.card.picture.picture-fliesen.picturef6.pictured4 {
  background-image: url('../images/IMG-20250922-WA0006.avif');
  background-position: 0 0;
  background-size: cover;
}

.card.picture.picture-fliesen.picturef7 {
  background-image: url('../images/IMG-20250922-WA0040.avif');
  background-size: cover;
}

.card.picture.picture-fliesen.picturef7.pictured5 {
  background-image: url('../images/IMG-20250922-WA0033.avif');
  background-position: 0 0;
  background-size: cover;
}

.card.picture.picture-fliesen.picturef8 {
  background-image: url('../images/IMG-20250927-WA0064.avif');
  background-size: cover;
}

.card.picture.picture-fliesen.picturef8.pictured7 {
  background-image: url('../images/IMG-20250922-WA0025.avif');
  background-position: 0 0;
  background-size: cover;
}

.card.picture.picture-fliesen.picturef8.pictured8 {
  background-image: url('../images/IMG-20250922-WA0030.avif');
  background-position: 0 0;
  background-size: cover;
}

.card.picture.picture-fliesen.picturef8.pictured9 {
  background-image: url('../images/IMG-20250922-WA0005.avif');
  background-position: 0 0;
  background-size: cover;
}

.eyebrow-2 {
  color: var(--persian-blue);
  letter-spacing: .01em;
  text-transform: none;
  background-color: #eecf5f7d;
  border-radius: 20px;
  width: 140px;
  height: 22px;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-top: 2px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.3em;
  display: inline-block;
}

.eyebrow-2.eyebrow5 {
  width: 150px;
}

.section-4 {
  color: #212529;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.heading_h2-2 {
  color: var(--text-color);
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 500;
  line-height: 1.04em;
}

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

.container-4 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid_5-col-3 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_5-col-3.tablet-1-col.gap-medium.margin-bottom_large {
  flex-flow: column;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  display: flex;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.section-5 {
  background-color: var(--whitesmoke);
  color: #000;
  height: 990px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.heading_h2-3 {
  color: var(--text-color);
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 500;
  line-height: 1.04em;
}

.image-ratio_3x2-2 {
  aspect-ratio: 3 / 2;
  border-radius: .75rem;
  position: relative;
  overflow: clip;
}

.image-ratio_3x2-2.margin-bottom_xsmall {
  border: 2px none var(--gold);
  border-radius: 15px;
}

.image-ratio_3x2-2.margin-bottom_xsmall:hover {
  box-shadow: 0 2px 7px 3px #0003;
}

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

.container-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid_3-col-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col-3.tablet-1-col.gap-small {
  margin-top: -50px;
}

.subheading-3 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph_small-2 {
  color: #212529;
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Inter, sans-serif;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.6em;
}

.content-block-link {
  color: inherit;
  text-decoration: none;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease-in-out;
  position: relative;
}

.content-block-link:hover {
  color: color-mix(in srgb, currentColor 65%, transparent);
}

.section-6 {
  background-color: var(--whitesmoke);
  color: #212529;
  height: 750px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.header-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.heading_h2-4 {
  color: #f8f9fa;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 500;
  line-height: 1.04em;
}

.heading_h2-4.margin-bottom_none.heading-h2 {
  color: #000;
  font-family: Inter, sans-serif;
}

.vorteile-card-body {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  height: 150px;
  min-height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-6.margin-top_medium {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.container-6.is-small {
  max-width: 1000px;
}

.grid_6-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area-2"
                 "Area ."
                 / minmax(0, 1fr) minmax(0, 1fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h3 {
  color: var(--persian-blue);
  letter-spacing: -.01em;
  width: auto;
  max-width: none;
  margin-bottom: .35em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-h3.vorteile-heading {
  width: 250px;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-h3.heading-card-bild {
  color: var(--persian-blue);
  text-shadow: 1px 1px 3px #0000004d;
  margin-top: .35rem;
  margin-bottom: .35em;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.vorteile-card-paragraph {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.vorteile-card-paragraph.margin-bottom_none {
  margin-top: 3px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.icon-2 {
  color: #006aff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-2.margin-bottom_xsmall {
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 80px;
}

.vorteile-card {
  border: 0px solid var(--card-bg);
  box-shadow: none;
  color: #212529;
  background-color: #f0f0f0;
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  width: 400px;
  height: 150px;
  line-height: 16px;
  list-style-type: none;
  display: block;
  overflow: hidden;
}

.eyebrow-3 {
  color: #333;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.eyebrow-3.margin-bottom_xsmall {
  font-family: Inter, sans-serif;
}

.grid_2-col-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col-2.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.section-7 {
  color: #212529;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.header-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

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

.flex_horizontal-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal-2.flex_vertical {
  flex-direction: column;
}

.flex_horizontal-2.flex_vertical.is-space-between {
  justify-content: space-between;
}

.container-7 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card_body_small {
  z-index: 1;
  flex-flow: column;
  min-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.subheading-4 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.avatar {
  object-fit: cover;
  background-color: #0077b6;
  border-radius: 100rem;
  flex: none;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.paragraph_small-4 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.heading_h1-3 {
  color: #000;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 500;
  line-height: 1.04em;
}

.card-3 {
  box-shadow: none;
  color: #212529;
  background-color: #f8f9fa;
  background-image: none;
  border: 0 solid #dee2e6;
  border-radius: .75rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
}

.text-button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #006aff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button-2:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #0096c7;
}

.section-8 {
  color: #fff;
  background-color: #212529;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.text-button_icon {
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.flex_vertical-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical-2.gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.header-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header-6.is-align-center {
  text-align: center;
  align-items: center;
  display: flex;
}

.button-group-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group-4.is-align-center {
  justify-content: center;
}

.container-8 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-8.is-small {
  max-width: 1000px;
}

.subheading-5 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.heading_h4-3 {
  color: #0077b6;
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 1.41rem;
  font-weight: 500;
  line-height: 1.3em;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.eyebrow-4 {
  color: #333;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.accordion_toggle-transparent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #212529;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 950px;
  padding: 1rem 0;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.accordion_toggle-transparent.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.section-9 {
  color: #212529;
  background-color: #f8f8f87a;
  background-image: linear-gradient(189deg, #f0f0f0ba 32%, #fff 58%);
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.header-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.flex_vertical-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  width: 980px;
  max-width: 980px;
  height: 330px;
  max-height: 330px;
  display: flex;
}

.accordion_content {
  background-color: #0000;
  padding: 0;
  position: static;
  overflow: hidden;
}

.accordion_content.w--open {
  position: relative;
}

.accordion_icon {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-9.is-small {
  max-width: 1000px;
  margin-bottom: 60px;
}

.subheading-6 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  width: 730px;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.padding_xsmall {
  padding: 1rem;
}

.accordion {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .5rem;
}

.accordion:hover {
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.accordion.is-transparent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 40%, transparent);
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-height: 330px;
  margin-bottom: 0;
  display: block;
}

.footer_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: color-mix(in srgb, currentColor 60%, transparent);
  justify-content: flex-start;
  align-items: center;
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer_link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer_link.on-inverse, .footer_link.on-inverse:hover {
  color: #f8f9fa;
}

.heading_h6 {
  letter-spacing: .1em;
  margin-bottom: .5em;
  font-size: .71rem;
  font-weight: 500;
  line-height: 1.3em;
}

.footer_icon-link {
  color: color-mix(in srgb, currentColor 70%, transparent);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .35rem;
  display: inline-flex;
}

.screen-reader {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.paragraph_xlarge {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.footer_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.flex_vertical-4.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.footer_icon-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button-group-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.container-10 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-color_secondary {
  color: color-mix(in srgb, currentColor 75%, transparent);
}

.footer {
  color: #212529;
  background-color: #f8f9fa;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer.is-inverse {
  color: #f8f9fa;
  background-color: #212529;
}

.margin-bottom_none-3 {
  margin-bottom: 0 !important;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.divider-2 {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.grid_5-col-4 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_5-col-4.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.nav_logo-icon {
  align-self: stretch;
  display: flex;
}

.svg, .svg-2, .svg-3, .svg-4, .svg-5 {
  color: var(--gold);
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 30px;
  margin-left: 47px;
  display: flex;
}

.image-2 {
  width: 120px;
}

.service-card-text3 {
  color: var(--hero-schrift-sub2);
  width: 250px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.list {
  flex-flow: column;
  display: block;
}

.list.service-list {
  margin-bottom: 10px;
  line-height: 4px;
}

.list-item {
  height: 2px;
}

.list-item-2 {
  line-height: 2px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.services-card-button.on-inverse.button-3 {
  color: var(--persian-blue);
  background-color: #32384900;
}

.services-card-button.on-inverse.button-3:hover {
  background-color: var(--dunkleblau);
  color: var(--white);
}

.services-card-button.on-inverse.button-3.btn-more-picture {
  background-color: var(--section-grey);
  color: #3f5db9;
  text-shadow: 1px 1px 3px #0000004d;
  margin-top: 32px;
  margin-bottom: 16px;
}

.services-card-button.on-inverse.button-3.btn-more-picture:hover {
  background-color: var(--whitesmoke);
  color: var(--gold);
}

.vorteile-card-text-block {
  flex-flow: column;
  margin-top: -30px;
  margin-left: 20px;
  display: flex;
}

.code-embed {
  margin-top: 0;
  margin-left: 0;
}

.vorteile-card-icon {
  margin-top: -30px;
  margin-left: -30px;
  display: block;
}

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

.services-text-header {
  width: 600px;
  font-size: 18px;
}

.vorteile-heading-text {
  width: 600px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.div-block-4 {
  background-color: #f0f0f0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 280px;
  max-height: 330px;
  display: flex;
}

.form_error-message_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.form_success-message {
  background-color: #e3f7fc;
  border: 1px solid #0077b6;
  border-radius: .75rem;
  padding: 2rem;
}

.input_field {
  box-shadow: none;
  color: #212529;
  background-color: #f8f9fa;
  background-image: none;
  border: 1px solid #f8f9fa;
  border-radius: .5rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input_field:hover {
  box-shadow: none;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.input_field:focus {
  outline-offset: 2px;
  border-color: #f8f9fa;
  outline: 2px solid #0077b6;
}

.input_field::placeholder {
  color: #dee2e6;
}

.input_field.input_text-area {
  border-color: var(--contact-field);
  min-height: 7.5rem;
}

.input_label {
  z-index: 1;
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.card_body-3 {
  z-index: 1;
  background-image: linear-gradient(184deg, var(--persian-blue) 52%, var(--dunkleblau));
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  margin-bottom: 60px;
  padding: 3rem;
  display: none;
  position: relative;
}

.flex_horizontal-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal-3.flex_vertical {
  flex-direction: column;
}

.flex_horizontal-3.flex_vertical.gap-small.margin-bottom_none-4.padding-bottom_large.padding-top_large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  width: 1216px;
  max-width: 1216px;
}

.flex_horizontal-3.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex_horizontal-3.gap-xsmall.margin-bottom_none-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  max-width: 500px;
  height: 150px;
}

.heading_h3-2 {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.04em;
}

.button-group-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group-6.is-vertical-stretch {
  flex-flow: column;
  align-items: stretch;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.is-secondary {
  font-size: 16px;
}

.text-link {
  color: #006aff;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link:hover {
  color: #006aff99;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.is-secondary {
  color: #212529;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link.is-secondary:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.margin-bottom_none-4 {
  margin-bottom: 0 !important;
}

.subheading-7 {
  color: var(--white);
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.section-10 {
  color: #212529;
  background-color: #f8f9fa;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.btn-footer {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0077b6;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.btn-footer:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0096c7;
  border-color: #0000;
}

.btn-footer:active {
  box-shadow: none;
  background-color: #0077b6;
}

.btn-footer:focus {
  outline-offset: 2px;
  outline: 2px solid #0077b6;
}

.btn-footer.on-inverse {
  background-color: var(--contact-field);
  color: var(--persian-blue);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.display_inline-block {
  display: inline-block;
}

.grid_2-col-3 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col-3.is-y-bottom {
  align-items: end;
}

.grid_2-col-3.is-y-bottom.container-11 {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
}

.grid_2-col-3.tablet-1-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  width: 1500px;
  max-width: 1500px;
}

.input {
  margin-bottom: 1.25rem;
  position: relative;
}

.icon-3 {
  color: #006aff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  display: flex;
}

.card-4 {
  box-shadow: none;
  color: #212529;
  background-color: #f8f9fa;
  background-image: none;
  border: 0 solid #dee2e6;
  border-radius: .75rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 600px;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.form_error-message {
  background-color: #ff2b2b33;
  border: 1px solid #ff565666;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1rem;
}

.paragraph-3 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

.bold-text, .bold-text-2, .bold-text-3 {
  font-family: Inter, sans-serif;
  font-size: 32px;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-size: 16px;
}

.text-block-5, .text-block-6, .text-block-7 {
  margin-bottom: 10px;
}

.text-block-8 {
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
}

.div-block-6 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.div-block-7 {
  margin-top: 0;
}

.section-11 {
  background-image: linear-gradient(#e9d2b4d9 37%, #73c3d1), url('../images/Frame-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 850px;
  max-height: none;
  margin-top: -70px;
  display: flex;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.frame-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  overflow: hidden;
}

.ber-perfect-shine {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.ihr-partner-fr-sauberkeit-die-berzeugt {
  color: #1e40af;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-3 {
  overflow: hidden;
}

.frame-1-2 {
  background-image: url('../images/Frame-1.jpg'), linear-gradient(#e9d2b49c 5%, #73c3d11c 53%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 1095px;
  overflow: hidden;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 25px;
  display: flex;
}

.hero-inhalt {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1311px;
  height: 572px;
  padding: 47px 364px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.ber-perfect-shine-2 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.ihr-partner-fr-sauberkeit-die-berzeugt-2 {
  color: #1e40af;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_4-col.gap-small {
  grid-column-gap: 10rem;
  grid-row-gap: 0rem;
  border: 1px #000;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  place-items: center;
  margin-top: 0;
  margin-bottom: -66px;
  padding-top: 0;
}

.paragraph_small-5 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.section-12 {
  background-color: var(--whitesmoke);
  background-image: linear-gradient(180deg, #73c3d1 7%, var(--whitesmoke));
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.heading-hero-card {
  color: var(--white);
  mix-blend-mode: normal;
  text-shadow: 1px 1px 3px #0000004d;
  border: 1px #000;
  width: 274px;
  font-size: 28px;
}

.heading-hero-card2 {
  color: var(--white);
  text-shadow: 1px 1px 3px #0000004d;
  width: 275.281px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-hero-card3 {
  color: var(--whitesmoke);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-11 {
  border-right: 2px none var(--whitesmoke);
  margin-left: 0;
}

.div-block-12 {
  border-right: 2px none var(--whitesmoke);
  border-radius: 0;
}

.frame-4 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1217px;
  margin-top: 0;
  padding: 68px 207px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.worauf-warten-sie-noch {
  color: var(--persian-blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.berzeugen-sie-sich-selbst-von-unseren-ergebnissen {
  color: var(--dunkleblau);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.ob-fenster-fassaden-oder-komplette-gebude-wir-sorgen-fr-sauberkeit-die-bleibt-mit-erfahrung-modern {
  color: var(--hero-schrift-sub2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-14 {
  background-color: #d9d9d9;
}

.footer_link-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: color-mix(in srgb, currentColor 60%, transparent);
  justify-content: flex-start;
  align-items: center;
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer_link-2:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer_link-2.on-inverse, .footer_link-2.on-inverse:hover {
  color: #f8f9fa;
}

.heading_h6-2 {
  letter-spacing: .1em;
  margin-bottom: .5em;
  font-size: .71rem;
  font-weight: 500;
  line-height: 1.3em;
}

.footer_icon-link-2 {
  color: color-mix(in srgb, currentColor 70%, transparent);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .35rem;
  display: inline-flex;
}

.screen-reader-2 {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.paragraph_xlarge-2 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.paragraph_xlarge-2.margin-bottom_none-5.text_all-caps {
  width: 600px;
}

.footer_bottom-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex_vertical-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical-5.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.footer_icon-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button-group-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-color_secondary-2 {
  color: color-mix(in srgb, currentColor 75%, transparent);
}

.footer2 {
  color: #212529;
  background-color: #f8f9fa;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer2.is-inverse {
  color: #f8f9fa;
  background-color: #0f1a2b;
}

.margin-bottom_none-5 {
  margin-bottom: 0 !important;
}

.logo-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.logo-2:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.divider-3 {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.grid_5-col-5 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_5-col-5.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.nav_logo-icon-2 {
  align-self: stretch;
  width: 187.588px;
  display: flex;
}

.section-13 {
  background-image: linear-gradient(#e9d2b49c 5%, #73c3d11c 53%);
  height: 2000px;
  margin-top: 0;
  padding-top: 70px;
}

.section-13.sectionfliesen {
  height: 2000px;
}

.section-13.sectionfliesen.sectiondach {
  height: 2500px;
}

.section-13.sectionfliesen.section-wc {
  height: 1900px;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 674.797px;
  margin-top: 515px;
  display: flex;
}

.div-block-13.div-fliesen {
  margin-top: 515px;
}

.div-block-13.div-fliesen.div-dach {
  margin-top: 782px;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}

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

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

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

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

.display_inline-block-2 {
  display: inline-block;
}

.inline-input-0 {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.checkbox_toggle {
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in srgb, currentColor 50%, transparent);
  border-right-color: color-mix(in srgb, currentColor 50%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 50%, transparent);
  border-left-color: color-mix(in srgb, currentColor 50%, transparent);
  border-radius: .25rem;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: -32px;
  margin-right: .75rem;
  transition-property: border-color, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1), cubic-bezier(.165, .84, .44, 1);
}

.checkbox_toggle:hover {
  box-shadow: color-mix(in srgb, currentColor 30%, transparent) 0px 0px 0px 4px;
}

.checkbox_toggle:focus {
  outline-offset: 2px;
  outline: 2px solid #0077b6;
}

.checkbox_toggle.w--redirected-checked {
  background-color: #0077b6;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-style: none;
  border-color: #212529;
  border-radius: .5rem;
}

.checkbox_toggle.w--redirected-focus {
  box-shadow: none;
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: color-mix(in srgb, currentColor 40%, transparent);
}

.checkbox_toggle.w--redirected-focus-visible {
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: color-mix(in srgb, currentColor 40%, transparent);
  border-color: #f8f9fa;
}

.header-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.form_error-message_content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.form_success-message-2 {
  background-color: #e3f7fc;
  border: 1px solid #0077b6;
  border-radius: .75rem;
  padding: 2rem;
}

.input_field-2 {
  box-shadow: none;
  color: #212529;
  background-color: #f8f9fa;
  background-image: none;
  border: 1px solid #f8f9fa;
  border-radius: .5rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input_field-2:hover {
  box-shadow: none;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.input_field-2:focus {
  outline-offset: 2px;
  border-color: #f8f9fa;
  outline: 2px solid #0077b6;
}

.input_field-2::placeholder {
  color: #dee2e6;
}

.input_field-2.input_text-area {
  min-height: 7.5rem;
}

.input_label-2 {
  z-index: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.checkbox {
  margin-bottom: 1rem;
  padding: 0 0 0 2rem;
  display: flex;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.container-13.is-small.contact-block {
  background-color: #95d9e100;
  background-image: linear-gradient(#56b6fba1 53%, #ffae00ba 90%);
  border-radius: 20px;
  width: 450px;
  max-width: none;
  height: 630px;
  margin-bottom: 0;
  padding-bottom: 134px;
}

.button-4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0077b6;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-4:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0096c7;
  border-color: #0000;
}

.button-4:active {
  box-shadow: none;
  background-color: #0077b6;
}

.button-4:focus {
  outline-offset: 2px;
  outline: 2px solid #0077b6;
}

.max-width_small {
  max-width: 35rem;
}

.max-width_small.margin-horizontal_auto.contact-field {
  width: 302.141px;
}

.text-link-2 {
  color: #006aff;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link-2:hover {
  color: #006aff99;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link-2.is-secondary {
  color: #212529;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link-2.is-secondary:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.checkbox_label {
  margin-bottom: .5rem;
}

.subheading-8 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.is-align-center {
  text-align: center;
  align-items: center;
  display: flex;
}

.input-2 {
  margin-bottom: 1.25rem;
  position: relative;
}

.form_error-message-2 {
  background-color: #ff2b2b33;
  border: 1px solid #ff565666;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1rem;
}

.eyebrow-5 {
  color: #333;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.div-block-15 {
  margin-top: 134px;
}

.div-block-15.contact-hero {
  margin-top: 291px;
}

.section-14 {
  background-image: linear-gradient(150deg, #e9d2b49c 5%, #73c3d11c 53%);
  height: 1200px;
  padding-top: 70px;
}

.form {
  flex-flow: column;
  width: 302.141px;
  display: flex;
}

.form-block {
  width: 302.141px;
}

.nav_mobile-menu-button-2 {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button-2:hover {
  color: inherit;
}

.nav_mobile-menu-button-2.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button-2.w--open:hover {
  color: #5695ff99;
}

.icon-4 {
  color: #006aff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.nav_mobile-menu-button-3 {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button-3:hover {
  color: inherit;
}

.nav_mobile-menu-button-3.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button-3.w--open:hover {
  color: #5695ff99;
}

.icon-5 {
  color: #006aff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.menu-button {
  display: none;
}

.nav-link {
  font-size: 1.4rem;
}

.nav-link-2 {
  width: 140px;
  max-width: none;
  font-size: 1.4rem;
}

.nav-link-3 {
  font-size: 1.4rem;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-14 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: none;
  margin-left: 0;
  display: flex;
}

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

.div-block-18 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #ffffffb3;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 80px;
  display: flex;
}

.nav-left {
  width: 300px;
  margin-left: 0;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  margin-left: -5px;
  display: block;
}

.nav-right {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.main-nav {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 80px;
  display: flex;
}

.body {
  margin-top: 0;
}

.nav-left-2 {
  width: 300px;
  margin-left: 0;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-button-2 {
  display: none;
}

.nav-link-5 {
  width: 140px;
  max-width: none;
  font-size: 1.4rem;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-15 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.nav-link-6 {
  font-size: 1.4rem;
}

.navbar-2 {
  background-color: #ffffffb3;
  border-radius: 40px;
  height: 80px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .grid_5-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .nav_link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link:hover {
    color: #006aff;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.w--current:hover, .nav_link.w--open {
    background-color: #0000;
  }

  .nav_dropdown-menu {
    width: 100%;
    height: auto;
  }

  .nav_menu {
    background-color: #f8f9fa;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .nav_menu-list {
    flex-flow: column;
  }

  .card_body {
    padding: 2rem;
  }

  .mega-nav_dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .nav {
    height: auto;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .mega-nav_dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .grid_3-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .nav_mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav_mobile-menu-button.w--open {
    color: #0077b6;
    background-color: #0000;
  }

  .nav_mobile-menu-button.w--open:hover {
    color: #006aff;
  }

  .button-2.on-inverse {
    display: flex;
  }

  .button-2.on-inverse.btn-navigator {
    display: none;
  }

  .image-ratio_1x1-2 {
    width: 736px;
    display: none;
  }

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

  .section-2.is-inverse {
    justify-content: flex-start;
    align-items: flex-start;
    width: 768px;
    display: block;
  }

  .header-2 {
    width: 500px;
    margin-top: 0;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .paragraph.max-width_medium.hero-text2 {
    font-size: 24px;
  }

  .paragraph.max-width_medium.hero-text3 {
    width: 700px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .button-3.on-inverse {
    display: flex;
  }

  .button-3.on-inverse.btn-navigator {
    display: none;
  }

  .grid_5-col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

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

  .grid_5-col-2.tablet-1-col.gap-small {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .position_relative-2 {
    width: 600px;
    margin-left: 44px;
  }

  .heading-h1.heading-hero-about {
    width: 400px;
    height: 50px;
    padding-bottom: 0;
    font-size: 3rem;
  }

  .heading-h1.heading-bilder {
    margin-top: 123.7rem;
    font-size: 2.5rem;
  }

  .section-3 {
    max-width: none;
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .card_body-2 {
    padding: 2rem;
  }

  .grid_3-col-2.gap-xsmall {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .section-4 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .grid_5-col-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .grid_5-col-3.tablet-1-col {
    grid-template-columns: 1fr;
  }

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

  .grid_3-col-3.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .section-6 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .vorteile-card-body {
    width: 300px;
    padding: 2rem;
  }

  .container-6.margin-top_medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .grid_6-col {
    grid-column-gap: 17px;
    grid-template: "."
                   "."
                   "."
                   / 2fr;
    grid-auto-columns: .25fr;
    place-items: stretch stretch;
  }

  .vorteile-card {
    width: 300px;
    max-width: 300px;
  }

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

  .section-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .card_body_small {
    padding: 2rem;
  }

  .section-8, .section-9 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .grid_5-col-4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .card_body-3 {
    padding: 2rem;
  }

  .flex_horizontal-3.flex_vertical.gap-small.margin-bottom_none-4.padding-bottom_large.padding-top_large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 800px;
  }

  .margin-bottom_none-4 {
    margin-bottom: 0;
  }

  .section-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .grid_2-col-3.is-y-bottom {
    align-items: end;
  }

  .grid_2-col-3.is-y-bottom.container-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid_2-col-3.tablet-1-col {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section-11 {
    height: 900px;
  }

  .div-block-9, .hero-inhalt {
    height: 700px;
    margin-top: 0;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid_4-col.gap-small {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: minmax(0, 1fr) 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-hero-card {
    text-align: center;
    width: 275.281px;
    margin-left: 0;
    font-size: 20px;
  }

  .heading-hero-card2 {
    text-align: center;
    margin-left: 0;
    font-size: 18px;
  }

  .heading-hero-card3 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .worauf-warten-sie-noch {
    width: 500px;
    font-size: 3rem;
  }

  .footer2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-bottom_none-5 {
    margin-bottom: 0;
  }

  .grid_5-col-5 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .div-block-13 {
    margin-top: 0;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .checkbox_toggle {
    min-width: 24px;
    min-height: 24px;
  }

  .nav_mobile-menu-button-2 {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav_mobile-menu-button-2.w--open {
    color: #0077b6;
    background-color: #0000;
  }

  .nav_mobile-menu-button-2.w--open:hover {
    color: #006aff;
  }

  .nav_mobile-menu-button-3 {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav_mobile-menu-button-3.w--open {
    color: #0077b6;
    background-color: #0000;
  }

  .nav_mobile-menu-button-3.w--open:hover {
    color: #006aff;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header {
    margin-bottom: 2rem;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .card_body {
    padding: 1.5rem;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

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

  .header-2 {
    margin-bottom: 2rem;
  }

  .grid_5-col-2 {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .section-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header-3 {
    margin-bottom: 2rem;
  }

  .card_body-2 {
    padding: 1.5rem;
  }

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

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .section-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid_5-col-3 {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .grid_3-col-3 {
    grid-template-columns: 1fr;
  }

  .section-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header-4 {
    margin-bottom: 2rem;
  }

  .vorteile-card-body {
    padding: 1.5rem;
  }

  .grid_6-col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .grid_2-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col-2.mobile-l-1-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col-2.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header-5 {
    margin-bottom: 2rem;
  }

  .card_body_small {
    padding: 1.5rem;
  }

  .section-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header-6 {
    margin-bottom: 2rem;
  }

  .section-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header-7 {
    margin-bottom: 2rem;
  }

  .footer_bottom {
    text-align: center;
    flex-flow: column;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .grid_5-col-4 {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .grid_5-col-4.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card_body-3 {
    padding: 1.5rem;
  }

  .margin-bottom_none-4 {
    margin-bottom: 0;
  }

  .section-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid_2-col-3, .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer_bottom-2 {
    text-align: center;
    flex-flow: column;
  }

  .margin-bottom_none-5 {
    margin-bottom: 0;
  }

  .grid_5-col-5 {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .grid_5-col-5.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header-8 {
    margin-bottom: 2rem;
  }

  .max-width_small {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button {
    white-space: nowrap;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .nav_container {
    flex-flow: row;
    width: 32px;
    max-width: none;
  }

  .nav_menu {
    justify-content: center;
    align-items: center;
    width: auto;
    max-height: none;
    margin-bottom: -.3rem;
    margin-left: -217.4px;
  }

  .nav_menu-list {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
  }

  .nav_menu-list.nav_mobile-menu-button {
    display: none;
  }

  .card_body {
    padding: 1.5rem;
  }

  .nav {
    flex-flow: row;
    width: 383px;
    min-width: auto;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .nav_mobile-menu-button {
    margin-left: -101px;
    display: block;
    position: fixed;
  }

  .nav_mobile-menu-button.w--open {
    color: inherit;
    flex-flow: row;
    width: 30px;
    margin-left: 0;
    margin-right: 42px;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .nav_mobile-menu-button.w--open:active {
    margin-left: 0;
  }

  .nav_right {
    height: 0;
  }

  .button-2 {
    white-space: nowrap;
  }

  .button-2.on-inverse {
    width: 200px;
    font-size: 14px;
  }

  .nav_center {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    display: flex;
  }

  .icon {
    margin-left: 0;
    padding-left: 0;
  }

  .image-ratio_1x1-2 {
    justify-content: center;
    align-items: center;
    width: 300px;
    display: none;
  }

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

  .section-2.is-inverse {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 600px;
    margin-top: -50px;
    display: flex;
  }

  .header-2 {
    justify-content: center;
    align-items: flex-start;
    width: 306px;
    max-width: none;
    margin-left: -61px;
    display: flex;
  }

  .image_cover-2.mask_left {
    margin-top: 0;
  }

  .button-group-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    margin-top: 1rem;
    margin-left: 50px;
    display: flex;
  }

  .container-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .paragraph {
    font-size: 1rem;
  }

  .paragraph.max-width_medium {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 1rem;
    font-size: 14px;
    display: block;
  }

  .paragraph.max-width_medium.hero-text2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 306px;
    max-width: none;
    margin-top: -10px;
    font-size: 16px;
    display: block;
  }

  .paragraph.max-width_medium.hero-text2.hero-bilder-text {
    margin-top: -42px;
  }

  .paragraph.max-width_medium.hero-text2.hero-bilder-text.pfliesen {
    width: auto;
    margin-top: -75px;
    margin-bottom: 15.1rem;
    font-size: 14px;
  }

  .paragraph.max-width_medium.hero-text2.hero-bilder-text.pfliesen.hdach {
    width: auto;
    font-size: 16px;
  }

  .paragraph.max-width_medium.hero-text2.hero-bilder-text.pfliesen.pwc {
    margin-top: -100px;
    margin-bottom: 6rem;
  }

  .paragraph.max-width_medium.hero-text3 {
    width: 300px;
    margin-top: -10px;
    font-size: 14px;
  }

  .button-3 {
    white-space: nowrap;
  }

  .button-3.on-inverse {
    width: 200px;
    margin-top: 0;
    font-size: 14px;
  }

  .button-3.on-inverse.contact-btn.btn-formular {
    background-color: #7fcaff8f;
    margin-left: 50px;
  }

  .button-3.is-secondary.on-inverse {
    font-size: 14px;
  }

  .grid_5-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_5-col-2.tablet-1-col.gap-small {
    grid-row-gap: 67px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2.25fr));
    grid-auto-flow: row;
    place-items: center;
    margin-top: 43px;
  }

  .position_relative-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 10px;
    display: flex;
  }

  .heading-h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 306px;
    font-family: Oswald, Arial, sans-serif;
    font-size: 2.5rem;
    display: block;
  }

  .heading-h1.heading-hero-about {
    text-align: center;
    margin-top: 2.3rem;
    font-size: 2rem;
  }

  .heading-h1.heading-bilder {
    margin-top: 35rem;
  }

  .heading-h1.heading-bilder.hfliesen {
    margin-top: 0;
    font-size: 2rem;
  }

  .section-3 {
    height: 2500px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-h2 {
    font-size: 1.5rem;
  }

  .image-ratio_3x2.margin-bottom_small.picture-tesot {
    width: auto;
    height: 200px;
  }

  .card_body-2 {
    padding: 1.5rem;
  }

  .is-align-center {
    margin-top: -30px;
  }

  .grid_3-col-2.gap-xsmall {
    grid-template-columns: 1fr;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .card {
    width: auto;
  }

  .card.picture {
    width: auto;
    height: 200px;
  }

  .card.picture.picture-fliesen.picturef3 {
    width: 250px;
    height: 350px;
  }

  .card.picture.picture-fliesen.picturef3.picture-fenster.picturer1, .card.picture.picture-fliesen.picturef3.picture-fenster.picturer2, .card.picture.picture-fliesen.picturef3.picture-fenster.picturer3, .card.picture.picture-fliesen.picturef3.picture-fenster.picturer4 {
    width: 250px;
  }

  .card.picture.picture-fliesen.picturef4, .card.picture.picture-fliesen.picturef5, .card.picture.picture-fliesen.picturef6, .card.picture.picture-fliesen.picturef7, .card.picture.picture-fliesen.picturef8 {
    width: 250px;
    height: 350px;
  }

  .eyebrow-2 {
    margin-bottom: .25rem;
  }

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

  .grid_5-col-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-5 {
    height: 1900px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-6 {
    height: 1400px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .vorteile-card-body {
    justify-content: center;
    align-items: center;
    width: 320px;
    max-width: none;
    padding: 1.5rem;
  }

  .grid_6-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .heading-h3 {
    width: 200px;
    font-weight: 600;
  }

  .heading-h3.vorteile-heading {
    width: 200px;
  }

  .heading-h3.heading-card-bild {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
  }

  .vorteile-card {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 400px;
    max-width: none;
    display: flex;
  }

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

  .card_body_small {
    padding: 1.5rem;
  }

  .avatar {
    margin-bottom: 16px;
  }

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

  .button-group-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .accordion_toggle-transparent {
    width: auto;
  }

  .section-9 {
    width: auto;
    max-width: none;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .paragraph_large.margin-bottom_none {
    font-size: .88rem;
  }

  .flex_vertical-3, .is-align-center, .container-9.is-small, .subheading-6 {
    width: auto;
    max-width: none;
  }

  .accordion.is-transparent {
    width: 90%;
  }

  .footer_icon-group {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .button-group-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .logo {
    color: inherit;
  }

  .grid_5-col-4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-left: 0;
  }

  .services-card-button.on-inverse.button-3.btn-more-picture {
    flex-flow: column;
    width: 200px;
    margin-top: -227px;
    margin-bottom: 0;
    padding-bottom: 1em;
  }

  .services-text-header, .vorteile-heading-text {
    width: auto;
    font-size: 14px;
  }

  .card_body-3 {
    padding: 1.5rem;
  }

  .flex_horizontal-3.flex_vertical.gap-small.margin-bottom_none-4.padding-bottom_large.padding-top_large {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 300px;
    max-width: none;
    display: flex;
  }

  .flex_horizontal-3.gap-xsmall.margin-bottom_none-4 {
    flex-flow: row;
    width: auto;
    max-width: none;
  }

  .button-group-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .margin-bottom_none-4 {
    margin-bottom: 0;
  }

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

  .btn-footer {
    white-space: nowrap;
  }

  .grid_2-col-3.is-y-bottom.container-11 {
    grid-auto-columns: .25fr;
    width: auto;
    max-width: none;
  }

  .grid_2-col-3.tablet-1-col {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    width: auto;
    max-width: none;
  }

  .card-4 {
    width: auto;
  }

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

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 18px;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    width: 190.938px;
  }

  .text-block-5, .text-block-7 {
    font-size: 12px;
  }

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

  .div-block-7 {
    width: auto;
    margin-top: 30px;
  }

  .div-block-8 {
    margin-top: -50px;
  }

  .section-11 {
    width: auto;
    height: 950px;
    margin-top: -30px;
  }

  .div-block-9 {
    margin-top: 20px;
  }

  .hero-inhalt {
    width: 80%;
    height: 400px;
    margin-top: 0;
  }

  .grid_4-col.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 65px;
  }

  .section-12 {
    height: auto;
  }

  .frame-4 {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: -29px;
  }

  .worauf-warten-sie-noch {
    text-align: center;
    font-size: 1.8rem;
  }

  .berzeugen-sie-sich-selbst-von-unseren-ergebnissen {
    color: var(--hero-schrift-sub2);
    text-align: center;
    width: 250px;
    font-size: 16px;
  }

  .ob-fenster-fassaden-oder-komplette-gebude-wir-sorgen-fr-sauberkeit-die-bleibt-mit-erfahrung-modern {
    width: 300px;
    font-size: 14px;
  }

  .paragraph_xlarge-2.margin-bottom_none-5.text_all-caps {
    font-size: 1rem;
  }

  .footer_icon-group-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .button-group-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .margin-bottom_none-5 {
    margin-bottom: 0;
  }

  .logo-2 {
    color: inherit;
  }

  .grid_5-col-5 {
    grid-template-columns: minmax(0, 1fr);
  }

  .nav_logo-icon-2 {
    width: auto;
  }

  .section-13 {
    height: 1600px;
    padding-top: 50px;
  }

  .section-13.sectionfliesen {
    height: 3000px;
    margin-top: -30px;
    padding-top: 70px;
  }

  .section-13.sectionfliesen.sectiondach {
    height: 3900px;
  }

  .section-13.sectionfliesen.sectionfenster {
    height: 2200px;
  }

  .section-13.sectionfliesen.section-wc {
    height: 3000px;
  }

  .div-block-13.div-fliesen {
    height: auto;
    margin-top: 84px;
    margin-bottom: 0;
  }

  .div-block-13.div-fliesen.div-dach {
    margin-top: 77px;
  }

  .div-block-13.div-fliesen.div-wc {
    margin-top: 70px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .grid.grid-fliesen {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: -146px;
    padding-top: 0;
  }

  .grid.grid-fliesen.grid-dach, .grid.grid-fliesen.grid-fenster {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid.grid-fliesen.grid-wc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-14 {
    width: 200px;
    height: 200px;
  }

  .checkbox {
    justify-content: center;
    align-items: center;
  }

  .container-13.is-small.contact-block {
    background-image: linear-gradient(#56b6fba1 53%, #ffb618ad 90%);
    width: 330px;
    padding-top: 0;
  }

  .button-4 {
    white-space: nowrap;
  }

  .subheading-8 {
    margin-top: -10px;
    font-size: 14px;
  }

  .is-align-center.header-contact {
    width: 300px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .eyebrow-5 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-block-15.contact-hero {
    margin-top: 195px;
  }

  .section-14 {
    padding-top: 40px;
  }

  .svg-6 {
    margin-left: 0;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    width: 383px;
    margin-left: 0;
  }

  .nav_mobile-menu-button-2.w--open, .nav_mobile-menu-button-3.w--open {
    color: inherit;
  }

  .menu-button {
    background-color: #fff0;
    display: block;
  }

  .menu-button:active {
    background-color: #fff0;
  }

  .menu-button.w--open {
    background-color: #dee2e600;
  }

  .nav-link-2 {
    width: auto;
    display: flex;
  }

  .nav-menu {
    background-color: #ffffffb3;
    flex-flow: column;
  }

  .container-14 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    width: auto;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 300px;
  }

  .nav-left {
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .image-3 {
    width: 90px;
    max-width: none;
    margin-left: 0;
  }

  .icon-6 {
    color: var(--text-color);
  }

  .nav-left-2 {
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-menu-2 {
    background-color: #ffffffb3;
    flex-flow: column;
  }

  .icon-7 {
    color: #000;
  }

  .menu-button-2 {
    background-color: #fff0;
    display: block;
  }

  .menu-button-2:active {
    background-color: #fff0;
  }

  .menu-button-2.w--open {
    background-color: #dee2e600;
  }

  .nav-link-5 {
    width: auto;
    display: flex;
  }

  .container-15 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    width: auto;
  }

  .image-4 {
    width: 90px;
    max-width: none;
    margin-left: 0;
  }

  .navbar-2 {
    width: 300px;
    max-width: none;
    height: auto;
  }

  .heading {
    margin-top: 0;
    font-size: 24px;
  }

  .body-2 {
    max-width: none;
    height: auto;
  }
}

#w-node-_3d1c0c25-8a52-1ab9-e81e-37fdf15c6167-4c5cda49.w-node-_5970ccdf-245a-89e9-6561-6cbd831c8ee9-e3f98126 {
  grid-area: 1 / 3 / 5 / 6;
}

#w-node-d4acc4f9-0b02-d87e-5be2-e1ef4c5cda4e-4c5cda49.w-node-_5970ccdf-245a-89e9-6561-6cbd831c8eeb-e3f98126 {
  grid-area: 2 / 1 / 4 / 4;
  align-self: center;
}

#w-node-_0e1fa0c5-e439-28ce-7617-d401f25e258c-8d7c475e.w-node-bf2f54a0-667e-d56c-8e08-9e4d1be099fb-e3f98126 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4eeff9f8-f161-5d01-b1b8-ed0de26a6370-8d7c475e.w-node-bf2f54a0-667e-d56c-8e08-9e4d1be09a07-e3f98126, #w-node-_4eeff9f8-f161-5d01-b1b8-ed0de26a6370-8d7c475e.w-node-_91ba027a-75f0-f7dd-b804-8868b0ac0a76-e3f98126, #w-node-_4eeff9f8-f161-5d01-b1b8-ed0de26a6370-8d7c475e.w-node-bb169690-0087-19bc-1587-8f4de4ffe397-e3f98126, #w-node-_4eeff9f8-f161-5d01-b1b8-ed0de26a6370-8d7c475e.w-node-_485d4a56-8a62-1494-a693-b80bc7f750cd-e3f98126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04dc07b0-f222-1bb7-4b12-908691ce82ea-2a414fb1.w-node-b4173967-8fc7-8586-a4d1-6c0eba579108-e3f98126 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-bb173af5-bfb9-320e-5e2a-b4f258fcd7f1-e3f98126, #w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-bb173af5-bfb9-320e-5e2a-b4f258fcd7f6-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-dcb017a5-3f45-8863-c041-2598b8bce0a4-e3f98126, #w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-dcb017a5-3f45-8863-c041-2598b8bce0a9-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-c82b8abb-a8bd-be6c-6493-50c894f8ccc2-e3f98126, #w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-c82b8abb-a8bd-be6c-6493-50c894f8ccc7-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-ef48bb6a-e782-06bb-8110-8b3925cd28ed-e3f98126, #w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-ef48bb6a-e782-06bb-8110-8b3925cd28f2-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_3d59f657-7e09-7feb-2f36-a7723c2076f9-e3f98126, #w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-_3d59f657-7e09-7feb-2f36-a7723c2076fe-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_03a3d77a-35c3-78b9-464e-c072eb3ed048-e3f98126, #w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-_03a3d77a-35c3-78b9-464e-c072eb3ed04d-e3f98126, #w-node-fcff2eb5-3900-ab5b-5021-b432d93f31ae-d93f31ab.w-node-_983909a8-07cd-64ba-9d77-ef70ef257781-e3f98126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcff2eb5-3900-ab5b-5021-b432d93f31b3-d93f31ab.w-node-_983909a8-07cd-64ba-9d77-ef70ef257788-e3f98126 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b9fe946-f76f-93ba-3eaa-8c8d6d52a282-6d52a280.w-node-fb889b34-0a93-d99a-6142-9db1f1f39d62-e3f98126 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_1b9fe946-f76f-93ba-3eaa-8c8d6d52a287-6d52a280.w-node-fb889b34-0a93-d99a-6142-9db1f1f39d67-e3f98126 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-f5c304b4-512c-2e85-733a-14af3b25cd31-711804a8.w-node-b4729591-c325-730d-34fe-338243b1a259-e3f98126 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53c04a3b-e07e-20a9-81bd-5ec264b53ca1-711804a8.w-node-b4729591-c325-730d-34fe-338243b1a22d-e3f98126 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b66b66e1-4645-3519-1e1f-23310fcfdf7c-711804a8.w-node-b4729591-c325-730d-34fe-338243b1a22e-e3f98126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_851d61a1-1dad-400a-5b6a-92b99f998536-b17c3d94.w-node-f39f54a7-87ae-2b1e-2596-8c53a712ce4d-a712ce4a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e9a6b330-6fef-7830-0b0b-04033483d0ff-3483d0ed.w-node-_5f67b2a4-9769-74c1-58c4-01a1c91c8b55-93410757, #w-node-e9a6b330-6fef-7830-0b0b-04033483d0ff-3483d0ed.w-node-_9bf91520-5943-4960-df0f-f9b635ae0fe7-93410757, #w-node-e9a6b330-6fef-7830-0b0b-04033483d0ff-3483d0ed.w-node-_09edd060-6457-0d98-bb14-50173283f6cd-93410757 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b9fe946-f76f-93ba-3eaa-8c8d6d52a282-6d52a280.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b2a-93410757 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_1b9fe946-f76f-93ba-3eaa-8c8d6d52a287-6d52a280.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b31-93410757 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-f5c304b4-512c-2e85-733a-14af3b25cd31-711804a8.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b5d-93410757 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53c04a3b-e07e-20a9-81bd-5ec264b53ca1-711804a8.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b80-93410757 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b66b66e1-4645-3519-1e1f-23310fcfdf7c-711804a8.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b81-93410757 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3d1c0c25-8a52-1ab9-e81e-37fdf15c6167-4c5cda49.w-node-_5970ccdf-245a-89e9-6561-6cbd831c8ee9-e3f98126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4acc4f9-0b02-d87e-5be2-e1ef4c5cda4e-4c5cda49.w-node-_5970ccdf-245a-89e9-6561-6cbd831c8eeb-e3f98126 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-bb173af5-bfb9-320e-5e2a-b4f258fcd7f1-e3f98126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-dcb017a5-3f45-8863-c041-2598b8bce0a4-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-c82b8abb-a8bd-be6c-6493-50c894f8ccc2-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-ef48bb6a-e782-06bb-8110-8b3925cd28ed-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_3d59f657-7e09-7feb-2f36-a7723c2076f9-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_03a3d77a-35c3-78b9-464e-c072eb3ed048-e3f98126 {
    grid-column: span 3 / span 3;
  }

  #w-node-fcff2eb5-3900-ab5b-5021-b432d93f31b3-d93f31ab.w-node-_983909a8-07cd-64ba-9d77-ef70ef257788-e3f98126 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1b9fe946-f76f-93ba-3eaa-8c8d6d52a282-6d52a280.w-node-fb889b34-0a93-d99a-6142-9db1f1f39d62-e3f98126, #w-node-_1b9fe946-f76f-93ba-3eaa-8c8d6d52a287-6d52a280.w-node-fb889b34-0a93-d99a-6142-9db1f1f39d67-e3f98126 {
    grid-column: 1 / 6;
  }

  #w-node-f5c304b4-512c-2e85-733a-14af3b25cd31-711804a8.w-node-b4729591-c325-730d-34fe-338243b1a259-e3f98126 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53c04a3b-e07e-20a9-81bd-5ec264b53ca1-711804a8.w-node-b4729591-c325-730d-34fe-338243b1a22d-e3f98126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b66b66e1-4645-3519-1e1f-23310fcfdf7c-711804a8.w-node-b4729591-c325-730d-34fe-338243b1a22e-e3f98126 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b9fe946-f76f-93ba-3eaa-8c8d6d52a282-6d52a280.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b2a-93410757, #w-node-_1b9fe946-f76f-93ba-3eaa-8c8d6d52a287-6d52a280.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b31-93410757 {
    grid-column: 1 / 6;
  }

  #w-node-f5c304b4-512c-2e85-733a-14af3b25cd31-711804a8.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b5d-93410757 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53c04a3b-e07e-20a9-81bd-5ec264b53ca1-711804a8.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b80-93410757 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b66b66e1-4645-3519-1e1f-23310fcfdf7c-711804a8.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b81-93410757 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_04dc07b0-f222-1bb7-4b12-908691ce82ea-2a414fb1.w-node-b4173967-8fc7-8586-a4d1-6c0eba579108-e3f98126 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_851d61a1-1dad-400a-5b6a-92b99f998536-b17c3d94.w-node-f39f54a7-87ae-2b1e-2596-8c53a712ce4d-a712ce4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3d1c0c25-8a52-1ab9-e81e-37fdf15c6167-4c5cda49.w-node-_5970ccdf-245a-89e9-6561-6cbd831c8ee9-e3f98126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-bb173af5-bfb9-320e-5e2a-b4f258fcd7f1-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-dcb017a5-3f45-8863-c041-2598b8bce0a4-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-c82b8abb-a8bd-be6c-6493-50c894f8ccc2-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-ef48bb6a-e782-06bb-8110-8b3925cd28ed-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_3d59f657-7e09-7feb-2f36-a7723c2076f9-e3f98126, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_03a3d77a-35c3-78b9-464e-c072eb3ed048-e3f98126 {
    grid-column: span 6 / span 6;
  }

  #w-node-b66b66e1-4645-3519-1e1f-23310fcfdf7c-711804a8.w-node-b4729591-c325-730d-34fe-338243b1a22e-e3f98126 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_851d61a1-1dad-400a-5b6a-92b99f998536-b17c3d94.w-node-f39f54a7-87ae-2b1e-2596-8c53a712ce4d-a712ce4a {
    grid-column: span 1 / span 1;
  }

  #w-node-b66b66e1-4645-3519-1e1f-23310fcfdf7c-711804a8.w-node-a0ff5a30-deac-fb3e-5567-a0e0e5e47b81-93410757 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}