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

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

@font-face {
  font-family: Googlesans;
  src: url('../fonts/GoogleSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --schwarz: #1c2029;
  --hellgrau: #f1f1f1;
  --white: #fff;
  --orange: #ff4319;
  --grün: #24bfc7;
  --rot: #b33a1f;
  --scale-factor: 1vw;
  --padding-small: .5rem;
  --dunkel: #1a1b1f;
}

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

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

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

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

body {
  color: var(--schwarz);
  font-family: Googlesans, Arial, sans-serif;
  font-size: clamp(.875rem, 2vw, 1.25rem);
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.wrapper {
  grid-column-gap: 2dvh;
  grid-row-gap: 2dvh;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper.q {
  flex-flow: row;
}

.wrapper.center {
  background-color: var(--hellgrau);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 2vw;
}

.wrapper.hintergrund {
  background-color: var(--schwarz);
  color: var(--white);
}

.wrapper.no-gap {
  grid-column-gap: 0dvh;
  grid-row-gap: 0dvh;
  border-radius: 5px;
}

.wrapper.overflow {
  overflow: visible;
}

.h1-fluid {
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.2;
}

.heading {
  font-size: clamp(1rem, 3vw, 2rem);
}

.body {
  line-height: 1.6;
}

.fluid-container {
  padding: calc(3rem + var(--Scale-Factor));
  max-width: min(95%, 1800px);
}

.fluid-container.header {
  flex-flow: row;
  height: 100%;
  display: flex;
}

.fluid-container.nav {
  padding: calc(1rem + var(--Scale-Factor));
}

.fluid-container.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.fluid-container.z-1 {
  z-index: 1;
  width: 100%;
  max-width: min(90%, 1800px);
  position: relative;
}

.fluid-container.padding-unten {
  padding-bottom: 0;
}

.fluid-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--schwarz);
  letter-spacing: .25px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

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

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

.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-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.navbar-logo-left {
  z-index: 5;
  background-color: var(--schwarz);
  color: #fff;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-brand {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.navbar-brand:hover {
  color: var(--orange);
}

.nav-menu-two {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.logo {
  height: 2.2em;
}

.firma {
  color: inherit;
  font-size: 1.6em;
  font-weight: 700;
  line-height: .7;
}

.firma.subline {
  font-size: .95em;
  font-weight: 400;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  justify-content: flex-start;
  align-items: center;
  min-height: 60dvh;
  padding: 5dvh 0;
  display: flex;
  position: relative;
}

.hero-heading-left.aus {
  display: none;
}

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

.hero-split {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 37%;
  display: flex;
}

.hero-split.big {
  max-width: 60%;
}

.hero-split.text-wei {
  color: var(--white);
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.h1-klein {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(.8rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1;
}

.so {
  background-color: var(--white);
}

.leistungen.hintergrund {
  background-image: linear-gradient(to bottom, #f1f1f1d6, #f1f1f1d6), url('../images/Zunft-kontur.avif'), linear-gradient(to bottom, var(--hellgrau), var(--hellgrau));
  background-position: 0 0, 90% 90%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, fixed, scroll;
}

.leistungen.hintergrund.est {
  background-image: linear-gradient(to bottom, #c24d4dd6, #c24d4dd6), url('../images/Zunft-kontur.avif'), linear-gradient(to bottom, var(--hellgrau), var(--hellgrau));
  background-position: 0 0, 90% 90%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, fixed, scroll;
}

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

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

.footer-wrapper {
  border-bottom: 1px solid var(--rot);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-brand.w--current {
  text-decoration: none;
  position: relative;
}

.footer-content {
  grid-column-gap: 2rem;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: 1rem;
  display: grid;
}

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

.title-small {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--orange);
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffffffbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

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

.bild {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.bild.beispiel {
  aspect-ratio: auto;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.slider {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider.hochformat {
  aspect-ratio: 2 / 3;
  height: 100%;
}

.slider.absolut {
  z-index: 0;
  opacity: .77;
  mix-blend-mode: exclusion;
  position: absolute;
}

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

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

.cover.absolut {
  z-index: 0;
  position: absolute;
}

.cover._33 {
  border-radius: 5px;
  flex: none;
  width: 14vw;
  margin-left: 2vw;
}

.image {
  width: 40px;
}

.div-block {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  display: flex;
}

.text {
  margin-bottom: 1em;
}

.text.aus {
  display: none;
}

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

.icon {
  width: 5vw;
  margin-bottom: 30px;
}

.icon.kontur {
  border: 5px solid var(--rot);
  background-color: var(--schwarz);
  border-radius: 10rem;
  width: 7vw;
  margin-bottom: 0;
  margin-right: 0;
  padding: 1%;
  box-shadow: 0 2px 12px #0003;
}

.icon.section-bergang {
  width: 7vw;
  margin-bottom: 0;
}

.referenzen {
  background-color: var(--schwarz);
  color: var(--white);
}

.marquee {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.seitenverlauf {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--schwarz) 3%, #fff0 15%, #9c9c9c00 85%, var(--schwarz) 97%);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.ref-content {
  padding: 20px;
}

.referenz-slide-wrapper {
  border-radius: 5px;
  width: 40vw;
  margin-bottom: 10px;
  transition: all .666s;
  overflow: hidden;
}

.referenz-slide-wrapper:hover {
  transform: scale(1.02);
  box-shadow: 0 7px 12px 2px #0003;
}

.referenzbild-slider {
  aspect-ratio: 16 / 9;
  border-radius: 5px;
  width: 100%;
  max-width: none;
}

.referenzbild-slider:hover {
  mix-blend-mode: normal;
}

.ticker {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.signet {
  opacity: .15;
  max-width: 20vw;
}

.div-block-2 {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zunft {
  width: 38px;
}

.faq-klapper {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.faq {
  background-color: var(--white);
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-weight: 400;
  display: flex;
}

.faq:hover {
  background-color: var(--schwarz);
  color: var(--white);
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.klapper {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.faq-icon {
  z-index: 2;
  background-color: var(--orange);
  border-radius: 2px;
  width: 24px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  background-color: var(--schwarz);
  color: var(--hellgrau);
  border-top: 1px #000;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.zeilenabstand {
  margin-top: 10px;
}

.div-block-3 {
  max-width: 75%;
}

.spur {
  width: 100%;
  max-width: 300px;
  height: 100%;
}

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

.mask {
  aspect-ratio: 2 / 3;
  width: 100%;
  height: 100%;
}

.slide {
  aspect-ratio: 2 / 3;
}

.div-block-4 {
  aspect-ratio: 2 / 3;
  width: 100%;
}

.header-h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
}

.farbe {
  grid-column-gap: 1dvh;
  grid-row-gap: 1dvh;
  border-bottom: 5px solid var(--rot);
  background-color: var(--schwarz);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1em 2em;
  display: flex;
}

.spacer {
  height: 10dvh;
  display: none;
}

.leistung {
  background-color: var(--hellgrau);
  color: var(--schwarz);
  border-radius: 5px;
  height: 100%;
  padding: 1vw 3vw;
}

.leistung.wei {
  background-color: var(--white);
  box-shadow: 0 2px 10px #0003;
}

.leistung.wei.mit-bild {
  justify-content: flex-start;
  align-items: center;
  padding-right: 1vw;
  display: flex;
}

.anforderungen {
  background-color: var(--hellgrau);
}

.kreis {
  aspect-ratio: 1;
  background-color: var(--rot);
  color: var(--white);
  border-radius: 10rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7rem;
  display: flex;
}

.schritt {
  font-size: 2rem;
  font-weight: 700;
}

.step {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--hellgrau);
  color: var(--schwarz);
  border-radius: 5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  display: flex;
}

.vorgehen {
  background-color: var(--schwarz);
  color: var(--white);
}

.bild_text {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-raster {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: 5rem;
  display: grid;
  overflow: hidden;
}

.dropdown_link {
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color;
  display: block;
}

.dropdown_link:hover {
  background-color: var(--grün);
}

.dropdown_content {
  position: relative;
}

.dropdown_wrap {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  flex: none;
  transition: all .444s;
  display: block;
}

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

.pfeil {
  width: .8rem;
  line-height: .8;
  transition: transform .444s;
  transform: none;
}

.dropdown_arrow {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 1rem;
  height: 1rem;
  transition: transform .2s;
}

.dropdown_height {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: 0fr;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: grid;
  position: absolute;
  inset: 1em auto auto 0%;
}

.dropdown_list {
  border: 1px solid var(--schwarz);
  background-color: var(--schwarz);
  border-radius: 5px;
  min-width: 8em;
  padding-left: 0;
  list-style-type: none;
  overflow: hidden;
  box-shadow: 0 20px 16px #0003;
}

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

.mitte-wrap {
  z-index: 4;
  background-color: var(--rot);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 5px;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.andre-hoff {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 1rem;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .05rem solid var(--schwarz);
  background-color: var(--hellgrau);
  color: var(--schwarz);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 33vw;
  margin-right: auto;
  padding: 1dvh 2dvh;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.btn:hover {
  background-image: linear-gradient(to bottom, var(--grün), var(--grün));
  color: var(--white);
}

.kontakt-icon {
  width: 30px;
}

.code-embed {
  width: 25px;
  height: 25px;
}

.image-2 {
  height: 20dvh;
  margin-left: 3rem;
  margin-right: auto;
}

.leistung-icpn {
  background-color: var(--white);
  border-radius: 3rem;
  max-width: 30px;
  margin-right: 10px;
  padding: 2px;
}

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

.header {
  background-image: linear-gradient(to bottom, var(--schwarz), var(--schwarz)), linear-gradient(to bottom, #00000080, #00000080), url('../images/Dachdecker-Hoff-Dachsanierung-Dachfenster-Einbau3.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 90dvh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-wei {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 75%;
  display: flex;
}

.ziegel-wrap {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 0;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.ziegel {
  width: 10vw;
  margin-left: -3vw;
}

.ziegel-bild {
  transform-style: preserve-3d;
  transform: perspective(422px)rotateX(12deg)rotateY(-20deg)rotateZ(18deg);
}

.ziegel-bild._1 {
  transform: scale3d(1none, 1none, 1none) perspective(422px) rotateX(12deg) rotateY(-20deg) rotateZ(18deg);
  transform-style: preserve-3d;
}

.f-a {
  background-color: var(--hellgrau);
}

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

.bildtext {
  background-color: var(--white);
  color: var(--schwarz);
  border-radius: 5px;
  padding: .1vw .6vw;
  position: absolute;
  inset: auto auto 1vw 1vw;
}

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

.hellgrau {
  background-color: var(--hellgrau);
}

.nav-list {
  background-color: var(--white);
  color: var(--schwarz);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.leistung-bild {
  aspect-ratio: 1;
  border-radius: 5px;
  flex: none;
  grid-template-columns: 1fr 1fr;
  width: 15vw;
  margin-left: 3vw;
  overflow: hidden;
}

.onpage {
  color: inherit;
}

.form-block {
  background-color: var(--white);
  flex: 1;
  width: 100%;
  padding: 5%;
}

.submit-button {
  background-color: var(--grün);
}

.submit-button:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.text-field {
  display: none;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
  }

  h3 {
    margin-bottom: 10px;
    font-size: clamp(.875rem, 2.2vw, 3rem);
    line-height: 1.4;
  }

  p {
    font-size: clamp(.875rem, 1.5vw, 1.15rem);
  }

  .fluid-container {
    padding: calc(3rem + var(--Scale-Factor));
    width: 100%;
    max-width: none;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: var(--schwarz);
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--grün);
    color: #fff;
    border-radius: 5px;
  }

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

  .nav-menu-two {
    background-color: var(--grün);
    text-align: center;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.big {
    order: -9999;
    max-width: 100%;
  }

  .leistungen.hintergrund {
    background-image: linear-gradient(to bottom, null, null), url('../images/Zunft-kontur.avif'), linear-gradient(to bottom, null, null);
    background-size: auto, 40vw, auto;
  }

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

  .footer-wrapper {
    flex-flow: column;
  }

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

  .bild.beispiel {
    aspect-ratio: 3 / 2;
  }

  .faq {
    height: 80px;
  }

  .div-block-3 {
    max-width: 100%;
  }

  .spur {
    display: none;
  }

  .leistung.wei.mit-bild {
    border-radius: 10px;
    padding-right: 3vw;
  }

  .step {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .flex-raster {
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
  }

  .dropdown_wrap {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .dropdown_item {
    overflow: hidden;
  }

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

  .dropdown_height {
    width: 100%;
    position: relative;
    top: 0;
  }

  .dropdown_list {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .andre-hoff {
    inset: 0% auto auto 0%;
  }

  .text-wei {
    max-width: 100%;
  }

  .ziegel {
    width: 8vw;
  }

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

  .nav-list {
    width: 100%;
  }

  .leistung-bild {
    width: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .fluid-grid {
    flex-flow: column;
    display: flex;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

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

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

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

  .menu-button.w--open {
    background-color: var(--grün);
    border-radius: 5px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-heading-left {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

  .footer-social-link {
    margin-left: 20px;
  }

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

  .klapper {
    font-size: 1.4rem;
  }

  .leistung.wei.mit-bild {
    text-align: center;
    flex-flow: column;
    padding-bottom: 3vw;
  }

  .nav-list {
    width: 100%;
  }

  .leistung-bild {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: clamp(.875rem, 1vw, 1.25rem);
    line-height: 1.3;
  }

  h4 {
    font-size: 13px;
    line-height: 1.4;
  }

  p {
    font-size: 12px;
  }

  .wrapper.center {
    grid-column-gap: .3dvh;
    grid-row-gap: .3dvh;
    text-align: center;
  }

  .fluid-container {
    padding: calc(10px + var(--Scale-Factor));
  }

  .fluid-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-two {
    flex-direction: column;
  }

  .h1-klein {
    font-size: clamp(.8rem, 2vw, 2rem);
    font-weight: 700;
  }

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

  .footer-brand.w--current {
    width: 100px;
  }

  .icon {
    width: 70px;
    margin-right: 30px;
  }

  .icon.kontur {
    width: 30vw;
  }

  .ase-text.referenz {
    line-height: 1.1;
  }

  .ref-content {
    padding: 10px;
  }

  .referenz-slide-wrapper {
    width: 180px;
  }

  .ticker {
    width: 100%;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq {
    height: 80px;
    padding-left: 10px;
  }

  .klapper {
    font-size: 1.1rem;
  }

  .faq-body-cont {
    padding: 10px;
  }

  .kreis {
    width: 4rem;
  }

  .step {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    border-radius: 2rem;
    flex-flow: column;
    padding: 1rem 2rem;
  }

  .pfeil {
    width: .7rem;
  }

  .andre-hoff {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    inset: 0% 0% auto;
  }

  .btn {
    text-align: center;
    flex-flow: column;
    width: 100%;
    max-width: 100vw;
    padding-left: 3dvh;
    padding-right: 3dvh;
  }

  .code-embed {
    order: -9999;
  }

  .ziegel-wrap {
    display: none;
  }
}

#w-node-_59a26e35-cb09-5b7b-048b-addf427e5f34-843ea46d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_09e2b168-213e-3d22-f746-1179bc615539-bc615533, #w-node-_09e2b168-213e-3d22-f746-1179bc615542-bc615533, #w-node-_09e2b168-213e-3d22-f746-1179bc61554b-bc615533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e101bae-f314-ae61-a4ad-483d8ed30540-a41fd092 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8a25159-2eae-1864-38a5-63822d54b1c4-d321c744, #w-node-cf80fc92-4a19-59cc-6ea3-ebc3c0535253-d321c744 {
  order: -9999;
}

#w-node-_2e101bae-f314-ae61-a4ad-483d8ed30540-d321c744, #w-node-_2e101bae-f314-ae61-a4ad-483d8ed30540-75febacf, #w-node-_583e2b6f-b896-6a99-0439-61980c83b3a2-14d856d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_75338899-2653-4b09-0c1f-2c8728c66c43-843ea46d, #w-node-_08078daf-d29c-126c-158c-89eca7704bab-843ea46d, #w-node-dcba1838-928b-6735-fa54-d31ad9352d38-843ea46d, #w-node-a83d19a7-3273-6508-bbb1-a94b3e234e92-843ea46d, #w-node-_75b2fc14-27a6-5cf6-248e-c004be2469a3-843ea46d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_59a26e35-cb09-5b7b-048b-addf427e5f34-843ea46d {
    grid-column: span 3 / span 3;
  }

  #w-node-a0c7297b-8769-d7bc-81ca-415685a52160-9cb9ff93 {
    justify-self: center;
  }

  #w-node-_93cb0b04-6f3b-9c47-870f-ccdd053ac0f1-d321c744, #w-node-_3bfc46bf-9f07-a0da-fb77-ec3ec3fa48f8-d321c744, #w-node-_67aa705e-d75a-6bb9-ead0-ccbacdf94b4b-d321c744 {
    order: -9999;
  }

  #w-node-bb4ff38d-2a89-2df8-d8ff-500b2b37adc3-75febacf {
    order: 9999;
  }
}


@font-face {
  font-family: 'Googlesans';
  src: url('../fonts/GoogleSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Googlesans';
  src: url('../fonts/GoogleSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Googlesans';
  src: url('../fonts/GoogleSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}