:root {
  --white: white;
  --black: #0c0c0ce6;
  --heldenblau: #226ad670;
  --yellow: #f3e600;
  --gainsboro: #f5f7fa;
  --heldenorange: #dea00f;
  --royal-blue: #5978cc;
  --heldenorange\<deleted\|variable-becd6425-3dd8-31bf-4355-3c639dec5d8b\>: var(--heldenblau);
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

a {
  color: var(--black);
  border: 1px #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}

.hero-section {
  background-color: var(--heldenblau);
  min-height: 70vh;
}

.heading {
  color: var(--yellow);
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 73px;
  font-weight: 900;
  line-height: 66px;
}

.paragraph {
  color: #fff;
  text-indent: 0;
  column-count: auto;
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 29px;
}

.paragraph.hero {
  justify-content: center;
  align-self: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  display: none;
}

.container {
  padding-top: 0;
}

.button {
  clear: none;
  text-align: center;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-around;
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  position: static;
}

.button-2 {
  margin-left: 20px;
}

.expert-section {
  text-align: center;
  min-height: 35vh;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 47px;
  line-height: 71px;
}

.button-3 {
  color: #fff;
  background-color: #5978cc;
  border: 2px solid #fff7f7;
  border-radius: 32px;
  margin-left: 20px;
}

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

.div-block.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image {
  min-width: 492px;
  max-width: 492px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  transition: opacity .2s;
  display: block;
}

.image.superhero {
  aspect-ratio: auto;
  opacity: 1;
  width: 60%;
  min-width: 0;
  max-width: 700px;
  margin-top: 60px;
  transition: opacity .2s;
}

.navlink {
  color: #050505;
  text-transform: none;
  border-style: none;
  justify-content: space-around;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 6px;
  display: inline-block;
}

.navlink:hover {
  color: #050505b3;
  border-bottom: 5px solid #e5a510;
  text-decoration: none;
}

.navlink.w--current {
  color: var(--black);
}

.image-2 {
  width: 70px;
  margin-top: 8px;
}

.navbar {
  background-color: var(--gainsboro);
  max-width: none;
  height: 100px;
  display: block;
  position: static;
  top: 0;
  box-shadow: 1px 1px 18px -3px #000;
}

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

.image-3 {
  max-width: 80px;
  margin-top: 21px;
}

.image-3.footer {
  max-width: 180px;
  max-height: none;
}

.nav-menu {
  margin-top: 30px;
}

.heading-2 {
  color: #fffd00f7;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  display: flex;
}

.div-block-2 {
  background-color: var(--heldenorange);
  border-radius: 10px;
  max-width: 1250px;
  height: 2%;
  margin: -51px auto 1px;
  padding-top: 20px;
  padding-bottom: 0;
  box-shadow: 6px 2px 20px -5px #0000005c;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  background-color: #dea00f00;
  margin-top: 0;
  padding-top: 60px;
  font-family: Poppins, sans-serif;
  font-size: 47px;
  line-height: 50px;
  display: block;
}

.text_absatz {
  background-color: var(--heldenorange);
  color: #ffffffe6;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 30px;
  display: block;
}

.text_absatz.black {
  color: #272727e6;
  text-align: left;
  max-width: none;
}

.text_absatz.centered {
  background-color: var(--heldenorange);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.text_absatz.centered.gross {
  border-radius: 10px;
  margin-top: -46px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.text_absatz.gro {
  border-radius: 10px;
  height: 25vh;
  margin-top: -46px;
  padding-top: 40px;
}

.div-block-3 {
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 14px;
  padding-left: 0;
  display: block;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.text-block.footer {
  margin-top: 0;
  font-size: 14px;
}

.div-block-4 {
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 50%;
  display: flex;
}

.div-block-6 {
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  max-width: 50vw;
  display: block;
  overflow: hidden;
}

.image-4 {
  clear: none;
  object-fit: cover;
  flex-direction: row;
  justify-content: space-around;
  max-width: none;
  max-height: 450px;
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 44px;
  display: block;
  overflow: auto;
}

.heading-4 {
  color: var(--royal-blue);
  text-align: left;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 71px;
  display: flex;
}

.paragraph-3 {
  flex-direction: row;
  align-self: flex-start;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 20px;
  display: block;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.leistungen {
  background-color: var(--gainsboro);
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-7 {
  justify-content: space-between;
  max-width: 1120px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.footer {
  max-height: 30vh;
  margin-top: 100px;
  padding-bottom: 0;
}

.heading-5 {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.heading-5.footer {
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.link {
  display: flex;
}

.link:hover {
  font-weight: 500;
}

.link.footer {
  margin-top: 0;
}

.div-block-8 {
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.text-block-3 {
  text-align: center;
  max-width: 1120px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.image-5 {
  margin-top: -19px;
}

.paragraph-4 {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.image-6 {
  width: 100px;
}

.div-block-10 {
  margin-left: 0;
  padding-left: 130px;
}

.div-block-11 {
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec;
  border: 4px solid #3898ec;
  border-radius: 10px;
  max-width: 300px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}

.button-4 {
  border-radius: 8px;
}

.section {
  text-align: left;
  object-fit: contain;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-7 {
  height: 50vh;
}

.div-block-12 {
  object-fit: contain;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: static;
  left: auto;
}

.div-block-13 {
  object-fit: fill;
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: stretch;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-8 {
  object-fit: contain;
  flex: 1;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  margin-left: 0;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.paragraph-5 {
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.text-block-4 {
  color: #757474;
  padding-top: 20px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.section-2 {
  min-height: 300px;
}

.section-3 {
  background-color: #3898ec;
  height: 150px;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  flex-flow: row;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.hero-split {
  aspect-ratio: 2.39;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: block;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.kontakt-button {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.kontakt-button:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

.hero-heading-left {
  z-index: -1;
  background-color: var(--heldenblau);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-7 {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 48px;
}

.headline_bold {
  font-family: Roboto, sans-serif;
}

.cell {
  background-image: url('../images/IMG_6253.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

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

.div-block-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 75%;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-9 {
  display: block;
}

.bild-300x200 {
  width: 300px;
}

.bild_wrapper1 {
  background-image: url('../images/IMG_8312---Kopie.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 25vw;
  height: 35vh;
}

.bild_wrapper1:hover {
  pointer-events: auto;
  background-color: #22212182;
  background-image: url('../images/IMG_8312---Kopie.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-grow: 1.1;
  transform: scale(1.4);
}

.div-block-15 {
  background-image: url('../images/1084_5_lookbook_emh1_5.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 25vw;
  height: 35vh;
}

.div-block-15:hover {
  transform: scale(1.4);
}

.div-block-16 {
  background-image: url('../images/PV_Anlage.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 25vw;
  height: 35vh;
}

.div-block-16:hover {
  transform: scale(1.4);
}

.div-block-17, .div-block-18, .div-block-19 {
  width: 25vw;
  height: 35vh;
}

.foto_heading {
  color: var(--white);
  max-width: 80%;
  margin: 0 auto 0 0;
  padding: 40px 15px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  position: relative;
  top: auto;
  left: auto;
}

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

.foto_heading.riesig {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 68px;
  position: static;
}

.foto_heading.riesig._2 {
  background-color: var(--heldenorange\<deleted\|variable-becd6425-3dd8-31bf-4355-3c639dec5d8b\>);
  max-width: 60%;
  margin-top: 0;
  padding-top: 140px;
  display: inline;
  position: static;
}

.div-block-20 {
  background-image: url('../images/digitalSTROM-1.jpg');
  background-position: 50% 60%;
  background-size: cover;
  width: 25vw;
  height: 35vh;
}

.div-block-20:hover {
  transform: scale(1.4);
}

.foto_text_wrapper {
  background-color: #00000057;
  max-width: 80%;
  position: relative;
  top: 22%;
  left: 10%;
}

.foto_text {
  z-index: 2;
  color: var(--white);
  background-color: #0000;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.foto_text.black {
  color: var(--black);
  padding-left: 0;
}

.foto_text.links {
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.foto_text.centered {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.button-5 {
  background-color: var(--black);
  text-transform: uppercase;
  border-radius: 10px;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1120px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

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

.paragraph-6 {
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 28px;
  display: block;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  background-color: #00000096;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-8 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 32px;
}

.div-block-21 {
  background-image: url('../images/Licht.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25vw;
  height: 35vh;
}

.div-block-21:hover {
  transform: scale(1.4);
}

.div-block-22 {
  background-image: url('../images/hager-flow.avif');
  background-position: 50%;
  background-size: cover;
  width: 25vw;
  height: 35vh;
}

.div-block-22:hover {
  transform: scale(1.4);
}

.section-4 {
  background-image: linear-gradient(to bottom, var(--heldenorange\<deleted\|variable-becd6425-3dd8-31bf-4355-3c639dec5d8b\>), var(--heldenorange\<deleted\|variable-becd6425-3dd8-31bf-4355-3c639dec5d8b\>));
  height: 30px;
  margin-top: -1px;
}

.hero-heading-left-2 {
  background-color: var(--heldenblau);
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 20px 30px 140px;
  position: relative;
}

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

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

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

.image-10 {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 100%;
}

.body-2 {
  color: var(--white);
}

.link-block {
  width: 100%;
  height: 100%;
}

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

.hero-heading-center {
  text-align: left;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 40px 0 80px;
  position: relative;
}

.container-7 {
  background-color: var(--heldenorange);
  border-radius: 10px;
  width: 100%;
  max-width: 1250px;
  margin: -132px auto 40px;
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 40px;
  box-shadow: 5px 7px 9px 2px #0003;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.heading_black {
  color: var(--black);
  font-family: Poppins, sans-serif;
}

.text_black {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.hero-heading-right-2 {
  background-color: var(--heldenblau);
  border-bottom: 1px solid #e4ebf3;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  position: relative;
}

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

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

.shadow-two-4 {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.shadow-two-6 {
  box-sizing: content-box;
  object-fit: cover;
  object-position: 50% 0%;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

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

.hero-heading-right-3 {
  background-color: var(--heldenblau);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-heading-left-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.div-block-23 {
  background-color: var(--heldenorange);
  border-radius: 15px;
  max-width: 1250px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 60px;
  box-shadow: 7px 15px 9px #0003;
}

.section-5 {
  z-index: 1;
  background-color: var(--heldenblau);
  height: 20vh;
  padding-top: 0;
  position: static;
}

.container-14 {
  z-index: 2;
  background-color: var(--heldenorange\<deleted\|variable-becd6425-3dd8-31bf-4355-3c639dec5d8b\>);
  max-width: 950px;
  position: relative;
}

.div-block-24 {
  background-color: var(--heldenorange\<deleted\|variable-becd6425-3dd8-31bf-4355-3c639dec5d8b\>);
  border-radius: 15px;
  max-width: 940px;
  margin-top: -52px;
  margin-left: auto;
  margin-right: auto;
}

.hero-without-image {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 80px 30px;
  position: static;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt-normal {
  text-align: left;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 28px;
}

.txt-normal.white {
  color: var(--white);
  text-align: left;
  padding-right: 20px;
}

.txt-normal.white.center {
  text-align: center;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.seite-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 68px;
  display: inline;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-25 {
  background-color: var(--heldenorange);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 100px;
  box-shadow: 4px 8px 7px #0003;
}

.heading-9 {
  color: #fff;
  text-align: center;
  vertical-align: super;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 68px;
  display: block;
}

.heading-10 {
  padding-top: 0;
  font-family: Poppins, sans-serif;
}

.hero-subscribe-left-2 {
  background-color: var(--heldenblau);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

.hero-form-input-2::placeholder {
  color: #1a1b1fcc;
}

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

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

.shadow-two-7 {
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-11 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.body-3 {
  background-color: #fff0;
}

.hero-heading-right-4 {
  background-color: var(--heldenblau);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

.heading-12 {
  font-family: Poppins, sans-serif;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  text-align: left;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
}

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

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

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

.shadow-two-9 {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: 0 4px 24px #96a3b514;
}

.head-big {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 50px;
}

.head-big.white {
  color: var(--white);
  text-align: center;
  padding-top: 0;
}

.head-big.center {
  text-align: center;
}

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

.hero-heading-right-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.shadow-two-10 {
  object-fit: cover;
  width: 20vw;
  height: 30vh;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-heading-right-6 {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-heading-right-8 {
  background-color: var(--gainsboro);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.shadow-two-11 {
  object-fit: cover;
  width: 20vw;
  height: 30vh;
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

.hero-heading-right-9 {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.shadow-two-13 {
  object-fit: cover;
  width: 20vw;
  height: 30vh;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-10 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.shadow-two-14 {
  object-fit: cover;
  object-position: 50% 60%;
  width: 20vw;
  height: 30vh;
  box-shadow: 0 4px 24px #96a3b514;
}

.foto_text-copy {
  z-index: 2;
  color: var(--white);
  background-color: #0000;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.foto_text-copy.black {
  color: var(--black);
  padding-left: 0;
}

.foto_text-copy.links {
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.foto_text-copy.centered {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .heading {
    letter-spacing: normal;
    font-size: 50px;
  }

  .container {
    max-width: 700px;
    padding-top: 10vh;
  }

  .image.superhero {
    max-width: 380px;
  }

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

  .div-block-2 {
    max-width: 900px;
  }

  .heading-3 {
    max-width: none;
    padding-top: 20px;
    font-size: 40px;
  }

  .text_absatz {
    max-width: 700px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-4, .div-block-7 {
    max-width: 700px;
  }

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

  .section {
    object-fit: fill;
    overflow: visible;
  }

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

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

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

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

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

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

  .div-block-14 {
    flex-flow: column;
    width: 90%;
    margin-top: 20px;
    display: flex;
  }

  .bild-300x200 {
    height: 200px;
  }

  .bild_wrapper1 {
    background-image: url('../images/IMG_6253.jpeg');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 35vh;
  }

  .div-block-15, .div-block-16 {
    width: 100%;
  }

  .foto_heading.riesig {
    text-align: center;
  }

  .div-block-20 {
    width: 100%;
    transform: scale(1.1);
  }

  .button-5 {
    justify-content: center;
    align-items: center;
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

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

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

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

  .gallery-block {
    height: 0;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .container-11, .container-12, .container-13 {
    max-width: 728px;
  }

  .div-block-23 {
    max-width: 90vw;
  }

  .container-15, .container-16 {
    max-width: 728px;
  }

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

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

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

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

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

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

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

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

  .shadow-two-10 {
    width: 100vw;
    height: 40vh;
  }

  .container-20, .container-21 {
    max-width: 728px;
  }

  .shadow-two-11 {
    width: 100vw;
    height: 50vh;
  }

  .container-22, .container-23 {
    max-width: 728px;
  }

  .shadow-two-13 {
    width: 100vw;
    height: 40vh;
  }

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

  .shadow-two-14 {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    min-height: 45vh;
  }

  .heading {
    font-size: 40px;
  }

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

  .container {
    padding-top: 5vh;
  }

  .div-block.hero {
    flex-direction: column;
  }

  .image.superhero {
    max-width: 300px;
  }

  .navbar {
    height: 80px;
  }

  .nav-menu {
    background-color: #e5a510;
    margin-top: 0;
  }

  .heading-2 {
    padding-top: 0;
  }

  .div-block-2 {
    max-width: 500px;
    height: 50vh;
  }

  .heading-3 {
    margin-left: 0%;
    padding-top: 0;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    line-height: 30px;
  }

  .text_absatz {
    max-width: 400px;
    margin-bottom: 40px;
    margin-left: 10%;
    margin-right: 5%;
    padding-right: 10px;
    line-height: 24px;
    display: block;
  }

  .text_absatz.centered {
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .div-block-6 {
    max-width: none;
  }

  .image-4 {
    max-height: 400px;
    overflow: hidden;
  }

  .heading-4 {
    padding-left: 88px;
    font-size: 22px;
  }

  .paragraph-3 {
    padding-left: 91px;
    font-size: 16px;
    line-height: 17px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
  }

  .heading-5.footer {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 25px;
    display: none;
  }

  .heading-5.footer-copy {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-end;
    margin-top: 25px;
    display: none;
  }

  .link.footer {
    justify-content: center;
    align-self: auto;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 73px;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--white);
  }

  .icon {
    color: var(--black);
    background-color: #0000;
    margin-top: 3px;
    margin-right: 12px;
    font-size: 31px;
    font-weight: 700;
    line-height: 20px;
  }

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

  .section {
    margin-left: 10px;
    margin-right: auto;
    overflow: visible;
  }

  .div-block-12 {
    object-fit: fill;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-13 {
    object-fit: contain;
  }

  .image-8 {
    display: block;
  }

  .heading-6 {
    font-size: 28px;
    font-weight: 600;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    font-size: 18px;
    line-height: 24px;
  }

  .kontakt-button {
    width: 30%;
  }

  .hero-heading-left {
    padding: 40px 15px 60px;
  }

  .headline_bold {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .div-block-14 {
    width: 95%;
    margin-top: 20px;
  }

  .bild_wrapper1, .div-block-15 {
    height: 25vh;
  }

  .div-block-16 {
    width: 100%;
    height: 25vh;
  }

  .foto_heading {
    font-size: 28px;
  }

  .foto_heading.black {
    line-height: 32px;
  }

  .foto_heading.riesig {
    text-align: center;
    font-size: 50px;
  }

  .foto_text {
    font-size: 14px;
    font-weight: 400;
  }

  .foto_text.black, .foto_text.links {
    font-size: 16px;
    line-height: 22px;
  }

  .button-5 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .gallery-slider {
    padding: 60px 15px 60px 10px;
  }

  .container-5 {
    max-width: 800px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-8 {
    width: 100%;
    padding-left: 10px;
  }

  .hero-heading-left-2, .hero-heading-center, .hero-heading-right-2, .hero-heading-center-2, .hero-heading-left-3, .hero-heading-left-4, .hero-heading-right-3, .hero-heading-left-5 {
    padding: 60px 15px;
  }

  .div-block-23 {
    max-width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .div-block-25 {
    max-width: 80%;
    display: block;
  }

  .hero-subscribe-left-2, .hero-heading-right-4, .hero-heading-center-3, .hero-heading-right-5, .hero-heading-right-6, .hero-heading-right-8, .hero-heading-right-9, .hero-heading-right-10 {
    padding: 60px 15px;
  }

  .foto_text-copy {
    font-size: 14px;
    font-weight: 400;
  }

  .foto_text-copy.black, .foto_text-copy.links {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 40vh;
  }

  .paragraph.hero {
    margin-top: 102px;
    margin-left: -188px;
    padding-left: 0;
  }

  .container {
    margin-top: 0;
    padding-top: 10vh;
  }

  .expert-section {
    min-height: auto;
    margin-bottom: 0;
  }

  .image.superhero {
    max-width: 280px;
  }

  .navbar {
    height: auto;
    position: static;
  }

  .image-3 {
    margin-top: 5px;
  }

  .image-3.footer {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    background-color: var(--gainsboro);
    margin-top: 0;
    position: absolute;
    inset: 10% auto auto 0%;
  }

  .heading-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .div-block-2 {
    max-width: 95%;
    height: 100%;
    margin-top: 0;
  }

  .heading-3 {
    margin-left: 5%;
    padding-top: 20px;
    font-size: 19px;
    line-height: 22px;
  }

  .text_absatz {
    max-width: 400px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 20px;
    font-size: 14px;
    line-height: 17px;
  }

  .text_absatz.centered {
    background-color: var(--heldenorange);
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-4 {
    flex-direction: column;
    max-width: 400px;
    padding-left: 13px;
  }

  .div-block-6 {
    max-width: none;
  }

  .image-4 {
    max-width: 400px;
    max-height: none;
    padding-left: 0;
    overflow: auto;
  }

  .heading-4 {
    padding-left: 59px;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
  }

  .paragraph-3 {
    padding-left: 59px;
    font-size: 16px;
    line-height: 14px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-7 {
    flex-direction: column;
    padding-left: 10px;
  }

  .text-block-2 {
    margin-top: -56px;
  }

  .link.footer {
    margin-top: -5px;
    padding-top: 23px;
    padding-left: 93px;
  }

  .text-block-3 {
    margin-top: 453px;
    margin-bottom: 60px;
  }

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

  .icon {
    width: auto;
    font-size: 31px;
    font-weight: 700;
    line-height: 20px;
  }

  .div-block-11 {
    object-fit: contain;
  }

  .heading-6 {
    object-fit: fill;
    font-size: 18px;
  }

  .paragraph-5 {
    font-size: 14px;
    font-weight: 500;
  }

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

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .kontakt-button {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .hero-heading-left {
    padding-top: 20px;
    padding-bottom: 40px;
  }

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

  .button-primary-2 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
  }

  .headline_bold {
    font-size: 20px;
  }

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

  .bild_wrapper1 {
    height: 75svw;
  }

  .foto_heading {
    margin-top: 10px;
    padding-top: 0;
    line-height: 40px;
  }

  .foto_heading.black {
    line-height: 40px;
  }

  .foto_heading.riesig {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .foto_text_wrapper {
    top: 0%;
  }

  .foto_text {
    font-size: 14px;
    line-height: 16px;
  }

  .foto_text.links {
    font-size: 16px;
    line-height: 18px;
  }

  .button-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: flex;
  }

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

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

  .gallery-block {
    height: 0;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .hero-heading-center {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .hero-heading-right-2 {
    padding-left: 10px;
  }

  .container-8, .container-9, .container-10, .container-11, .container-12, .container-13 {
    max-width: none;
  }

  .div-block-23 {
    max-width: 90vw;
  }

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

  .txt-normal {
    font-size: 14px;
    line-height: 20px;
  }

  .txt-normal.white {
    font-size: 16px;
  }

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

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

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .container-17, .container-18 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .hero-split-6._1 {
    max-width: 90%;
  }

  .head-big {
    font-size: 28px;
    line-height: 32px;
  }

  .head-big.white {
    line-height: 32px;
  }

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

  .shadow-two-10 {
    height: 20vh;
  }

  .container-20, .container-21 {
    max-width: none;
  }

  .shadow-two-11 {
    object-fit: fill;
    height: 25vh;
  }

  .container-22, .container-23 {
    max-width: none;
  }

  .shadow-two-13 {
    height: 25vh;
  }

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

  .shadow-two-14 {
    height: 20vh;
  }

  .foto_text-copy {
    font-size: 14px;
    line-height: 16px;
  }

  .foto_text-copy.links {
    font-size: 16px;
    line-height: 18px;
  }
}

#w-node-_6add701d-565c-0b1a-c3ac-998fe23aba3b-38f1d33c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6add701d-565c-0b1a-c3ac-998fe23aba3f-38f1d33c, #w-node-_6add701d-565c-0b1a-c3ac-998fe23aba49-38f1d33c, #w-node-_6add701d-565c-0b1a-c3ac-998fe23aba4e-38f1d33c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6add701d-565c-0b1a-c3ac-998fe23aba37-38f1d33c {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6add701d-565c-0b1a-c3ac-998fe23aba3b-38f1d33c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


