@charset "UTF-8";
body {
  font-family: 'LG EI Text', sans-serif;
  font-weight: 400;
  color: #212529;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'LG EI Headline', sans-serif;
}
h1 {
  font-size: 80px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 576px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 72px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 80px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 576px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 56px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 44px;
  }
}

h4 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  h4 {
    font-size: 33px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  h5 {
    font-size: 26px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  h6 {
    font-size: 18px;
  }
}

p,
button,
li,
a {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 575px) {
  p,
  button,
  a {
    font-size: 17px;
  }
}
@media (min-width: 576px) {
  p,
  button,
  li,
  a {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  p,
  button,
  li,
  a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  p,
  button,
  a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  p,
  button,
  a {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  p,
  button,
  a {
    font-size: 20px;
    font-weight: 400;
  }
}
b,
strong {
  font-weight: 700 !important;
}
small {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 575px) {
  small {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  small {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  small {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  small {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  small {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  small {
    font-size: 18px;
  }
}

.nav-item a {
  font-size: 22px;
  /* text-transform: uppercase; */
  color: #434343 !important;
  font-weight: 600;
  margin-right: 2rem;
}
@media (max-width: 575px) {
  .nav-item a {
    font-size: 17px;
  }
}
@media (min-width: 576px) {
  .nav-item a {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .nav-item a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .nav-item a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .nav-item a {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .nav-item a {
    font-size: 20px;
  }
}

@font-face {
  font-family: 'LG Smart';
  src: url('../fonts/LGSmartBold.eot');
  src:
    local('☺'),
    url('../fonts/LGSmartBold.woff') format('woff'),
    url('../fonts/LGSmartBold.ttf') format('truetype'),
    url('../fonts/LGSmartBold.svg') format('svg');
  font-weight: 700; /* Bold font weight */
  font-style: normal;
  font-display: swap; /* Ensure text remains visible during font load */
}
@font-face {
  font-family: 'LG Smart';
  src: url('../fonts/LGSmartLight.eot');
  src:
    local('☺'),
    url('../fonts/LGSmartLight.woff') format('woff'),
    url('../fonts/LGSmartLight.ttf') format('truetype'),
    url('../fonts/LGSmartLight.svg') format('svg');
  font-weight: 300; /* Light font weight */
  font-style: normal;
  font-display: swap; /* Ensure text remains visible during font load */
}
@font-face {
  font-family: 'LG Smart';
  src: url('../fonts/LGSmartRegular.eot');
  src:
    local('☺'),
    url('../fonts/LGSmartRegular.woff') format('woff'),
    url('../fonts/LGSmartRegular.ttf') format('truetype'),
    url('../fonts/LGSmartRegular.svg') format('svg');
  font-weight: 400; /* Regular font weight */
  font-style: normal;
  font-display: swap; /* Ensure text remains visible during font load */
}
@font-face {
  font-family: 'LG Smart';
  src: url('../fonts/LGSmartSemiBold.eot');
  src:
    local('☺'),
    url('../fonts/LGSmartSemiBold.woff') format('woff'),
    url('../fonts/LGSmartSemiBold.ttf') format('truetype'),
    url('../fonts/LGSmartSemiBold.svg') format('svg');
  font-weight: 600; /* Semibold font weight */
  font-style: normal;
  font-display: swap; /* Ensure text remains visible during font load */
}

/* 2025 fonts */

@font-face {
  font-family: 'LG EI Text';
  src: url('../lg_fonts/LGEITextTTF-Bold.eot');
  src:
    url('../lg_fonts/LGEITextTTF-Bold.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEITextTTF-Bold.woff2') format('woff2'),
    url('../lg_fonts/LGEITextTTF-Bold.woff') format('woff'),
    url('../lg_fonts/LGEITextTTF-Bold.ttf') format('truetype'),
    url('../lg_fonts/LGEITextTTF-Bold.svg#LGEITextTTF-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Text';
  src: url('../lg_fonts/LGEITextTTF-SemiBold.eot');
  src:
    url('../lg_fonts/LGEITextTTF-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEITextTTF-SemiBold.woff2') format('woff2'),
    url('../lg_fonts/LGEITextTTF-SemiBold.woff') format('woff'),
    url('../lg_fonts/LGEITextTTF-SemiBold.ttf') format('truetype'),
    url('../lg_fonts/LGEITextTTF-SemiBold.svg#LGEITextTTF-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Text';
  src: url('../lg_fonts/LGEITextTTF-Regular.eot');
  src:
    url('../lg_fonts/LGEITextTTF-Regular.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEITextTTF-Regular.woff2') format('woff2'),
    url('../lg_fonts/LGEITextTTF-Regular.woff') format('woff'),
    url('../lg_fonts/LGEITextTTF-Regular.ttf') format('truetype'),
    url('../lg_fonts/LGEITextTTF-Regular.svg#LGEITextTTF-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Headline';
  src: url('../lg_fonts/LGEIHeadlineTTF-Thin.eot');
  src:
    url('../lg_fonts/LGEIHeadlineTTF-Thin.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEIHeadlineTTF-Thin.woff2') format('woff2'),
    url('../lg_fonts/LGEIHeadlineTTF-Thin.woff') format('woff'),
    url('../lg_fonts/LGEIHeadlineTTF-Thin.ttf') format('truetype'),
    url('../lg_fonts/LGEIHeadlineTTF-Thin.svg#LGEIHeadlineTTF-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Headline';
  src: url('../lg_fonts/LGEIHeadlineTTF-Light.eot');
  src:
    url('../lg_fonts/LGEIHeadlineTTF-Light.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEIHeadlineTTF-Light.woff2') format('woff2'),
    url('../lg_fonts/LGEIHeadlineTTF-Light.woff') format('woff'),
    url('../lg_fonts/LGEIHeadlineTTF-Light.ttf') format('truetype'),
    url('../lg_fonts/LGEIHeadlineTTF-Light.svg#LGEIHeadlineTTF-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Headline';
  src: url('../lg_fonts/LGEIHeadlineTTF-Semibold.eot');
  src:
    url('../lg_fonts/LGEIHeadlineTTF-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEIHeadlineTTF-Semibold.woff2') format('woff2'),
    url('../lg_fonts/LGEIHeadlineTTF-Semibold.woff') format('woff'),
    url('../lg_fonts/LGEIHeadlineTTF-Semibold.ttf') format('truetype'),
    url('../lg_fonts/LGEIHeadlineTTF-Semibold.svg#LGEIHeadlineTTF-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Text';
  src: url('../lg_fonts/LGEITextTTF-Light.eot');
  src:
    url('../lg_fonts/LGEITextTTF-Light.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEITextTTF-Light.woff2') format('woff2'),
    url('../lg_fonts/LGEITextTTF-Light.woff') format('woff'),
    url('../lg_fonts/LGEITextTTF-Light.ttf') format('truetype'),
    url('../lg_fonts/LGEITextTTF-Light.svg#LGEITextTTF-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Headline';
  src: url('../lg_fonts/LGEIHeadlineTTF-Regular.eot');
  src:
    url('../lg_fonts/LGEIHeadlineTTF-Regular.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEIHeadlineTTF-Regular.woff2') format('woff2'),
    url('../lg_fonts/LGEIHeadlineTTF-Regular.woff') format('woff'),
    url('../lg_fonts/LGEIHeadlineTTF-Regular.ttf') format('truetype'),
    url('../lg_fonts/LGEIHeadlineTTF-Regular.svg#LGEIHeadlineTTF-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Headline';
  src: url('../lg_fonts/LGEIHeadlineTTF-Bold.eot');
  src:
    url('../lg_fonts/LGEIHeadlineTTF-Bold.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEIHeadlineTTF-Bold.woff2') format('woff2'),
    url('../lg_fonts/LGEIHeadlineTTF-Bold.woff') format('woff'),
    url('../lg_fonts/LGEIHeadlineTTF-Bold.ttf') format('truetype'),
    url('../lg_fonts/LGEIHeadlineTTF-Bold.svg#LGEIHeadlineTTF-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Headline';
  src: url('../lg_fonts/LGEIHeadline-Regular.eot');
  src:
    url('../lg_fonts/LGEIHeadline-Regular.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEIHeadline-Regular.woff2') format('woff2'),
    url('../lg_fonts/LGEIHeadline-Regular.woff') format('woff'),
    url('../lg_fonts/LGEIHeadline-Regular.ttf') format('truetype'),
    url('../lg_fonts/LGEIHeadline-Regular.svg#LGEIHeadline-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Headline';
  src: url('../lg_fonts/LGEIHeadline-Semibold.eot');
  src:
    url('../lg_fonts/LGEIHeadline-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEIHeadline-Semibold.woff2') format('woff2'),
    url('../lg_fonts/LGEIHeadline-Semibold.woff') format('woff'),
    url('../lg_fonts/LGEIHeadline-Semibold.ttf') format('truetype'),
    url('../lg_fonts/LGEIHeadline-Semibold.svg#LGEIHeadline-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Headline';
  src: url('../lg_fonts/LGEIHeadline-Thin.eot');
  src:
    url('../lg_fonts/LGEIHeadline-Thin.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEIHeadline-Thin.woff2') format('woff2'),
    url('../lg_fonts/LGEIHeadline-Thin.woff') format('woff'),
    url('../lg_fonts/LGEIHeadline-Thin.ttf') format('truetype'),
    url('../lg_fonts/LGEIHeadline-Thin.svg#LGEIHeadline-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Headline';
  src: url('../lg_fonts/LGEIHeadline-Light.eot');
  src:
    url('../lg_fonts/LGEIHeadline-Light.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEIHeadline-Light.woff2') format('woff2'),
    url('../lg_fonts/LGEIHeadline-Light.woff') format('woff'),
    url('../lg_fonts/LGEIHeadline-Light.ttf') format('truetype'),
    url('../lg_fonts/LGEIHeadline-Light.svg#LGEIHeadline-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG EI Headline';
  src: url('../lg_fonts/LGEIHeadline-Bold.eot');
  src:
    url('../lg_fonts/LGEIHeadline-Bold.eot?#iefix') format('embedded-opentype'),
    url('../lg_fonts/LGEIHeadline-Bold.woff2') format('woff2'),
    url('../lg_fonts/LGEIHeadline-Bold.woff') format('woff'),
    url('../lg_fonts/LGEIHeadline-Bold.ttf') format('truetype'),
    url('../lg_fonts/LGEIHeadline-Bold.svg#LGEIHeadline-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* end of it */

.lg-color {
  color: #ea1917;
}

b,
strong {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1570px !important;
  }
}
.lg-button {
  background: #ea1917;
  color: #fff;
  max-width: -moz-max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border: 0.0625rem solid #646464;
  border-radius: 62.4375rem;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition:
    background 0.3s,
    color 0.2s,
    border-color 0.3s;
  transition:
    background 0.3s,
    color 0.2s,
    border-color 0.3s;
  white-space: normal;
  font-size: 1.1rem;
  height: 3rem;
  min-width: 7.5rem;
  padding: 0 1.75rem;
  background: #ea1917;
  border-color: #ea1917;
  color: #fff;
  margin: 2rem auto;
  max-width: fit-content;
}
.lg-button:hover {
  /* background: #a50035;
  color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(165, 0, 53, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(165, 0, 53, 0.6);
  text-decoration: unset; */
  background: #fff;
  border-color: #646464;
  color: #000;
}

.lg-button-rev {
  max-width: -moz-max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border: 0.0625rem solid #646464;
  border-radius: 62.4375rem;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition:
    background 0.3s,
    color 0.2s,
    border-color 0.3s;
  transition:
    background 0.3s,
    color 0.2s,
    border-color 0.3s;
  white-space: normal;
  font-size: 1.1rem;
  height: 3rem;
  min-width: 7.5rem;
  padding: 0 1.75rem;
  background: #fff;
  border-color: #646464;
  color: #000;
  margin: 2rem auto;
  max-width: fit-content;
}
.lg-button-rev:hover {
  /* background: #a50035;
  color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(165, 0, 53, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(165, 0, 53, 0.6);
  text-decoration: unset; */

  background: #ea1917;
  border-color: #ea1917;
  color: #fff;
}

.glide__arrow {
  padding: 0;
  border: unset !important;
  box-shadow: unset !important;
}
.glide__arrow img {
  width: 100% !important;
  min-width: 30px;
}

@media screen and (min-width: 768px) {
  .glide__arrow {
    display: none !important;
  }
}
.form-check-input:checked {
  background-color: #a50035 !important;
  border-color: #a50035;
}

video {
  width: 100%;
}

#kontaktformular {
  position: relative;
  font-family: 'LG Smart', sans-serif;
  letter-spacing: 0.65px;
  font-size: 20px;
}
#kontaktformular input,
#kontaktformular select {
  border: 0.5px solid #707070 !important;
}

.footer .footerLogo {
  max-width: 130px;
  width: 100%;
}
.footer p {
  color: #8c8c8c;
}
.footer .footer-nav {
  margin-left: 0;
  padding-left: 0;
}
.footer .footer-nav li {
  display: inline;
  margin-right: 23px;
}
.footer .footer-nav li a {
  color: #fff;
  font-weight: 400;
  text-decoration: unset;
}
.footer .footer-nav li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  labe.text-danger.red.ml-auto.d-block.text-end {
    text-align: left !important;
    margin-top: 2rem;
  }
  body * {
    word-break: break-word;
  }
  .mobile-style {
    padding: unset !important;
  }
  .mobile-margin {
    margin-bottom: 0 !important;
  }
  .mobile-top-margin {
    margin-top: 0 !important;
  }
  label {
    font-size: 17px !important;
  }
}
.text-on-banner-wrapper {
  position: absolute;
  color: #fff;
  left: 6rem;
  top: 33%;
}
.text-on-banner-wrapper h1 {
  font-weight: bold;
  margin-bottom: 0;
}
.text-on-banner-wrapper h5 {
  font-weight: 300;
}

@media screen and (max-width: 1252px) and (min-width: 991px) {
  .text-on-banner-wrapper {
    left: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .text-on-banner-wrapper {
    position: absolute;
    color: #fff;
    left: 0;
    top: 16%;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
.max-420 {
  max-width: 420px;
  height: auto;
  width: 100%;
}

.max-600 {
  max-width: 600px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .glide img {
    max-width: 270px;
  }
  .max-420 {
    margin-bottom: 2rem;
  }
  .max-600 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .glide img {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  /* .banner {
    min-height: 630px !important;
  } */
  .row {
    margin-left: auto;
    margin-right: auto;
  }
}
.container-small {
  max-width: 925px;
  margin: auto;
}

.banner {
  position: relative;
  text-align: center;
  background: url(../images/update_2025/LG_Ichwillswarm2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 392px;
  align-items: center;
}

/* @media screen and (max-width: 991px) { */
/* .banner {
    background: url(../images/mobile-kontakt-banner.jpg) !important;
    height: 550px !important;
    align-items: baseline !important;
    background-size: cover !important;
    background-position: bottom !important;
    max-width: 570px !important;
    padding-top: 20px;
    margin: auto !important;
  }
}
.banner-text {
  position: absolute;
  top: 30%;
  left: 2rem;
  color: #ea1917;
  font-weight: bold;
} */
@media screen and (min-width: 991px) {
  .banner p {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1416px) {
  .banner {
    background-size: cover !important;
    border-radius: 76px !important;
  }
}
@media screen and (max-width: 991px) {
  /* .banner img {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  } */
  #kontaktformular .row {
    margin-top: 0 !important;
  }
  #kontaktformular .form-group {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  /* .banner > div > div:first-child {
    display: none;
  } */
  /* .banner > div > div:last-child {
    max-width: 100%;
    min-width: 100%;
  } */
  /* .banner {
    height: 744px !important;
  } */
}
.einfach-banner {
  width: 46%;
  padding-left: 4rem;
  padding-top: 1rem;
}
.einfach-banner .einfach-banner-headline {
  font-size: 99px;
  margin-bottom: 0;
}
.einfach-banner .einfach-banner-zweite-headline {
  font-size: 45px;
  font-weight: 600;
}
.einfach-banner * {
  color: #fff;
}

@media screen and (max-width: 1476px) {
  .einfach-banner .einfach-banner-headline {
    font-size: 80px !important;
  }
  .einfach-banner .einfach-banner-zweite-headline {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 1314px) {
  .einfach-banner .einfach-banner-headline {
    font-size: 70px !important;
  }
  .einfach-banner .einfach-banner-zweite-headline {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 1244px) {
  .einfach-banner {
    width: 54%;
  }
  .einfach-banner .einfach-banner-headline {
    font-size: 70px !important;
  }
  .einfach-banner .einfach-banner-zweite-headline {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 1200px) {
  .einfach-banner {
    width: 54%;
    padding-top: 6px;
  }
  .einfach-banner .einfach-banner-headline {
    font-size: 55px;
    margin-bottom: 0;
  }
  .einfach-banner .einfach-banner-zweite-headline {
    font-size: 19px;
    margin-bottom: 0;
  }
  .einfach-banner p {
    font-size: 18px;
  }
  .einfach-banner {
    width: 100%;
    text-align: center;
    padding: 10px 2rem;
  }
  .einfach-banner .einfach-banner-headline {
    font-size: 50px;
  }
  .einfach-banner .einfach-banner-zweite-headline {
    font-size: 20px;
  }
}
@media screen and (max-width: 380px) {
  .einfach-banner {
    width: 100%;
    text-align: center;
    padding: 10px 2rem;
  }
  .einfach-banner .einfach-banner-headline {
    font-size: 37px;
  }
  .einfach-banner .einfach-banner-zweite-headline {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .plus-icon:before {
    content: '+';
    position: absolute;
    left: 22px;
    color: #a40b36;
    top: -35px !important;
    font-size: 35px !important;
    font-weight: 300 !important;
  }
  .equal-icon:before {
    content: '=';
    position: absolute;
    left: 22px;
    color: #a40b36;
    top: -36px !important;
    font-size: 35px !important;
    font-weight: 300 !important;
  }
  .lg-banner-last {
    background: url(../../assets/images/mobile-kontakt-banner.jpg) !important;
    height: 750px !important;
    align-items: baseline !important;
    background-size: cover !important;
    background-position: bottom !important;
    max-width: 570px !important;
    margin: auto !important;
  }
  .tablet-adjust {
    max-width: 480px;
    margin: auto;
  }
  .mobile-voucher {
    max-width: 210px;
  }
  .mobile-caption-c {
    top: auto;
    bottom: 255px;
  }
  .last-banner-inner {
    max-width: 100%;
  }
  .einfach-banner {
    width: 100%;
    text-align: center;
    padding: 10px 2rem;
  }
  .einfach-banner .einfach-banner-headline {
    font-size: 50px !important;
  }
  .einfach-banner .einfach-banner-zweite-headline {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 380px) {
  .einfach-banner {
    width: 100%;
    text-align: center;
    padding: 10px 2rem;
  }
  .einfach-banner .einfach-banner-headline {
    font-size: 37px !important;
  }
  .einfach-banner .einfach-banner-zweite-headline {
    font-size: 17px !important;
  }
}
.text-in-photo {
  position: relative;
}
@media screen and (min-width: 991px) {
  .absolute-lg {
    position: absolute;
    bottom: 1rem;
    left: 3rem;
    display: -webkit-inline-box !important;
    z-index: 9;
  }
}
.text-wrapper-in-banner {
  text-align: left;
  position: absolute;
  bottom: 2rem;
  z-index: 9;
  color: #fff;
  left: 2rem;
}
.rounded-lg {
  border-radius: 75px;
}
.lg-hr {
  color: #ea1917;
  background: #ea1917;
  opacity: 1;
  height: 3px;
  width: 100%;
  max-width: 713px;
  margin: 4rem auto;
}
.erste-col {
  background: url('../images/Block1.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.zweite-col {
  background: url('../images/Block2.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dritte-col {
  background: url('../images/Block1.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lg-bg-drei {
  position: relative;
  height: 100%;
  /* padding-bottom: 150px;
  margin-bottom: 30px; */
}
.lg-bg-drei a {
  color: #000;
}
@media screen and (min-width: 991px) {
  .mt-9 {
    margin-top: 9rem;
  }
  .mb-9 {
    margin-bottom: 9rem;
  }
}
.element_08 small {
  margin-top: 2rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .reverese-mob {
    flex-direction: column-reverse;
  }
  .lg-button,
  .lg-button-rev {
    font-size: 0.875rem;
    height: 2.25rem;
    min-width: 5rem;
    padding: 0 1rem;
  }
  .element_08 .lg-button-rev {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

/* .lg-bg-drei > p {
  padding: 0 75px !important;
  margin: 33px 0;
} */
.lg-bg-drei {
  border-radius: 76px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.lg-bg-drei p {
  font-weight: 400;
  padding: 0rem 2rem;
  font-size: 19px;
}
.lg-bg-drei .title-splaten {
  padding-top: 25px;
}

img.broschuere {
  max-width: 50px;
}

.block-image {
  /* position: absolute; */
  bottom: 0;
  padding: 0 11px;
  left: 0;
  right: 0;
}
.block-image img {
  width: 100%;
}

.smaller-text {
  display: block;
  font-size: 29px;
}

.actions-custom {
  justify-content: center;
}

.actions-custom p {
  font-size: 16px;
}

.custom-strech > div {
  max-width: 545px;
}

@media all and (max-width: 1510px) and (min-width: 1200px) {
  .custom-strech > div {
    max-width: 43% !important;
    flex: 0 0 42%;
    margin: 51px auto !important;
  }
}
@media all and (max-width: 1200px) {
  .custom-strech > div {
    max-width: 545px !important;
    flex: 0 0 100%;
    margin: 51px auto !important;
  }
  .custom-strech .split-varianten p {
    min-height: auto !important;
  }
}
.custom-strech > div {
  max-width: 545px;
}

.lg-blocks {
  margin-bottom: 100px;
}
/* .lg-blocks .lg-button {
  display: block !important;
} */

/* @media screen and (min-width: 1510px) {
  .lg-blocks {
    margin-bottom: 170px;
  }
} */
.light-bg {
  padding: 0;
  margin: 0 -6px;
}
.light-bg > div {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}
.light-bg > div > p {
  height: 77px;
}
.light-bg * {
  font-size: 14px !important;
}

.split-varianten {
  margin: 0 20px;
  justify-content: space-between !important;
}

@media all and (max-width: 768px) {
  .mobile-left {
    text-align: left !important;
  }
  .light-bg > div > p {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  /* .lg-bg-drei > p {
    padding: 0 10px !important;
    margin: revert;
  } */
  /* .lg-bg-drei {
    padding-bottom: 110px !important;
  } */
}
/* @media screen and (max-width: 600px) {
  .lg-bg-drei {
    padding-bottom: 90px !important;
  }
} */
.lg-bg-drei {
  border-radius: 76px;
}
header .logo {
  max-width: 135px;
  width: 100%;
}

.nav-item.active a {
  color: #a40b36 !important;
}

.navbar-nav {
  padding-left: 2rem;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  header .nav-link {
    margin-right: 16px;
  }
}

.navbar-nav li:hover .nav-link:after {
  border-bottom: solid 2px #ea1917;
  content: '';
  display: block;
  width: 94%;
  height: 10px;
  margin: auto;
  position: absolute;
}
.nav-link {
  position: relative;
}

@media screen and (max-width: 768px) {
  .rounded-lg {
    border-radius: 27px;
  }
  .banner {
    background-size: cover;
    border-radius: 27px !important;
    overflow: hidden;
    background-position: 10% 100%;
  }
  .lg-bg-drei {
    border-radius: 27px;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    background: url(/assets/images/2025_mob_ich_wills_warm.jpg);
    background-position: bottom;
    min-height: 630px;
    align-items: baseline;
    padding-top: 20px;
    border-radius: 0 !important;
  }
  .mob-h-adjs {
    min-height: 230px;
    object-fit: cover;
    border-radius: 10px;
  }
}
@media screen and (max-width: 500px) {
  .text-on-banner-wrapper {
    max-width: 90%;
  }
}

/* did not used the compiler  */

.three-col-88 {
  max-width: 442px;
}

.three-col-88 > div {
  background: #e6e1d6;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  padding: 2rem;
}

.three-col-88 h3 {
  border-top-left-radius: 35px;
  margin-bottom: 0;
  border-top-right-radius: 35px;
  background: #f0ece4;
  text-align: center;
  min-height: 101px;
  padding: 2rem;
}

.red {
  color: #ea1917;
  font-weight: bold;
}

/* Falls deine „.sr-only“ Utility fehlt: */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.c-resources {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
  list-style: none;
  margin-top: 6rem;
  margin-bottom: 5rem;
}

.c-resources li {
  margin: 0;
  padding: 0;
  /* Mit Bootstrap utilities: me-3 mb-3 */
}

.c-resources__item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 calc(50% - 16px);
  box-sizing: border-box;
  height: 100px;
  padding: 28px 20px;
  background-color: #fff;
  border-radius: 28px;
  font-family: 'LGEI Text', 'Segoe UI', 'Microsoft Sans Serif', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 16px;
  transition:
    background-color 0.2s,
    transform 0.2s;
  border-radius: 30px;
  border: solid 1px #000;
}

.c-resources__item:hover {
  background-color: #f0ece4;
  transform: translateY(-2px);
  cursor: pointer;
}

.c-resources__item--extension {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
}

.c-resources__item--extension-pdf {
  background-image: url('/assets/images/08_2025/PDF_file_icon.png');
}

.c-resources__item--name {
  flex-grow: 1;
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-resources__item--download-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-image: url('/assets/images/08_2025/icon-download-black-32-32.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  align-self: center;
}

.container-small {
  max-width: 1070px;
}

li.me-3.mb-3 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 991px) {
  button#scrollBtn {
    margin-bottom: 0 !important;
  }

  .c-resources {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .grau-section {
    padding: 2rem !important;
  }

  .three-col-88 {
    max-width: 440px;
    margin: auto auto 3rem;
  }

  .mobile-size-img {
    max-width: 120px !important;
    margin-top: 1rem !important;
  }

  .mobil-img-adj {
    max-width: 320px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 2rem !important;
  }

  .mt-mob-0 {
    margin-top: 0 !important;
  }
}

.preisinformationen {
  justify-content: space-around;
}

@media screen and (max-width: 1200px) {
  #foerderungformular .row {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  #foerderungformular .form-group {
    margin-bottom: 1rem;
  }

  .reverese-mob_2 {
    flex-direction: column-reverse;
  }

  .element_08 h3 {
    margin-top: 1rem !important;
  }

  .element_08 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .three-col-88 > div {
    padding: 1.5rem;
  }

  .grau-section {
    padding: 1rem !important;
  }
}

@media screen and (max-width: 1320px) and (min-width: 991px) {
  .three-col-88 > div {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 550px) {
  .c-resources__item {
    padding: 12px 10px !important;
    column-gap: 5px !important;
    height: 65px;
  }
}

.c-spacing {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.grau-section {
  background-color: #f0ece4;
  padding: 4rem;
  border-radius: 35px;
  margin-bottom: 5rem;
  margin-top: 3rem;
}

.three-col-88 table td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.three-col-88 table p {
  margin: unset !important;
}

/* banner img animated */
.banner-img {
  position: absolute;
  bottom: 0;
}

.precent {
  right: 75px;
  max-width: 200px !important;
  bottom: 38px;
}

.sicher-img {
  right: 326px;
  max-width: 193px;
  bottom: 66px;
}

@media screen and (max-width: 1275px) {
  .precent {
    max-width: 210px;
  }

  .sicher-img {
    max-width: 163px;
    bottom: 49px;
    right: 252px;
  }
}

@media screen and (max-width: 1200px) {
  .precent {
    max-width: 159px;
    right: 54px;
  }

  .sicher-img {
    max-width: 129px;
    bottom: 34px;
    right: 189px;
  }
}

@media screen and (max-width: 991px) {
  .precent {
    max-width: 123px;
    right: 37px;
    bottom: 24px;
  }

  .sicher-img {
    max-width: 96px;
    bottom: 28px;
    right: 144px;
  }
}

@media screen and (max-width: 440px) {
  .precent {
    max-width: 102px;
    right: 3%;
    bottom: 24px;
  }

  .sicher-img {
    max-width: 90px;
    bottom: 22px;
    right: 29%;
  }
}

.qr-code {
  max-width: 160px;
  bottom: 6%;
  left: 5%;
}

@media screen and (max-width: 1200px) {
  .qr-code {
    max-width: 110px;
    bottom: 7%;
    left: 5%;
  }
}

@media screen and (max-width: 991px) {
  .qr-code {
    max-width: 80px;
    bottom: 7%;
    left: 5%;
  }
}

@media screen and (max-width: 768px) {
  .qr-code {
    max-width: 105px;
    bottom: 12%;
    left: 2%;
  }

  .mobile-bubble {
    right: 8%;
    max-width: 125px !important;
  }
}

.mehr_info {
  color: #ea1917;
  font-size: 16px;
  text-decoration: unset;
}

.mehr_info:hover {
  text-decoration: underline;
}

@media screen and (max-width: 430px) {
  .c-resources__item--name {
    font-size: 14px;
  }
}

.comparison-section {
  max-width: 1085px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--accent-color);
  text-align: center;
}

.comparison-card {
  overflow: hidden;
  background: #e6e1d6;
}

.comparison-header {
  display: flex;
  background-color: var(--secondary-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #c3c0b7;
}

.feature-column {
  flex: 0 0 40%;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--accent-color);
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}

/* Add color extension to the right */
/* .feature-column::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background-color: inherit;
} */

.product-column {
  flex: 1;
  padding: 1.25rem 1.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: var(--accent-color);
  background-color: var(--primary-bg);
  position: relative;
}

.product-column:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.comparison-row {
  display: flex;
  transition: background-color 0.2s;
  position: relative;
}

.comparison-row:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.comparison-row:last-child {
  border-bottom: none;
}

.feature-cell {
  flex: 0 0 40%;
  padding: 1rem 1.5rem;
  color: #000;
  font-weight: bold;
  background-color: #f0ebe1;
  display: flex;
  border-bottom: solid 5px #fff;
  align-items: center;
  position: relative;
}

/* Add color extension to the right for feature cells */
/* .feature-cell::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background-color: inherit;
  z-index: 1;
} */

.product-cell {
  flex: 1;
  padding: 1rem 1.5rem;
  text-align: center;
  color: #333;
  background-color: var(--primary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4dfd6;
}

.highlight {
  color: var(--accent-color);
}

.badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.badge-primary {
  background-color: var(--accent-color);
  color: white;
}

.badge-secondary {
  background-color: #e9ecef;
  color: #495057;
}

.product-column img {
  max-width: 260px;
  width: 100%;
}
.product-cell {
  text-align: center !important;
}
/* Desktop styles */
@media screen and (min-width: 769px) {
  .comparison-row:after {
    content: '';
    background: #f0ebe1;
    right: -50px;
    width: 50px;
    height: 100%;
    position: absolute;
    border-bottom: solid 5px #fff;
    top: 0;
    z-index: 9999999;
  }
  .comparison-body > div:last-child:after {
    border-bottom: unset;
  }
  .comparison-section,
  .comparison-card {
    position: unset !important;
    overflow: unset;
  }
  .comparison-row {
    position: relative;
  }

  .comparison-card .product-column:last-child {
    border-left: solid 5px #fff;
  }

  .comparison-row .product-cell:last-child {
    border-left: solid 5px #fff;
  }
  .feature-cell {
    font-size: 24px;
  }
  .comparison-body .comparison-row:last-child .feature-cell {
    border: unset !important;
  }

  .product-cell:first-of-type {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }

  .product-cell {
    border-bottom: solid 5px #c3c0b7;
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  .warum_lg_warmepumpen {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .warum_lg_warmepumpen h4 {
    font-size: calc(0.8rem + 0.3vw);
  }
  span.mobile-product-label {
    display: none;
  }
  .comparison-header {
    display: none;
  }

  .comparison-row {
    flex-direction: row;
    padding: 1rem 0;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .product-cell {
    text-align: center;
    justify-content: center !important;
  }
  .feature-cell {
    flex: 1;
    padding: 1rem 1.5rem;
    background-color: var(--secondary-bg);
    font-weight: 600;
    min-width: 100%;
    font-weight: bold;
    height: min-content;
    justify-content: center;
    text-align: center;
    border-bottom: unset;
    width: 100%;
  }

  .comparison-body {
    background: #f0ebe1;
  }
  .comparison-section {
    position: relative;
  }
  .product-cell {
    background: #f0ebe1;
  }
  .comparison-body > .comparison-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .comparison-body > .comparison-row:last-child:after {
    width: 100%;
    display: block;
    height: 50px;
    background: #d0cbc2;
    content: '';
  }
  .comparison-body:before {
    content: '';
    height: 102%;
    width: 5px;
    top: 0;
    position: absolute;
    z-index: 1;
    display: block;
    background: #fff;
    left: 50%;
  }
  /* .comparison-body {
    position: relative;
  } */
  .feature-cell {
    z-index: 99;
  }

  .mobile-product-images > div:first-child {
    position: relative;
  }

  /* Remove the color extension on mobile */
  .feature-cell::after {
    display: none;
  }
  .vergleich-table {
    padding: 0;
  }
  .product-cell {
    padding: 1rem 1.5rem;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
  }

  .product-cell {
    border-bottom: solid 8px #d0cbc2;
  }

  /* Mobile product images row */
  .mobile-product-images {
    display: flex;
    justify-content: space-around;
    gap: 44px;
    padding: 1rem;
    background: #c3c0b7;
  }

  .mobile-product-image {
    text-align: center;
    flex: 1;
  }

  .mobile-product-image img {
    max-width: 250px;
    width: 100%;
    padding: 10px;
  }

  .mobile-product-label {
    display: block;
    margin-top: 0.5rem;
    font-weight: 600;
    color: var(--accent-color);
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.5rem;
  }

  .feature-cell,
  .product-cell {
    padding: 0.4rem 1rem;
  }
}

.warum_lg_warmepumpen {
  background: #f0ebe1;
  margin: 3rem auto;
  border-radius: 2rem;
  padding: 2rem;
}
.inner-wlw {
  text-align: center;
}
.inner-wlw img {
  max-width: 270px;
  width: 100%;
}

/* .above-footer-banner {
  position: relative;
  text-align: center;
  background: url(../images/update_2025/LG_Ichwillswarm2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 513px;
  padding: 3rem;
  align-items: center;
}

.above-footer-banner * {
  color: #fff;
}

.in-text-001 {
  text-align: left;
  max-width: 47%;
  margin-left: auto;
  padding-right: 5rem;
}
.in-text-001 h4 {
  font-weight: 300;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .in-text-001 {
    text-align: left;
    max-width: 100%;
    margin-left: auto;
  }
  .above-footer-banner {
    position: relative;
    text-align: center;
    background: url(../images/update_2025/LG_Ichwillswarm11.jpg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    min-height: 901px;
    border-radius: 3rem;
    padding-bottom: 4rem;
    background-position: left !important;
    align-items: end;
  }
} */
.above-footer-banner {
  position: relative;
  margin: 0;
}

.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.text-overlay * {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.text-overlay h4 {
  /* font-weight: 700; */
  margin-bottom: 1rem;
}

/* .text-overlay p {
  line-height: 1.6;
} */

/* Switch to mobile layout at 991px */
@media (max-width: 991.98px) {
  .text-overlay {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 1.5rem;
    justify-content: flex-end;
  }

  .text-overlay h4 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }

  .text-overlay p {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
}

/* Large desktop optimization */
@media (min-width: 1200px) {
  .text-overlay {
    padding: 3rem;
  }
}

/* Small mobile styles */
@media (max-width: 575.98px) {
  .text-overlay {
    padding: 1rem;
    height: 55%;
  }

  .text-overlay h4 {
    font-size: 1rem;
  }

  .text-overlay p {
    font-size: 0.85rem;
  }
}

/* Ensure images maintain aspect ratio */
.image-container {
  display: flex;
}

.image-container img {
  object-fit: cover;
  min-height: 300px;
}
/* Critical range: 768px to 1270px - using calc for responsive adjustments */
@media (max-width: 1270px) and (min-width: 768px) {
  .text-overlay {
    width: calc(40% + 10vw); /* Responsive width that adapts to screen size */
    padding: calc(1rem + 0.5vw);
  }

  .text-overlay h4 {
    font-size: calc(1rem + 0.3vw);
    margin-bottom: calc(0.8rem + 0.3vw);
  }

  .text-overlay p {
    font-size: calc(0.85rem + 0.2vw);
  }
}

/* Large desktop optimization */
@media (min-width: 1271px) {
  .text-overlay {
    width: 50%;
    padding: 2rem;
  }
}

@media screen and (min-width: 991px) {
  .warum_lg_warmepumpen .col {
    max-width: fit-content;
  }
  .warum_lg_warmepumpen {
    text-align: center;
    justify-content: center;
    gap: 2rem;
  }
}

.glide__bullets {
  text-align: center;
  margin-top: 12px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.glide__bullets {
  bottom: 0 !important;
}

.glide__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc !important;
  opacity: 0.9;
  cursor: pointer;
  border: none;
}

.glide__bullet[aria-current='true'] {
  background: #333; /* active dot */
  transform: scale(1.1);
}

.glide__bullet--active {
  background-color: #ea1917 !important;
}
.glide__bullet:focus,
.glide__bullet:hover {
  border: solid 2px #ea1917 !important;
}
@media screen and (min-width: 768px) {
  .footer-container > div > div {
    flex-direction: row-reverse;
  }
  .comparison-header {
    border-bottom: unset;
  }
  .glide__bullets {
    display: none !important;
    bottom: 0;
    margin-bottom: -30px;
  }
}

.footer-container {
  margin-top: 2rem;
}
.footer-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
.footer-nav li {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
.footer-nav a {
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.product-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
.product-links li {
  margin-bottom: 0.5rem;
}
.product-links a {
  text-decoration: none;
}
.product-links a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-nav li {
    display: block;
    margin-right: 0;
  }
  .f-contain {
    margin: unset !important;
  }
  .footer-container > div > div {
    flex-direction: column-reverse;
  }
  .mob-pad {
    padding: 0;
  }
}
.f-contain {
  width: fit-content;
  margin-left: auto;
}
/* ul.product-links {
  width: fit-content;
  margin-left: auto;
} */
ul.product-links a {
  color: #fff;
  font-weight: 400;
  text-decoration: unset;
}
ul.product-links a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1307px) and (min-width: 1270px) {
  .text-overlay p {
    font-size: 17px;
  }
}

/* --- Hero Banner Container --- */
.hero-banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* border-radius: 12px; Optional: Gives a modern, premium feel */
}

/* --- Hero Image --- */
.hero-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* Optional: uncomment below if you want a fixed max height on desktop */
  /* max-height: 600px; */
}

/* --- Gradient Overlay for Readability --- */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Dark gradient coming from the left for desktop */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.2) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

/* --- Text Content Container --- */
.hero-text-content {
  position: absolute;
  top: 50%;
  left: 6%; /* Pushes it slightly in from the left edge */
  transform: translateY(-50%); /* Perfectly centers it vertically */
  z-index: 2;
  color: #ffffff;
  max-width: 550px;
}

/* --- Typography --- */
.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
  /* Soft, diffused shadow looks more premium than a harsh one */
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.hero-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.9;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* --- Mobile Responsiveness (Bootstrap's lg breakpoint is 992px) --- */
@media (max-width: 991px) {
  .hero-overlay {
    /* On mobile, bring the gradient up from the bottom instead of the left */
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.2;
  }

  .hero-text-content {
    /* Reset desktop positioning */
    /* top: auto; */
    transform: none;

    /* Place at bottom center for mobile */
    top: 8%;
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }
}

.product-column img {
  max-height: 70px;
}
@media (max-width: 768px) {
  .mobile-product-image img {
    max-height: 65px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .mobile-product-image img {
    max-height: 47px;
  }
}

/* Base Container - NO SHADOWS */
.opt-banner-container {
  display: grid;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1a1b18;
}

/* Stack image and overlay exactly on top of each other */
.opt-banner-container > img,
.opt-banner-container > .opt-banner-overlay {
  grid-area: 1 / 1;
}

/* Ensure the image acts as a background and stays aligned left */
.opt-banner-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

/* The invisible wrapper that controls where the text goes */
.opt-banner-overlay {
  display: flex;
  z-index: 2;
  color: #ffffff;
}

/* Fluid Typography using clamp() */
.opt-banner-content h4 {
  /* min 1.15rem, prefers 2vw, max 1.5rem */
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.opt-banner-content p {
  /* min 0.85rem, prefers 1vw, max 0.95rem */
  font-size: clamp(0.85rem, 1vw, 0.95rem);
  line-height: 1.6;
  margin-bottom: 0;
  opacity: 0.9;
}

/* =========================================
   DESKTOP & LARGE TABLET (992px and above)
========================================= */
@media (min-width: 992px) {
  .opt-banner-overlay {
    /* Push the content box hard to the right edge */
    justify-content: flex-end;
    /* Center it vertically */
    align-items: center;
    padding: 2rem 3rem 2rem 2rem;
  }

  .opt-banner-content {
    /* THE FIX: Lock the text width so it NEVER crosses the center line */
    max-width: 45%;
  }
}

/* =========================================
   MOBILE & SMALL TABLET (991px and below)
========================================= */
@media (max-width: 991px) {
  .opt-banner-overlay {
    /* Push the text to the bottom edge */
    align-items: flex-end;
    padding: 2rem;
    /* Force the text down so the image above it shows */
    padding-top: 60%;
    /* Smooth fade to dark so text is always readable even if image shifts */
    background: linear-gradient(to bottom, transparent 0%, rgba(26, 27, 24, 0.8) 60%, #1a1b18 100%);
  }

  .opt-banner-content {
    max-width: 100%;
  }
}
/* New  column for tabelle*/
/* ============================================
   3-product comparison table additions
   ============================================ */

.row-products {
  display: contents;
}

/* Positioning context for the divider pseudo (desktop AND mobile) */
.comparison-row .product-cell,
.comparison-card .product-column {
  position: relative;
}

/* White vertical divider via pseudo-element — no border, no miter triangles */
.comparison-row .product-cell + .product-cell,
.comparison-card .product-column + .product-column {
  border-left: none !important;
}
.comparison-row .product-cell + .product-cell::before,
.comparison-card .product-column + .product-column::before {
  content: '';
  position: absolute;
  left: -2.5px;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #fff;
  z-index: 1;
  pointer-events: none;
}

.comparison-row .product-cell:first-of-type {
  border-right: none !important;
}

/* === Desktop: thin solid grey footer strip (no logos, no internal lines) === */
@media screen and (min-width: 769px) {
  /* Bottom bar mirrors the header (no logos, smaller height) */
  .comparison-footer img {
    display: none !important;
  }
  .comparison-footer {
    height: 25px !important;
    min-height: 25px !important;
    border: none !important;
  }
  .comparison-footer .feature-column,
  .comparison-footer .product-column {
    height: 25px !important;
    min-height: 25px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* === Mobile: 3 cells fit on one row, no scrolling === */
@media (max-width: 768px) {
  .mobile-product-images {
    gap: 4px !important;
    padding: 1rem 0.5rem !important;
  }
  .mobile-product-image {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }
  .mobile-product-image img {
    max-width: 100% !important;
    max-height: 45px !important;
    padding: 4px !important;
  }

  .row-products {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    overflow: visible !important;
  }
  .row-products .product-cell {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    padding: 0.85rem 0.4rem !important;
    font-size: 0.85rem !important;
    text-align: center !important;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.35;
  }

  /* Remove the old 50% center divider (was for 2 columns) */
  .comparison-body:before {
    display: none !important;
  }
}
/* end of */

.lg-feature-strip {
  background: #f0f0e8;
  border-radius: 44px;
  padding: clamp(22px, 3vw, 50px) clamp(16px, 2.8vw, 42px);
  overflow: hidden;
}

.lg-feature-strip .feature-item {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 10px 14px;
}

.lg-feature-strip .feature-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  width: 1px;
  height: 62%;
  background: rgba(0, 0, 0, 0.28);
}

.lg-feature-strip .feature-item-last::after {
  display: none;
}

.lg-feature-strip .feature-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 18px;
}

.lg-feature-strip .feature-text {
  color: #f83018;
  font-weight: 700;
  font-size: clamp(18px, 1.35vw, 28px);
  line-height: 1.08;
}

@media (max-width: 991.98px) {
  .lg-feature-strip {
    border-radius: 28px;
    padding: 18px 12px;
  }

  .lg-feature-strip .feature-item {
    min-height: 150px;
  }

  .lg-feature-strip .feature-item::after {
    display: none;
  }

  .lg-feature-strip .feature-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }

  .lg-feature-strip .feature-text {
    font-size: 16px;
  }
}

.gemeindebau-box {
  background: #f0f0e8; /* same as feature strip */
  border-radius: 44px;
  padding: 48px 60px;
  overflow: hidden;
}

.gemeindebau-content {
  padding-left: 6%;
}

.gemeindebau-title {
  margin-bottom: 28px;
  color: #000;
}

.gemeindebau-subtitle {
  font-size: 1.25rem;
  color: #222;
}

.gemeindebau-img {
  border-radius: 36px;
  display: block;
}

@media (max-width: 991.98px) {
  .gemeindebau-box {
        padding: 5px;
        border-radius: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
  }

  .gemeindebau-content {
    padding-left: 0;
    text-align: center;
  }

  .gemeindebau-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .gemeindebau-subtitle {
    font-size: 1rem;
  }

  .gemeindebau-img {
    border-radius: 22px;
  }
}

@media screen and (min-width: 768px) {
  .gemeindebau-box {
    margin-top: 10rem !important;
    margin-bottom: 7rem !important;
  }
}

.hero-banner-wrapper {
  position: relative;
}

.hero-badge {
  position: absolute;
  right: 3%;
  bottom: 6%;
  width: clamp(99px, 30vw, 300px);
  height: auto;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 575px) {
  .hero-badge {
    right: 4%;
    bottom: 4%;
    width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .opt-banner-content {
    color: #fff !important;
  }
}

@keyframes simpleBannerBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* Hits and rests on the ground */
  }
  40% {
    transform: translateY(-20px); /* First jump */
  }
  60% {
    transform: translateY(-10px); /* Smaller second hop */
  }
}

.hero-badge {
  display: inline-block;
  will-change: transform;

  /* A 2-second loop gives it time to bounce, then pause and rest */
  animation: simpleBannerBounce 2s infinite;
}