@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-Bold.woff2') format("woff2"), url('../assets/fonts/Inter_18pt-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-SemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-ExtraBoldItalic.woff2') format("woff2"), url('../assets/fonts/Inter_18pt-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-ExtraLightItalic.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-ThinItalic.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../assets/fonts/Inter_18pt-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gudea-lokal;
  src: url('../assets/fonts/Gudea-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gudea-lokal;
  src: url('../assets/fonts/Gudea-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gudea-lokal;
  src: url('../assets/fonts/Gudea-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../assets/icons/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

html {
  scroll-behavior: smooth;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: #fff;
  text-decoration: none;
}

.body {
  background-color: #1d1d1b;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  display: flex;
}

.navbar {
  z-index: 100;
  background-color: #232323;
  border-radius: 0 0 80px 80px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  position: fixed;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.nav-link {
  color: #fff;
  padding: 15px 35px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link:active, .nav-link.w--current, .nav-link.w--current:active {
  color: #fff;
}

.red-button-navbar {
  text-align: center;
  background-color: #c61f21;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
}

.nav-menu-2 {
  background-color: #1d1d1b;
  border-radius: 200px;
}

.footer {
  background-color: #232323;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 40px;
  display: flex;
}

.google-maps-placeholder {
  height: 100%;
  flex: 1;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.div-block-3 {
  justify-content: flex-end;
  display: inline-flex;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.red-button-footer {
  text-align: center;
  background-color: #c61f21;
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
}

.footer-text {
  color: #d1d5db;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.footer-small-text {
  color: #d1d5db;
  margin-top: 10px;
  padding-left: 15px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}

.section---image-with-text {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.section---leistungen {
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
  display: block;
}

.paragraph {
  color: #d1d5db;
  text-align: left;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph.notfall {
  text-align: center;
  margin-bottom: 8px;
}

.paragraph.telefon {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 22px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.red-button-section {
  text-align: center;
  background-color: #c61f21;
  border-radius: 50px;
  margin-top: 10px;
  padding: 15px 25px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
}

.image {
  margin-right: 8px;
}

.checkmark-text {
  color: #d1d5db;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  padding-left: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d1d5db' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
}

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

.div-block-8 img {
  display: none;
}

.section---fotos {
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
}

.heading-2 {
  color: #fff;
  font-family: Gudea-lokal, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}

.heading-2.partner {
  margin-bottom: 10px;
}

.div-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area"
                 "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 912px;
  display: grid;
}

.image-grid-grillen-1 {
  grid-row: 3;
  grid-column: 1 / span 2;
}

.image-grid-grillen-3 {
  grid-row: 3;
  grid-column: 3;
}

.image-grid-top-middle {
  grid-row: 1;
  grid-column: 2;
}

.image-grid-top-right {
  grid-row: 1;
  grid-column: 3;
}

.image-grid-mid-double {
  grid-row: 2;
  grid-column: 2 / span 2;
}

.grid-for-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: center;
}

.grid-for-section.reverse.bigger {
  grid-template-columns: 1fr;
  place-items: start center;
}

.red-button-toggle-menu {
  text-align: center;
  background-color: #c61f21;
  border-radius: 50px;
  margin-top: 10px;
  padding: 15px 25px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  display: none;
}

.dynamic-container {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.dynamic-container.hidden-for-desktop {
  display: none;
}

.dynamic-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 700;
}

.dynamic-text.gudea {
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Gudea-lokal, sans-serif;
  font-weight: 400;
}

.code-embed---google-bewertungen {
  margin-top: 10px;
  margin-bottom: 0;
}

.section---reviews {
  border-radius: 40px;
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
}

.section---partner {
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
}

.div-partnerlogos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

.div-block-14 {
  margin-top: 10px;
}

.footer-heading {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 19px;
}

.logo-square {
  width: 8%;
}

.homepage-heading {
  color: #fff;
  text-align: center;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 82px;
  line-height: 92px;
}

.homepage-text-block {
  color: #fff;
  position: absolute;
  bottom: 95px;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  z-index: 10;
}

.arrow-down-icon {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 10;
}

.homepage-red-button {
  text-align: center;
  background-color: #c61f21;
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
}

.div-homepage {
  position: relative;
  overflow: hidden;
  flex: none;
  width: 100%;
  max-width: 1400px;
  height: 100vh;
  height: 100dvh;
  max-height: 1100px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.div-homepage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../content/homepage/wohnzimmer.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  z-index: -3;
}

.div-homepage-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  pointer-events: none;
  filter: blur(1.5px);
  transform: scale(1.03);
}

.div-homepage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#fff0, #1d1d1b 97%);
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  z-index: -1;
  pointer-events: none;
}

.homepage-text {
  flex: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-top: 60px;
  padding-bottom: 130px;
  display: flex;
}

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

.platzhalter {
  height: 110px;
  margin: 0;
}

.section---mitarbeiter {
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
}

.div-person {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #232323;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.person-bild-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}

.person-bild {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

.text-person-name {
  color: #fff;
  margin-top: 0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-person-berufe {
  color: #d1d5db;
  margin-top: 8px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 18px;
}

.div-person-name-beruf {
  text-align: center;
  padding: 30px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-instagram-feed {
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
}

.code-embed-2 {
  border-radius: 35px;
  margin-bottom: 0;
}

.section-kontaktfelder {
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
}

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

.kontakt-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.kontaktfeld {
  width: 100%;
  padding: 32px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  box-sizing: border-box;
}

.kontaktfeld._2-zeilen {
  padding: 32px 24px;
}

.kontaktfeld-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.kontaktfeld-heading {
  color: #ffffff;
  font-family: Gudea-lokal, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.kontaktfeld-heading.email {
  margin-top: 0;
}

.kontaktfeld-link .small-text, .kontaktfeld-link .small-text-copy {
  color: #a5a5a0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.45;
  word-break: break-all;
}

.kontaktfeld-link {
  background-color: #232323;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.3s ease, 
              background-color 0.3s ease, 
              box-shadow 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  overflow: hidden;
}

.kontaktfeld-link:hover {
  background-color: #2c2c28;
  border-color: #444440;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.images-three {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 300px;
}

.section---stellenangebote {
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
}

.text-stellenangebot {
  color: #fff;
  margin-bottom: 0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 19px;
  transition: color 0.2s ease;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  display: flex;
}

.icon-2 {
  color: #fff;
  margin-right: 0;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.w-dropdown.w--open .icon-2, .w-dropdown:hover .icon-2 {
  transform: rotate(0deg);
}

.dropdown-list {
  z-index: 500;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #1d1d1b;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 26px;
}

.text-block-stellenangebot {
  color: #d1d5db;
  text-align: left;
  margin-bottom: 15px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.red-button-jetzt-bewerben {
  text-align: center;
  background-color: #c61f21;
  border-radius: 50px;
  padding: 15px 20px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
}

.stellenangebot-arrow {
  color: #fff;
  margin: 0;
  position: static;
}

.stellenangebot-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stellenangebot-wrapper {
  overflow: hidden;
}

.stellenangebot {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  margin-bottom: 0;
}

.fixed-section-title.smaller-size + .stellenangebot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stellenangebot-header:hover .text-stellenangebot {
  color: #c61f21;
}

.stellenangebot-header:hover .stellenangebot-arrow {
  color: #c61f21;
}

.section---notfall-2 {
  width: 100%;
  max-width: 950px;
  margin-top: 320px;
  padding-left: 80px;
  padding-right: 80px;
}

.header-und-text {
  min-width: 7px;
  padding-bottom: 20px;
}

.text-form-platzhalter {
  color: #ffffff;
  background-color: #232323;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 35px;
  margin-bottom: 5px;
  padding: 16px 24px;
  height: auto !important;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.text-form-platzhalter::placeholder {
  color: #7e7e7a;
}

.text-form-platzhalter:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: #282828;
}

.text-form-platzhalter:focus {
  background-color: #2a2a2a;
  border-color: #c61f21;
  box-shadow: 0 0 12px rgba(198, 31, 33, 0.25);
  outline: none;
}

textarea.text-form-platzhalter {
  min-height: 180px;
  resize: vertical;
  border-radius: 24px !important;
}

.text-formular {
  color: #d1d5db;
  text-align: justify;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.red-button-formular {
  text-align: center;
  background-color: #c61f21;
  border-radius: 50px;
  padding: 15px 40px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
}

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

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 "Area Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-18 {
  margin-bottom: 20px;
  display: flex;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  padding-left: 0;
  display: flex;
}

.text-radio-button {
  color: #d1d5db;
  text-align: justify;
  margin-bottom: 0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.radio-button {
  background-color: #232323;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 0;
  margin-right: 8px;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.radio-button.w--redirected-checked {
  background-color: #c61f21;
  border: 6px solid #232323;
}

.checkbox {
  background-color: #232323;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 0;
  margin-right: 8px;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.checkbox.w--redirected-checked {
  background-color: #c61f21;
  border-color: #c61f21;
}

.text-datenschutzerkl-rung {
  color: #d1d5db;
  text-align: left;
  margin-bottom: 0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.text-datenschutzerkl-rung a {
  color: #ffffff;
  text-decoration: none;
  font-style: italic;
}

.text-datenschutzerkl-rung a:hover {
  text-decoration: underline;
}

.text-datenschutzerkl-rung a em {
  font-style: italic;
}

.text-form-platzhalter-selection {
  color: #ffffff;
  background-color: #232323;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  height: 54px !important;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.text-form-platzhalter-selection option {
  background-color: #232323;
  color: #ffffff;
}

.text-form-platzhalter-selection:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: #282828;
}

.text-form-platzhalter-selection:focus {
  background-color: #2a2a2a;
  border-color: #c61f21;
  box-shadow: 0 0 12px rgba(198, 31, 33, 0.25);
  outline: none;
}

.file-upload-wrapper {
  border: 2px dashed rgba(255, 255, 255, 0.15);
  background-color: #232323;
  transition: all 0.3s ease;
}

.file-upload-wrapper:hover {
  background-color: #282828;
  border-color: #c61f21;
}

.file-upload-wrapper.dragover {
  background-color: rgba(198, 31, 33, 0.08) !important;
  border-color: #c61f21 !important;
  box-shadow: 0 0 15px rgba(198, 31, 33, 0.3) !important;
}

.success-message {
  background-color: rgba(46, 204, 113, 0.1);
  border: 2px solid #2ecc71;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  animation: fadeIn 0.5s ease;
}

.success-message h3 {
  color: #2ecc71;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gudea-lokal, sans-serif;
  font-weight: 700;
}

.success-message p {
  color: #d1d5db;
  font-size: 16px;
  margin: 0;
  font-family: Gudea-lokal, sans-serif;
  line-height: 1.5;
}

.error-message {
  background-color: #232323;
  border: 3px solid #c61f21;
  border-radius: 25px;
  margin-top: 20px;
}

.error-message.w-form-fail, .error-submit-message {
  background-color: rgba(255, 77, 77, 0.1);
  border: 2px solid #ff4d4d;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  margin-top: 20px;
  animation: fadeIn 0.5s ease;
}

.error-message.w-form-fail h3, .error-submit-message h3 {
  color: #ff4d4d;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gudea-lokal, sans-serif;
  font-weight: 700;
}

.error-message.w-form-fail p, .error-submit-message p {
  color: #d1d5db;
  font-size: 16px;
  margin: 0;
  font-family: Gudea-lokal, sans-serif;
  line-height: 1.5;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.checkbox-f-hrerscheinklassen {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.wrapper-f-hrerscheinklassen {
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 130px;
  margin-bottom: 120px;
  display: flex;
}

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

.grid-b-der {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area Area" 1fr
                 "Area Area" 1fr
                 "Area Area" 1fr
                 "Area Area" 1fr
                 ". ." 1fr
                 ". ." 1fr
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-partnerlogos-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 24px;
  display: flex;
}

.partner-logo {
  width: 14%;
}

.partner-logo-small {
  width: 12%;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.normal-text {
  color: #d1d5db;
  text-align: center;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.normaler-text-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 23px;
}

.image-6 {
  color: #232323;
  border-radius: 35px;
  margin-bottom: 10px;
}

.hamburger_12_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_12_line {
  width: 100%;
  height: var(--thickness);
  background-color: currentColor;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

.grid-drittel {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 380px 1fr;
  align-items: center;
}

.grid-drittel .background-video {
  border-radius: 35px;
  width: 100%;
  height: auto;
  aspect-ratio: 12 / 16;
  max-height: 580px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
  margin-top: 0;
}

.leistung-wrapper {
  background-color: #242422;
  border: 1px solid #333330;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.leistung-wrapper:hover {
  background-color: #2c2c28;
  border-color: #444440;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.leistung-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}

.leistung-svg {
  height: 32px;
  width: auto;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.leistung-title-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.leistung-text {
  color: #fff;
  font-family: Gudea-lokal, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.leistung-desc {
  color: #a5a5a0;
  font-size: 14px;
  font-family: Gudea-lokal, sans-serif;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.leistung-wrapper:hover .leistung-desc {
  color: #d8d8d0;
}

.background-video {
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.partner-logo-copy {
  width: 13%;
}

.partner-logo-copy.big-tablet {
  width: 12%;
}

.image-grid-cover-mid {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 35px;
  width: 100%;
  height: 288px;
}

.image-grid-cover-mid.offset {
  object-position: 97% 50%;
}

.image-grid-cover-mid.offset2 {
  object-position: 14% 50%;
}

.image-grid-cover-mid.offset-top-bottom {
  object-position: 50% 4%;
}

.image-grid-cover-mid.offset-top-bottom-2 {
  object-position: 50% 53%;
}

.image-grid-cover-mid.offset-3 {
  object-position: 42% 50%;
}

.image-grid-big-cover-mid {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 35px;
  width: 100%;
  height: 600px;
}

.image-grid-big-cover-mid.middle-size {
  height: 444px;
}

.image-grid-big-cover-mid.wide {
  height: 288px;
}

.image-grid-big-cover-mid.wide.offset {
  object-fit: cover;
}

.image-grid-big-cover-mid.offset {
  object-position: 78% 50%;
}

.grid-l-ftung-klima {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area Area" 1fr
                 "Area Area" 1fr
                 "Area Area" 1fr
                 "Area Area" 1fr
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-heizung-w-rmepumpe {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area Area" 1fr
                 "Area Area" 1fr
                 "Area Area" 1fr
                 "Area Area" 1fr
                 ". ." 1fr
                 ". ." 1fr
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-fu-bodenheizung {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area Area Area" 1fr
                 "Area Area Area" 1fr
                 "Area Area Area" 1fr
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  margin-right: 15px;
}

.nav-link-menu {
  color: #fff;
  padding: 15px 35px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-menu:active, .nav-link-menu.w--current, .nav-link-menu.w--current:active {
  color: #fff;
}

.nav-link-copy-copy {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-copy-copy:active, .nav-link-copy-copy.w--current, .nav-link-copy-copy.w--current:active {
  color: #fff;
}

.div-block-24 {
  background-color: #232323;
  border-radius: 35px;
  padding: 40px;
}

.small-text-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 18px;
}

.paragraph-copy-copy {
  color: #d1d5db;
  text-align: left;
  margin-top: 12px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-25 {
  background-color: #232323;
  border-radius: 35px;
  padding: 40px;
}

.image-section-with-text {
  aspect-ratio: 2.39;
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.image-section-with-text.top {
  object-fit: cover;
  object-position: 50% 59%;
}

.image-section-with-text.offset {
  object-position: 50% 29%;
}

.image-section-with-text.left-offset {
  object-position: 10% 50%;
}

.checkmarks-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.notfall-div {
  background-color: #232323;
  border: 2px solid #c61f21;
  border-radius: 45px;
  min-width: 7px;
  padding: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 25px rgba(198, 31, 33, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notfall-icon-wrapper {
  background-color: rgba(198, 31, 33, 0.1);
  border: 1px solid rgba(198, 31, 33, 0.3);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 28px auto;
  box-shadow: 0 0 20px rgba(198, 31, 33, 0.1);
}

.notfall-card-icon {
  width: 38px;
  height: 38px;
}

.section---impressum-und-datenschutz {
  border-radius: 40px;
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
}

.div-block-24-copy {
  background-color: #232323;
  border-radius: 35px;
  padding: 40px;
}

.paragraph-impressum {
  color: #d1d5db;
  text-align: left;
  margin-bottom: 0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

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

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.logo-2 {
  max-width: 141px;
}

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

.section---formular {
  width: 100%;
  max-width: 950px;
  margin-top: 130px;
  padding-left: 25px;
  padding-right: 25px;
}

.section---formular .paragraph a {
  color: #ffffff;
  text-decoration: none;
  font-style: italic;
}

.section---formular .paragraph a:hover {
  text-decoration: underline;
}

.div-partnerlogos-handy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: none;
}

.code-embed-3 {
  color: #d1d5db;
  text-align: left;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-34 {
  background-color: #25d366;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.image-8 {
  max-width: 60%;
}

.whatsapp-popup {
  z-index: 5;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.form-block {
  margin-bottom: 0;
}

.non-dynamic {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.non-dynamic.gudea {
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.dsgvo-h2 {
  color: #ffffff;
  margin-top: 48px;
  margin-bottom: 18px;
  font-family: 'Inter 18 Pt', Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.dsgvo-h2:first-of-type {
  margin-top: 0;
}

.dsgvo-h3 {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 12px;
  font-family: 'Inter 18 Pt', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.dsgvo-h4 {
  color: #e5e7eb;
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: 'Inter 18 Pt', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.code-embed-3 p {
  color: #d1d5db;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 16px;
}

.code-embed-3 a {
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.code-embed-3 a:hover {
  opacity: 0.8;
}

.code-embed-3 ul {
  margin-top: 8px;
  margin-bottom: 20px;
  padding-left: 24px;
}

.code-embed-3 li {
  color: #d1d5db;
  font-family: Gudea-lokal, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Override scroll reveal animations for Impressum & Datenschutz pages */
html.w-mod-js .section---impressum-und-datenschutz .heading-2,
html.w-mod-js .section---impressum-und-datenschutz .heading-3,
html.w-mod-js .section---impressum-und-datenschutz .dynamic-text,
html.w-mod-js .section---impressum-und-datenschutz .dynamic-text-copy,
html.w-mod-js .section---impressum-und-datenschutz .fixed-section-title,
html.w-mod-js .section---impressum-und-datenschutz .section-label-wrapper,
html.w-mod-js .section---impressum-und-datenschutz .small-heading,
html.w-mod-js .section---impressum-und-datenschutz .div-block-12,
html.w-mod-js .section---impressum-und-datenschutz .stellenangebot,
html.w-mod-js .section---impressum-und-datenschutz .kontaktformular-wrapper,
html.w-mod-js .section---impressum-und-datenschutz .bewerbungsformular-wrapper,
html.w-mod-js .section---impressum-und-datenschutz p.paragraph,
html.w-mod-js .section---impressum-und-datenschutz p {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.section---schritt-f-r-schritt-neu {
  width: 100%;
  max-width: 1400px;
  margin-top: -25px;
  padding-left: 75px;
  padding-right: 75px;
}

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

.single-step-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle {
  background-color: #232323;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.step-number {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.step-heading {
  color: #fff;
  text-align: center;
  font-family: Gudea-lokal, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-2 {
  color: #d1d5db;
  text-align: center;
  margin-bottom: 0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.small-heading {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 19px;
}

.section---vorteile {
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
}

.wrapper {
  margin-top: 30px;
}

.vorteile-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vorteil-element {
  background-color: #232323;
  border-radius: 35px;
  padding: 35px;
}

.heading-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.vorteil-heading {
  color: #fff;
  font-family: Gudea-lokal, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.text-vorteil {
  color: #d1d5db;
  margin-bottom: 0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.varianten-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.variante-element {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #232323;
  border-radius: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.variante-heading {
  color: #fff;
  text-align: center;
  overflow-wrap: break-word;
  margin-top: 10px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.variante-text {
  color: #d1d5db;
  text-align: center;
  margin-bottom: 0;
  font-family: Gudea-lokal, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.section---konfigurator {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.wrapper-l-sung {
  margin-top: 10px;
}

.dynamic-text-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 700;
}

.dynamic-text-copy.gudea {
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Gudea-lokal, sans-serif;
  font-weight: 400;
}

.nicht-dynamisch {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 700;
}

.nicht-dynamisch.gudea {
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Gudea-lokal, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

._w-rmepumpe-form {
  background-color: #232323;
  border: 8px solid #232323;
  border-radius: 35px;
  margin-top: 28px;
  margin-bottom: 0;
  padding: 35px;
}

.code-embed-10 {
  margin-bottom: 0;
}

.section---nibe {
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
}

.code-embed-11 {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .navbar {
    border-bottom-right-radius: 60px;
      border-bottom-left-radius: 60px;
      padding-left: 55px;
      padding-right: 55px;
  }
  
  .platzhalter {
    height: 100px;
    margin: 0;
  }
  
  .nav-link {
    text-align: center;
      width: 100%;
      font-size: 24px;
      line-height: 50px;
  }
  
  .red-button-navbar {
    display: none;
  }
  
  .nav-menu-2 {
    background-color: #232323;
      border-radius: 60px;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      padding-top: 10px;
      padding-bottom: 25px;
      display: flex;
      border: 1px solid rgba(255, 255, 255, 0.06);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  }
  
  .footer {
    flex-flow: column;
      padding-left: 55px;
      padding-right: 55px;
  }
  
  .div-block {
    padding-top: 0;
      padding-bottom: 0;
  }
  
  .div-block.tablet {
    align-items: flex-start;
  }
  
  .google-maps-placeholder {
    height: 300px;
  }
  
  .div-block-3 {
    justify-content: flex-start;
      margin-bottom: 40px;
  }
  
  .div-block-4 {
    align-items: stretch;
      margin-bottom: 25px;
  }
  
  .div-block-5 {
    margin-bottom: 35px;
  }
  
  .footer-small-text {
    margin-top: 5px;
  }
  
  .section---image-with-text, .section---leistungen {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .paragraph.notfall {
    margin-top: 5px;
  }
  
  .section---fotos {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .heading-2 {
    margin-bottom: 18px;
      font-size: 35px;
  }
  
  .red-button-toggle-menu {
    margin-top: 0;
      margin-bottom: 25px;
      font-size: 18px;
      line-height: normal;
      padding: 15px 25px;
      display: inline-flex;
  }
  
  .red-button-toggle-menu.variation {
    margin-bottom: 0;
  }
  
  .red-button-toggle-menu.tablet {
    padding-left: 25px;
      padding-right: 25px;
  }
  
  .section---reviews {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .section---partner {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .footer-heading {
    margin-bottom: 8px;
  }
  
  .homepage-heading {
    font-size: 70px;
  }
  
  .homepage-text {
    padding-top: 80px;
  }
  
  .grid {
    grid-template-rows: auto auto auto auto;
      grid-template-columns: 1fr 1fr 1fr;
  }
  
  .section---mitarbeiter, .section-instagram-feed, .section-kontaktfelder {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .kontaktfelder-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .section---stellenangebote {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .dropdown-toggle {
    justify-content: center;
      align-items: center;
  }
  
  .section---notfall-2 {
    padding-left: 25px;
      padding-right: 25px;
  }
  
  .red-button-formular {
    display: none;
  }
  
  .red-button-formular.show {
    display: block;
  }
  
  .hamburger_12_wrap {
    color: #fff;
  }
  
  .partner-logo-copy.big-tablet {
    width: 13%;
  }
  
  .nav-link-menu {
    text-align: center;
      font-size: 20px;
      line-height: 50px;
  }
  
  .nav-link-copy-copy {
    text-align: center;
      font-size: 24px;
      line-height: 50px;
  }
  
  .notfall-div {
    padding: 30px;
  }
  
  .section---impressum-und-datenschutz {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .dropdown {
    width: 100%;
  }
  
  .div-block-28 {
    display: none;
  }
  
  .div-block-29 {
    display: block;
  }
  
  .div-block-30 {
    margin-top: 55px;
      margin-bottom: 35px;
  }
  
  .nav-menu-3 {
    padding-top: 15px;
      padding-bottom: 15px;
  }
  
  .menu-button-3 {
    width: 55px;
      height: 70px;
      padding: 0;
  }
  
  .menu-button-3.w--open {
    background-color: #c8c8c800;
      border-radius: 20px;
  }
  
  .div-block-31 {
    justify-content: center;
      align-items: center;
      display: flex;
  }
  
  .section---formular {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .div-block-33 {
    flex-flow: column;
      justify-content: center;
      align-items: center;
      display: flex;
  }
  
  .code-embed-3 {
    overflow: hidden;
  }
  
  .dsgvo-h2 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 20px;
  }
  
  .dsgvo-h2:first-of-type {
    margin-top: 0;
  }
  
  .dsgvo-h3 {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  
  .dsgvo-h4 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 14.5px;
  }
  
  .code-embed-3 p,
  .code-embed-3 li {
    font-size: 15px;
    line-height: 1.5;
  }
  
  .section---schritt-f-r-schritt-neu {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .schritte-grid {
    grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
  }
  
  .single-step-wrapper {
    margin-bottom: 15px;
  }
  
  .section---vorteile {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .vorteile-grid {
    grid-template-rows: auto auto auto;
      grid-template-columns: 1fr 1fr;
  }
  
  .varianten-grid {
    grid-template-rows: auto auto auto;
      grid-template-columns: 1fr;
  }
  
  .section---konfigurator {
    padding-left: 55px;
      padding-right: 55px;
  }
  
  .nicht-dynamisch.gudea, .dynamic-text.gudea {
    font-size: 35px;
  }
  
  .section---nibe {
    padding-left: 55px;
      padding-right: 55px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    grid-column-gap: 80px;
      grid-row-gap: 80px;
  }
  
  .navbar {
    border-bottom-right-radius: 35px;
      border-bottom-left-radius: 35px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .nav-menu-2 {
    border-radius: 35px;
  }
  
  .footer {
    border-top-left-radius: 35px;
      border-top-right-radius: 35px;
      margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .section---image-with-text, .section---leistungen {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .section---fotos {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .heading-2 {
    margin-top: 0;
      margin-bottom: 14px;
      font-size: 30px;
  }
  
  .div-block-9 {
    grid-template-columns: 100%;
      grid-template-areas: "Area";
      height: 750px;
  }
  
  .grid-for-section {
    grid-template-rows: auto auto;
      grid-template-columns: 100%;
      width: 100%;
  }
  
  .grid-for-section.reverse {
    flex-flow: column-reverse;
      display: flex;
  }
  
  .div-block-12 {
    width: 100%;
  }
  
  .section---reviews {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .section---partner {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .homepage-heading {
    font-size: 43px;
      line-height: 60px;
  }
  
  .div-homepage {
    padding-top: 80px;
      max-height: 680px;
      min-height: 520px;
  }
  
  .homepage-text-block {
    margin-top: 40px;
  }
  
  .grid {
    grid-template-rows: auto auto auto auto auto;
      grid-template-columns: 1fr 1fr;
  }
  
  .platzhalter {
    height: 86px;
    margin: 0;
  }
  
  .section---mitarbeiter, .section-instagram-feed, .section-kontaktfelder {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .kontaktfelder-grid {
    grid-template-rows: auto auto auto auto auto auto;
      grid-template-columns: 1fr;
  }
  
  .images-three {
    flex-flow: column;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      height: 100%;
      display: flex;
  }
  
  .section---stellenangebote {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .grid-2 {
    grid-template-rows: auto auto auto auto;
      grid-template-columns: 100%;
  }
  
  .stellenangebot {
    padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 0;
  }
  
  .section---notfall-2 {
    margin-top: 150px;
      padding-left: 10px;
      padding-right: 10px;
  }
  
  .text-formular {
    text-align: left;
  }
  
  .utility-page-wrap {
    margin-bottom: 30px;
  }
  
  .grid-b-der {
    flex-flow: column;
      grid-template: "Area" 1fr
                     "Area"
                     / 100%;
      grid-auto-flow: column;
      width: 100%;
      display: flex;
  }
  
  .grid-drittel {
    grid-template-rows: auto auto;
      grid-template-columns: 100%;
      width: 100%;
      justify-items: center;
  }
  
  .grid-drittel .background-video {
    width: 100%;
      max-width: 450px;
      height: auto;
      aspect-ratio: 12 / 16;
      margin: 0 auto;
  }
  
  .div-block-21 {
    grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      justify-items: stretch;
  }
  
  .leistung-wrapper {
    border-radius: 18px;
      padding: 24px;
      width: 100%;
      height: 100%;
  }
  
  .leistung-header {
    margin-bottom: 0;
  }
  
  .leistung-title-group {
    gap: 12px;
  }
  
  .leistung-svg {
    height: 28px;
  }
  
  .leistung-text {
    font-size: 17px;
      margin: 0;
  }
  
  .leistung-desc {
    font-size: 13px;
      margin-top: 10px;
  }
  
  .background-video {
    height: 550px;
  }
  
  .image-grid-cover-mid {
    height: 450px;
  }
  
  .image-grid-cover-mid.offset2.hidden, .image-grid-cover-mid.offset-3.hidden, .image-grid-cover-mid.hidden {
    display: none;
  }
  
  .image-grid-big-cover-mid {
    height: 750px;
  }
  
  .image-grid-big-cover-mid.middle-size {
    height: 550px;
  }
  
  .image-grid-big-cover-mid.middle-size.hidden {
    display: none;
  }
  
  .image-grid-big-cover-mid.wide {
    height: 100%;
  }
  
  .image-grid-big-cover-mid.hidden {
    display: none;
  }
  
  .grid-l-ftung-klima {
    flex-flow: column;
      width: 100%;
      display: flex;
  }
  
  .grid-heizung-w-rmepumpe {
    flex-flow: column;
      grid-template: "Area" .25fr
                     "Area" 1fr
                     / 100%;
      grid-auto-flow: column;
      place-items: center;
      width: 100%;
      display: flex;
  }
  
  .grid-fu-bodenheizung {
    flex-flow: column;
      width: 100%;
      display: flex;
  }
  
  .div-block-24, .div-block-25 {
    padding: 25px;
  }
  
  .image-section-with-text {
    height: 400px;
  }
  
  .image-section-with-text.left-offset {
    object-position: 50% 50%;
  }
  
  .checkmarks-left {
    grid-column-gap: 15px;
      grid-row-gap: 15px;
      flex-flow: column;
      align-items: flex-start;
      margin-top: 15px;
  }
  
  .notfall-div {
    padding: 25px;
  }
  
  .section---impressum-und-datenschutz {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .div-block-24-copy {
    padding: 25px;
  }
  
  .div-block-29 {
    display: none;
  }
  
  .div-block-30 {
    margin-top: 35px;
  }
  
  .nav-menu-3 {
    padding-top: 8px;
      padding-bottom: 8px;
  }
  
  .logo-2 {
    max-width: 130px;
  }
  
  .section---formular {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .div-block-34 {
    width: 60px;
      height: 60px;
  }
  
  .whatsapp-popup {
    margin-bottom: 15px;
      margin-right: 15px;
  }
  
  .dsgvo-h2 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  
  .dsgvo-h2:first-of-type {
    margin-top: 0;
  }
  
  .dsgvo-h3 {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  
  .dsgvo-h4 {
    color: #e5e7eb;
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 13.5px;
  }
  
  .code-embed-3 p,
  .code-embed-3 li {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .section---schritt-f-r-schritt-neu {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .schritte-grid {
    grid-template-rows: auto auto auto auto;
      grid-template-columns: 1fr;
      grid-row-gap: 28px;
  }
  
  .single-step-wrapper {
    display: grid;
      grid-template-columns: auto 1fr;
      grid-column-gap: 16px;
      grid-row-gap: 4px;
      align-items: start;
      margin-bottom: 0;
  }
  
  .circle {
    grid-column: 1;
      grid-row: 1 / span 2;
      width: 60px;
      height: 60px;
      align-self: start;
      margin-top: 4px;
  }
  
  .step-number {
    font-size: 26px;
  }
  
  .step-heading {
    grid-column: 2;
      grid-row: 1;
      text-align: left;
      font-size: 22px;
  }
  
  .paragraph-2 {
    grid-column: 2;
      grid-row: 2;
      text-align: left;
      font-size: 14px;
  }
  
  .small-heading {
    margin-bottom: 28px;
      font-size: 18px;
      line-height: 1.3;
  }
  
  .section---vorteile {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .vorteile-grid {
    grid-template-rows: auto auto auto auto auto auto;
      grid-template-columns: 1fr;
  }
  
  .section---konfigurator {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .nicht-dynamisch.gudea, .dynamic-text.gudea {
    font-size: 30px;
  }
  
  .section---nibe {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    grid-column-gap: 50px;
      grid-row-gap: 50px;
  }
  
  .navbar, .footer {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .div-block-3 {
    grid-column-gap: 12px;
      grid-row-gap: 12px;
      flex-flow: row;
      align-items: center;
  }
  
  .footer-small-text {
    padding-left: 0;
      font-size: 9px;
  }
  
  .section---image-with-text, .section---leistungen {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .paragraph {
    margin-top: 5px;
  }
  
  .paragraph.telefon {
    margin-bottom: 12px;
  }
  
  .section---fotos {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .heading-2 {
    margin-top: 15px;
      margin-bottom: 10px;
      font-size: 26px;
      display: none;
  }
  
  .heading-2.show {
    margin-top: 10px;
      margin-bottom: 5px;
      font-size: 26px;
      display: block;
  }
  
  .heading-2.show.bigger {
    margin-bottom: 12px;
      font-size: 30px;
  }
  
  .div-block-9 {
    grid-template-rows: auto;
      grid-template-areas: "Area";
      place-items: start center;
      height: 100%;
  }
  
  .grid-for-section {
    grid-column-gap: 14px;
      grid-row-gap: 14px;
      flex-flow: column;
      display: flex;
  }
  
  .grid-for-section.reverse {
    grid-column-gap: 14px;
      grid-row-gap: 14px;
      flex-flow: column-reverse;
  }
  
  .dynamic-container.hidden-for-desktop {
    margin-top: 10px;
      margin-bottom: 12px;
      display: flex;
  }
  
  .dynamic-container.hidden-for-desktop.stellenangebot {
    margin-bottom: 16px;
  }
  
  .dynamic-container.hidden-for-desktop.null-space {
    margin-bottom: 0;
  }
  
  .dynamic-text.gudea {
    margin-top: 0;
      margin-bottom: 0;
      font-size: 26px;
  }
  
  .section---reviews {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .section---partner {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .div-partnerlogos {
    flex-flow: wrap;
      display: none;
  }
  
  .footer-heading {
    font-size: 18px;
  }
  
  .logo-square {
    width: 18%;
  }
  
  .logo-square.smaller {
    width: 17%;
  }
  
  .homepage-heading {
    font-size: 32px;
      line-height: 42px;
  }
  
  .homepage-text-block {
    margin-top: 120px;
  }
  
  .grid {
    grid-column-gap: 12px;
      grid-row-gap: 16px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
  }
  
  .section---mitarbeiter {
    padding-left: 15px;
      padding-right: 15px;
  }
  
  .div-person {
    margin-top: 0;
      margin-bottom: 0;
      border-radius: 20px;
  }
  
  .div-person-name-beruf {
    padding: 15px 10px;
  }
  
  .text-person-name {
    font-size: 15px;
  }
  
  .text-person-berufe {
    font-size: 13px;
  }
  
  .section-instagram-feed, .section-kontaktfelder {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .kontaktfeld {
    padding: 24px 16px;
      gap: 16px;
  }
  
  .kontaktfeld._2-zeilen {
    padding: 24px 16px;
  }
  
  .kontakt-icon {
    width: 28px;
      height: 28px;
  }
  
  .kontaktfeld-heading, .kontaktfeld-heading.email {
    font-size: 17px;
  }
  
  .kontaktfeld-link .small-text, .kontaktfeld-link .small-text-copy {
    font-size: 13px;
      margin-top: 4px;
  }
  
  .section---stellenangebote {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .text-stellenangebot {
    font-size: 17px;
  }
  
  .grid-2 {
    grid-column-gap: 16px;
      grid-row-gap: 16px;
      place-items: center;
  }
  
  .text-block-stellenangebot {
    margin-bottom: 12px;
  }
  
  .stellenangebot-arrow {
    margin-left: 0;
  }
  
  .stellenangebot-header {
    grid-column-gap: 7px;
      grid-row-gap: 7px;
      justify-content: flex-start;
  }
  
  .stellenangebot {
    padding-top: 12px;
      padding-bottom: 12px;
      margin-bottom: 0;
  }
  
  .section---notfall-2 {
    padding-left: 5px;
      padding-right: 5px;
  }
  
  .header-und-text {
    padding-top: 10px;
      padding-bottom: 15px;
  }
  
  .form-grid {
    flex-flow: column;
      display: flex;
  }
  
  .radio-button, .checkbox {
    width: 20px;
      min-width: 20px;
      height: 20px;
      min-height: 20px;
  }
  
  .div-partnerlogos-flex {
    display: none;
  }
  
  .partner-logo {
    width: 20%;
  }
  
  .partner-logo.bigger {
    width: 30%;
  }
  
  .partner-logo-small {
    width: 18%;
  }
  
  .partner-logo-small.bigger {
    width: 23%;
  }
  
  .grid-drittel {
    grid-column-gap: 14px;
      grid-row-gap: 14px;
  }
  
  .grid-drittel .background-video {
    width: 100%;
      max-width: 100%;
      height: auto;
      aspect-ratio: 12 / 16;
      margin: 0 auto;
  }
  
  .background-video {
    height: 500px;
  }
  
  .background-video.small {
    height: 400px;
  }
  
  .partner-logo-copy.bigger {
    width: 25%;
  }
  
  .partner-logo-copy.big-tablet {
    width: 24%;
  }
  
  .image-grid-cover-mid {
    height: 400px;
  }
  
  .image-grid-cover-mid.small, .image-grid-big-cover-mid {
    height: 300px;
  }
  
  .image-grid-big-cover-mid.wide.offset {
    height: 200px;
  }
  
  .image-grid-big-cover-mid.offset {
    height: 300px;
  }
  
  .image-grid-big-cover-mid.bigger {
    height: 550px;
  }
  
  .div-block-24 {
    padding: 24px 20px;
  }
  
  .paragraph-copy-copy {
    margin-top: 5px;
  }
  
  .div-block-25 {
    padding: 24px 20px;
  }
  
  .image-section-with-text, .image-section-with-text.top {
    height: 300px;
  }
  
  .image-section-with-text.small {
    height: 250px;
  }
  
  .notfall-div {
    margin-left: 10px;
      margin-right: 10px;
      padding-left: 25px;
      padding-right: 25px;
  }
  
  .section---impressum-und-datenschutz {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .div-block-24-copy {
    padding: 24px 20px;
  }
  
  .paragraph-impressum {
    text-align: left;
      font-size: 14px;
  }
  
  .div-block-30 {
    margin-top: 20px;
  }
  
  .section---formular {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .div-partnerlogos-handy {
    grid-column-gap: 32px;
      grid-row-gap: 32px;
      justify-content: flex-start;
      margin-top: 20px;
      display: flex;
  }
  
  .div-partnerlogos-handy.bad {
    grid-column-gap: 22px;
      grid-row-gap: 22px;
  }
  
  .code-embed-3 {
    font-size: 14px;
  }
  
  .div-block-34 {
    width: 50px;
      height: 50px;
  }
  
  .whatsapp-popup {
    margin-bottom: 8px;
      margin-right: 8px;
  }
  
  .small {
    font-size: 13px;
  }
  
  .non-dynamic {
    margin-bottom: 6px;
      font-size: 28px;
      line-height: 1;
  }
  
  .non-dynamic.gudea {
    margin-top: 0;
      margin-bottom: 0;
  }
  
  .section---schritt-f-r-schritt-neu {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .schritte-grid {
    grid-template-rows: auto auto auto auto;
      grid-template-columns: 1fr;
      grid-row-gap: 24px;
  }
  
  .single-step-wrapper {
    display: grid;
      grid-template-columns: auto 1fr;
      grid-column-gap: 14px;
      grid-row-gap: 4px;
      align-items: start;
      margin-bottom: 0;
  }
  
  .circle {
    grid-column: 1;
      grid-row: 1 / span 2;
      width: 50px;
      height: 50px;
      align-self: start;
      margin-top: 3px;
  }
  
  .step-number {
    font-size: 22px;
  }
  
  .step-heading {
    grid-column: 2;
      grid-row: 1;
      text-align: left;
      font-size: 19px;
  }
  
  .paragraph-2 {
    grid-column: 2;
      grid-row: 2;
      text-align: left;
      font-size: 13px;
  }
  
  .small-heading {
    margin-bottom: 24px;
      font-size: 18px;
      line-height: 1.3;
  }
  
  .section---vorteile {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .vorteile-grid {
    grid-template-rows: auto auto auto auto auto auto;
      grid-template-columns: 1fr;
  }
  
  .section---konfigurator {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .dynamic-text-copy.gudea {
    margin-top: 0;
      margin-bottom: 0;
  }
  
  .nicht-dynamisch.gudea {
    margin-top: 0;
      margin-bottom: 0;
      font-size: 26px;
  }
  
  .section---nibe {
    padding-left: 20px;
      padding-right: 20px;
  }
}

#w-node-e0566321-d9b0-5832-603e-e8b83264d328-162d1415 {
  grid-area: Area;
}

#w-node-_3051241d-12d1-fd0f-ece4-171cd5e3f20f-162d1416 {
  align-self: center;
}

#w-node-e81032e4-3d1b-c78c-c1b5-a41caf86641a-162d1416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_05c1ab8f-f5a0-6b6a-fec4-a5c1cb90428b-162d1416, #w-node-dea61169-1d56-3a9f-31ce-050331fc1098-162d1417, #w-node-fb8804b6-a1c8-b98e-6b74-de4dc71044ec-162d1419 {
  align-self: center;
}

#w-node-e9a6e372-95d8-c969-0388-7613e9d2a13d-162d1419, #w-node-c8320aa4-76d1-eb4b-c927-7ef9944f9aaf-162d1419, #w-node-_79bbd15d-0ff4-32cb-adbf-d1b93490c094-162d1419, #w-node-_627d5629-0b1a-5860-b094-7fb458ec17a2-162d1419, #w-node-_10797689-447a-1c2f-03ac-18b48641bb34-162d1419 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_84d5502a-c92b-cf44-1ebd-ee93c3b61506-162d141a, #w-node-a151d333-4091-433a-3540-eabb732551b9-162d141a, #w-node-_669ce172-33c6-8a6c-1074-04ac2d92910a-162d141a, #w-node-a01aa188-77e7-1e81-8d1d-d2a94ebe9369-162d141a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c497edf3-0062-1c8c-3bfa-6da15272e2a7-162d141d {
  align-self: center;
}

#w-node-cf035fb3-111e-0af8-b5ef-5311b3e26f55-162d141d, #w-node-dbf50fa2-d7c6-4323-0b13-7a41ceee6131-162d141d, #w-node-_98d18c9f-6885-dc2b-5843-ee73c95ab811-162d141d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06d48c9f-2a2e-2b14-0ce8-72f42e9c132f-162d141d, #w-node-bff54a2c-9ae0-4724-6ae8-7bf08523c887-162d141d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c7220ada-e8fc-ce6f-df98-02db960f9e45-162d141d {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_8a0cbe95-3e15-fc04-84fe-994696bc0660-162d141d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_94e65b67-c8e0-7207-c648-094bfe1b55cf-162d141d {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c4d791fb-4ce3-b632-18dd-d0a94a724971-162d141d {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_8498daf9-0a93-5c0b-f7a9-e7eb9cac7026-162d141d {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-b130f40b-67da-4dab-5803-23884c115334-162d141d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aaa72e62-0172-6fed-c544-1dfdd23bb3f2-162d141d, #w-node-_2be8f263-3639-8085-4458-a628aca07d7a-162d141d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c497edf3-0062-1c8c-3bfa-6da15272e2a7-162d1420 {
  align-self: center;
}

#w-node-cf035fb3-111e-0af8-b5ef-5311b3e26f55-162d1420, #w-node-dbf50fa2-d7c6-4323-0b13-7a41ceee6131-162d1420, #w-node-_98d18c9f-6885-dc2b-5843-ee73c95ab811-162d1420 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06d48c9f-2a2e-2b14-0ce8-72f42e9c132f-162d1420, #w-node-bff54a2c-9ae0-4724-6ae8-7bf08523c887-162d1420 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_159af3f2-ad36-2e23-836e-a4e9a4f59139-162d1420 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_159af3f2-ad36-2e23-836e-a4e9a4f5913b-162d1420 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_16e73857-0a00-1ab5-3afe-07f02c7d1d63-162d1420 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_159af3f2-ad36-2e23-836e-a4e9a4f5913c-162d1420 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-c6e896e0-455f-8f42-3b37-e3409533d353-162d1420 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_159af3f2-ad36-2e23-836e-a4e9a4f5913e-162d1420 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c497edf3-0062-1c8c-3bfa-6da15272e2a7-162d1421 {
  align-self: center;
}

#w-node-cf035fb3-111e-0af8-b5ef-5311b3e26f55-162d1421, #w-node-dbf50fa2-d7c6-4323-0b13-7a41ceee6131-162d1421, #w-node-_98d18c9f-6885-dc2b-5843-ee73c95ab811-162d1421 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06d48c9f-2a2e-2b14-0ce8-72f42e9c132f-162d1421, #w-node-bff54a2c-9ae0-4724-6ae8-7bf08523c887-162d1421 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df08590f-ba9e-b0d7-ccfa-e29755c9cbed-162d1421, #w-node-_2fa2e04b-2b75-2ac6-aa27-9a7a8d7fcaa5-162d1421 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_89bfb187-92d9-2347-3ee7-d642d5f7d8f5-162d1421 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4ae7e031-1d0e-f858-9ca0-1ba75e9d6df6-162d1421, #w-node-_4ae7e031-1d0e-f858-9ca0-1ba75e9d6df9-162d1421 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c497edf3-0062-1c8c-3bfa-6da15272e2a7-162d1422, #w-node-_0a589339-b03f-daff-55a3-e6c9711be933-162d1422, #w-node-c497edf3-0062-1c8c-3bfa-6da15272e2a7-162d1423 {
  align-self: center;
}

#w-node-cf035fb3-111e-0af8-b5ef-5311b3e26f55-162d1423, #w-node-dbf50fa2-d7c6-4323-0b13-7a41ceee6131-162d1423, #w-node-_98d18c9f-6885-dc2b-5843-ee73c95ab811-162d1423, #w-node-_06d48c9f-2a2e-2b14-0ce8-72f42e9c132f-162d1423, #w-node-bff54a2c-9ae0-4724-6ae8-7bf08523c887-162d1423, #w-node-_6c06de2c-c94d-8ccd-f0bf-87b31dd1fadf-162d1423 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ac7d3ee-36ed-0877-44cf-9b2315e33030-162d1423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1ba12d-40a7-8f83-38da-8d93174ca5a2-162d1423 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0a1ba12d-40a7-8f83-38da-8d93174ca5a3-162d1423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1ba12d-40a7-8f83-38da-8d93174ca5a4-162d1423 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_14b9e7d9-ba17-845a-bdfb-a9f9425c153d-162d1423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1ba12d-40a7-8f83-38da-8d93174ca5a1-162d1423, #w-node-ba22b66d-bac1-e120-ce41-31c00c2f43b6-162d1424, #w-node-_669ce172-33c6-8a6c-1074-04ac2d92910a-162d1424, #w-node-a01aa188-77e7-1e81-8d1d-d2a94ebe9369-162d1424, #w-node-_84d5502a-c92b-cf44-1ebd-ee93c3b61506-162d1425, #w-node-a592a2fb-2a68-564d-e006-ac3cd634086c-162d1425, #w-node-_669ce172-33c6-8a6c-1074-04ac2d92910a-162d1425, #w-node-a01aa188-77e7-1e81-8d1d-d2a94ebe9369-162d1425 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_867dd544-a83d-2a74-e702-bfc6aedd7488-162d1429 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_867dd544-a83d-2a74-e702-bfc6aedd7489-162d1429 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_867dd544-a83d-2a74-e702-bfc6aedd748a-162d1429 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_867dd544-a83d-2a74-e702-bfc6aedd748b-162d1429 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_867dd544-a83d-2a74-e702-bfc6aedd748c-162d1429 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_867dd544-a83d-2a74-e702-bfc6aedd748d-162d1429 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_464b1d5d-2641-a016-9aca-2486d6edfd7e-162d1415, #w-node-ee97c025-bcdf-17a0-8950-554b03b8b147-162d1415 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-e0566321-d9b0-5832-603e-e8b83264d328-162d1415 {
    grid-area: Area;
  }
  
  #w-node-_3051241d-12d1-fd0f-ece4-171cd5e3f20f-162d1416 {
    grid-area: span 1 / span 1 / span 1 / span 1;
      align-self: center;
  }
  
  #w-node-_6c9df2be-ad44-8449-2f03-38e3cc705a6e-162d1416 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-e9a6e372-95d8-c969-0388-7613e9d2a13d-162d1419, #w-node-c8320aa4-76d1-eb4b-c927-7ef9944f9aaf-162d1419, #w-node-_79bbd15d-0ff4-32cb-adbf-d1b93490c094-162d1419, #w-node-_627d5629-0b1a-5860-b094-7fb458ec17a2-162d1419, #w-node-_10797689-447a-1c2f-03ac-18b48641bb34-162d1419 {
    grid-area: span 1 / span 1 / span 1 / span 1;
      justify-self: center;
  }
  
  #w-node-cf035fb3-111e-0af8-b5ef-5311b3e26f55-162d141d, #w-node-dbf50fa2-d7c6-4323-0b13-7a41ceee6131-162d141d, #w-node-_98d18c9f-6885-dc2b-5843-ee73c95ab811-162d141d, #w-node-_06d48c9f-2a2e-2b14-0ce8-72f42e9c132f-162d141d, #w-node-bff54a2c-9ae0-4724-6ae8-7bf08523c887-162d141d, #w-node-c7220ada-e8fc-ce6f-df98-02db960f9e45-162d141d, #w-node-_94e65b67-c8e0-7207-c648-094bfe1b55cf-162d141d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-c4d791fb-4ce3-b632-18dd-d0a94a724971-162d141d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-cf035fb3-111e-0af8-b5ef-5311b3e26f55-162d1420, #w-node-dbf50fa2-d7c6-4323-0b13-7a41ceee6131-162d1420, #w-node-_98d18c9f-6885-dc2b-5843-ee73c95ab811-162d1420, #w-node-_06d48c9f-2a2e-2b14-0ce8-72f42e9c132f-162d1420, #w-node-bff54a2c-9ae0-4724-6ae8-7bf08523c887-162d1420, #w-node-_159af3f2-ad36-2e23-836e-a4e9a4f59139-162d1420, #w-node-_159af3f2-ad36-2e23-836e-a4e9a4f5913b-162d1420, #w-node-c6e896e0-455f-8f42-3b37-e3409533d353-162d1420, #w-node-cf035fb3-111e-0af8-b5ef-5311b3e26f55-162d1421, #w-node-dbf50fa2-d7c6-4323-0b13-7a41ceee6131-162d1421, #w-node-_98d18c9f-6885-dc2b-5843-ee73c95ab811-162d1421, #w-node-_06d48c9f-2a2e-2b14-0ce8-72f42e9c132f-162d1421, #w-node-bff54a2c-9ae0-4724-6ae8-7bf08523c887-162d1421, #w-node-_867dd544-a83d-2a74-e702-bfc6aedd7488-162d1429, #w-node-_867dd544-a83d-2a74-e702-bfc6aedd7489-162d1429, #w-node-_867dd544-a83d-2a74-e702-bfc6aedd748c-162d1429 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf035fb3-111e-0af8-b5ef-5311b3e26f55-162d1423, #w-node-dbf50fa2-d7c6-4323-0b13-7a41ceee6131-162d1423, #w-node-_98d18c9f-6885-dc2b-5843-ee73c95ab811-162d1423, #w-node-_06d48c9f-2a2e-2b14-0ce8-72f42e9c132f-162d1423, #w-node-bff54a2c-9ae0-4724-6ae8-7bf08523c887-162d1423, #w-node-_6c06de2c-c94d-8ccd-f0bf-87b31dd1fadf-162d1423 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  .div-block-21 {
    grid-template-columns: 1fr;
      grid-row-gap: 16px;
      grid-column-gap: 0px;
      justify-items: stretch;
  }
  
  .leistung-wrapper {
    padding: 16px;
      border-radius: 12px;
      width: 100%;
      height: auto;
  }
  
  .leistung-header {
    margin-bottom: 0;
  }
  
  .leistung-title-group {
    gap: 10px;
  }
  
  .leistung-svg {
    height: 24px;
  }
  
  .leistung-text {
    font-size: 14px;
      margin: 0;
  }
  
  .leistung-desc {
    display: none;
  }
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-Bold.woff2') format('woff2'), url('../assets/fonts/Inter_18pt-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-ExtraBoldItalic.woff2') format('woff2'), url('../assets/fonts/Inter_18pt-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../assets/fonts/Inter_18pt-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gudea-lokal';
  src: url('../assets/fonts/Gudea-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gudea-lokal';
  src: url('../assets/fonts/Gudea-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gudea-lokal';
  src: url('../assets/fonts/Gudea-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

#cookiescript_injected, #cookiescript_badge, #cookiescript_wrapper {
  display: none !important;
}

iframe[data-src] {
  display: none !important;
}

.custom-consent-panel {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: #1d1d1b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(198, 31, 33, 0.15), 0 4px 12px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  padding: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 768px) {
  .custom-consent-panel {
    left: auto;
      right: 24px;
      width: 450px;
  }
}

.custom-consent-panel.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.custom-consent-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-consent-text {
  color: #ffffff !important;
  font-family: 'Inter 18 Pt', Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.custom-consent-text a {
  color: #c61f21 !important;
  text-decoration: underline !important;
}

.custom-consent-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.custom-consent-btn {
  font-family: 'Inter 18 Pt', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
  border: none;
  outline: none;
}

.custom-consent-btn.accept {
  background-color: #c61f21;
  color: #ffffff;
}

.custom-consent-btn.accept:hover {
  background-color: #a5181a;
  transform: translateY(-1px);
}

.custom-consent-btn.decline {
  background-color: transparent;
  color: #a0a0a0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.custom-consent-btn.decline:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  transform: translateY(-1px);
}

.custom-consent-btn:active {
  transform: translateY(0) scale(0.98);
}

body.cookies-accepted .cookie-notice-nibe {
  display: none !important;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-list {
    display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      background-color: #1d1d1b !important;
      border-radius: 25px !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45) !important;
  }
}

@media (max-width: 991px) {
  .w-nav-menu {
    display: none !important;
  }
  
  .w-nav-menu[data-nav-menu-open] {
    display: flex !important;
      position: absolute !important;
      top: 100% !important;
      left: 0 !important;
      right: 0 !important;
      background-color: #232323 !important;
      border-radius: 30px !important;
      flex-flow: column !important;
      padding: 20px !important;
      z-index: 1000 !important;
      box-shadow: 0 10px 20px rgba(0,0,0,0.3) !important;
  }
}

.stellenangebot-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.stellenangebot.open .stellenangebot-wrapper {
  grid-template-rows: 1fr;
}

.stellenangebot-informationen {
  min-height: 0;
}

.stellenangebot.open .stellenangebot-informationen {
  padding-bottom: 25px;
}

.stellenangebot-arrow {
  display: inline-block;
  transform: rotate(-90deg);
  transition: transform 0.2s ease, color 0.2s ease;
}

.stellenangebot.open .stellenangebot-arrow {
  transform: rotate(0deg);
}

@keyframes arrow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.arrow-down-icon {
  animation: arrow-bounce 2s infinite ease-in-out;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-list {
    display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      background-color: #1d1d1b !important;
      border-radius: 25px !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45) !important;
  }
}

@media (max-width: 991px) {
  .w-nav-menu {
    display: none !important;
  }
  
  .w-nav-menu[data-nav-menu-open] {
    display: flex !important;
      position: absolute !important;
      top: 100% !important;
      left: 0 !important;
      right: 0 !important;
      background-color: #232323 !important;
      border-radius: 30px !important;
      flex-flow: column !important;
      padding: 20px !important;
      z-index: 1000 !important;
      box-shadow: 0 10px 20px rgba(0,0,0,0.3) !important;
  }
}

.video-loading-placeholder {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #232323 0%, #2a2a28 50%, #1d1d1b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.video-loading-placeholder.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes video-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.video-spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: #c61f21;
  border-radius: 50%;
  animation: video-spinner 0.9s linear infinite;
}

.w-background-video {
  position: relative;
}

.video-mute-button {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 44px;
  height: 44px;
  background-color: rgba(29, 29, 27, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  outline: none;
}

.video-mute-button:hover {
  background-color: #c61f21;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(198, 31, 33, 0.4);
  border-color: rgba(255, 255, 255, 0.35);
}

.video-mute-button:active {
  transform: scale(0.95);
}

.video-mute-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-mute-button svg {
  display: block;
  transition: transform 0.2s ease;
}

.video-mute-button:hover svg {
  transform: scale(1.05);
}

.cookie-blocked-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-color: #1a1a18;
  border-radius: 35px;
  padding: 32px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: 'Inter 18 Pt', Arial, sans-serif;
  margin: 0 auto;
}

.cookie-blocked-placeholder-desc {
  font-size: 13px;
  color: #a0a0a0 !important;
  margin: 0 !important;
  max-width: 550px;
  line-height: 1.5;
}

.cookie-blocked-placeholder-btn {
  font-family: 'Inter 18 Pt', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  background-color: #c61f21;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
  margin-top: 4px;
}

.cookie-blocked-placeholder-btn:hover {
  background-color: #a5181a;
  transform: translateY(-1px);
}

.cookie-blocked-placeholder-btn:active {
  transform: translateY(0) scale(0.98);
}

.fixed-section-title {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
  font-size: 44px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.fixed-section-title.gudea {
  font-family: Gudea-lokal, sans-serif;
}

@media screen and (max-width: 767px) {
  .fixed-section-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .fixed-section-title {
    font-size: 26px;
      margin-top: 6px;
      margin-bottom: 8px;
  }
}

.fixed-section-title.smaller-size {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.stellenangebot + .fixed-section-title.smaller-size {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .fixed-section-title.smaller-size {
    font-size: 24px;
      margin-top: 5px;
      margin-bottom: 12px;
  }
  
  .stellenangebot + .fixed-section-title.smaller-size {
    margin-top: 45px;
  }
}

@media screen and (max-width: 479px) {
  .fixed-section-title.smaller-size {
    font-size: 20px;
      margin-top: 0px;
      margin-bottom: 10px;
  }
  
  .stellenangebot + .fixed-section-title.smaller-size {
    margin-top: 35px;
  }
}

.section---image-with-text + .section---schritt-f-r-schritt-neu {
  margin-top: 130px;
}

@media screen and (max-width: 991px) {
  .section---image-with-text + .section---schritt-f-r-schritt-neu {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .section---image-with-text + .section---schritt-f-r-schritt-neu {
    margin-top: 50px;
  }
}

.hamburger_12_wrap {
  --thickness: 0.2rem;
	--gap: 0.8rem;
	--rotate: 45;
  --width: 100%;
}

.w--open .hamburger_12_line {
  width: 100% !important;
	transform: scaleX(0);
}

.w--open .hamburger_12_line:first-child {
  transform: translateY(calc(var(--thickness) + var(--gap))) rotate(calc(var(--rotate) * 3 * 1deg));
}

.w--open .hamburger_12_line:last-child {
  transform: translateY(calc(var(--thickness) * -1 + var(--gap) * -1)) rotate(calc(var(--rotate) * 1deg));
}

@media (max-width: 991px) {
  .nav-hover-pill {
    display: none !important;
  }
}

.nav-hover-pill {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.08); 
  border-radius: 200px; 
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
              width 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
              height 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
              opacity 0.2s ease;
  pointer-events: none; 
  z-index: 0;
  opacity: 0;
}

@media (min-width: 992px) {
  .w-nav-menu .w-nav-link, .w-nav-menu .w-dropdown-toggle, .w-dropdown-list .w-dropdown-link {
    position: relative;
      z-index: 1;
      background-color: transparent !important;
  }
}

.nav-hover-pill.active {
  opacity: 1;
}

.dynamic-container {
  overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.dynamic-text {
  display: inline-block;
    white-space: nowrap;
}

.section-label-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}

.section-label {
  color: #c61f21;
  font-family: 'Inter 18 Pt', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1.2;
}

.google-maps {
  position: relative;
  height: 100%;
  width: 100%;
  flex: 1;
}

.google-maps-fallback {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}

.google-maps-wrapper {
  position: relative;
  background-color: #1d1d1b;
  border-radius: 35px;
  overflow: hidden;
}

.google-maps-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: none;
  background: transparent;
}

.footer-consent-link {
  display: inline-flex;
  align-items: center;
  opacity: 0.55;
  transition: opacity 0.2s;
}

.footer-consent-link:hover {
  opacity: 1 !important;
}

.section---waermepumpe-sneakpeek {
  width: 100%;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 75px;
  padding-right: 75px;
  box-sizing: border-box;
}

.sneakpeek-container {
  background-color: #232323;
  border-radius: 35px;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.sneakpeek-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.sneakpeek-info .section-label-wrapper {
  margin-bottom: 8px;
}

.sneakpeek-info .fixed-section-title {
  margin-top: 0;
  margin-bottom: 16px;
}

.sneakpeek-info .paragraph {
  color: #fff;
  margin-bottom: 0;
  max-width: 850px;
}

.sneakpeek-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 20px;
}

.sneakpeek-grid .vorteil-element {
  background-color: #1d1d1b;
  border-radius: 25px;
  padding: 30px;
  box-sizing: border-box;
}

.sneakpeek-button-wrapper {
  display: flex;
  justify-content: flex-start;
}

.sneakpeek-button-wrapper .red-button-section {
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.sneakpeek-button-wrapper .red-button-section:hover {
  background-color: #a5181a;
  transform: translateY(-2px);
}

@media screen and (max-width: 991px) {
  .section---waermepumpe-sneakpeek {
    padding-left: 55px;
      padding-right: 55px;
  }
}

@media screen and (max-width: 767px) {
  .section---waermepumpe-sneakpeek {
    margin-top: 80px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .sneakpeek-container {
    padding: 35px;
      gap: 0;
  }
  
  .sneakpeek-info {
    margin-bottom: 30px;
  }
  
  .sneakpeek-grid {
    grid-template-columns: 1fr;
      gap: 16px;
      margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section---waermepumpe-sneakpeek {
    padding-left: 20px;
      padding-right: 20px;
  }
  
  .sneakpeek-container {
    padding: 25px;
      gap: 0;
  }
  
  .sneakpeek-info {
    margin-bottom: 25px;
  }
  
  .sneakpeek-grid {
    margin-bottom: 15px;
  }
}

.promo-popup {
  position: fixed;
  left: 24px;
  bottom: -450px;
  width: 340px;
  background-color: rgba(29, 29, 27, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  overflow: hidden;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), bottom 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
  color: #ffffff;
}

.promo-popup.active {
  bottom: 24px;
  opacity: 1;
  pointer-events: auto;
}

.promo-popup-image-container {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.promo-popup-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.promo-popup:hover .promo-popup-image {
  transform: scale(1.05);
}

.promo-popup-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(29, 29, 27, 0.96) 100%);
}

.promo-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1010;
  padding: 0;
}

.promo-popup-close::before, .promo-popup-close::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  transition: background-color 0.2s ease;
}

.promo-popup-close::before {
  transform: rotate(45deg);
}

.promo-popup-close::after {
  transform: rotate(-45deg);
}

.promo-popup-close:hover {
  background-color: #c61f21;
  transform: scale(1.1) rotate(180deg);
}

.promo-popup-body {
  padding: 20px;
}

.promo-popup-tag {
  display: inline-block;
  background-color: #c61f21;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.promo-popup-title {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #ffffff;
  line-height: 1.3;
  font-family: Gudea-lokal, sans-serif;
}

.promo-popup-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 16px 0;
  line-height: 1.45;
}

.promo-popup-btn {
  display: block;
  text-align: center;
  background-color: #c61f21;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(198, 31, 33, 0.3);
}

.promo-popup-btn:hover {
  background-color: #a3181a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(198, 31, 33, 0.5);
}

@media screen and (max-width: 479px) {
  .promo-popup {
    left: 16px;
      right: 16px;
      width: auto;
      bottom: -500px;
  }
  
  .promo-popup.active {
    bottom: 16px;
  }
}

@media screen and (max-width: 991px) {
  .w-dropdown-list {
    position: static !important;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.15) !important;
      border-radius: 16px !important;
      margin-top: 0;
      padding: 0 !important;
      box-shadow: none !important;
      border: none !important;
      
      
      display: block !important;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transform: translateY(-10px);
      transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
                  opacity 0.25s ease, 
                  transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                  padding 0.3s ease,
                  margin-top 0.3s ease;
  }
  
  .w-dropdown-list.w--open {
    max-height: 600px !important;
      opacity: 1 !important;
      transform: translateY(0) !important;
      margin-top: 5px;
      padding: 10px 0 !important;
  }
}

.red-button-navbar, .red-button-footer, .red-button-section, .red-button-toggle-menu, .homepage-red-button, .red-button-jetzt-bewerben, .red-button-formular, .cookie-blocked-placeholder-btn, .custom-consent-btn.accept, .promo-popup-btn {
  transform: scale(1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: background-color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), 
              transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), 
              box-shadow 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.red-button-navbar:hover, .red-button-footer:hover, .red-button-section:hover, .red-button-toggle-menu:hover, .homepage-red-button:hover, .red-button-jetzt-bewerben:hover, .red-button-formular:hover, .cookie-blocked-placeholder-btn:hover, .custom-consent-btn.accept:hover, .promo-popup-btn:hover {
  background-color: #e62326 !important; 
  transform: scale(1.03) !important;
  box-shadow: 0 0 15px rgba(230, 35, 38, 0.6), 0 0 30px rgba(230, 35, 38, 0.3) !important;
}

.red-button-navbar:active, .red-button-footer:active, .red-button-section:active, .red-button-toggle-menu:active, .homepage-red-button:active, .red-button-jetzt-bewerben:active, .red-button-formular:active, .cookie-blocked-placeholder-btn:active, .custom-consent-btn.accept:active, .promo-popup-btn:active {
  background-color: #b51c1f !important;
  transform: scale(0.98) !important;
  box-shadow: 0 0 8px rgba(230, 35, 38, 0.4) !important;
}

.custom-consent-btn.decline {
  transform: scale(1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: background-color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), 
              transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), 
              color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1),
              box-shadow 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.custom-consent-btn.decline:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  transform: scale(1.03) !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1) !important;
}

.custom-consent-btn.decline:active {
  background-color: rgba(255, 255, 255, 0.03) !important;
  transform: scale(0.98) !important;
  box-shadow: none !important;
}

html.w-mod-js .heading-2:not(.reveal-active), html.w-mod-js .heading-3:not(.reveal-active), html.w-mod-js .dynamic-text:not(.reveal-active), html.w-mod-js .dynamic-text-copy:not(.reveal-active), html.w-mod-js .fixed-section-title:not(.reveal-active), html.w-mod-js .section-label-wrapper:not(.reveal-active), html.w-mod-js .small-heading:not(.reveal-active), html.w-mod-js .div-block-12:not(.reveal-active), html.w-mod-js .stellenangebot:not(.reveal-active), html.w-mod-js .kontaktformular-wrapper:not(.reveal-active), html.w-mod-js .bewerbungsformular-wrapper:not(.reveal-active), html.w-mod-js p.paragraph:not(.div-block-12 p):not(.footer p):not(.reveal-active) {
  opacity: 0;
  transform: translateY(24px);
}

html.w-mod-js .image-section-with-text:not(.reveal-active), html.w-mod-js .image-grid-big-cover-mid:not(.reveal-active), html.w-mod-js .image-grid-cover-mid:not(.reveal-active), html.w-mod-js .w-background-video:not(.div-homepage-video):not(.reveal-active) {
  opacity: 0;
  transform: scale(0.975) translateY(18px);
}

html.w-mod-js .leistung-wrapper:not(.reveal-active), html.w-mod-js .single-step-wrapper:not(.reveal-active), html.w-mod-js .div-person:not(.reveal-active), html.w-mod-js .partner-logo-small:not(.reveal-active), html.w-mod-js .logo-square:not(.reveal-active), html.w-mod-js .partner-logo:not(.reveal-active), html.w-mod-js .partner-logo-copy:not(.reveal-active), html.w-mod-js .div-block-8:not(.reveal-active), html.w-mod-js .kontaktfeld-link:not(.reveal-active), html.w-mod-js .vorteil-element:not(.reveal-active), html.w-mod-js .variante-element:not(.reveal-active) {
  opacity: 0;
  transform: scale(0.985) translateY(24px);
}

html.w-mod-js .heading-2, html.w-mod-js .heading-3, html.w-mod-js .dynamic-text, html.w-mod-js .dynamic-text-copy, html.w-mod-js .fixed-section-title, html.w-mod-js .section-label-wrapper, html.w-mod-js .small-heading, html.w-mod-js .div-block-12, html.w-mod-js .stellenangebot, html.w-mod-js .kontaktformular-wrapper, html.w-mod-js .bewerbungsformular-wrapper, html.w-mod-js p.paragraph:not(.div-block-12 p):not(.footer p), html.w-mod-js .image-section-with-text, html.w-mod-js .image-grid-big-cover-mid, html.w-mod-js .image-grid-cover-mid, html.w-mod-js .w-background-video:not(.div-homepage-video), html.w-mod-js .leistung-wrapper, html.w-mod-js .single-step-wrapper, html.w-mod-js .div-person, html.w-mod-js .partner-logo-small, html.w-mod-js .logo-square, html.w-mod-js .partner-logo, html.w-mod-js .partner-logo-copy, html.w-mod-js .div-block-8, html.w-mod-js .kontaktfeld-link, html.w-mod-js .vorteil-element, html.w-mod-js .variante-element {
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

html.w-mod-js .leistung-wrapper.reveal-active, html.w-mod-js .kontaktfeld-link.reveal-active {
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

html.w-mod-js .reveal-active {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

html.w-mod-js .homepage-heading {
  opacity: 0;
  transform: translateY(20px);
  animation: heroReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.15s;
}

html.w-mod-js .homepage-red-button {
  opacity: 0;
  transform: translateY(15px);
  animation: heroReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.35s;
}

html.w-mod-js .homepage-text-block {
  opacity: 0;
  transform: translateY(10px);
  animation: heroReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.5s;
}

html.w-mod-js .arrow-down-icon {
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  animation: arrowReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards,
             arrow-bounce-centered 2s infinite ease-in-out 1.8s;
}

@keyframes heroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes arrowReveal {
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes arrow-bounce-centered {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}

html.w-mod-js:not(.navbar-ready):not(.navbar-skip-anim) .navbar {
  opacity: 0;
  transform: translateY(-25px);
}

html.w-mod-js .navbar {
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

html.w-mod-js.navbar-ready .navbar {
  opacity: 1;
  transform: translateY(0);
}

html.navbar-skip-anim .navbar {
  transition: none !important;
}

.partner-logo, .partner-logo-small, .partner-logo-copy, .logo-square {
  filter: grayscale(100%) opacity(0.8);
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.partner-logo:hover, .partner-logo-small:hover, .partner-logo-copy:hover, .logo-square:hover {
  filter: none;
  opacity: 1;
}

.social-media-logo-link {
  filter: grayscale(100%) brightness(0) invert(83%) sepia(4%) saturate(290%) hue-rotate(180deg);
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.social-media-logo-link:hover, .link-block:hover .social-media-logo-link {
  filter: grayscale(100%) brightness(0) invert(100%);
  opacity: 1;
}

.w-input.is-invalid, .w-select.is-invalid {
  border-color: #ff4d4d !important;
  background-color: rgba(255, 77, 77, 0.03) !important;
}

.field-error-msg {
  color: #ff4d4d;
  font-size: 13px;
  margin-top: 5px;
  font-family: Gudea-lokal, sans-serif;
  display: block;
  text-align: left;
}

.char-counter {
  font-size: 12px;
  color: #888880;
  text-align: right;
  margin-top: 3px;
  display: block;
  font-family: Gudea-lokal, sans-serif;
}