@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --elements-webflow-library--neutral--300: #eff0f600;
  --bsb-black: #34312f;
  --bsb-orange: #ffa91e;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --bsb-beige: #f9f5f4;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50-2: #f9f5ff;
  --black: black;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --color: #c2c2c2;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.navbar-no-shadow {
  z-index: 2;
  background-color: var(--white);
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: var(--elements-webflow-library--neutral--300);
  justify-content: space-around;
  width: 100%;
  max-width: 1420px;
  margin-left: 7em;
  margin-right: 7em;
  padding: 20px 20px 20px 10px;
  display: flex;
}

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

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

.navbar-brand.w--current {
  padding-left: 0;
}

.nav-menu-wrapper {
  padding-top: 35px;
}

.nav-menu {
  color: var(--bsb-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Opensans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .9em;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.nav-link.hell {
  color: var(--white);
  text-decoration: none;
}

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.button-primary {
  background-color: var(--bsb-orange);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: var(--bsb-orange);
}

.image {
  width: 10em;
}

.link-block {
  background-color: var(--bsb-orange);
  border-radius: 30px;
  text-decoration: none;
}

.flex-block {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
}

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

.brix---hero-full-width-right-hero-v5 {
  max-width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-full-width-right {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: var(--bsb-orange);
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---bg-split-v4-left {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-circle-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---section-hero-v4 {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bsb-beige);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100vw;
  min-height: 100vh;
  margin-top: -104px;
  display: flex;
}

.bild-hero {
  background-image: url('../images/milivoj-kuhar-Te48TPzdcU8-unsplash.jpg');
  background-position: 0%;
  background-size: cover;
  width: 60vw;
  height: 100%;
  min-height: 100vh;
}

.container {
  justify-content: flex-start;
  align-items: center;
  max-width: 1480px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block {
  width: 40vw;
}

.uui-heroheader21_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.uui-heroheader21_image-wrapper {
  background-image: linear-gradient(349deg, #0000 79%, #fff), url('../images/bausanierung-beckmann-bsb-hamburg-norderstedt-sanierung-malermeister-klempnermeister.jpg');
  background-position: 0 0, 80% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 100%;
  position: relative;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader21_form {
  max-width: 32rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-heroheader21_content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7rem;
  padding-right: 2rem;
  display: flex;
}

.uui-heroheader21_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: grid;
}

.uui-section_heroheader21 {
  background-color: var(--bsb-beige);
  min-height: 100vh;
}

.h1 {
  color: var(--bsb-orange);
  text-transform: uppercase;
  max-width: 10em;
  font-family: Opensans, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 120%;
}

.h1.hell {
  color: var(--white);
  margin-top: -6px;
  padding-top: 0;
}

.fliestext {
  color: var(--bsb-black);
  width: 90%;
  margin-top: .8em;
  margin-bottom: 20px;
  font-family: Opensans, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 160%;
}

.fliestext.hell {
  color: var(--white);
  width: auto;
}

.fliestext.klein {
  margin-top: 0;
  font-size: 1em;
}

.fliestext.gr-er {
  font-size: 1.3em;
}

.fliestext.head {
  width: 80%;
  margin-top: 1em;
  font-size: 1.1em;
  font-weight: 300;
}

.fliestext.head.mittig {
  text-align: center;
}

.h2 {
  color: var(--bsb-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-left: 0;
  font-family: Opensans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.h2.klein {
  margin-left: 5px;
  font-size: .8em;
}

.h2.klein.hell {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 140%;
}

.h2._23 {
  margin-left: -23px;
}

.h2.nummer {
  margin-top: 0;
  font-size: 1em;
}

.h2.mitte {
  text-align: center;
  padding-top: 13px;
  line-height: 30px;
}

.h2.projekte {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.2em;
  font-weight: 700;
}

.h2._3 {
  margin-top: -15px;
}

.flex-block-2 {
  align-items: center;
  margin-top: 20px;
}

.flex-block-2.alle-l {
  margin-top: 20px;
  margin-left: 14px;
}

.section-leistung {
  background-color: var(--bsb-orange);
  padding-left: 7em;
  padding-right: 7em;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  max-width: 1420px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 0;
}

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

.con {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.div-block-2 {
  background-image: url('../images/komplettsanierung-beckmann-bsb-hamburg-norderstedt-umgebung.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6em;
  height: 6em;
}

.div-block-2.maler {
  background-image: url('../images/maler-malerarbeiten-malermeister-sanierung-beckmann-bsb-hamburg-norderstedt-umgebung-Kopie.svg');
}

.div-block-2.boden {
  background-image: url('../images/bodenbelagsarbeiten-boden-verlegen-beckmann-bsb-hamburg-norderstedt-umgebung.svg');
  width: 6em;
}

.div-block-2.sani {
  background-image: url('../images/shk-sanitaer-heizung-klima--technik-beckmann-bsb-hamburg-norderstedt-umgebung.svg');
  width: 6em;
}

.div-block-2.heizung {
  background-image: url('../images/shk-heizung-klima-beckmann-bsb-hamburg-norderstedt-umgebung.svg');
  width: 6em;
}

.div-block-2.fliesen {
  background-image: url('../images/fliesen-arbeiten-beckmann-bsb-hamburg-norderstedt-umgebung-Kopie.svg');
  width: 6em;
}

.div-block-2.k-chen {
  background-image: url('../images/kuechenbau-beckmann-bsb-hamburg-norderstedt-umgebung.svg');
  width: 6em;
}

.div-block-2.fasade {
  background-image: url('../images/fassadenarbeiten-beckmann-bsb-hamburg-norderstedt-umgebung.svg');
  width: 6em;
}

.div-block-2.wdvs {
  background-image: url('../images/Waermedaemmverbundsysteme-beckmann-bsb-hamburg-norderstedt-umgebung.svg');
}

.div-block-2.trocken {
  background-image: url('../images/trockenbau-beckmann-bsb-hamburg-norderstedt-umgebung-Kopie.svg');
}

.div-block-2.schimmel {
  background-image: url('../images/schimmelsanierung-beckmann-bsb-hamburg-norderstedt-umgebung.svg');
}

.div-block-2.trockungs {
  background-image: url('../images/trockungsarbeiten-beckmann-bsb-hamburg-norderstedt-umgebung.svg');
}

.div-block-2.ger-st {
  background-image: url('../images/baugeruest-beckmann-bsb-hamburg-norderstedt-umgebung.svg');
}

.cell-2 {
  padding-top: 0;
  padding-left: 40px;
}

.div-block-3 {
  margin-top: 9em;
  margin-left: auto;
  margin-right: -30px;
  padding-bottom: 40px;
  padding-left: 0;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---instagram-image-hidden-on-tablet, .brix---instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---image-width-100 {
  width: 100%;
}

.brix---grid-instagram-v2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  justify-content: flex-start;
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.brix---container-default-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1420px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.galleri {
  background-color: var(--white);
  color: var(--elements-webflow-library--neutral--100);
  border: 1px #000;
  padding: 140px 7em;
}

.galleri.beige {
  background-color: var(--bsb-beige);
}

.quick-stack-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-4 {
  background-color: #e9e9e9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  width: 100%;
  height: 30vh;
}

.div-block-4.lang {
  background-image: url('../images/357c4d56-3648-4459-a8a5-3d898e17e88b.jpeg');
  background-position: 50%;
  background-size: auto;
  border-radius: 5px;
  height: 100%;
}

.div-block-4.lang.k-che {
  background-image: url('../images/9c70f094-a248-486b-ae3b-870cf227ccbe.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-4.lang.badezimmer {
  background-image: url('../images/357c4d56-3648-4459-a8a5-3d898e17e88b.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 20em;
}

.div-block-4.lang.shk-bad {
  background-image: url('../images/IMG_8506.jpg');
  background-position: 50% 60%;
  background-size: cover;
  height: 20em;
}

.div-block-4.lang.shk-bad._2 {
  background-image: url('../images/IMG_8507.jpg');
}

.div-block-4.lang.shk-bad-nachher {
  background-image: url('../images/c59eaa70-72a6-4142-bc01-7e30ee516d77.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-4.lang.nachher-maler {
  background-image: url('../images/bf6df777-1dc6-4ed5-ae44-cbd9b8a66d0b.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-4.lang.nachher-maler.aussen-rot {
  background-image: url('../images/PHOTO-2025-08-02-20-45-09.jpg');
  background-position: 20%;
}

.div-block-4.lang.flur-maler {
  background-image: url('../images/e260fcf0-a7f7-417f-9c0b-87caebef4552.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-4.lang.flur-maler.ger-st-aussen {
  background-image: url('../images/PHOTO-2025-08-02-19-31-27-2.jpg');
  background-position: 100%;
}

.div-block-4.bad {
  background-image: url('../images/IMG_8506.jpg');
  background-position: 100%;
  background-size: cover;
  height: 20em;
}

.div-block-4.flur {
  background-image: url('../images/02c0f067-2f53-4fc4-b0e6-dd0b42b8bfaf.jpg');
  background-position: 50%;
  background-size: cover;
  height: 20em;
}

.div-block-4.wohnzimmer {
  background-image: url('../images/151955af-b127-493b-9c45-ff6595762f4c.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  height: 20em;
}

.div-block-4.shk-vohher {
  background-image: url('../images/IMG_2624.jpg');
  background-position: 0 100%;
  background-size: auto;
  height: 100%;
}

.div-block-4.maler-undboden {
  background-image: url('../images/IMG_2636.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 40em;
}

.div-block-4.maler-undboden.ger-st {
  background-image: url('../images/PHOTO-2025-08-02-19-32-47.jpg');
  background-position: 50%;
}

.div-block-4.maler {
  background-image: url('../images/PHOTO-2025-08-02-20-45-09.jpg');
  background-position: 0%;
  background-size: cover;
  height: 20em;
}

.div-block-4.gerust {
  background-image: url('../images/PHOTO-2025-08-02-19-31-27-2.jpg');
  background-position: 100% 40%;
  background-size: cover;
  height: 20em;
}

.section-2 {
  background-color: var(--bsb-beige);
  justify-content: center;
  padding: 140px 7em;
  display: flex;
}

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

.quick-stack-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 1420px;
}

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

.div-block-6 {
  background-image: url('../images/AdobeStock_414519571-Kopie.jpg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 37em;
}

.button {
  background-color: var(--bsb-orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Opensans, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.link-block-2 {
  color: var(--bsb-black);
  font-family: Opensans, sans-serif;
  text-decoration: none;
  transition: transform .3s;
}

.link-block-2:hover {
  pointer-events: auto;
  transform: scale(.9);
}

.space {
  height: 5px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---mg-bottom-0 {
  color: var(--bsb-black);
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: .8em;
  font-weight: 300;
}

.brix---footer-bottom-v14 {
  border-top: .5px solid var(--bsb-black);
  color: var(--bsb-black);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold {
  color: var(--bsb-black);
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--white);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 14px;
  align-items: center;
  padding: 10px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--bsb-orange);
  box-shadow: none;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: var(--bsb-black);
  font-size: 1em;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--bsb-orange);
}

.brix---footer-list-item {
  color: var(--bsb-black);
  letter-spacing: 2px;
  margin-bottom: 18px;
  padding-left: 0;
  font-weight: 300;
}

.brix---footer-list-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1em;
  list-style-type: none;
}

.brix---footer-list-wrapper.ausnahme {
  margin-top: 48px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  height: 5em;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px {
  margin-bottom: 0;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  justify-content: space-around;
  max-width: 1420px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.brix---container-default-3 {
  flex-direction: column;
  align-items: center;
  max-width: 1420px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.brix---footer-wrapper {
  border-top: .5px solid var(--bsb-orange);
  background-color: var(--bsb-beige);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
  font-family: Opensans, sans-serif;
  display: block;
  box-shadow: inset 0 2px 5px #0003;
}

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

.brix---bg-split-v4-right-2 {
  z-index: -2;
  background-color: var(--bsb-orange);
  width: 100%;
  max-width: 40%;
  height: 100%;
  min-height: auto;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.brix---bg-split-v4-left-2 {
  z-index: -2;
  background-color: var(--bsb-beige);
  width: 100%;
  max-width: 60%;
  height: 100%;
  min-height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---opacity-20-2 {
  opacity: .2;
}

.brix---floating-image-hero-v2---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-circle-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-top-56px-2 {
  margin-top: 56px;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v4-2 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.brix---section-hero-v4-2 {
  align-items: flex-start;
  height: auto;
  min-height: 100vh;
  margin-top: 4em;
  padding: 60px 8em;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.div-block-7 {
  background-image: url('../images/hbs-beckmann-fliesenarbeiten-511366204-sima.jpg');
  background-position: 75% 100%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 76vh;
  margin-bottom: 0;
  margin-left: 0;
  position: sticky;
  top: 163px;
}

.div-block-7.maler {
  background-image: url('../images/AdobeStock_77672892-Kopie.jpg');
  background-position: 10%;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50-2);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-layout20_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout20_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 8em;
  padding-right: 2rem;
}

.features-list {
  border-top: 1px solid var(--bsb-orange);
  border-bottom: 1px solid var(--bsb-orange);
  background-color: var(--bsb-beige);
  padding: 80px 8em;
  position: relative;
}

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

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

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.div-block-8 {
  background-image: url('../images/kreis.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4em;
  height: 4.5em;
  margin-right: -23px;
}

.quick-stack-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.cell-4 {
  justify-content: flex-end;
  align-items: flex-start;
}

.quick-stack-5 {
  z-index: 1;
  width: 100%;
  position: sticky;
}

.sticky {
  background-color: var(--bsb-beige);
  justify-content: flex-end;
  width: 100vw;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  top: 0;
}

.div-block-9 {
  background-color: var(--bsb-orange);
  width: 43%;
  height: auto;
  min-height: 90em;
  padding-bottom: 0;
  position: sticky;
  top: 30px;
  bottom: auto;
}

.container-4 {
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quick-stack-6 {
  max-width: 1420px;
  min-height: 100vh;
  margin-top: 10.5em;
}

.cell-5 {
  justify-content: flex-start;
  padding-top: 0;
}

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

.image-2 {
  width: 4em;
  height: auto;
}

.image-3, .image-4 {
  width: 4em;
}

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

.cell-6 {
  justify-content: center;
}

.section-3 {
  background-color: var(--bsb-beige);
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
}

.section-3.impressum {
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 10em;
  display: flex;
}

.quick-stack-7 {
  grid-column-gap: 20px;
  grid-row-gap: 96px;
  width: 100%;
  max-width: 1420px;
  height: auto;
  margin-top: 0;
}

.cell-7 {
  align-items: center;
}

.div-block-11 {
  background-image: url('../images/phone-fill-orange.svg');
  background-position: 0 0;
  background-size: auto;
  width: 4em;
  height: 4em;
}

.div-block-11.mail {
  background-image: url('../images/mail-fill-3-orange.svg');
}

.div-block-11.ort {
  background-image: url('../images/map-pin-2-fill-orange.svg');
}

.cell-8, .cell-9, .cell-10 {
  align-items: center;
}

.link, .link-2 {
  color: var(--bsb-black);
  text-decoration: none;
}

.div-block-12 {
  background-color: #ffffffc2;
  justify-content: center;
  align-items: center;
  height: 20%;
  display: flex;
}

.container-5 {
  flex-direction: column;
  max-width: 1420px;
  padding-left: 2em;
  display: flex;
}

.image-5 {
  height: 11px;
}

.image-5._2 {
  height: 13px;
  margin-top: 24px;
  margin-bottom: 10px;
}

.div-block-13 {
  background-image: url('../images/website-erneuerungen-.svg');
  background-position: 0 0;
  background-size: auto;
  width: 7em;
  height: 7em;
}

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

@media screen and (min-width: 1440px) {
  .image {
    width: 11em;
  }

  .brix---grid-hero-v1, .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .div-block-4.lang.k-che {
    background-position: 30% 100%;
  }

  .div-block-4.lang.badezimmer {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25em;
  }

  .div-block-4.bad, .div-block-4.flur, .div-block-4.wohnzimmer {
    background-repeat: no-repeat;
    background-size: cover;
    height: 25em;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .brix---grid-hero-v4-2 {
    grid-column-gap: 90px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 1.1em;
  }

  .image {
    width: 11em;
  }

  .brix---hero-full-width-right-hero-v5 {
    width: 100%;
    max-width: 46%;
  }

  .h1 {
    font-size: 4.5em;
    line-height: 130%;
  }

  .fliestext, .fliestext.hell {
    font-size: 1.3em;
  }

  .fliestext.head {
    font-size: 1.5em;
  }

  .h2 {
    font-size: 1.3em;
  }

  .h2.klein {
    font-size: 1em;
  }

  .h2.klein.hell {
    font-size: 1.2em;
  }

  .h2._23 {
    font-size: 1.3em;
  }

  .div-block-6 {
    height: 40em;
  }

  .div-block-8 {
    width: 4.5em;
  }

  .sticky {
    justify-content: flex-end;
  }

  .div-block-9 {
    min-height: 120vh;
  }

  .container-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-2, .image-3, .image-4 {
    width: 4.5em;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    margin-left: 2em;
    margin-right: 2em;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .brix---hero-full-width-right-hero-v5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 450px;
    display: flex;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .uui-heroheader21_image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .uui-heroheader21_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 40vh;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader21_content {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-heroheader21_component {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 2.4rem;
    padding-bottom: 0;
  }

  .uui-section_heroheader21 {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    max-width: none;
  }

  .h2 {
    font-size: 1em;
  }

  .section-leistung {
    padding-left: 1em;
    padding-right: 1em;
  }

  .quick-stack {
    margin-left: 0;
    margin-right: 0;
  }

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

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---instagram-image-hidden-on-tablet {
    display: none;
  }

  .brix---grid-instagram-v2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .galleri, .section-2 {
    padding: 60px 2em;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-6 {
    height: 30em;
  }

  .space {
    height: 0;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .cell-3 {
    align-items: flex-start;
  }

  .brix---bg-split-v4-right-2 {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---bg-split-v4-left-2 {
    max-width: 100%;
  }

  .brix---floating-image-hero-v2---2 {
    top: 24%;
    right: -30%;
  }

  .brix---mg-top-56px-2 {
    margin-top: 40px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v4-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-7 {
    height: 40vh;
  }

  .div-block-7.maler {
    background-image: url('../images/AdobeStock_77672892-Kopie.jpg'), linear-gradient(#0000, #0000);
    background-position: 30%, 0 0;
    height: 40vh;
  }

  .uui-layout20_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .div-block-8 {
    width: 3.5em;
  }

  .div-block-9 {
    width: 30%;
    min-height: 105em;
  }

  .div-block-9.maler {
    min-height: 95em;
  }

  .container-4 {
    width: auto;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-11 {
    background-repeat: no-repeat;
    width: 3em;
  }
}

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

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

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

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

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

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

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

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

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

  .brix---hero-full-width-right-hero-v5 {
    margin-top: 62px;
    position: static;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .uui-heroheader21_image-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heroheader21_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-heroheader21_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader21_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .galleri {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---floating-image-hero-v2---2 {
    max-width: 480px;
  }

  .brix---btn-circle-secondary-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---section-hero-v4-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-layout20_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout20_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-list {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-brand.w--current {
    padding-left: 20px;
  }

  .nav-menu-wrapper {
    height: 70vh;
    padding-top: 0;
  }

  .nav-menu {
    flex-flow: column wrap;
    height: 100%;
  }

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

  .menu-button.w--open {
    background-color: var(--bsb-orange);
  }

  .image {
    width: 39vw;
    height: auto;
  }

  .brix---hero-full-width-right-hero-v5 {
    object-fit: fill;
    height: 50%;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-full-width-right {
    padding-top: 48px;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---section-hero-v4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .uui-heroheader21_image-wrapper {
    background-position: 0 0, 50% 20%;
    height: 31vh;
    margin-top: 6.5em;
    padding-top: 0;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader21_content {
    margin-top: 0;
    padding-left: 1rem;
    overflow: visible;
  }

  .uui-heroheader21_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-section_heroheader21 {
    min-height: auto;
  }

  .h1 {
    text-align: left;
    font-size: 2.2em;
  }

  .fliestext {
    width: 100%;
  }

  .fliestext.hell {
    width: auto;
  }

  .fliestext.head {
    text-align: left;
    overflow-wrap: normal;
    width: 100%;
    font-size: 1.1em;
  }

  .h2 {
    font-size: 1em;
  }

  .h2._23 {
    margin-top: 9px;
    font-size: 1em;
  }

  .h2.mitte {
    margin-top: 0;
    padding-top: 4px;
  }

  .flex-block-2 {
    text-align: justify;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .flex-block-2.alle-l {
    margin-top: 0;
  }

  .section-leistung {
    width: 100vw;
    padding-left: 1em;
    padding-right: 1em;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .con {
    width: 40vw;
  }

  .div-block-2 {
    width: 5em;
    height: 5em;
  }

  .div-block-2.k-chen {
    width: 6em;
  }

  .cell-2 {
    padding-left: 0;
  }

  .div-block-3 {
    margin-top: 0;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---instagram-image-hidden-on-tablet, .brix---instagram-image {
    border-radius: 16px;
  }

  .brix---grid-instagram-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .galleri {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4, .div-block-4.lang {
    height: 20vh;
  }

  .div-block-4.lang.k-che {
    height: 20em;
  }

  .div-block-4.lang.badezimmer {
    background-repeat: no-repeat;
    background-size: cover;
    height: 20em;
  }

  .div-block-4.lang.shk-bad-nachher {
    background-repeat: no-repeat;
    height: 25em;
  }

  .div-block-4.lang.nachher-maler {
    height: 25em;
  }

  .div-block-4.lang.flur-maler {
    height: 20em;
  }

  .div-block-4.bad {
    background-position: 50%;
    background-size: cover;
    height: 20em;
  }

  .div-block-4.flur, .div-block-4.wohnzimmer {
    background-repeat: no-repeat;
    background-size: cover;
    height: 20em;
  }

  .div-block-4.shk-vohher {
    background-repeat: no-repeat;
    background-size: cover;
    height: 25em;
  }

  .div-block-4.maler-undboden {
    height: 25em;
  }

  .section-2 {
    padding: 60px 1em;
  }

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

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

  .div-block-6 {
    height: 15em;
  }

  .space {
    height: 0;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 10px 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 14px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 26px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .brix---bg-split-v4-right-2 {
    min-height: 33%;
  }

  .brix---bg-split-v4-left-2 {
    min-height: 710px;
  }

  .brix---floating-image-hero-v2---2 {
    display: none;
  }

  .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-v4-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-7 {
    height: 40vh;
    position: relative;
    top: 0;
  }

  .uui-layout20_item-list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .div-block-8 {
    width: 3em;
    margin-top: -10px;
  }

  .sticky {
    min-height: auto;
    display: flex;
    position: static;
  }

  .div-block-9 {
    background-color: var(--bsb-beige);
    width: 0%;
    min-height: auto;
    position: relative;
    top: 0;
  }

  .container-4 {
    height: 100%;
    margin-left: 1em;
    margin-right: 1em;
    position: relative;
  }

  .quick-stack-6 {
    margin-top: 6em;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2, .image-3, .image-4 {
    width: 3em;
  }

  .section-3 {
    height: auto;
    margin-top: 0;
    padding-top: 70px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .quick-stack-7 {
    grid-row-gap: 21px;
    width: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-7 {
    align-items: center;
  }

  .image-5 {
    height: 10px;
  }

  .image-5._2 {
    height: 11px;
  }
}

#w-node-_99318761-9e46-1b66-2fd1-220f1c0b3c3d-1fbd2837 {
  justify-self: end;
}

#w-node-_99318761-9e46-1b66-2fd1-220f1c0b3c5e-1fbd2837 {
  align-self: end;
}

#w-node-_97882a3b-6cab-dbac-4c73-fab51ead703c-1fbd2837 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-cb5a4f9b-e547-30d0-b7cb-5dcb6406656b-1fbd2837, #w-node-e38f76fd-5cff-ba10-72e2-a3c6e451bc4d-1fbd2837 {
  grid-column: span 2 / span 2;
}

#w-node-dedc7dae-31e2-05ff-4bc2-f1002aeb9561-1fbd2837 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5fd5b681-e782-ee95-be9e-4ee94d4c9bf4-1fbd2837 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5a55582b-1c03-f007-3006-2fa35deafaf5-1fbd2837 {
  grid-row: span 2 / span 2;
}

#w-node-_4beb6d76-32db-7596-51ae-9ac5d499edb3-8d716a16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8dc83f5b-2bd3-35f4-3b3b-a2fc18385983-8d716a16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f46a4379-26c5-6885-5101-5cf984e50bc7-8d716a16 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f46a4379-26c5-6885-5101-5cf984e50bc8-8d716a16, #w-node-f46a4379-26c5-6885-5101-5cf984e50bca-8d716a16 {
  grid-row: span 2 / span 2;
}

#w-node-_4beb6d76-32db-7596-51ae-9ac5d499edb3-08563e7a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8dc83f5b-2bd3-35f4-3b3b-a2fc18385983-08563e7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f46a4379-26c5-6885-5101-5cf984e50bc7-08563e7a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f46a4379-26c5-6885-5101-5cf984e50bc8-08563e7a, #w-node-f46a4379-26c5-6885-5101-5cf984e50bca-08563e7a, #w-node-f46a4379-26c5-6885-5101-5cf984e50bcc-08563e7a {
  grid-row: span 2 / span 2;
}

#w-node-b325ece1-10f7-058e-4390-3eff78f00a4a-e259486f {
  grid-template-rows: minmax(auto, .5fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b325ece1-10f7-058e-4390-3eff78f00a4b-e259486f {
  grid-column: span 3 / span 3;
}

#w-node-b325ece1-10f7-058e-4390-3eff78f00a4a-7c52a4ec {
  grid-template-rows: minmax(auto, .5fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b325ece1-10f7-058e-4390-3eff78f00a4b-7c52a4ec {
  grid-column: span 3 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_99318761-9e46-1b66-2fd1-220f1c0b3c3d-1fbd2837 {
    justify-self: start;
  }

  #w-node-_97882a3b-6cab-dbac-4c73-fab51ead703c-1fbd2837 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-cb5a4f9b-e547-30d0-b7cb-5dcb6406656b-1fbd2837 {
    grid-column: span 2 / span 2;
  }

  #w-node-dedc7dae-31e2-05ff-4bc2-f1002aeb9561-1fbd2837 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea410581-0b2d-3df9-73b1-f30c56b177fa-56b177f6, #w-node-ea410581-0b2d-3df9-73b1-f30c56b1781c-56b177f6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea410581-0b2d-3df9-73b1-f30c56b177fa-56b177f6 {
    grid-column: span 2 / span 2;
  }

  #w-node-ea410581-0b2d-3df9-73b1-f30c56b1781c-56b177f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_99318761-9e46-1b66-2fd1-220f1c0b3c5e-1fbd2837 {
    order: -9999;
  }

  #w-node-_97882a3b-6cab-dbac-4c73-fab51ead703c-1fbd2837 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-cb5a4f9b-e547-30d0-b7cb-5dcb6406656b-1fbd2837 {
    grid-column: span 2 / span 2;
  }

  #w-node-dedc7dae-31e2-05ff-4bc2-f1002aeb9561-1fbd2837 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dedc7dae-31e2-05ff-4bc2-f1002aeb9563-1fbd2837 {
    order: -9999;
  }

  #w-node-_5fd5b681-e782-ee95-be9e-4ee94d4c9bf4-1fbd2837 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c3320b69-fb12-3077-ecfd-13fbc37f9fd4-1fbd2837 {
    grid-row: span 2 / span 2;
  }

  #w-node-_4beb6d76-32db-7596-51ae-9ac5d499edb3-8d716a16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d718a97a-aa15-e3f1-e564-bb7dc277b712-8d716a16 {
    order: -9999;
  }

  #w-node-f46a4379-26c5-6885-5101-5cf984e50bc7-8d716a16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f46a4379-26c5-6885-5101-5cf984e50bca-8d716a16 {
    grid-row: span 2 / span 2;
  }

  #w-node-_4beb6d76-32db-7596-51ae-9ac5d499edb3-08563e7a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d718a97a-aa15-e3f1-e564-bb7dc277b712-08563e7a {
    order: -9999;
  }

  #w-node-f46a4379-26c5-6885-5101-5cf984e50bc7-08563e7a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f46a4379-26c5-6885-5101-5cf984e50bca-08563e7a {
    grid-row: span 2 / span 2;
  }

  #w-node-b325ece1-10f7-058e-4390-3eff78f00a4a-e259486f {
    grid-template-rows: minmax(auto, .5fr) auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-b325ece1-10f7-058e-4390-3eff78f00a4b-e259486f, #w-node-_6a1dc81b-1042-34dd-1f03-404b77ea3194-e259486f, #w-node-a271354d-d89f-2cac-6c6a-9b05d65e47e8-e259486f, #w-node-_2d0a9186-11e5-b437-ef69-019a89e6f853-e259486f {
    grid-column: span 2 / span 2;
  }

  #w-node-b325ece1-10f7-058e-4390-3eff78f00a4a-7c52a4ec {
    grid-template-rows: minmax(auto, .5fr) auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-b325ece1-10f7-058e-4390-3eff78f00a4b-7c52a4ec, #w-node-_6a1dc81b-1042-34dd-1f03-404b77ea3194-7c52a4ec, #w-node-a271354d-d89f-2cac-6c6a-9b05d65e47e8-7c52a4ec, #w-node-_2d0a9186-11e5-b437-ef69-019a89e6f853-7c52a4ec {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}