/* Kellersanierung Hero Section Background */
.hero-section {
  background-image: url('../images/keller/mauer-weiss-bg-tiny-comp-480.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Kellersanierung Hero Styles */
[data-card="kellersanierung"] .hero_h1 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: #0a2e28;
  font-weight: 700;
}

[data-card="kellersanierung"] .hero_h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  color: #115346;
}

[data-card="kellersanierung"] .hero_list_problem_item_p {
  color: #c41e3a;
  font-weight: 500;
}

[data-card="kellersanierung"] .hero_list_value_item_p {
  color: #115346;
  font-weight: 500;
}

[data-card="kellersanierung"] .hero_cta_button {
  background-color: #115346;
  color: white;
  border-radius: 8px;
  padding: 16px 32px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

[data-card="kellersanierung"] .hero_cta_button:hover {
  background-color: #0d4238;
}

/* Partner brands styling */
[data-card="kellersanierung"] .section__partner_brands {
  background-color: #f8f9fa;
  padding: 24px 0;
}

/* Reference Section Styling */
[data-card="kellersanierung"] .reference_wrapper {
  background-color: #eef7fa;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

[data-card="kellersanierung"] .h2__section {
  color: #1d4266;
  text-align: center;
}

[data-card="kellersanierung"] .p__section {
  color: #1d4266;
  text-align: center;
}

/* Reference Section Gallery Slider Styles */
[data-card="kellersanierung"] .reference_content__gallery {
  margin-top: 3rem;
  position: relative;
}

[data-card="kellersanierung"] .reference_gallery_slider {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

[data-card="kellersanierung"] .reference_gallery_mask {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 400px;
}

[data-card="kellersanierung"] .gallery_slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.5s ease;
}

[data-card="kellersanierung"] .gallery_image {
  width: 100%;
  height: 400px;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

[data-card="kellersanierung"] .gallery_image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Slider Navigation Arrows */
[data-card="kellersanierung"] .w-slider-arrow-left,
[data-card="kellersanierung"] .w-slider-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(29, 66, 102, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

[data-card="kellersanierung"] .w-slider-arrow-left:hover,
[data-card="kellersanierung"] .w-slider-arrow-right:hover {
  background-color: rgba(44, 95, 141, 0.95);
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

[data-card="kellersanierung"] .w-slider-arrow-left {
  left: 25px;
}

[data-card="kellersanierung"] .w-slider-arrow-right {
  right: 25px;
}

[data-card="kellersanierung"] .reference_gallery_icon_arrow {
  width: 20px;
  height: 20px;
  color: white;
  fill: white;
  pointer-events: none;
}

[data-card="kellersanierung"] .reference_gallery_icon_arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: white;
}

/* Slider Dot Navigation */
[data-card="kellersanierung"] .w-slider-nav {
  bottom: -90px !important;
}

/* Reference Gallery Layout */
[data-card="kellersanierung"] .reference_gallery_component {
  display: flex;
  justify-content: center;
  width: 100%;
}

[data-card="kellersanierung"] .collection-list-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

[data-card="kellersanierung"] .collection-list-2 {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 3rem;
}

[data-card="kellersanierung"] .collection-item-2 {
  flex: 0 0 auto;
  width: 450px;
  max-width: calc(50% - 1rem);
}

@media (max-width: 991px) {
  [data-card="kellersanierung"] .collection-item-2 {
    width: 100%;
    max-width: 600px;
  }
  
  [data-card="kellersanierung"] .collection-list-2 {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

/* TwentyTwenty Before/After Slider Styles */
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: "Vorher";
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: "Nachher";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  [data-card="kellersanierung"] .hero_content_box__right {
    display: none;
  }
  
  [data-card="kellersanierung"] .hero_content__mobile_image {
    display: block;
    margin-top: 32px;
  }
}

/* Hide section_solution overlays for kellersanierung card */
.emd-keller .solution_overlay_top,
.emd-keller .solution_overlay {
  display: none !important;
}

/* Border/Divider Styles */
.border[data-card="kellersanierung"] {
  background-color: #e0e0e0;
  height: 1px;
  width: 100%;
  margin: 0 0 3rem 0;
}

.border.is--white[data-card="kellersanierung"] {
  background-color: #ffffff;
  height: 1.5em;
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.border.is--blue[data-card="kellersanierung"] {
  background-color: #eef7fa;
  height: 1.5em;
}

/* CTA Question Block Styles */
[data-card="kellersanierung"] .section__cta_question {
  background-color: #f5fafe;
  padding-top: 4rem;
  padding-bottom: 5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-card="kellersanierung"] .h2__section {
  font-size: 1.75rem;
  text-align: center;
  color: #1d4266;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

[data-card="kellersanierung"] .p__cta_q {
  text-align: center;
  font-size: 1.175rem;
  color: #1d4266;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-card="kellersanierung"] .question-icon {
  width: 2.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

[data-card="kellersanierung"] .question-grid-wrapper,
[data-card="kellersanierung"] .question-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

[data-card="kellersanierung"] .flex-item {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

[data-card="kellersanierung"] .question-grid-item {
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

[data-card="kellersanierung"] .question-grid-item:hover {
  color: #f9fafb;
  background-color: #f9fafb;
  border-radius: 12px;
  transform: translateZ(0) translate(0, -6px);
}

[data-card="kellersanierung"] .item-flex-container {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  border: 1px solid #f2a779;
  background-color: #f2a779;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em 1.25em;
  display: flex;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
}

[data-card="kellersanierung"] .h3--question {
  font-family: 'Poppins', sans-serif;
  color: #1d4266;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

[data-card="kellersanierung"] .h3--question.is--white {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
}

[data-card="kellersanierung"] .h3--question.is--white:hover {
  color: white;
}

[data-card="kellersanierung"] .icon-animated {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

[data-card="kellersanierung"] .icon-animated svg {
  width: 100%;
  height: 100%;
  shape-rendering: crispEdges;
}

[data-card="kellersanierung"] .cta_question_content__heading {
  margin-bottom: 1rem;
}

[data-card="kellersanierung"] .cta_question_content__grid {
  margin-top: 2rem;
}

/* ===================================
   PROBLEM SECTIONS STYLES
   =================================== */

/* Problem Section - General Styles */
[data-card="kellersanierung"] .section__probem.bg_blue {
  background-color: #eef7fa;
  background-image: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

[data-card="kellersanierung"] .section__probem.bg_blue * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
  will-change: auto !important;
}

[data-card="kellersanierung"] .section__probem.bg_blue .problem_content__right * {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

[data-card="kellersanierung"] .problem_wrapper {
  width: 100%;
  background-image: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

[data-card="kellersanierung"] .problem_container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .problem_container.container-large {
  max-width: 68rem;
}

[data-card="kellersanierung"] .problem_content_box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

[data-card="kellersanierung"] .problem_content_box.padding_small {
  padding-top: 4rem;
}

/* Problem Content Right (Text Content) */
[data-card="kellersanierung"] .problem_content__right {
  width: 100%;
  max-width: 32rem;
}

/* Problem Content Left (Image Content) */
[data-card="kellersanierung"] .problem_content__left {
  align-self: flex-end;
  margin-bottom: -5rem;
}

[data-card="kellersanierung"] .problem_content__left.problem_content__left_mobile {
  display: flex;
}

/* Problem Section Heading */
[data-card="kellersanierung"] .h2__section.h2_section_left {
  text-align: left;
}

[data-card="kellersanierung"] .h2__section.h2_section_left.destop_center {
  text-align: center;
}

/* Problem Section Paragraphs */
[data-card="kellersanierung"] .p__problem {
  font-size: 1.125rem;
}

[data-card="kellersanierung"] .p__problem.p_problem_bold {
  margin-bottom: 1.35em;
  font-size: 1.175rem;
  font-weight: 700;
  line-height: 1.4;
}

/* Description List */
[data-card="kellersanierung"] .description-list {
  width: 100%;
  margin-top: 0.55em;
  list-style: none;
  padding-left: 0;
}

[data-card="kellersanierung"] .description-list-item {
  font-family: inherit;
  color: #1d4266;
  font-size: 1.05rem;
  line-height: 1.5rem;
  text-align: left;
  letter-spacing: -0.01em;
  background-image: url('../images/keller/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 0.9rem;
  background-attachment: scroll;
  margin-bottom: 0.55em;
  padding-left: 1.5rem;
  font-weight: 600;
  list-style-type: none;
}

/* Problem Section Images */
[data-card="kellersanierung"] .image__problem_bauarbeiter_a {
  width: 60vh;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

[data-card="kellersanierung"] .image__problem_bauarbeiter_b {
  width: 80vh;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

/* CTA Button Full Width */
[data-card="kellersanierung"] .button.cta_btn__section.btn_full_width {
  width: 100%;
  position: relative;
  z-index: 10;
}

/* Problem Section CTA Button Container */
[data-card="kellersanierung"] .problem_content__cta_button {
  margin-top: 2rem;
}

/* Hero Blur Style - Allow clicks through */
[data-card="kellersanierung"] .hero_blur_style {
  pointer-events: none;
}

/* Reviews Section Heading */
[data-card="kellersanierung"] .h2__reviews {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/* ===================================
   TEAM SECTION STYLES
   =================================== */

/* Team Section General */
[data-card="kellersanierung"] .section__team {
  background-color: white;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

[data-card="kellersanierung"] .team_wrapper {
  width: 100%;
}

[data-card="kellersanierung"] .team_container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .team_content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

/* Team Heading */
[data-card="kellersanierung"] .team_content__heading {
  text-align: center;
  max-width: 48rem;
}

[data-card="kellersanierung"] .team_content__heading .h2__section {
  margin-bottom: 0;
}

/* Team Subtitle */
[data-card="kellersanierung"] .team_content__sub {
  text-align: center;
  max-width: 40rem;
}

[data-card="kellersanierung"] .team_content__sub .p__section {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

/* Team Gallery */
[data-card="kellersanierung"] .team_content__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
  max-width: 64rem;
}

/* Team Cards */
[data-card="kellersanierung"] .card-row4_card {
  display: flex;
  flex-direction: column;
  background-color: #1d4266;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

[data-card="kellersanierung"] .card-row4_card:hover {
  transform: translateY(-8px);
}

[data-card="kellersanierung"] .card-row4_image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

[data-card="kellersanierung"] .card-row4_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

[data-card="kellersanierung"] .card-row4_card-content {
  padding: 1.5rem;
  background-color: #1d4266;
}

[data-card="kellersanierung"] .card-row4_card-content-top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

[data-card="kellersanierung"] .benefits_content_text.is--team {
  text-align: center;
}

[data-card="kellersanierung"] .h3-team {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

[data-card="kellersanierung"] .benefits_content_text.is--team p.is--white {
  color: white;
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0.9;
  margin: 0;
}

/* Team Text Content */
[data-card="kellersanierung"] .team_content__text {
  width: 100%;
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

[data-card="kellersanierung"] .team_content__text .p__section {
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: left;
  margin: 0;
}

/* Responsive Team Section */
@media (max-width: 991px) {
  [data-card="kellersanierung"] .team_content__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  
  [data-card="kellersanierung"] .section__team {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  [data-card="kellersanierung"] .team_content__gallery {
    grid-template-columns: 1fr;
    max-width: 24rem;
  }
  
  [data-card="kellersanierung"] .section__team {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  [data-card="kellersanierung"] .team_content__heading,
  [data-card="kellersanierung"] .team_content__sub {
    max-width: 100%;
  }
}

/* Problem Section Mobile Images */
[data-card="kellersanierung"] .problem_content__image_mobile {
  display: none;
  width: 100%;
}

[data-card="kellersanierung"] .image-40,
[data-card="kellersanierung"] .image-41 {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  [data-card="kellersanierung"] .question-grid-wrapper,
  [data-card="kellersanierung"] .question-grid {
    grid-template-columns: 1fr;
  }
  
  [data-card="kellersanierung"] .section__cta_question {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  
  /* Problem Section Responsive */
  [data-card="kellersanierung"] .problem_wrapper.padding-global {
    width: 100%;
  }
  
  [data-card="kellersanierung"] .problem_content_box {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  
  [data-card="kellersanierung"] .problem_content__left {
    margin-bottom: 0;
    align-self: center;
    display: none;
  }
  
  [data-card="kellersanierung"] .problem_content__left_mobile {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  
  [data-card="kellersanierung"] .problem_content__image_mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  
  [data-card="kellersanierung"] .image-40,
  [data-card="kellersanierung"] .image-41 {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  [data-card="kellersanierung"] .image__problem_bauarbeiter_a {
    width: 280px;
    height: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  [data-card="kellersanierung"] .image__problem_bauarbeiter_b {
    width: 320px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  [data-card="kellersanierung"] .p__problem {
    text-align: left;
    font-size: 1.15rem;
  }
  
  [data-card="kellersanierung"] .problem_content__right {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  [data-card="kellersanierung"] .hero_h1 {
    font-size: 2rem;
  }
  
  [data-card="kellersanierung"] .hero_cta_button {
    width: 100%;
    padding: 14px 24px;
  }
  
  [data-card="kellersanierung"] .h2__section {
    font-size: 1.5rem;
  }
  
  [data-card="kellersanierung"] .item-flex-container {
    padding: 0.75em 1em;
  }
  
  [data-card="kellersanierung"] .question-icon {
    width: 2.5rem;
  }
}

/* ===================================
   BENEFITS SECTION STYLES
   =================================== */

[data-card="kellersanierung"] .section__benefits {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: white;
}

[data-card="kellersanierung"] .benefits_wrapper {
  width: 100%;
}

[data-card="kellersanierung"] .benefits_container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .benefits_content__heading {
  margin-bottom: 1.5rem;
}

[data-card="kellersanierung"] .benefits_content__heading .h2__section {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  line-height: 1.2;
}

[data-card="kellersanierung"] .benefits_content__text {
  text-align: center;
  margin-bottom: 3rem;
}

[data-card="kellersanierung"] .benefits_content__text .p__section {
  font-size: 1.25rem;
  line-height: 1.6;
}

[data-card="kellersanierung"] .benefits_content__animation {
  margin-top: 3rem;
}

/* Layout486 Component - Static Numbers */
[data-card="kellersanierung"] .layout486_component {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 4rem;
  align-items: start;
  position: relative;
}

[data-card="kellersanierung"] .layout486_content-left {
  display: none;
}

[data-card="kellersanierung"] .layout486_number {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  color: #1d4266;
}

[data-card="kellersanierung"] .layout486_number.show-mobile-landscape {
  display: block;
  font-size: 10rem;
  font-weight: 700;
  color: #1d4266;
  line-height: 1;
  padding-right: 2rem;
}

[data-card="kellersanierung"] .layout486_number-wrapper {
  text-align: center;
}

[data-card="kellersanierung"] .layout486_content-right {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

[data-card="kellersanierung"] .layout486_content {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 4rem;
  align-items: flex-start;
}

[data-card="kellersanierung"] .layout486_progress-wrapper {
  display: none;
}

[data-card="kellersanierung"] .layout486_progress-bar {
  display: none;
}

[data-card="kellersanierung"] .layout486_content > div {
  grid-column: 2;
}

[data-card="kellersanierung"] .layout486_content .layout486_number {
  grid-column: 1;
  grid-row: 1 / -1;
}

[data-card="kellersanierung"] .benefits_content_text {
  margin-top: 0.5rem;
}

[data-card="kellersanierung"] .benefits_content_text.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

[data-card="kellersanierung"] .benefits_content_text.margin-small {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

[data-card="kellersanierung"] .benefits_content_sub {
  font-size: 1.25rem;
  font-weight: 500;
  color: #f2a779;
}

[data-card="kellersanierung"] .benefits_content_heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1d4266;
}

[data-card="kellersanierung"] .workflow-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

[data-card="kellersanierung"] .workflow-list-item {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #1d4266;
}

[data-card="kellersanierung"] .workflow-list-item.is--semi-bold {
  font-weight: 600;
}

[data-card="kellersanierung"] .workflow-list-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: 700;
  font-size: 1.1rem;
}

/* ===================================
   NEW BENEFITS SECTION DESIGN
   =================================== */

[data-card="kellersanierung"] .benefits-grid-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15rem;
}

[data-card="kellersanierung"] .benefit-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  align-items: start;
}

[data-card="kellersanierung"] .benefit-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
}

[data-card="kellersanierung"] .number-text {
  font-size: 3rem;
  font-weight: 700;
  color: #1d4266;
  line-height: 1;
  margin-bottom: 0.5rem;
}

[data-card="kellersanierung"] .number-underline {
  width: 100%;
  height: 3px;
  background-color: #1d4266;
  border-radius: 2px;
}

[data-card="kellersanierung"] .benefit-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

[data-card="kellersanierung"] .benefit-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #1d4266;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

[data-card="kellersanierung"] .benefit-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1d4266;
  margin: 0 0 1rem 0;
}

[data-card="kellersanierung"] .benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

[data-card="kellersanierung"] .benefit-list-item {
  position: relative;
  padding-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #1d4266;
  font-weight: 600;
}

[data-card="kellersanierung"] .benefit-list-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: 700;
  font-size: 1.1rem;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  [data-card="kellersanierung"] .benefits-grid-container {
    gap: 2.5rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  [data-card="kellersanierung"] .benefit-item {
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
  }
  
  [data-card="kellersanierung"] .benefit-number {
    min-width: 60px;
  }
  
  [data-card="kellersanierung"] .number-text {
    font-size: 2.5rem;
  }
  
  [data-card="kellersanierung"] .benefit-title {
    font-size: 1.5rem;
  }
  
  [data-card="kellersanierung"] .benefit-content {
    text-align: left;
  }
  
  [data-card="kellersanierung"] .benefit-subtitle {
    text-align: left;
  }
}

@media (max-width: 480px) {
  [data-card="kellersanierung"] .benefits-grid-container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  
  [data-card="kellersanierung"] .benefit-item {
    grid-template-columns: auto 1fr;
    gap: 1rem;
  }
  
  [data-card="kellersanierung"] .benefit-number {
    min-width: 50px;
    align-items: flex-start;
  }
  
  [data-card="kellersanierung"] .number-text {
    font-size: 2rem;
  }
  
  [data-card="kellersanierung"] .benefit-title {
    font-size: 1.25rem;
  }
  
  [data-card="kellersanierung"] .number-underline {
    flex: 1;
    margin-top: 0.5rem;
  }
}

/* ===================================
   CTA STEPS SECTION STYLES
   =================================== */

[data-card="kellersanierung"] .section__cta_steps {
  background-color: #eef7fa;
  padding-top: 0;
  padding-bottom: 0;
}

[data-card="kellersanierung"] .section__cta_steps .border {
  background-color: #e0e0e0;
  height: 1px;
  width: 100%;
  margin: 0;
}

[data-card="kellersanierung"] .cta_steps_wrapper {
  width: 100%;
}

[data-card="kellersanierung"] .cta_steps_container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .cta_steps_content_wrapper {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

[data-card="kellersanierung"] .cta_steps_content__heading {
  text-align: center;
  margin-bottom: 3rem;
}

[data-card="kellersanierung"] .cta_steps_content__heading .h2__section {
  text-align: center;
}

[data-card="kellersanierung"] .cta_steps_content__cta_card {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .cta_steps_card_component {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .cta_steps_link_block {
  width: 100%;
  max-width: 19.55rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

[data-card="kellersanierung"] .cta_steps_card {
  border: 1px solid #1d4266;
  background-color: #1d4266;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  max-height: 25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

[data-card="kellersanierung"] .cta_steps_link_block:hover .cta_steps_card {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(29, 66, 102, 0.2);
}

[data-card="kellersanierung"] .cta_steps_card_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  display: flex;
}

[data-card="kellersanierung"] .cta_steps_card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

[data-card="kellersanierung"] .cta_steps_card_content__icon {
  margin-bottom: 1rem;
}

[data-card="kellersanierung"] .icon__cta_steps_card {
  width: 80px;
  height: 80px;
}

[data-card="kellersanierung"] .card_content__custom_code {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

[data-card="kellersanierung"] .card_content__heading {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

[data-card="kellersanierung"] .cta_steps_card_heading {
  color: white;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

[data-card="kellersanierung"] .card_content__text {
  margin-top: 1rem;
}

[data-card="kellersanierung"] .p-card {
  margin: 0;
}

[data-card="kellersanierung"] .text-color-white {
  color: white;
}

[data-card="kellersanierung"] .text-size-small {
  font-size: 0.95rem;
}

[data-card="kellersanierung"] .text-align-center {
  text-align: center;
}

[data-card="kellersanierung"] .cta_steps_content__cta_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Styles for Benefits and CTA Steps */
@media screen and (max-width: 991px) {
  [data-card="kellersanierung"] .layout486_component {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  [data-card="kellersanierung"] .layout486_content-left {
    display: none;
  }
  
  [data-card="kellersanierung"] .layout486_number.show-mobile-landscape {
    display: block;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1d4266;
  }
  
  [data-card="kellersanierung"] .layout486_content-right {
    margin-left: 0;
    gap: 4rem;
  }
  
  [data-card="kellersanierung"] .cta_steps_card_component {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  [data-card="kellersanierung"] .cta_steps_link_block {
    max-width: 100%;
  }
  
  [data-card="kellersanierung"] .cta_steps_content__cta_button {
    width: 80%;
  }
}

/* ===================================
   CERT SECTION STYLES
   =================================== */

[data-card="kellersanierung"] .section__cert {
  background-color: #eef7fa;
}

[data-card="kellersanierung"] .cert_wrapper {
  width: 100%;
}

[data-card="kellersanierung"] .cert_container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .cert_content_wrapper {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

[data-card="kellersanierung"] .cert_content__heading {
  text-align: center;
  margin-bottom: 1.5rem;
}

[data-card="kellersanierung"] .cert_content__heading .h2__section {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .cert_content__text {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

[data-card="kellersanierung"] .cert_content__text .p__section {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .cert_content_text_wrapper {
  width: 100%;
}

[data-card="kellersanierung"] .cert_content__cert_gallery {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

[data-card="kellersanierung"] .cert_gallery_slider {
  background-color: transparent;
  width: 100%;
  max-width: 28rem;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

[data-card="kellersanierung"] .cert_gallery_mask {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  white-space: nowrap;
}

[data-card="kellersanierung"] .gallery13_slide {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  vertical-align: top;
  white-space: normal;
}

[data-card="kellersanierung"] .gallery13_image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

[data-card="kellersanierung"] .gallery13_image {
  border: 1px solid #b0bec5;
  object-fit: contain;
  width: 320px;
  max-width: 100%;
  height: auto;
  max-height: 500px;
  box-shadow: 0 6px 12px 6px rgba(0, 0, 0, 0.2);
}

[data-card="kellersanierung"] .cert_gallery_icon_arrow {
  color: #1d4266;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
}

[data-card="kellersanierung"] .cert_gallery_slide_nav {
  height: 1.75rem;
  margin-bottom: 1rem;
  font-size: 0.5rem;
  display: none;
}

[data-card="kellersanierung"] .cert_gallery_left_arrow {
  background-color: #b3d9e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

[data-card="kellersanierung"] .cert_gallery_left_arrow:hover {
  background-color: #8cc5db;
  transform: translateY(-50%) scale(1.1);
}

[data-card="kellersanierung"] .cert_gallery_right_arrow {
  background-color: #b3d9e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

[data-card="kellersanierung"] .cert_gallery_right_arrow:hover {
  background-color: #8cc5db;
  transform: translateY(-50%) scale(1.1);
}

[data-card="kellersanierung"] .cert_content__cta_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

/* ========================================
   FAQ Section Styling
   ======================================== */

[data-card="kellersanierung"] .section__faq {
  background-color: #ffffff;
}

[data-card="kellersanierung"] .faq_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .faq_container {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .faq_content_wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

[data-card="kellersanierung"] .faq_content__heading {
  margin-bottom: 0.75rem;
}

[data-card="kellersanierung"] .faq_content_text {
  margin-bottom: 0.75rem;
}

[data-card="kellersanierung"] .faq_content__component {
  margin-top: 2rem;
}

[data-card="kellersanierung"] .faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

[data-card="kellersanierung"] .faq4_accordion {
  background-color: #ffffff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

[data-card="kellersanierung"] .faq4_question {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1d4266;
  transition: background-color 0.3s ease;
}

[data-card="kellersanierung"] .faq4_question:hover {
  background-color: #f5f5f5;
}

[data-card="kellersanierung"] .faq4_icon_wrapper {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

[data-card="kellersanierung"] .faq4_question.open .faq4_icon_wrapper {
  transform: rotate(45deg);
}

[data-card="kellersanierung"] .faq4_answer {
  padding: 0 1.25rem 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

[data-card="kellersanierung"] .faq4_answer.open {
  max-height: 2000px;
  padding: 0 1.25rem 1rem;
}

/* ========================================
   CTA Service Section Styling
   ======================================== */

[data-card="kellersanierung"] .section__cta_service {
  background-color: #eef7fa;
  background-image: linear-gradient(180deg, #eef7fa, #ffffff 50%);
}

[data-card="kellersanierung"] .cta_service_container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .cta_service_wrapper {
  width: 100%;
}

[data-card="kellersanierung"] .cta_service_content_wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
}

[data-card="kellersanierung"] .cta_service_content__heading {
  text-align: center;
  margin-bottom: 1.5rem;
  max-width: 48rem;
}

[data-card="kellersanierung"] .cta_service_content__text {
  text-align: center;
  margin-bottom: 2rem;
}

[data-card="kellersanierung"] .cta_service_content__card {
  width: 100%;
  max-width: 42rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

[data-card="kellersanierung"] .cta_service_card_container {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  padding: 1rem 2rem 0.25rem;
  display: flex;
  box-shadow: 0 3px 6px rgba(46, 80, 114, 0.75);
  background-color: #ffffff;
}

[data-card="kellersanierung"] .cta_service_card_p {
  font-size: 1.05rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.3em;
  color: #1d4266;
  margin-bottom: 0.5rem;
}

[data-card="kellersanierung"] .cta_service_card_p__span {
  color: #50c878;
  font-weight: 700;
}

[data-card="kellersanierung"] .cta_service_image_wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  display: flex;
}

[data-card="kellersanierung"] .cta_service_trustindex_image {
  width: 250px;
  margin-top: -1.5rem;
}

[data-card="kellersanierung"] .intro-image-verified {
  width: 200px;
}

[data-card="kellersanierung"] .cta_service_cta_button {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  [data-card="kellersanierung"] .section__benefits {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  [data-card="kellersanierung"] .benefits_content_heading {
    font-size: 1.5rem;
  }
  
  [data-card="kellersanierung"] .benefits_content_sub {
    font-size: 1.1rem;
  }
  
  [data-card="kellersanierung"] .cta_steps_content_wrapper {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  
  [data-card="kellersanierung"] .cta_steps_content__cta_button {
    width: 100%;
  }
  
  [data-card="kellersanierung"] .cert_content_wrapper {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  
  [data-card="kellersanierung"] .gallery13_image {
    width: 280px;
  }
  
  [data-card="kellersanierung"] .gallery13_image-wrapper {
    height: 450px;
  }
  
  [data-card="kellersanierung"] .faq_content_wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  [data-card="kellersanierung"] .faq4_question {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
  
  [data-card="kellersanierung"] .cta_service_content_wrapper {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  
  [data-card="kellersanierung"] .cta_service_card_p {
    font-size: 1rem;
  }
  
  [data-card="kellersanierung"] .cta_service_trustindex_image {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  [data-card="kellersanierung"] .benefits_content_heading {
    font-size: 1.25rem;
  }
  
  [data-card="kellersanierung"] .layout486_number.show-mobile-landscape {
    font-size: 2.5rem;
  }
  
  [data-card="kellersanierung"] .cta_steps_card {
    max-height: none;
  }
  
  [data-card="kellersanierung"] .gallery13_image {
    width: 240px;
  }
  
  [data-card="kellersanierung"] .gallery13_image-wrapper {
    height: 400px;
  }
  
  [data-card="kellersanierung"] .cert_gallery_left_arrow,
  [data-card="kellersanierung"] .cert_gallery_right_arrow {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  [data-card="kellersanierung"] .faq4_question {
    font-size: 0.95rem;
    padding: 0.875rem 1rem;
  }
  
  [data-card="kellersanierung"] .cta_service_card_p {
    font-size: 0.95rem;
  }
  
  [data-card="kellersanierung"] .cta_service_trustindex_image {
    width: 180px;
  }
  
  [data-card="kellersanierung"] .cta_service_cta_button {
    margin-top: 3rem;
  }
}

/* ========================================
   MOBILE FIX: FAQ Section - Kellersanierung Card Only
   Fixes text positioning and spacing on mobile devices
   ======================================== */

@media (max-width: 768px) {
  /* FAQ Wrapper - Remove excessive horizontal padding */
  [data-card="kellersanierung"] .faq_wrapper.padding-global {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* FAQ Container - Full width on mobile */
  [data-card="kellersanierung"] .faq_container.container-small {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  
  /* FAQ Content - Reduced vertical spacing */
  [data-card="kellersanierung"] .faq_content_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  /* FAQ Heading - Better mobile alignment */
  [data-card="kellersanierung"] .faq_content__heading {
    margin-bottom: 1rem;
  }
  
  [data-card="kellersanierung"] .faq_content__heading .h2__section,
  [data-card="kellersanierung"] .h2__section.h2_section_mobile_center {
    font-size: 1.5rem !important;
    line-height: 1.3;
    text-align: center !important;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
  }
  
  /* FAQ Description - Mobile alignment */
  [data-card="kellersanierung"] .faq_content_text {
    margin-bottom: 1.5rem;
  }
  
  [data-card="kellersanierung"] .faq_content_text .p__section,
  [data-card="kellersanierung"] .p__section.p_setion_left {
    font-size: 0.95rem !important;
    line-height: 1.5;
    text-align: center !important;
    padding: 0 0.5rem;
  }
  
  /* FAQ Component - Better spacing */
  [data-card="kellersanierung"] .faq_content__component {
    margin-top: 1.5rem;
  }
  
  /* FAQ List - Mobile optimization */
  [data-card="kellersanierung"] .faq4_list {
    grid-row-gap: 0.75rem;
    width: 100%;
    padding: 0;
  }
  
  /* FAQ Accordion Items - Better mobile padding */
  [data-card="kellersanierung"] .faq4_accordion {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  
  /* FAQ Questions - Optimized mobile spacing */
  [data-card="kellersanierung"] .faq4_question {
    padding: 1rem !important;
    font-size: 0.95rem !important;
    line-height: 1.4;
    grid-column-gap: 0.75rem;
    align-items: flex-start;
    display: flex;
  }
  
  /* FAQ Question Text - Better wrapping */
  [data-card="kellersanierung"] .faq_question {
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: calc(100% - 2.5rem);
    padding-right: 0.5rem;
  }
  
  /* FAQ Icon - Prevent shrinking and maintain position - FIX CLASS NAME TYPO */
  [data-card="kellersanierung"] .faq4_icon-wrappper {
    flex-shrink: 0;
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin-top: 0.125rem;
    min-width: 1.25rem;
  }
  
  [data-card="kellersanierung"] .faq4_icon-wrappper .icon-embed-small {
    width: 1.25rem;
    height: 1.25rem;
  }
  
  /* FAQ Answers - Mobile padding adjustment */
  [data-card="kellersanierung"] .faq4_answer {
    padding: 0 1rem 0 !important;
  }
  
  [data-card="kellersanierung"] .faq4_answer.open {
    padding: 0 1rem 1rem !important;
  }
  
  /* FAQ Answer Text - Better mobile readability */
  [data-card="kellersanierung"] .faq_answer {
    font-size: 0.9rem !important;
    line-height: 1.6;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  [data-card="kellersanierung"] .benefits_content_text.margin-small {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

/* Extra small devices - Additional fixes */
@media (max-width: 479px) {
  [data-card="kellersanierung"] .faq_content__heading .h2__section,
  [data-card="kellersanierung"] .h2__section.h2_section_mobile_center {
    font-size: 1.35rem !important;
  }
  
  [data-card="kellersanierung"] .faq4_question {
    padding: 0.875rem !important;
    font-size: 0.9rem !important;
  }
  
  [data-card="kellersanierung"] .faq_question {
    font-size: 0.9rem;
  }
  
  [data-card="kellersanierung"] .faq4_answer {
    padding: 0 0.875rem 0 !important;
  }
  
  [data-card="kellersanierung"] .faq4_answer.open {
    padding: 0 0.875rem 0.875rem !important;
  }
  
  [data-card="kellersanierung"] .faq_answer {
    font-size: 0.875rem !important;
  }
}

/* ========================================
   FOOTER SECTION STYLES - Kellersanierung
   ======================================== */

[data-card="kellersanierung"] .footer_main {
  border-top: 1px solid #58b4ff;
  background-color: #1d4266;
}

[data-card="kellersanierung"] .footer_wrapper {
  padding-left: 5%;
  padding-right: 5%;
}

[data-card="kellersanierung"] .footer_container {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

[data-card="kellersanierung"] .footer_content_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
}

[data-card="kellersanierung"] .footer_link {
  margin-bottom: 0.1rem;
  padding-left: 0;
  text-decoration: none;
}

[data-card="kellersanierung"] .footer_link_img {
  justify-content: center;
  align-items: center;
  display: flex;
}

[data-card="kellersanierung"] .footer_logo_image {
  width: 130px;
  height: 100%;
}

[data-card="kellersanierung"] .footer_link_brand {
  font-size: 1.4rem;
  margin-top: -2.4rem;
  font-weight: 600;
}

[data-card="kellersanierung"] .footer_url {
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.05;
  margin: 0;
}

[data-card="kellersanierung"] .footer_contact_link {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  margin-top: -0.4rem;
  display: flex;
}

[data-card="kellersanierung"] .footer_contact_p {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  line-height: 1.05;
}

[data-card="kellersanierung"] .footer_contact_link_tele {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

[data-card="kellersanierung"] .footer_contact_link_tele:hover {
  color: #58b4ff;
}

[data-card="kellersanierung"] .line-divider {
  background-color: #97b9d6;
  width: 100%;
  height: 1px;
  margin-top: 0.05rem !important;
}

[data-card="kellersanierung"] .padding-top {
  padding-top: 0;
}

[data-card="kellersanierung"] .padding-xxsmall {
  padding: 0;
}

[data-card="kellersanierung"] .footer_kellersanierung_links {
  grid-column-gap: 2.25rem;
  grid-row-gap: 0.5rem;
  justify-content: space-between;
  margin-top: 0.05rem;
  margin-bottom: 0.05rem !important;
  display: flex;
}

[data-card="kellersanierung"] .link_kellersanierung {
  color: #ffffff;
  text-decoration: none;
}

[data-card="kellersanierung"] .link_kellersanierung:hover {
  color: #58b4ff;
}

[data-card="kellersanierung"] .kellersanierung_stuttgart,
[data-card="kellersanierung"] .kellersanierung_sinsheim,
[data-card="kellersanierung"] .kellersanierung_heilbronn {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.05;
  margin: 0;
}

[data-card="kellersanierung"] .footer_content__bottom {
  width: 100%;
}

[data-card="kellersanierung"] .footer_content_bottom_wrapper {
  justify-content: space-between;
  margin-top: 0.1rem;
  display: flex;
}

[data-card="kellersanierung"] .footer_credit_text {
  color: #ffffff;
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.05;
}

[data-card="kellersanierung"] .footer_legal_list {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

[data-card="kellersanierung"] .footer_legal_link {
  color: #ffffff;
  font-size: 0.8rem;
  text-decoration: underline;
}

[data-card="kellersanierung"] .footer_legal_link:hover {
  color: #58b4ff;
}

/* Responsive styles for footer */
@media screen and (max-width: 767px) {
  [data-card="kellersanierung"] .footer_logo_image {
    width: 120px;
  }
  
  [data-card="kellersanierung"] .footer_url {
    font-size: 1.25rem;
  }
  
  [data-card="kellersanierung"] .footer_link_brand {
    margin-top: -2.5rem;
  }
  
  [data-card="kellersanierung"] .footer_kellersanierung_links {
    flex-direction: column;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    align-items: center;
    text-align: center;
  }
  
  [data-card="kellersanierung"] .footer_content_bottom_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}

@media screen and (max-width: 479px) {
  [data-card="kellersanierung"] .footer_logo_image {
    width: 100px;
  }
  
  [data-card="kellersanierung"] .footer_url {
    font-size: 1.1rem;
  }
  
  [data-card="kellersanierung"] .footer_link_brand {
    margin-top: -2.2rem;
  }
  
  [data-card="kellersanierung"] .footer_contact_link {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0;
  }
  
  [data-card="kellersanierung"] .footer_contact_link_tele {
    margin-left: 0;
  }
  
  [data-card="kellersanierung"] .footer_kellersanierung_links {
    grid-column-gap: 1rem;
    grid-row-gap: 0.75rem;
  }
  
  [data-card="kellersanierung"] .kellersanierung_stuttgart,
  [data-card="kellersanierung"] .kellersanierung_sinsheim,
  [data-card="kellersanierung"] .kellersanierung_heilbronn {
    font-size: 0.9rem;
  }
}

/* Mobile: Shift twentytwenty before/after labels */
@media screen and (max-width: 768px) {
  [data-card="kellersanierung"] .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 12px !important;
    right: auto !important;
  }
  
  [data-card="kellersanierung"] .twentytwenty-horizontal .twentytwenty-after-label:before {
    left: auto !important;
    right: 12px !important;
  }
  
  /* Shift hero main content grid to the left on mobile */
  [data-card="kellersanierung"] .hero_container > div[style*="display: grid"] {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  
  [data-card="kellersanierung"] .hero_container > div[style*="display: grid"] > div:first-child {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  
  /* Shift h1 heading to the left and reduce size on mobile */
  [data-card="kellersanierung"] .hero_container > div[style*="display: grid"] > div h1 {
    margin-left: -2.5rem !important;
    font-size: 0.5rem !important;
  }
  
  /* Adjust text sizes for mobile */
  [data-card="kellersanierung"] .hero_container > div[style*="display: grid"] > div p {
    white-space: normal !important;
    font-size: 1.15rem !important;
  }
  
  /* Adjust icon/image sizes for mobile */
  [data-card="kellersanierung"] .hero_container > div[style*="display: grid"] > div img[src*="arrow"],
  [data-card="kellersanierung"] .hero_container > div[style*="display: grid"] > div img[src*="check"] {
    width: 22px !important;
    height: 22px !important;
    margin-right: 12px !important;
  }
  
  /* Adjust CTA button for mobile */
  [data-card="kellersanierung"] .hero_container > div[style*="display: grid"] > div a[href*="beratung"] {
    padding: 1.1rem 2.5rem !important;
    font-size: 1.05rem !important;
    white-space: normal !important;
    text-align: center !important;
  }
  
  /* Adjust beratung image for mobile */
  [data-card="kellersanierung"] .hero_container > div[style*="display: grid"] > div img[src*="hero-img-beratung"] {
    max-width: 220px !important;
  }
  
  /* Hide or adjust worker image on mobile */
  [data-card="kellersanierung"] .hero_container > div[style*="display: grid"] > div:last-child {
    margin-left: 0 !important;
    text-align: center !important;
  }
  
  [data-card="kellersanierung"] .hero_container > div[style*="display: grid"] > div:last-child img {
    max-width: 100% !important;
  }
  
  /* Kellersanierung navbar mobile design */
  [data-card="kellersanierung"] .navbar_wrapper {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  /* Main wrapper layout */
  [data-card="kellersanierung"] .nav_content_wrapper {
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: flex-start !important;
  }
  
  /* Top section with logo and location */
  [data-card="kellersanierung"] .nav_content_left {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  
  /* Logo styling */
  [data-card="kellersanierung"] .logo_wrap {
    margin-left: 0 !important;
    align-items: flex-start !important;
  }
  
  [data-card="kellersanierung"] .logo_wrap img {
    width: 50px !important;
    height: 50px !important;
  }
  
  [data-card="kellersanierung"] .logo_wrap span {
    font-size: 0.9rem !important;
    margin-top: -3px !important;
  }
  
  /* Location container */
  [data-card="kellersanierung"] .nav_content_left .nav_item_container:first-of-type {
    display: flex !important;
  }
  
  /* Hide phone number on mobile */
  [data-card="kellersanierung"] .nav_content_left > div:last-child .nav_item_container {
    display: none !important;
  }
  
  /* CTA button styling */
  [data-card="kellersanierung"] .button-cta-primary.hide-mobile-portrait {
    display: block !important;
    width: 100% !important;
    max-width: 350px !important;
    margin: 1rem 0 !important;
    padding: 1rem 2rem !important;
    text-align: center !important;
    border-radius: 50px !important;
  }
  
  [data-card="kellersanierung"] .button-cta-primary.hide-mobile-portrait .button-cta-text {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
  }
  
  /* Navigation menu styling */
  [data-card="kellersanierung"] .nav-menu {
    display: block !important;
    position: static !important;
    background: transparent !important;
    width: 100% !important;
  }
  
  [data-card="kellersanierung"] .nav-menu-wrapper {
    flex-direction: column !important;
    gap: 0.65rem !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
  
  [data-card="kellersanierung"] .nav_link {
    font-size: 1rem !important;
    padding: 0.25rem 0 !important;
  }
  
  /* Hide hamburger menu button */
  [data-card="kellersanierung"] .nav-menu-button {
    display: none !important;
  }
  
  /* Hide the div that contains phone and button */
  [data-card="kellersanierung"] .nav_content_left > div:last-child {
    display: none !important;
  }
}

/* Make reference section heading and paragraph bigger for Kellersanierung */
[data-card="kellersanierung"] .reference_content__heading .h2__section {
  font-size: 3rem !important;
  line-height: 1.2 !important;
}

[data-card="kellersanierung"] .reference_content__sub .p__section {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
}

@media screen and (max-width: 768px) {
  [data-card="kellersanierung"] .reference_content__heading .h2__section {
    font-size: 2.5rem !important;
  }
  
  [data-card="kellersanierung"] .reference_content__sub .p__section {
    font-size: 1.25rem !important;
  }
  
  /* Move TwentyTwenty gallery to the right on mobile */
  [data-card="kellersanierung"] .reference_gallery_component {
    margin-left: 10rem !important;
    width: calc(120% + 2rem) !important;
    max-width: none !important;
  }
  
  [data-card="kellersanierung"] .collection-list-wrapper {
    margin-left: 2rem !important;
    width: 120% !important;
    max-width: none !important;
  }
  
  [data-card="kellersanierung"] .twentytwenty-container {
    max-width: none !important;
    width: 120% !important;
  }
}

/* ========================================
   ENHANCED FAQ SECTION STYLING
   Completely rewritten for proper display
   ======================================== */

/* FAQ Section Container */
[data-card="kellersanierung"] .section__faq {
  background-color: #ffffff;
  padding: 0;
  position: relative;
  width: 100%;
}

[data-card="kellersanierung"] .faq_wrapper {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .faq_wrapper.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

[data-card="kellersanierung"] .faq_container {
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .faq_container.container-small {
  max-width: 54rem;
}

[data-card="kellersanierung"] .faq_content_wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
}

/* FAQ Heading Styles */
[data-card="kellersanierung"] .faq_content__heading {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}

[data-card="kellersanierung"] .faq_content__heading .h2__section {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #1d4266;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0.5rem;
  text-align: center;
}

[data-card="kellersanierung"] .h2__section.h2_section_mobile_center {
  text-align: center;
}

/* FAQ Description Text */
[data-card="kellersanierung"] .faq_content_text {
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}

[data-card="kellersanierung"] .faq_content_text .p__section {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #1d4266;
  font-family: 'Inter', sans-serif;
  text-align: center;
  margin: 0;
}

[data-card="kellersanierung"] .p__section.p_setion_left {
  text-align: center;
}

/* FAQ Component Container */
[data-card="kellersanierung"] .faq_content__component {
  margin-top: 2.5rem;
  width: 100%;
}

/* FAQ Grid/List - CRITICAL FIX */
[data-card="kellersanierung"] .faq4_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1.25rem;
  grid-column-gap: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

[data-card="kellersanierung"] .w-layout-grid.faq4_list {
  display: grid;
}

/* Individual FAQ Accordion Item */
[data-card="kellersanierung"] .faq4_accordion {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: visible;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 100%;
  display: block;
}

[data-card="kellersanierung"] .faq4_accordion:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* FAQ Question (Clickable Header) - CRITICAL FIX */
[data-card="kellersanierung"] .faq4_question {
  cursor: pointer;
  background-color: #ffffff;
  padding: 1.25rem 1.75rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  transition: background-color 0.3s ease;
  position: relative;
  user-select: none;
  width: 100%;
  border: none;
  margin: 0;
}

[data-card="kellersanierung"] .faq4_question:hover {
  background-color: #f8f9fa;
}

[data-card="kellersanierung"] .faq4_question.open {
  background-color: #f5f7fa;
}

/* FAQ Question Text - CRITICAL FIX */
[data-card="kellersanierung"] .faq_question {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1d4266;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* FAQ Icon Wrapper - CRITICAL FIX */
[data-card="kellersanierung"] .faq4_icon-wrappper {
  flex-shrink: 0;
  flex-grow: 0;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  color: #1d4266;
}

[data-card="kellersanierung"] .faq4_question.open .faq4_icon-wrappper {
  transform: rotate(45deg);
}

[data-card="kellersanierung"] .faq4_icon-wrappper .icon-embed-small {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-card="kellersanierung"] .faq4_icon-wrappper .icon-embed-small.w-embed {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-card="kellersanierung"] .faq4_icon-wrappper svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}

/* FAQ Answer (Expandable Content) - CRITICAL FIX */
[data-card="kellersanierung"] .faq4_answer {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
              padding 0.4s ease,
              opacity 0.3s ease;
  background-color: #ffffff;
  width: 100%;
}

[data-card="kellersanierung"] .faq4_answer.open {
  max-height: 2500px;
  opacity: 1;
  padding: 1.25rem 2rem 1.75rem !important;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
              padding 0.4s ease,
              opacity 0.4s ease 0.1s;
}

/* FAQ Answer Text Content */
[data-card="kellersanierung"] .faq4_answer .benefits_content_text {
  margin-top: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
  max-width: 65ch !important;
}

[data-card="kellersanierung"] .faq4_answer .benefits_content_text.margin-small {
  margin-bottom: 0.5rem !important;
  margin-top: 0 !important;
}

[data-card="kellersanierung"] .faq_answer {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #555555;
  letter-spacing: 0.01em !important;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* Border Dividers for FAQ Section */
[data-card="kellersanierung"] .section__faq .border {
  background-color: #e0e0e0;
  height: 1px;
  width: 100%;
  margin: 0;
}

[data-card="kellersanierung"] .section__faq .border.is--white {
  background-color: #ffffff;
  height: 1.5rem;
  margin: 0;
}

/* Responsive FAQ Styles for Tablets */
@media screen and (max-width: 991px) {
  [data-card="kellersanierung"] .faq_content_wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  [data-card="kellersanierung"] .faq_content__heading .h2__section {
    font-size: 2.25rem;
  }
  
  [data-card="kellersanierung"] .faq_content_text .p__section {
    font-size: 1.0625rem;
  }
  
  [data-card="kellersanierung"] .faq4_question {
    padding: 1.125rem 1.5rem;
  }
  
  [data-card="kellersanierung"] .faq_question {
    font-size: 1.0625rem;
  }
  
  [data-card="kellersanierung"] .faq4_answer.open {
    padding: 0 1.5rem 1.25rem;
  }
}

/* Responsive FAQ Styles for Mobile */
@media screen and (max-width: 767px) {
  [data-card="kellersanierung"] .faq_wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  [data-card="kellersanierung"] .faq_content_wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  [data-card="kellersanierung"] .faq_content__heading .h2__section {
    font-size: 2rem;
  }
  
  [data-card="kellersanierung"] .faq_content_text .p__section {
    font-size: 1rem;
  }
  
  [data-card="kellersanierung"] .faq4_list {
    grid-row-gap: 1rem;
  }
  
  [data-card="kellersanierung"] .faq4_question {
    padding: 1rem 1.25rem;
    gap: 1rem;
  }
  
  [data-card="kellersanierung"] .faq_question {
    font-size: 1rem;
  }
  
  [data-card="kellersanierung"] .faq4_icon-wrappper {
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
    min-height: 1.75rem;
  }
  
  [data-card="kellersanierung"] .faq4_answer.open {
    padding: 1rem 1.5rem 1.25rem !important;
  }
  
  [data-card="kellersanierung"] .faq_answer {
    font-size: 0.9375rem !important;
    line-height: 1.75 !important;
  }
}

/* Extra Small Mobile Devices */
@media screen and (max-width: 479px) {
  [data-card="kellersanierung"] .faq_content__heading .h2__section {
    font-size: 1.75rem;
  }
  
  [data-card="kellersanierung"] .faq_content_text .p__section {
    font-size: 0.9375rem;
  }
  
  [data-card="kellersanierung"] .faq4_question {
    padding: 0.875rem 1rem;
  }
  
  [data-card="kellersanierung"] .faq_question {
    font-size: 0.9375rem;
  }
  
  [data-card="kellersanierung"] .faq4_answer.open {
    padding: 0.875rem 1.25rem 1.125rem !important;
  }
  
  [data-card="kellersanierung"] .faq_answer {
    font-size: 0.9375rem !important;
    line-height: 1.7 !important;
  }
  
  [data-card="kellersanierung"] .faq4_answer .benefits_content_text {
    max-width: 100% !important;
  }
}

/* Smooth Transitions and Accessibility */
[data-card="kellersanierung"] .faq4_question:focus-visible {
  outline: 2px solid #1d4266;
  outline-offset: 2px;
}

[data-card="kellersanierung"] .faq4_accordion:focus-within {
  box-shadow: 0 4px 16px rgba(29, 66, 102, 0.15);
}

/* ========================================
   PRICING SECTION STYLES
   Clean, professional pricing cards with no animations
   ======================================== */

/* Section Container */
[data-card="kellersanierung"] .section__price {
  background-color: #f5f7fa;
  padding: 0;
  position: relative;
  width: 100%;
}

[data-card="kellersanierung"] .price_wrapper {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .price_wrapper.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

[data-card="kellersanierung"] .price_container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .price_content_wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
}

/* Section Heading */
[data-card="kellersanierung"] .price_content__heading {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}

[data-card="kellersanierung"] .price_content__heading .h2__section {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #1d4266;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0.5rem;
  text-align: center;
}

[data-card="kellersanierung"] .h2_section_center {
  text-align: center;
}

/* Section Subtitle */
[data-card="kellersanierung"] .price_content__subtitle {
  margin-bottom: 3rem;
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

[data-card="kellersanierung"] .price_content__subtitle .p__section {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #476782;
  font-family: 'Inter', sans-serif;
  text-align: center;
  margin: 0;
}

[data-card="kellersanierung"] .p_section_center {
  text-align: center;
}

/* Pricing Cards Grid */
[data-card="kellersanierung"] .price_cards_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  width: 100%;
}

/* Individual Price Card */
[data-card="kellersanierung"] .price_card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Featured Card (Most Popular) */
[data-card="kellersanierung"] .price_card--featured {
  border: 2px solid #1d4266;
  box-shadow: 0 4px 16px rgba(29, 66, 102, 0.15);
  transform: scale(1.05);
}

/* Badge for Featured Card */
[data-card="kellersanierung"] .price_badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1d4266;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  white-space: nowrap;
}

/* Card Header */
[data-card="kellersanierung"] .price_card_header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0e0e0;
}

[data-card="kellersanierung"] .price_card_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d4266;
  font-family: 'Inter', sans-serif;
  margin: 0 0 1.5rem 0;
}

[data-card="kellersanierung"] .price_card_price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

[data-card="kellersanierung"] .price_amount {
  font-size: 3rem;
  font-weight: 700;
  color: #1d4266;
  font-family: 'Inter', sans-serif;
  line-height: 1;
}

[data-card="kellersanierung"] .price_period {
  font-size: 1.125rem;
  color: #476782;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

[data-card="kellersanierung"] .price_card_description {
  font-size: 1rem;
  line-height: 1.5;
  color: #476782;
  font-family: 'Inter', sans-serif;
  margin: 0;
  text-align: center;
}

/* Card Features */
[data-card="kellersanierung"] .price_card_features {
  flex: 1;
  margin-bottom: 2rem;
}

[data-card="kellersanierung"] .price_features_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

[data-card="kellersanierung"] .price_feature_item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #334759;
  font-family: 'Inter', sans-serif;
}

[data-card="kellersanierung"] .price_check_icon {
  flex-shrink: 0;
  margin-top: 0.125rem;
}

/* Card CTA Button */
[data-card="kellersanierung"] .price_card_cta {
  text-align: center;
}

[data-card="kellersanierung"] .price_card_cta .button {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  display: inline-block;
  cursor: pointer;
  border: none;
}

[data-card="kellersanierung"] .price_card_cta .button.is-primary {
  background-color: #1d4266;
  color: #ffffff;
}

[data-card="kellersanierung"] .price_card_cta .button.is-secondary {
  background-color: #ffffff;
  color: #1d4266;
  border: 2px solid #1d4266;
}

/* Note Section */
[data-card="kellersanierung"] .price_note {
  text-align: center;
  padding: 2rem;
  background-color: #ebeff3;
  border-radius: 8px;
  margin-top: 2rem;
}

[data-card="kellersanierung"] .price_note_text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #476782;
  font-family: 'Inter', sans-serif;
  margin: 0;
  font-style: italic;
}

/* Responsive Styles for Tablets */
@media screen and (max-width: 991px) {
  [data-card="kellersanierung"] .price_content_wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  [data-card="kellersanierung"] .price_content__heading .h2__section {
    font-size: 2.25rem;
  }
  
  [data-card="kellersanierung"] .price_content__subtitle .p__section {
    font-size: 1.0625rem;
  }
  
  [data-card="kellersanierung"] .price_cards_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  [data-card="kellersanierung"] .price_card--featured {
    transform: scale(1);
  }
  
  [data-card="kellersanierung"] .price_amount {
    font-size: 2.5rem;
  }
}

/* Responsive Styles for Mobile */
@media screen and (max-width: 767px) {
  [data-card="kellersanierung"] .price_wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  [data-card="kellersanierung"] .price_content_wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  [data-card="kellersanierung"] .price_content__heading .h2__section {
    font-size: 2rem;
  }
  
  [data-card="kellersanierung"] .price_content__subtitle {
    margin-bottom: 2rem;
  }
  
  [data-card="kellersanierung"] .price_content__subtitle .p__section {
    font-size: 1rem;
  }
  
  [data-card="kellersanierung"] .price_cards_grid {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  
  [data-card="kellersanierung"] .price_card {
    padding: 2rem 1.5rem;
  }
  
  [data-card="kellersanierung"] .price_card_header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  
  [data-card="kellersanierung"] .price_card_title {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  
  [data-card="kellersanierung"] .price_amount {
    font-size: 2.25rem;
  }
  
  [data-card="kellersanierung"] .price_period {
    font-size: 1rem;
  }
  
  [data-card="kellersanierung"] .price_card_description {
    font-size: 0.9375rem;
  }
  
  [data-card="kellersanierung"] .price_feature_item {
    font-size: 0.9375rem;
    padding: 0.625rem 0;
    gap: 0.625rem;
  }
  
  [data-card="kellersanierung"] .price_note {
    padding: 1.5rem;
  }
  
  [data-card="kellersanierung"] .price_note_text {
    font-size: 0.875rem;
  }
}

/* Extra Small Mobile Devices */
@media screen and (max-width: 479px) {
  [data-card="kellersanierung"] .price_content__heading .h2__section {
    font-size: 1.75rem;
  }
  
  [data-card="kellersanierung"] .price_content__subtitle .p__section {
    font-size: 0.9375rem;
  }
  
  [data-card="kellersanierung"] .price_card {
    padding: 1.5rem 1.25rem;
  }
  
  [data-card="kellersanierung"] .price_amount {
    font-size: 2rem;
  }
  
  [data-card="kellersanierung"] .price_badge {
    font-size: 0.8125rem;
    padding: 0.375rem 1.25rem;
  }
}