/*
 * Gendner Immobilien – Webstra Custom Styles
 * Projekt-spezifische Anpassungen
 */

/* Gendner CI */
:root {
  --gendner-navy: #0f2343;
  --gendner-beige: #b79d83;
  --gendner-beige-soft: #f4dec9;
  --gendner-creme: #f7f4ef;
  --gendner-heading: #111111;
  --gendner-text: #111111;
  --gendner-image-fade: linear-gradient(
    180deg,
    rgba(15, 35, 67, 0) 0%,
    rgba(15, 35, 67, 0.1) 18%,
    rgba(15, 35, 67, 0.45) 52%,
    rgba(15, 35, 67, 0.9) 100%
  );

  --base-color: var(--gendner-beige);
  --dark-gray: var(--gendner-navy);
  --medium-gray: var(--gendner-text);
  --very-light-gray: var(--gendner-creme);
  --nero-gray: var(--gendner-navy);
  --alt-font: 'Playfair Display', serif;
  --primary-font: 'Lato', sans-serif;
  --gendner-body-lh: 1.7;
}

@media (max-width: 991px) {
  :root {
    --gendner-body-lh: 1.55;
  }
}

@media (max-width: 575px) {
  :root {
    --gendner-body-lh: 1.45;
  }
}

body {
  font-family: var(--primary-font);
  color: var(--gendner-text);
  -webkit-hyphens: manual;
  hyphens: manual;
}

.gendner-hyphens-de {
  -webkit-hyphens: auto;
  hyphens: auto;
}

html[lang='de'] nav,
html[lang='de'] .btn,
html[lang='de'] .gendner-section-label,
html[lang='de'] .gendner-marquee-item,
html[lang='de'] .gendner-reference-card__label,
html[lang='de'] .gendner-reference-card__cta {
  -webkit-hyphens: manual;
  hyphens: manual;
}

html[lang='de'] .gendner-hyphens-de,
html[lang='de'] .gendner-reference-card__label.gendner-hyphens-de {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.gendner-no-hyphens {
  -webkit-hyphens: manual;
  hyphens: manual;
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

.btn,
button[type='submit'],
input[type='submit'] {
  font-family: var(--primary-font);
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.alt-font {
  font-family: var(--alt-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--gendner-heading);
}

/*
  Typografie-Hierarchie: h1 > h2 > h3
  Desktop: h2/h3 wie Theme zuvor.
  Ab Tablet/Mobile etwas kleiner, damit sie unter Hero-h1 bleiben.
*/
h2,
.h2 {
  font-size: 3.438rem; /* wie Theme-Default */
  line-height: 1.15;
}

h3,
.h3 {
  font-size: 2.25rem; /* etwas unter Theme-Default, aber nah dran */
  line-height: 1.25;
}

@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 3rem; /* unter lg-fs-60 */
    line-height: 1.15;
  }
}

@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 2.875rem; /* unter md-fs-50, näher am Desktop */
    line-height: 1.15;
  }

  h3,
  .h3 {
    font-size: 1.875rem;
    line-height: 1.25;
  }
}

@media (max-width: 767px) {
  /* fehlende Theme-Utility – Hero-h1 auf Mobile */
  .sm-fs-42 {
    font-size: 2.625rem !important; /* 42px @16 */
    line-height: 1.15 !important;
  }

  h2,
  .h2 {
    font-size: 2.375rem; /* unter sm-fs-42, aber gut lesbar */
    line-height: 1.2;
  }

  h3,
  .h3 {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}

p {
  font-size: 20px;
  line-height: var(--gendner-body-lh);
  color: var(--gendner-text);
}

.text-dark-gray,
.btn-link.text-dark-gray,
a.text-dark-gray-hover:hover {
  color: var(--gendner-heading) !important;
}

.btn.btn-base-color {
  background-color: var(--gendner-navy) !important;
  border-color: var(--gendner-navy) !important;
  color: #fff !important;
}

.btn.btn-base-color:hover,
.btn.btn-base-color:active {
  background-color: #1a3358 !important;
  border-color: #1a3358 !important;
  color: #fff !important;
}

.bg-very-light-gray,
.bg-gradient-very-light-gray {
  background-color: var(--gendner-creme) !important;
}

.gendner-photo-overlay {
  background-color: rgba(15, 35, 67, 0.3);
}

.gendner-tag-sold {
  display: inline-block;
  background-color: var(--gendner-beige);
  color: var(--gendner-navy);
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 36px;
  padding: 0 18px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 2px 10px rgba(15, 35, 67, 0.18);
}

/* Prozess-Sektion */
.gendner-process-section p {
  color: var(--gendner-text);
}

.gendner-process-separator {
  background-color: rgba(15, 35, 67, 0.18) !important;
}

.gendner-process-step-icon {
  background-color: #fff;
  border: 2px solid rgba(15, 35, 67, 0.12);
}

.gendner-process-step-icon .number {
  color: var(--gendner-navy);
}

.gendner-process-step-icon .box-overlay {
  background-color: var(--gendner-navy);
}

.gendner-process-section
  .process-step-style-05:hover
  .gendner-process-step-icon
  .box-overlay {
  opacity: 1;
  visibility: visible;
}

.gendner-process-section
  .process-step-style-05:hover
  .gendner-process-step-icon
  .number {
  color: #fff;
}

.gendner-process-step__meta {
  gap: 0.75rem;
  margin-bottom: 10px;
}

.gendner-process-duration {
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--gendner-beige);
  padding: 5px 12px;
  border-radius: 20px;
  line-height: 1.2;
}

.gendner-process-figure {
  overflow: hidden;
  border-radius: 10px;
}

.gendner-process-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* Shared soft navy caption fade (process + contact team figures) */
.gendner-process-figure__caption,
.gendner-contact-team-figure__caption {
  padding-top: 72px !important;
  background: var(--gendner-image-fade);
}

.gendner-process-figure__caption > span:first-child,
.gendner-contact-team-figure__caption > span:first-child {
  margin-bottom: 2px !important;
}

.gendner-process-figure__caption > span:last-child,
.gendner-contact-team-figure__caption > span:last-child {
  line-height: 1.25;
}

@media (max-width: 991px) {
  /* Auf Mobile bewusst hochkant – nicht zu flach wie 16/11 */
  .gendner-process-figure img {
    aspect-ratio: 4 / 5;
  }

  .gendner-contact-team-figure img {
    aspect-ratio: 4 / 5;
  }

  .gendner-process-steps .process-content {
    padding-left: 22px !important;
  }

  .gendner-process-steps .process-content p {
    font-size: 15px;
    line-height: var(--gendner-body-lh);
  }

  .gendner-process-step__meta {
    gap: 0.65rem 0.85rem;
    margin-bottom: 14px;
  }
}

@media (max-width: 575px) {
  .gendner-process-step__meta {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
    margin-bottom: 16px;
  }
}

/* Logo */
.gendner-logo {
  width: auto;
  height: 56px;
  max-height: 56px;
}

.gendner-logo--footer {
  height: 64px;
  max-height: 64px;
}

/* Footer: nicht von globalem p { 20px } übernehmen */
.gendner-footer p {
  font-size: inherit;
  line-height: inherit;
}

.gendner-footer-brand .footer-logo {
  margin-bottom: 15px;
}

.gendner-footer-links li:last-child {
  margin-bottom: 0 !important;
}

.gendner-footer-nav__block + .gendner-footer-nav__block {
  margin-top: 28px;
}

@media (max-width: 991px) {
  .gendner-logo {
    height: 44px;
    max-height: 44px;
  }
}

/* Hero video
   padding-top kommt von .top-space-padding / JS (= Headerhöhe).
   Der Content wird darunter vertikal zentriert – gleicher Abstand oben/unten. */
.gendner-hero {
  display: flex;
  flex-direction: column;
  min-height: clamp(640px, 88vh, 920px);
  box-sizing: border-box;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  isolation: isolate;
}

.gendner-hero .gendner-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(15, 35, 67, 0.5);
}

.gendner-hero__content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: clamp(40px, 6vh, 80px);
  padding-bottom: clamp(40px, 6vh, 80px);
}

.gendner-hero .gendner-hero-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: none;
  z-index: 0;
  object-fit: cover;
}

@media (max-width: 991px) {
  .gendner-hero {
    min-height: clamp(620px, 86vh, 820px);
  }

  .gendner-hero__content {
    padding-top: clamp(36px, 5vh, 64px);
    padding-bottom: clamp(36px, 5vh, 64px);
  }
}

@media (max-width: 575px) {
  .gendner-hero {
    min-height: clamp(580px, 90svh, 780px);
  }

  .gendner-hero__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gendner-google-rating--hero {
    margin-bottom: 20px;
  }
}

.gendner-partner-logo {
  height: 42px;
  width: auto;
}

/* Google rating */
.gendner-google-rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
}

.gendner-google-rating__logo {
  display: block;
  height: 22px;
  width: auto;
}

.gendner-google-rating__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #f4b400;
  font-size: 15px;
}

.gendner-google-rating__score {
  font-weight: 700;
}

.gendner-google-rating--light {
  color: rgba(255, 255, 255, 0.9);
}

.gendner-google-rating--hero {
  background-color: #fff;
  color: var(--gendner-navy);
  padding: 12px 22px;
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(15, 35, 67, 0.14);
  margin-bottom: 28px;
}

.gendner-google-rating--hero .gendner-google-rating__score {
  color: var(--gendner-navy);
}

.gendner-google-rating--dark {
  color: var(--dark-gray);
}

.gendner-google-rating--dark .gendner-google-rating__score {
  color: var(--dark-gray);
}

header .navbar-modern-inner {
  overflow-x: clip;
}

/* Header – kein seitliches Container-Padding */
header.header-with-topbar .header-top-bar .container,
header.header-with-topbar nav.navbar > .container {
  padding-left: 0;
  padding-right: 0;
}

/* Header – kompaktere Höhe */
.gendner-header-top-bar {
  background-color: var(--gendner-navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gendner-header-top-bar .gendner-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.25s ease;
}

.gendner-header-top-bar .gendner-topbar-link i {
  color: var(--gendner-beige);
  font-size: 15px;
  padding-right: 0;
}

.gendner-header-top-bar .gendner-topbar-link:hover,
.gendner-header-top-bar .gendner-topbar-link:focus-visible {
  color: #fff;
}

@media (max-width: 575px) {
  .gendner-header-top-bar .row {
    height: auto !important;
    min-height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .gendner-header-top-bar .gendner-topbar-link {
    font-size: 13px;
  }
}

header nav.navbar {
  min-height: 88px;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}

header .navbar-brand {
  padding: 0 !important;
  margin: 0;
  height: 88px;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
  min-width: 180px;
}

/* Nur auf Desktop das Default-Logo erzwingen – darunter übernimmt das Mobile-Logo */
@media (min-width: 992px) {
  header .navbar-brand .default-logo {
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
  }
}

header .navbar-brand .alt-logo {
  display: none !important;
}

header .navbar-brand img.mobile-logo,
header .navbar-brand img.default-logo {
  height: 50px !important;
  max-height: 50px !important;
}

header.sticky .navbar-brand,
header.sticky.sticky-active .navbar-brand {
  padding: 0 !important;
  height: 88px;
}

@media (min-width: 992px) {
  header.sticky.sticky-active .navbar-brand .default-logo {
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
  }
}

header.sticky nav.navbar,
header.sticky.sticky-active nav.navbar {
  min-height: 88px;
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--gendner-heading) !important;
}

header.header-light .navbar-nav .nav-link,
header.header-light .navbar-nav .nav-item:hover .nav-link,
header.header-light .navbar-nav .nav-item.active .nav-link {
  color: var(--gendner-heading) !important;
}

header .header-button .btn.btn-dark-gray {
  padding: 12px 22px;
  text-transform: uppercase;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--gendner-heading) !important;
}

.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li
  a:hover {
  background-color: #f6f4f3;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
  font-size: 30px;
  width: 35px;
}

@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    padding: 20px 30px;
  }

  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 285px;
  }
}

@media (max-width: 991px) {
  header nav.navbar,
  header.sticky nav.navbar,
  header.sticky.sticky-active nav.navbar {
    min-height: 72px;
  }

  /* Logo links / Hamburger rechts am Container-Rand */
  header.header-with-topbar nav.navbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  header.header-with-topbar nav.navbar > .container > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none;
  }

  header.header-with-topbar nav.navbar > .container > .menu-order {
    margin-left: auto !important;
  }

  header .navbar-toggler {
    float: none;
  }

  header .navbar-toggler .navbar-toggler-line {
    background-color: var(--gendner-navy);
  }

  header .navbar-brand,
  header.sticky .navbar-brand,
  header.sticky.sticky-active .navbar-brand {
    height: 72px;
    min-width: 0;
  }

  /* default-logo nimmt sonst trotz visibility:hidden noch Breite ein */
  header .navbar-brand .default-logo {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    pointer-events: none;
  }

  header .navbar-brand .mobile-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: 40px !important;
    max-height: 40px !important;
  }

  [data-mobile-nav-style='modern']
    .navbar-modern-inner
    .navbar-nav
    .nav-item
    .dropdown-menu
    a
    i {
    font-size: 19px;
    vertical-align: middle;
    color: var(--white);
  }
}

/* Unter 576px: wie Content-Container einrücken (nicht am Viewport-Rand) */
@media (max-width: 575px) {
  header.header-with-topbar nav.navbar > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Referenzen – Stack Cards */
.gendner-references-section {
  background-color: #fff;
}

.gendner-reference-card {
  position: relative;
  min-height: 580px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gendner-reference-card-link {
  display: block;
  padding: 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.gendner-reference-card-link:hover,
.gendner-reference-card-link:focus-visible {
  color: inherit;
  text-decoration: none;
}

.gendner-reference-card__glass {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33.333%;
  z-index: 2;
  background: rgba(15, 35, 67, 0.82);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.gendner-reference-card__glass-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 48px 36px;
  overflow-wrap: break-word;
}

.gendner-reference-card__glass-content h3 {
  overflow-wrap: break-word;
}

.gendner-reference-card__label {
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gendner-beige);
}

.gendner-reference-card__cta {
  display: inline-block;
  margin-top: 32px;
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 600;
  color: var(--gendner-beige);
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.gendner-reference-card-link:hover .gendner-reference-card__cta,
.gendner-reference-card-link:focus-visible .gendner-reference-card__cta {
  color: #fff;
  transform: translateX(4px);
}

@media (min-width: 992px) {
  .gendner-reference-stack .stack-item[data-index='0'] {
    top: calc(88px + 12px) !important;
  }

  .gendner-reference-stack .stack-item[data-index='1'] {
    top: calc(88px + 12px + 35px) !important;
  }

  .gendner-reference-stack .stack-item[data-index='2'] {
    top: calc(88px + 12px + 70px) !important;
  }

  .gendner-reference-stack .stack-item[data-index='3'] {
    top: calc(88px + 12px + 105px) !important;
  }
}

@media (max-width: 991px) {
  .gendner-reference-card {
    min-height: 480px;
  }

  .gendner-reference-card__glass {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 42%;
    border-left: none;
    border-top: none;
    background: linear-gradient(
      180deg,
      rgba(15, 35, 67, 0) 0%,
      rgba(15, 35, 67, 0.55) 28%,
      rgba(15, 35, 67, 0.92) 100%
    );
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .gendner-reference-card__glass-content {
    height: auto;
    justify-content: flex-end;
    padding: 48px 24px 22px;
    gap: 0;
  }

  /* Lange Texte auf Mobile ausblenden – Bild bleibt dominant */
  .gendner-reference-card__glass-content p {
    display: none;
  }

  .gendner-reference-card__glass-content h3 {
    margin-bottom: 0 !important;
    font-size: clamp(22px, 3.8vw, 28px);
    line-height: 1.25;
  }

  .gendner-reference-card__label {
    margin-bottom: 8px !important;
  }

  .gendner-reference-card__cta {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .gendner-reference-card {
    min-height: 420px;
  }

  .gendner-reference-card__glass {
    max-height: 38%;
  }

  .gendner-reference-card__glass-content {
    padding: 40px 18px 18px;
  }

  .gendner-reference-card__cta {
    margin-top: 12px;
    font-size: 14px;
  }

  .gendner-references-section .ps-13.pe-13 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 575px) {
  .gendner-reference-card {
    min-height: 380px;
  }

  .gendner-reference-card__glass {
    max-height: none;
  }
}

.team-style-08 figure img {
  width: 100%;
  aspect-ratio: 600 / 740;
  object-fit: cover;
}

.instafeed-grid figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.gendner-instagram-section {
  overflow-x: clip;
}

.gendner-instagram-section:not(.gendner-instagram-posts-section) {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.gendner-marquee-section {
  margin-top: 0;
  padding-top: 55px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.gendner-marquee-section .container-fluid,
.gendner-marquee-section .row.g-0 > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.gendner-marquee-section .marquee-rotate-down {
  transform-origin: center center;
}

.gendner-marquee-section .marquee-rotate-up {
  transform-origin: center center;
  margin-top: -8px;
}

.gendner-instagram-posts-section {
  padding-top: 35px;
}

@media (max-width: 991px) {
  .gendner-marquee-section {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .gendner-instagram-posts-section {
    padding-top: 28px;
  }
}

.gendner-marquee-band--navy {
  background-color: var(--gendner-navy) !important;
}

.gendner-marquee-band--creme {
  background-color: var(--gendner-creme) !important;
}

.gendner-marquee-band {
  overflow: hidden;
  text-align: center;
}

.gendner-marquee-track {
  overflow: hidden;
  width: 100%;
}

.gendner-marquee-track__inner {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 40px;
  animation: gendner-marquee-scroll 55s linear infinite;
  will-change: transform;
}

.gendner-marquee-track--reverse .gendner-marquee-track__inner {
  animation-direction: reverse;
}

@keyframes gendner-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.gendner-marquee-item {
  flex-shrink: 0;
  white-space: nowrap;
}

.gendner-marquee-section .fs-60 {
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .gendner-marquee-track__inner {
    animation: none;
    transform: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .gendner-marquee-section .fs-60 {
    font-size: 42px !important;
    line-height: 1.15;
  }
}

@media (max-width: 575px) {
  .gendner-marquee-section .fs-60 {
    font-size: 30px !important;
  }
}

.gendner-instagram-mockup-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gendner-instagram-mockup {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.gendner-instagram-mockup img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .gendner-instagram-mockup-wrap {
    justify-content: flex-end;
  }
}

.gendner-instagram-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0;
}

.gendner-instagram-posts > li {
  padding: 0;
  margin: 0;
}

.gendner-instagram-posts figure {
  border-radius: 8px;
  overflow: hidden;
}

.gendner-instagram-posts figure a {
  display: block;
  position: relative;
}

.gendner-instagram-posts__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 35, 67, 0.72);
  color: #fff;
  font-size: 28px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gendner-instagram-posts figure a:hover .gendner-instagram-posts__icon,
.gendner-instagram-posts figure a:focus-visible .gendner-instagram-posts__icon {
  opacity: 1;
}

@media (min-width: 768px) {
  .gendner-instagram-posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1200px) {
  .gendner-instagram-posts {
    gap: 24px;
  }
}

/* Keine Custom-Cursor- oder Hover-Mauseffekte */
.cursor-page-inner,
.circle-cursor,
.magic-cursor-wrapper,
#ball,
#ball-cursor {
  display: none !important;
}

.hover-box:hover img,
.hover-box:hover .hover-img,
.interactive-banner-style-05 figure:hover img,
.interactive-banner-style-05 figure:hover figcaption img,
.team-style-08:hover figure img,
.instafeed-grid figure:hover img {
  transform: none !important;
}

.hover-box.dark-hover:hover .card-title,
.hover-box.dark-hover:hover .categories-btn,
.hover-box.dark-hover:hover a,
.hover-box.dark-hover:hover p,
.hover-box.dark-hover:hover span {
  color: inherit !important;
}

.instafeed-grid figure .insta-icon {
  display: none !important;
}

.magic-cursor {
  cursor: auto;
}

/* ===========================================================
   Startseite – neue Sektionen (CI-Guide Mai 2026)
   =========================================================== */

/* Section-Label (H4 · Label lt. CI) */
.gendner-section-label {
  display: block;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gendner-heading);
  margin-bottom: 15px;
}

.gendner-section-label--beige {
  color: var(--gendner-beige-soft);
}

.gendner-about-intro {
  background-color: #fff;
}

.gendner-about-intro-figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.gendner-about-intro-figure__img {
  display: block;
  width: 100%;
  height: auto;
}

.gendner-about-intro-content__text {
  max-width: 520px;
  color: var(--gendner-text);
}

.gendner-about-intro-content__btn {
  background-color: transparent !important;
  border: 1px solid var(--gendner-navy) !important;
  color: var(--gendner-navy) !important;
}

.gendner-about-intro-content__btn:hover,
.gendner-about-intro-content__btn:active {
  background-color: var(--gendner-navy) !important;
  border-color: var(--gendner-navy) !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .gendner-about-intro-content {
    text-align: center;
    margin-top: 50px;
  }

  .gendner-about-intro-content__text {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

}

/* --- Leistungen: Service-Karten --- */
.gendner-services-section__intro {
  margin-bottom: 56px;
}

.gendner-services-grid {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.gendner-services-grid > .col {
  display: flex;
}

.gendner-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: var(--gendner-creme);
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 10px;
  padding: 42px 32px 36px;
  text-decoration: none;
  transition:
    background-color 0.45s ease,
    border-color 0.45s ease,
    transform 0.45s ease,
    box-shadow 0.45s ease;
}

.gendner-service-card__icon {
  display: block;
  margin: 0 auto 24px;
  color: var(--gendner-beige);
  font-size: 40px;
  line-height: 1;
  transition: color 0.45s ease;
}

.gendner-service-card__icon i {
  line-height: 1;
}

.gendner-service-card__title {
  font-family: var(--alt-font);
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--gendner-heading);
  margin-bottom: 12px;
  transition: color 0.45s ease;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.gendner-service-card__text {
  width: 100%;
  font-size: 15px;
  line-height: var(--gendner-body-lh);
  color: var(--gendner-text);
  margin-bottom: 28px;
  transition: color 0.45s ease;
}

.gendner-service-card__link {
  margin-top: auto;
  width: 100%;
  background-color: transparent !important;
  border: 1px solid var(--gendner-navy) !important;
  color: var(--gendner-navy) !important;
  transition:
    background-color 0.45s ease,
    border-color 0.45s ease,
    color 0.45s ease;
}

.gendner-service-card:hover {
  background-color: var(--gendner-navy);
  border-color: var(--gendner-navy);
  transform: translateY(-8px);
  box-shadow: 0 30px 50px rgba(15, 35, 67, 0.18);
}

.gendner-service-card:hover .gendner-service-card__icon {
  color: var(--gendner-beige-soft);
}

.gendner-service-card:hover .gendner-service-card__title {
  color: #fff;
}

.gendner-service-card:hover .gendner-service-card__text {
  color: rgba(255, 255, 255, 0.75);
}

.gendner-service-card:hover .gendner-service-card__link {
  background-color: transparent !important;
  border-color: var(--gendner-beige-soft) !important;
  color: var(--gendner-beige-soft) !important;
}

@media (min-width: 992px) {
  .gendner-service-card__title {
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .gendner-services-section__intro {
    margin-bottom: 48px;
  }

  .gendner-services-grid {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 1.75rem;
  }

  .gendner-service-card {
    padding: 32px 24px 28px;
  }

  .gendner-service-card__icon {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .gendner-service-card__title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .gendner-service-card__text {
    margin-bottom: 22px;
  }

  .gendner-service-card:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 767px) {
  .gendner-services-section__intro {
    margin-bottom: 40px;
  }

  .gendner-services-grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }

  .gendner-service-card {
    padding: 26px 22px 22px;
  }

  .gendner-service-card__icon {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .gendner-service-card__title {
    font-size: 20px;
  }

  .gendner-service-card__text {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

@media (max-width: 575px) {
  .gendner-services-section__intro {
    margin-bottom: 36px;
  }

  .gendner-services-grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }

  .gendner-service-card {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
    padding: 20px 18px;
    column-gap: 16px;
  }

  .gendner-service-card__icon {
    margin: 2px 0 0;
    font-size: 28px;
    flex-shrink: 0;
  }

  .gendner-service-card__title {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
    padding-top: 2px;
    text-align: left;
    justify-content: flex-start;
  }

  .gendner-service-card__text {
    flex: 1 1 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin: 12px 0 16px;
    text-align: left;
  }

  .gendner-service-card__link {
    flex: 1 1 100%;
    flex-basis: 100%;
  }

  .gendner-service-card:hover {
    transform: none;
  }
}

/* --- Warum Gendner: Text + Bild + Counter --- */
.gendner-why-section {
  background-color: #fff;
}

.gendner-why-section h2 em {
  font-style: italic;
  color: var(--gendner-heading);
}

.gendner-usp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gendner-usp-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 7px 0;
  font-size: 20px;
}

.gendner-usp-list li:first-child {
  padding-top: 0;
}

.gendner-usp-list li:last-child {
  padding-bottom: 0;
}

.gendner-usp-list--light li {
  color: rgba(17, 17, 17, 0.82);
}

.gendner-usp-list--light li i {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: var(--gendner-beige);
  color: #fff;
  font-size: 14px;
}

.gendner-usp-list--navy li {
  color: var(--gendner-text);
}

.gendner-usp-list--navy li i {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: var(--gendner-navy);
  color: #fff;
  font-size: 14px;
}

.gendner-usp-list--light li strong {
  color: var(--gendner-heading);
  font-weight: 700;
}

.gendner-why-figure {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(15, 35, 67, 0.14);
}

.gendner-why-figure__img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 30% 58%;
}

.gendner-trust-badge {
  display: inline-block;
}

.gendner-trust-badge--overlay {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  width: fit-content;
  padding: 5px 6px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(15, 35, 67, 0.18);
}

.gendner-trust-badge__media {
  line-height: 0;
}

.gendner-trust-badge img {
  display: block;
  width: auto;
  height: auto;
}

.gendner-trust-badge--overlay img {
  display: block;
  width: 224px;
  height: auto;
  max-width: none;
  aspect-ratio: auto;
  object-fit: contain;
}

.gendner-why-counters {
  margin-top: 70px;
  padding-top: 55px;
  border-top: 1px solid rgba(15, 35, 67, 0.1);
}

.gendner-stat-counter {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 10px;
  white-space: nowrap;
}

.gendner-stat-counter__value,
.gendner-stat-counter__suffix {
  font-family: var(--alt-font);
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  color: var(--gendner-heading);
  letter-spacing: -0.04em;
}

.gendner-stat-counter__suffix {
  margin-left: 1px;
}

.gendner-why-counters .fw-500 {
  font-size: 20px;
}

@media (max-width: 991px) {
  .gendner-why-counters {
    margin-top: 50px;
    padding-top: 40px;
  }

  .gendner-stat-counter__value,
  .gendner-stat-counter__suffix {
    font-size: 56px;
  }

  .gendner-why-counters .fw-500 {
    font-size: 18px;
  }

  .gendner-trust-badge--overlay {
    left: 16px;
    bottom: 16px;
    padding: 4px 5px;
  }

  .gendner-trust-badge--overlay img {
    width: 190px;
  }
}

/* --- Kundenstimmen (Coverflow-Slider) --- */
.gendner-reviews-section {
  position: relative;
  overflow-x: clip;
}

.gendner-reviews-section__intro {
  margin-bottom: 8px;
}

.gendner-reviews-section .gendner-testimonials-swiper.testimonials-style-04 {
  overflow-x: clip !important;
  overflow-y: visible !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

@media (min-width: 768px) {
  .gendner-reviews-section__intro {
    margin-bottom: 16px;
  }

  .gendner-reviews-section .gendner-testimonials-swiper.testimonials-style-04 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}

@media (min-width: 992px) {
  .gendner-reviews-section__intro {
    margin-bottom: 20px;
  }

  .gendner-reviews-section .gendner-testimonials-swiper.testimonials-style-04 {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }
}

.gendner-reviews-section .gendner-testimonials-swiper .swiper-wrapper {
  padding-top: 8px;
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .gendner-reviews-section .gendner-testimonials-swiper .swiper-wrapper {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}

.gendner-testimonials-swiper .gendner-testimonial-slide {
  text-align: center;
}

.gendner-testimonials-swiper .gendner-testimonial-stars {
  color: #f4b400;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.gendner-testimonials-swiper .testimonials-content p {
  color: var(--gendner-text);
  font-size: 20px;
  line-height: var(--gendner-body-lh);
}

.gendner-testimonials-swiper .testimonials-author {
  color: var(--gendner-heading);
  font-family: var(--alt-font);
}

.gendner-testimonials-swiper .testimonials-position {
  color: rgba(17, 17, 17, 0.6);
  font-weight: 600;
}

.gendner-testimonials-swiper.swiper-horizontal-3d .swiper-slide {
  background: transparent !important;
  box-shadow: none !important;
  padding: 28px 0;
  box-sizing: border-box;
}

.gendner-testimonials-swiper .gendner-testimonial-slide {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 18px 40px rgba(15, 35, 67, 0.1);
  margin: 0;
}

.gendner-testimonials-swiper.swiper-horizontal-3d
  .swiper-slide.swiper-slide-active {
  box-shadow: none !important;
}

.gendner-testimonials-swiper.swiper-horizontal-3d
  .swiper-slide.swiper-slide-active
  .gendner-testimonial-slide {
  box-shadow: 0 22px 55px rgba(15, 35, 67, 0.14);
}

.gendner-reviews-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .gendner-reviews-section .gendner-testimonials-swiper .swiper-wrapper {
    overflow: visible;
  }

  .gendner-testimonials-swiper.swiper-horizontal-3d .swiper-slide {
    padding: 12px 0;
  }

  .gendner-testimonials-swiper .gendner-testimonial-slide {
    padding: 28px 22px 24px !important;
  }

  .gendner-reviews-section
    .gendner-testimonials-swiper
    .swiper-pagination {
    bottom: 0 !important;
  }

  .gendner-reviews-footer {
    gap: 14px;
    margin-top: 10px;
  }

  .gendner-reviews-footer__logo {
    height: 40px;
  }

  .gendner-reviews-footer__summary {
    gap: 8px;
  }
}

.gendner-reviews-footer__summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.gendner-reviews-footer__logo {
  height: 48px;
  width: auto;
}

.gendner-reviews-footer__meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}

.gendner-reviews-footer__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #f4b400;
  font-size: 17px;
  line-height: 1;
}

.gendner-reviews-footer__text {
  font-size: 18px;
  line-height: 1.2;
  color: var(--gendner-text);
}

.gendner-reviews-footer__btn {
  margin-top: 0;
}

/* --- Team --- */
.gendner-team-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 40px;
  margin-left: 0;
  margin-right: 0;
}

.gendner-team-grid > .col-sm-6 {
  flex: 0 0 calc(50% - 24px);
  max-width: calc(50% - 24px);
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 575.98px) {
  .gendner-team-grid > .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gendner-team-card {
  text-align: center;
}

.gendner-team-card figure {
  position: relative;
  margin: 0 0 22px;
  border-radius: 10px;
  overflow: hidden;
}

.gendner-team-card figure img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gendner-team-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 72px 24px 24px;
  background: var(--gendner-image-fade);
  opacity: 0;
  transition: opacity 0.45s ease;
  overflow-y: auto;
}

.gendner-team-card__overlay p {
  font-family: var(--primary-font);
  font-style: normal;
  font-size: 20px;
  line-height: var(--gendner-body-lh);
  color: #fff;
  margin: 0;
  text-align: left;
}

.gendner-team-card:hover .gendner-team-card__overlay {
  opacity: 1;
}

.gendner-team-card:hover figure img {
  transform: scale(1.04);
}

.gendner-team-card__name {
  display: block;
  font-family: var(--alt-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--gendner-heading);
  line-height: 30px;
}

.gendner-team-card__role {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: rgba(17, 17, 17, 0.65);
  margin-top: 4px;
}

@media (hover: none) {
  .gendner-team-card__overlay {
    display: none;
  }
}

/* --- Immobilien zum Kauf: Listing-Karten --- */
.gendner-listing-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 35, 67, 0.07);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-hyphens: manual;
  hyphens: manual;
}

.gendner-listing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 55px rgba(15, 35, 67, 0.14);
}

.gendner-listing-card .image {
  position: relative;
  overflow: hidden;
}

.gendner-listing-card .image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gendner-listing-card:hover .image img {
  transform: scale(1.04) !important;
}

.gendner-tag {
  display: inline-block;
  background-color: var(--gendner-navy);
  color: #fff;
  font-family: var(--primary-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 16px;
  border-radius: 20px;
}

.gendner-listing-card__body {
  padding: 22px 18px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.gendner-listing-card__title {
  order: 1;
  font-family: var(--alt-font);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--gendner-heading);
  display: block;
  margin: 0;
}

.gendner-listing-card__price {
  order: 2;
  margin: 10px 0 0;
  padding: 0;
  background: none;
  border-radius: 0;
  font-family: var(--alt-font);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #111111;
}

.gendner-listing-card__location {
  order: 3;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(17, 17, 17, 0.65);
  margin: 8px 0 16px;
}

.gendner-listing-card__location span {
  line-height: 1.3;
}

.gendner-listing-card__location i {
  color: var(--gendner-beige);
  font-size: 15px;
  line-height: 1.3;
  flex-shrink: 0;
  margin-top: 1px;
}

.gendner-listing-card__facts {
  order: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border-top: 1px solid rgba(15, 35, 67, 0.08);
  padding-top: 16px;
  margin-bottom: 20px;
}

.gendner-listing-card__fact {
  min-width: 0;
}

.gendner-listing-card__fact span {
  display: block;
}

.gendner-listing-card__fact .value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-family: var(--primary-font);
  font-weight: 700;
  color: var(--gendner-heading);
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.gendner-listing-card__fact .value i {
  color: var(--gendner-beige);
  font-size: 20px;
  line-height: 1;
}

.gendner-listing-card__fact .label {
  font-size: 11px;
  line-height: 1.25;
  color: rgba(17, 17, 17, 0.55);
  margin-top: 2px;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.gendner-listing-card__body .btn {
  order: 5;
  align-self: flex-start;
  margin-top: auto;
}

@media (min-width: 768px) {
  .gendner-listing-card__body {
    padding: 28px 24px 26px;
  }

  .gendner-listing-card__title {
    font-size: 22px;
  }

  .gendner-listing-card__price {
    font-size: 22px;
  }

  .gendner-listing-card__location {
    font-size: 15px;
    margin: 10px 0 22px;
  }

  .gendner-listing-card__facts {
    gap: 14px;
    padding-top: 22px;
    margin-bottom: 28px;
  }

  .gendner-listing-card__fact .value {
    font-size: 14px;
    gap: 6px;
  }

  .gendner-listing-card__fact .value i {
    font-size: 24px;
  }

  .gendner-listing-card__fact .label {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .gendner-listing-card__body {
    padding: 28px 24px 26px;
  }
}

/* --- Blog-Karten --- */
.gendner-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gendner-blog-card figure {
  position: relative;
  margin: 0 0 24px;
  border-radius: 10px;
  overflow: hidden;
}

.gendner-blog-card figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gendner-blog-card:hover figure img {
  transform: scale(1.04) !important;
}

.gendner-blog-card__tag {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-block;
  background-color: var(--gendner-beige);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 20px;
}

.gendner-blog-card__title {
  font-family: var(--alt-font);
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: var(--gendner-heading);
  display: block;
  margin-bottom: 15px;
}

.gendner-blog-card__title:hover {
  color: var(--gendner-heading);
  opacity: 0.75;
}

.gendner-blog-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gendner-navy);
}

.gendner-blog-card__link i {
  transition: transform 0.3s ease;
}

.gendner-blog-card:hover .gendner-blog-card__link i {
  transform: translateX(5px);
}

.gendner-blog-card__excerpt {
  font-size: 16px;
  line-height: var(--gendner-body-lh);
  color: var(--medium-gray);
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .gendner-blog-card figure {
    margin-bottom: 12px;
  }

  .gendner-blog-card__title {
    margin-bottom: 10px;
  }

  .row:has(> .col .gendner-blog-card) {
    --bs-gutter-y: 2.75rem;
  }
}

/* --- Blog Übersicht & Artikel --- */
.gendner-contact-hero.gendner-blog-hero {
  background:
    linear-gradient(
      135deg,
      rgba(15, 35, 67, 0.92) 0%,
      rgba(15, 35, 67, 0.78) 100%
    ),
    url('/assets/blog/preis-header.jpg') center 40% / cover no-repeat;
}

.gendner-blog-article-hero {
  background-color: var(--gendner-creme);
  padding-top: 190px;
  padding-bottom: 40px;
}

.gendner-blog-article-media {
  background: linear-gradient(
    180deg,
    var(--gendner-creme) 0%,
    var(--gendner-creme) 50%,
    #fff 50%,
    #fff 100%
  );
  padding-bottom: 0;
}

.gendner-blog-article-cover {
  border-radius: 12px;
  overflow: hidden;
}

.gendner-blog-article-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 18 / 10;
  object-fit: cover;
}

/* CKEditor-kompatibel: p, h2, h3, ul/ol, blockquote, a, strong, em, figure/img */
.gendner-blog-article {
  font-size: 17px;
  line-height: var(--gendner-body-lh);
  color: var(--medium-gray);
}

.gendner-blog-article h2 {
  font-family: var(--alt-font);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--gendner-heading);
  letter-spacing: -0.5px;
  margin: 48px 0 18px;
}

.gendner-blog-article h3 {
  font-family: var(--alt-font);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--gendner-heading);
  margin: 32px 0 12px;
}

.gendner-blog-article p {
  margin-bottom: 22px;
}

.gendner-blog-article a {
  color: var(--gendner-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gendner-blog-article a:hover {
  color: var(--gendner-beige);
}

.gendner-blog-article ul,
.gendner-blog-article ol {
  margin: 0 0 28px;
  padding-left: 1.4em;
}

.gendner-blog-article ul {
  list-style: disc;
}

.gendner-blog-article ol {
  list-style: decimal;
}

.gendner-blog-article ul li,
.gendner-blog-article ol li {
  list-style: inherit;
  margin-bottom: 10px;
  padding-left: 0.35em;
}

.gendner-blog-article blockquote {
  margin: 32px 0;
  padding: 8px 0 8px 28px;
  border-left: 3px solid var(--gendner-beige);
  font-family: var(--alt-font);
  font-size: 24px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--gendner-heading);
}

.gendner-blog-article blockquote p {
  margin-bottom: 0;
}

.gendner-blog-article figure {
  margin: 36px 0;
}

.gendner-blog-article figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.gendner-blog-article figcaption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.55);
}

.gendner-blog-article__cta {
  margin: 48px 0 0;
  padding: 36px 40px;
  background-color: var(--very-light-gray);
  border-radius: 12px;
}

.gendner-blog-author {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gendner-blog-author__photo {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.gendner-blog-author__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gendner-blog-author__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gendner-beige);
  margin-bottom: 6px;
}

.gendner-blog-author__name {
  display: block;
  font-family: var(--alt-font);
  font-size: 22px;
  line-height: 1.3;
  color: var(--gendner-heading);
  margin-bottom: 8px;
}

.gendner-blog-author p {
  font-size: 17px;
  line-height: var(--gendner-body-lh);
  color: var(--medium-gray);
}

@media (max-width: 991px) {
  .gendner-blog-article-hero {
    padding-top: 160px;
  }
}

@media (max-width: 767px) {
  .gendner-blog-article-hero {
    padding-top: 120px;
  }

  .gendner-blog-article h2 {
    font-size: 24px;
  }

  .gendner-blog-article blockquote {
    font-size: 20px;
    padding-left: 20px;
  }

  .gendner-blog-article__cta {
    padding: 28px 24px;
  }

  .gendner-blog-author {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* --- FAQ --- */
.gendner-faq-section .accordion-title,
.gendner-faq-section .accordion-title span {
  font-size: 20px;
  line-height: 1.45;
}

/* --- CTA (Navy) --- */
.gendner-cta-section {
  background-color: var(--gendner-navy);
  position: relative;
}

.gendner-cta-section .container {
  position: relative;
  z-index: 1;
}

.gendner-cta-section h2 {
  color: #fff;
}

.gendner-cta-section .gendner-section-label--beige {
  color: var(--gendner-beige-soft);
}

.gendner-cta-section h2 em {
  font-style: italic;
  color: var(--gendner-beige-soft);
}

.gendner-cta-section p {
  color: rgba(255, 255, 255, 0.72);
}

.gendner-cta-section--beige {
  background-color: var(--gendner-creme);
}

.gendner-cta-section--beige h2 {
  color: var(--gendner-heading);
}

.gendner-cta-section--beige h2 em {
  color: var(--gendner-beige);
}

.gendner-cta-section--beige p {
  color: var(--gendner-text);
}

.btn.btn-gendner-beige {
  background-color: var(--gendner-beige-soft) !important;
  border-color: var(--gendner-beige-soft) !important;
  color: var(--gendner-navy) !important;
}

.btn.btn-gendner-beige:hover,
.btn.btn-gendner-beige:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--gendner-navy) !important;
  transform: translateY(-3px);
}

.btn.btn-gendner-outline-light {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
}

.btn.btn-gendner-outline-light:hover,
.btn.btn-gendner-outline-light:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--gendner-navy) !important;
}

/* --- Newsletter form --- */
.gendner-newsletter-form h4 {
  margin-bottom: 22px;
  color: var(--gendner-heading);
}

.gendner-newsletter-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gendner-newsletter-form__full {
  grid-column: 1 / -1;
}

.gendner-newsletter-form__fields .form-control {
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.14);
  border-radius: 4px;
  color: var(--gendner-text);
  font-size: 14px;
  min-height: 44px;
  padding: 10px 14px;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
  width: 100%;
}

.gendner-newsletter-form__fields .form-control::placeholder {
  color: rgba(17, 17, 17, 0.45);
}

.gendner-newsletter-form__fields .form-control:focus {
  background-color: #fff;
  border-color: rgba(15, 35, 67, 0.35);
  box-shadow: none;
  outline: none;
}

.gendner-newsletter-form__fields .btn.submit {
  margin-top: 0;
}

.gendner-newsletter-form__note {
  color: rgba(17, 17, 17, 0.62);
  margin-top: 18px;
}

/* --- WhatsApp float --- */
.gendner-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(15, 35, 67, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.gendner-whatsapp-float:hover,
.gendner-whatsapp-float:focus-visible {
  color: #fff;
  background-color: #1ebe57;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 35, 67, 0.28);
}

.gendner-whatsapp-float:focus-visible {
  outline: 2px solid var(--gendner-navy);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .gendner-whatsapp-float {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
}

/* --- 404 --- */
.gendner-404-section {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 128px);
  padding-top: 70px;
  padding-bottom: 90px;
}

.gendner-404-section__code {
  margin: 0 0 32px;
  font-size: clamp(88px, 14vw, 148px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: var(--gendner-beige);
}

.gendner-404-section__title {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
}

.gendner-404-section__text {
  max-width: 480px;
  font-size: 20px;
  line-height: var(--gendner-body-lh);
  color: var(--gendner-text);
}

.gendner-404-section__btn-outline {
  background-color: transparent !important;
  border: 1px solid var(--gendner-navy) !important;
  color: var(--gendner-navy) !important;
}

.gendner-404-section__btn-outline:hover,
.gendner-404-section__btn-outline:focus-visible {
  background-color: var(--gendner-navy) !important;
  border-color: var(--gendner-navy) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .gendner-404-section {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .gendner-404-section__code {
    margin-bottom: 28px;
  }
}

/* --- Kontakt / Unterseiten-Heros
   Desktop: kompakte Höhe wie zuvor.
   Mobile: genug Abstand oben/unten (wie Startseiten-Hero). */
.gendner-contact-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(540px, 62vh, 680px);
  box-sizing: border-box;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  isolation: isolate;
  background:
    linear-gradient(
      135deg,
      rgba(15, 35, 67, 0.92) 0%,
      rgba(15, 35, 67, 0.78) 100%
    ),
    url('/assets/team/gruppe.jpeg') center center / cover no-repeat;
}

.gendner-contact-hero__content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 3.5rem; /* ~py-6 / py-lg-8 */
  padding-bottom: 3.5rem;
}

@media (min-width: 992px) {
  .gendner-contact-hero__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.gendner-contact-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 35, 67, 0.15) 0%,
    rgba(15, 35, 67, 0.45) 100%
  );
  pointer-events: none;
}

.gendner-contact-hero__actions .btn i {
  position: relative;
  top: 1px;
}

.gendner-contact-info-section {
  position: relative;
  z-index: 1;
}

/* Ohne top-space-padding: Theme setzt sonst inline padding = Headerhöhe */
section.gendner-contact-info-section {
  padding-top: 200px;
}

@media (min-width: 992px) {
  section.gendner-contact-info-section {
    padding-top: 250px;
  }
}

@media (max-width: 991px) {
  section.gendner-contact-info-section {
    padding-top: 160px;
  }
}

@media (max-width: 767px) {
  section.gendner-contact-info-section {
    padding-top: 120px;
  }
}

.gendner-contact-card {
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 10px;
  padding: 34px 24px 30px;
  box-shadow: 0 18px 40px rgba(15, 35, 67, 0.08);
}

.gendner-contact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 50%;
  background-color: var(--gendner-creme);
  color: var(--gendner-beige);
  font-size: 28px;
  line-height: 1;
}

.gendner-contact-card__title {
  font-family: var(--alt-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--gendner-heading);
  margin-bottom: 12px;
}

.gendner-contact-card__text {
  color: rgba(17, 17, 17, 0.62);
  font-size: 17px;
  line-height: var(--gendner-body-lh);
}

.gendner-contact-card__text strong {
  color: var(--gendner-heading);
  font-weight: 700;
}

.gendner-contact-card__link {
  color: var(--gendner-heading);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}

.gendner-contact-card__link:hover,
.gendner-contact-card__link:focus-visible {
  color: var(--gendner-beige);
}

.gendner-contact-card__meta {
  display: inline-block;
  margin-top: 8px;
  font-size: 17px;
  line-height: var(--gendner-body-lh);
  color: rgba(17, 17, 17, 0.62);
  font-weight: 400;
}

.gendner-contact-team-figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gendner-contact-team-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.gendner-contact-team-figure__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 72px 22px 22px;
}

.gendner-contact-form {
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 10px;
  padding: 36px 32px 30px;
  box-shadow: 0 18px 40px rgba(15, 35, 67, 0.08);
}

.gendner-contact-form-section .gendner-contact-form__intro {
  text-align: left;
}

.gendner-contact-form-section .gendner-contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gendner-contact-form-section .gendner-contact-team-figure.h-100 img {
  height: 100%;
  min-height: 420px;
}

.gendner-contact-form-section .gendner-contact-form__fields .form-control {
  background-color: #fff;
}

.gendner-contact-form__promise {
  font-size: 17px;
  line-height: var(--gendner-body-lh);
  color: rgba(17, 17, 17, 0.65);
}

.gendner-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gendner-contact-form__full {
  grid-column: 1 / -1;
}

.gendner-contact-form__fields .form-control {
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.14);
  border-radius: 4px;
  color: var(--gendner-text);
  font-size: 14px;
  min-height: 48px;
  padding: 12px 14px;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
  width: 100%;
}

.gendner-contact-form__fields textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.gendner-contact-form__fields select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}

.gendner-contact-form__fields .form-control::placeholder {
  color: rgba(17, 17, 17, 0.45);
}

.gendner-contact-form__fields .form-control:focus {
  background-color: #fff;
  border-color: rgba(15, 35, 67, 0.35);
  box-shadow: none;
  outline: none;
}

.gendner-contact-form__note {
  color: rgba(17, 17, 17, 0.62);
  margin-top: 18px;
}

.gendner-contact-form__note a {
  color: var(--gendner-heading);
}

.gendner-contact-reviews-section .gendner-google-rating {
  justify-content: center;
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .gendner-contact-form-section .gendner-contact-team-figure img {
    aspect-ratio: 5 / 6;
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 991px) {
  .gendner-contact-hero {
    min-height: 0;
  }

  .gendner-contact-hero__content {
    flex: 0 0 auto;
    padding-top: 64px;
    padding-bottom: 72px;
  }
}

@media (max-width: 767px) {
  .gendner-contact-hero__content {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .gendner-contact-form {
    padding: 28px 22px 24px;
  }

  .gendner-contact-form__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .gendner-contact-hero__content {
    padding-top: 52px;
    padding-bottom: 60px;
  }
}

/* --- Breadcrumbs (einheitlich) --- */
.gendner-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: rgba(15, 35, 67, 0.45);
}

.gendner-breadcrumb a {
  color: rgba(15, 35, 67, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}

.gendner-breadcrumb a:hover {
  color: var(--gendner-navy);
}

/* --- Referenz-Detail --- */
section.gendner-ref-title {
  padding-top: 170px;
  padding-bottom: 36px;
}

@media (min-width: 992px) {
  section.gendner-ref-title {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  section.gendner-ref-title {
    padding-top: 120px;
    padding-bottom: 28px;
  }
}

.gendner-ref-title h1 {
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.15;
}

.gendner-ref-media-band {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 42%,
    var(--gendner-creme) 42%,
    var(--gendner-creme) 100%
  );
  padding-bottom: 70px;
}

.gendner-ref-feature img {
  display: block;
  border-radius: 10px;
}

.gendner-ref-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -36px;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(15, 35, 67, 0.08);
  overflow: hidden;
}

.gendner-ref-facts__item {
  padding: 28px 18px;
  text-align: center;
  border-right: 1px solid rgba(15, 35, 67, 0.08);
}

.gendner-ref-facts__item:last-child {
  border-right: 0;
}

.gendner-ref-facts__label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 35, 67, 0.5);
}

.gendner-ref-facts__value {
  display: block;
  font-family: var(--alt-font);
  font-size: 20px;
  font-weight: 700;
  color: var(--gendner-heading);
  letter-spacing: -0.02em;
}

.gendner-ref-story {
  background-color: var(--gendner-creme);
}

.gendner-ref-scope {
  background: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 10px;
  padding: 36px 32px 30px;
  box-shadow: 0 18px 40px rgba(15, 35, 67, 0.08);
}

.gendner-ref-scope__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gendner-ref-scope__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(15, 35, 67, 0.08);
  color: var(--gendner-text);
  line-height: 1.5;
}

.gendner-ref-scope__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.gendner-ref-scope__list li:first-child {
  padding-top: 0;
}

.gendner-ref-scope__list i {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gendner-navy);
  font-size: 18px;
}

.gendner-ref-feature {
  position: relative;
}

.gendner-ref-quote-section {
  background-color: var(--gendner-navy);
}

.gendner-ref-quote-section .gendner-section-label--beige {
  color: var(--gendner-beige-soft);
}

.gendner-ref-quote {
  margin: 0;
  font-family: var(--alt-font);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #fff;
}

.gendner-ref-related-section {
  background-color: #fff;
}

.gendner-ref-related {
  display: block;
  position: relative;
  min-height: 320px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
}

.gendner-ref-related::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(15, 35, 67, 0.15) 0%,
    rgba(15, 35, 67, 0.88) 100%
  );
  transition: background 0.3s ease;
}

.gendner-ref-related:hover::before {
  background: linear-gradient(
    180deg,
    rgba(15, 35, 67, 0.25) 0%,
    rgba(15, 35, 67, 0.94) 100%
  );
}

.gendner-ref-related__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px;
}

.gendner-ref-related__label {
  display: inline-block;
  margin-bottom: 12px;
  background-color: var(--gendner-beige);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 100px;
}

.gendner-ref-related h3 {
  font-size: 26px;
  letter-spacing: -0.02em;
}

.gendner-ref-related__cta {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease;
}

.gendner-ref-related:hover .gendner-ref-related__cta {
  color: #fff;
}

@media (max-width: 991px) {
  .gendner-ref-media-band {
    padding-bottom: 50px;
  }

  .gendner-ref-facts {
    margin-top: -28px;
  }

  .gendner-ref-facts__item {
    padding: 24px 12px;
  }

  .gendner-ref-facts__value {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .gendner-ref-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -20px;
  }

  .gendner-ref-facts__item {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 35, 67, 0.08);
  }

  .gendner-ref-facts__item:nth-child(odd) {
    border-right: 1px solid rgba(15, 35, 67, 0.08);
  }

  .gendner-ref-facts__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .gendner-ref-scope {
    padding: 28px 22px 24px;
  }

  .gendner-ref-related {
    min-height: 280px;
  }
}

/* --- Immobilienbewertung --- */
.gendner-contact-hero.gendner-bewerten-hero {
  background-image:
    linear-gradient(
      135deg,
      rgba(15, 35, 67, 0.92) 0%,
      rgba(15, 35, 67, 0.78) 100%
    ),
    url('/assets/process/bewertung.png');
}

#warum-bewertung.gendner-why-section {
  background-color: var(--very-light-gray, #f7f4ef);
}

.gendner-bewerten-progress {
  margin: 0 auto 28px;
  max-width: 100%;
}

.gendner-bewerten-progress__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 12px;
}

#bewertungStepText {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111111;
}

.gendner-bewerten-progress__labels {
  font-size: 13px;
  color: rgba(17, 17, 17, 0.5);
}

.gendner-bewerten-progress__track {
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background-color: rgba(15, 35, 67, 0.12);
}

.gendner-bewerten-progress__fill {
  height: 100%;
  width: 25%;
  border-radius: 999px;
  background-color: var(--gendner-beige, #b79d83);
  transition: width 0.35s ease;
}

.gendner-bewerten-form-section {
  background-color: #fff;
}

.gendner-bewerten-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}

.gendner-bewerten-main {
  min-width: 0;
  flex: 1 1 auto;
}

.gendner-bewerten-summary {
  order: 1; /* unter Formular/Buttons, wenn Layout umbricht */
  width: 100%;
  margin: 0;
  padding: 18px 18px 16px;
  border: 1px solid rgba(15, 35, 67, 0.1);
  border-radius: 10px;
  background: var(--gendner-creme, #f7f4ef);
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  overflow-wrap: break-word;
  word-break: normal;
}

.gendner-bewerten-summary__header {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 35, 67, 0.1);
}

.gendner-bewerten-summary__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(15, 35, 67, 0.55);
}

.gendner-bewerten-summary__title {
  margin: 0;
  font-family: var(--alt-font);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gendner-heading, #0f2343);
}

.gendner-bewerten-summary__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gendner-bewerten-summary__item {
  margin: 0;
  padding: 2px 0;
  border-bottom: 1px solid rgba(15, 35, 67, 0.08);
}

.gendner-bewerten-summary__item:last-child {
  border-bottom: 0;
}

.gendner-bewerten-summary__head {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 12px 0 8px;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
}

.gendner-bewerten-summary__head:not(:disabled) {
  cursor: pointer;
}

.gendner-bewerten-summary__head:not(:disabled):hover .gendner-bewerten-summary__name {
  color: var(--gendner-navy, #0f2343);
}

.gendner-bewerten-summary__head:disabled {
  cursor: default;
}

.gendner-bewerten-summary__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(15, 35, 67, 0.08);
  color: rgba(15, 35, 67, 0.6);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.gendner-bewerten-summary__item.is-current .gendner-bewerten-summary__index {
  background: var(--gendner-navy, #0f2343);
  color: #fff;
}

.gendner-bewerten-summary__item.is-done .gendner-bewerten-summary__index {
  background: rgba(183, 157, 131, 0.4);
  color: var(--gendner-navy, #0f2343);
}

.gendner-bewerten-summary__item.is-todo .gendner-bewerten-summary__name {
  color: rgba(17, 17, 17, 0.42);
}

.gendner-bewerten-summary__name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #111111;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.gendner-bewerten-summary__state {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gendner-navy, #0f2343);
}

.gendner-bewerten-summary__body {
  padding: 0 0 12px 38px;
}

.gendner-bewerten-summary__preview {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.72);
  -webkit-hyphens: auto;
  hyphens: auto;
}

.gendner-bewerten-summary__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gendner-navy, #0f2343);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
}

.gendner-bewerten-summary__toggle i {
  font-size: 12px;
  line-height: 1;
}

.gendner-bewerten-summary__toggle:hover {
  color: #081628;
}

.gendner-bewerten-summary__facts {
  display: grid;
  gap: 0;
  margin-top: 10px;
  padding-top: 2px;
  border-top: 1px solid rgba(15, 35, 67, 0.08);
}

.gendner-bewerten-summary__fact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 6px 12px;
  align-items: start;
  padding: 8px 0;
  border-bottom: 1px solid rgba(15, 35, 67, 0.06);
  font-size: 14px;
  line-height: 1.4;
}

.gendner-bewerten-summary__fact:last-child {
  border-bottom: 0;
  padding-bottom: 2px;
}

.gendner-bewerten-summary__fact span {
  min-width: 0;
  color: rgba(17, 17, 17, 0.55);
  -webkit-hyphens: auto;
  hyphens: auto;
}

.gendner-bewerten-summary__fact strong {
  min-width: 0;
  font-weight: 650;
  color: #111111;
  text-align: right;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.gendner-bewerten-summary__empty {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(17, 17, 17, 0.45);
}

@media (min-width: 992px) {
  .gendner-bewerten-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    column-gap: 0;
    align-items: stretch;
  }

  .gendner-bewerten-main {
    padding-right: 40px;
  }

  .gendner-bewerten-summary {
    order: 0;
    position: sticky;
    top: 96px;
    width: auto;
    margin-right: 0;
    padding: 24px 22px 20px;
    border: 1px solid rgba(15, 35, 67, 0.1);
    border-radius: 10px;
    background: var(--gendner-creme, #f7f4ef);
    max-height: calc(100vh - 112px);
    overflow: auto;
    scrollbar-width: thin;
  }

  .gendner-bewerten-summary__header {
    margin-bottom: 8px;
    padding-bottom: 14px;
  }

  .gendner-bewerten-summary__title {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .gendner-bewerten-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .gendner-bewerten-main {
    padding-right: 48px;
  }
}

.gendner-bewerten-form-wrap {
  width: 100%;
  max-width: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.gendner-bewerten-form-section .gendner-contact-form {
  padding: 0;
  max-width: none;
  width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.gendner-bewerten-step__label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.55);
}

.gendner-bewerten-step__headline {
  margin: 0;
  font-family: var(--alt-font);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #111111;
}

.gendner-bewerten-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.gendner-bewerten-type-tile {
  display: flex;
  margin: 0;
  min-width: 0;
  height: 100%;
  cursor: pointer;
}

.gendner-bewerten-type-tile__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.gendner-bewerten-type-tile__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 148px;
  height: 100%;
  padding: 22px 12px;
  background-color: #fff;
  border: 2px solid rgba(15, 35, 67, 0.1);
  border-radius: 10px;
  text-align: center;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.gendner-bewerten-type-tile__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--gendner-creme, #f7f4ef);
  color: var(--gendner-beige, #b79d83);
  font-size: 24px;
  line-height: 1;
}

.gendner-bewerten-type-tile__title {
  display: block;
  width: 100%;
  font-family: var(--alt-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--gendner-heading);
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
}

.gendner-bewerten-type-tile:hover .gendner-bewerten-type-tile__body,
.gendner-bewerten-type-tile:focus-within .gendner-bewerten-type-tile__body {
  border-color: rgba(15, 35, 67, 0.28);
  box-shadow: 0 12px 28px rgba(15, 35, 67, 0.08);
  transform: translateY(-2px);
}

.gendner-bewerten-type-tile__input:checked + .gendner-bewerten-type-tile__body {
  border-color: var(--gendner-navy, #0f2343);
  box-shadow: 0 14px 30px rgba(15, 35, 67, 0.12);
}

.gendner-bewerten-type-grid--invalid .gendner-bewerten-type-tile__body {
  border-color: #c0392b;
}

.gendner-bewerten-form .form-label {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.gendner-field-help {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  vertical-align: -1px;
}

.gendner-field-help__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(15, 35, 67, 0.55);
  font-size: 15px;
  line-height: 1;
  cursor: help;
  transition: color 0.15s ease;
}

.gendner-field-help:hover .gendner-field-help__btn,
.gendner-field-help__btn:focus-visible,
.gendner-field-help.is-open .gendner-field-help__btn {
  color: #0f2343;
}

.gendner-field-help__btn:focus-visible {
  outline: 2px solid rgba(15, 35, 67, 0.35);
  outline-offset: 2px;
  border-radius: 999px;
}

.gendner-field-help__tip {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 20;
  width: min(280px, calc(100vw - 40px));
  padding: 10px 12px;
  border-radius: 8px;
  background: #0f2343;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  box-shadow: 0 8px 24px rgba(15, 35, 67, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition:
    opacity 0.15s ease,
    transform 0.15s ease,
    visibility 0.15s ease;
}

.gendner-field-help__tip::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #0f2343;
}

.gendner-field-help__tip strong {
  font-weight: 600;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .gendner-field-help:hover .gendner-field-help__tip,
  .gendner-field-help:focus-within .gendner-field-help__tip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

.gendner-field-help.is-open .gendner-field-help__tip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.gendner-bewerten-form .form-control {
  color: #111111;
}

.gendner-bewerten-form .form-control::placeholder {
  color: rgba(17, 17, 17, 0.45) !important;
}

.gendner-bewerten-form select.form-control:required:invalid {
  color: rgba(17, 17, 17, 0.45);
}

.gendner-bewerten-form select.form-control:required:valid {
  color: #111111;
}

.gendner-bewerten-form .form-check-label {
  color: #111111;
}

.gendner-bewerten-form .form-control.is-invalid,
.gendner-bewerten-form .form-check-input.is-invalid {
  border-color: #c0392b;
}

.gendner-bewerten-form .form-control.is-valid {
  border-color: rgba(15, 35, 67, 0.28);
}

.gendner-bewerten-invalid-feedback {
  color: #c0392b;
  font-size: 0.8125rem;
  margin-top: 0.375rem;
}

.gendner-bewerten-type-hint {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.55);
}

.gendner-bewerten-form .form-check {
  margin-top: 4px;
}

.gendner-bewerten-privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 0;
  min-height: auto;
}

.gendner-bewerten-privacy .form-check-input {
  float: none;
  flex: 0 0 18px;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  min-width: 18px;
  margin-top: 0.25em;
  margin-left: 0;
  padding: 0 !important;
  aspect-ratio: 1 / 1;
  border: 1.5px solid rgba(15, 35, 67, 0.35);
  border-radius: 3px;
  background-color: #fff;
  background-image: none;
  background-size: 12px 12px;
  box-shadow: none !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.gendner-bewerten-privacy .form-check-input:focus {
  border-color: var(--gendner-beige) !important;
  box-shadow: 0 0 0 0.2rem rgba(183, 157, 131, 0.25) !important;
}

.gendner-bewerten-privacy .form-check-input:checked {
  background-color: var(--gendner-navy);
  border-color: var(--gendner-navy);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.gendner-bewerten-privacy .form-check-input.is-valid,
.gendner-bewerten-privacy .form-check-input.is-valid:checked,
.gendner-bewerten-privacy .form-check-input.is-valid:focus {
  border-color: rgba(15, 35, 67, 0.35);
  background-color: #fff;
  background-image: none;
  box-shadow: none !important;
}

.gendner-bewerten-privacy .form-check-input.is-valid:checked {
  background-color: var(--gendner-navy);
  border-color: var(--gendner-navy);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-size: 12px 12px;
}

.gendner-bewerten-privacy .form-check-input.is-invalid {
  border-color: #c0392b;
}

.gendner-bewerten-privacy .form-check-label {
  color: var(--gendner-heading);
  font-size: 0.9375rem;
  line-height: 1.5;
  cursor: pointer;
}

.gendner-bewerten-form .form-check-label a {
  color: var(--gendner-heading);
  font-weight: 600;
}

.gendner-bewerten-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.gendner-bewerten-actions .btn {
  min-width: 140px;
}

.gendner-bewerten-actions #formSubmit {
  flex: 1 1 auto;
  min-width: min(100%, 260px);
}

.gendner-bewerten-success {
  text-align: center;
  padding: 48px 0 24px;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.gendner-bewerten-success__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(183, 157, 131, 0.25);
  color: var(--gendner-navy);
  font-size: 1.75rem;
}

.gendner-bewerten-whatsapp-section .gendner-contact-team-figure img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

@media (min-width: 992px) {
  .gendner-bewerten-whatsapp-section .gendner-contact-team-figure img {
    aspect-ratio: auto;
    height: 560px;
  }
}

@media (max-width: 991px) {
  .gendner-bewerten-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gendner-bewerten-form-section .gendner-contact-form,
  .gendner-bewerten-form-wrap {
    padding: 0;
  }

  .gendner-bewerten-type-tile__body {
    min-height: 132px;
    padding: 18px 10px;
    gap: 12px;
  }

  .gendner-bewerten-type-tile__icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .gendner-bewerten-type-tile__title {
    font-size: 14px;
  }

  .gendner-bewerten-actions {
    flex-direction: column-reverse;
  }

  .gendner-bewerten-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

/* --- Immobilie kaufen --- */
.gendner-contact-hero.gendner-kaufen-hero {
  background-image:
    linear-gradient(
      135deg,
      rgba(15, 35, 67, 0.92) 0%,
      rgba(15, 35, 67, 0.78) 100%
    ),
    url('/assets/properties/eppishausen-titelbild.jpg');
  background-position: center center;
  background-size: cover;
}

.gendner-listing-toolbar {
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(15, 35, 67, 0.06);
}

.gendner-listing-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px;
  background-color: rgba(15, 35, 67, 0.04);
  border-radius: 999px;
  width: fit-content;
  max-width: 100%;
}

.gendner-listing-filter {
  appearance: none;
  border: 0;
  background-color: transparent;
  color: var(--gendner-heading);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  padding: 11px 18px;
  border-radius: 999px;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.gendner-listing-filter:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.gendner-listing-filter.is-active {
  background-color: var(--gendner-navy);
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 35, 67, 0.16);
}

.gendner-listing-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 12px;
}

.gendner-listing-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  min-width: 0;
}

.gendner-listing-field__label {
  font-family: var(--primary-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1;
}

.gendner-listing-select,
.gendner-listing-toolbar .form-control.gendner-listing-select {
  width: 100%;
  height: 46px;
  min-height: 46px;
  max-height: 46px;
  border: 1px solid rgba(15, 35, 67, 0.12);
  border-radius: 8px;
  background-color: #f8f7f5;
  color: var(--gendner-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 38px 0 14px;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230F2343' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
}

.gendner-listing-select:hover,
.gendner-listing-toolbar .form-control.gendner-listing-select:hover {
  border-color: rgba(15, 35, 67, 0.22);
  background-color: #fff;
}

.gendner-listing-select:focus,
.gendner-listing-toolbar .form-control.gendner-listing-select:focus {
  border-color: var(--gendner-beige);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(183, 157, 131, 0.18);
  outline: none;
}

.gendner-listing-toolbar__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 35, 67, 0.08);
}

.gendner-listing-count {
  font-size: 14px;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.55);
}

.gendner-listing-reset {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 36px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(15, 35, 67, 0.14);
  border-radius: 999px;
  background-color: #fff;
  color: var(--gendner-heading);
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.gendner-listing-reset i {
  font-size: 14px;
  line-height: 1;
  color: var(--gendner-beige);
}

.gendner-listing-reset:hover,
.gendner-listing-reset:focus-visible {
  background-color: rgba(15, 35, 67, 0.04);
  border-color: rgba(15, 35, 67, 0.28);
  color: var(--gendner-navy);
  text-decoration: none;
}

.gendner-listing-reset:hover i,
.gendner-listing-reset:focus-visible i {
  color: var(--gendner-navy);
}

.gendner-listing-empty {
  margin-top: 40px;
  padding: 40px 24px;
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 10px;
}

.gendner-formspark-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.gendner-pagination-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.gendner-pagination-wrap[hidden] {
  display: none;
}

.gendner-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gendner-pagination__btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(15, 35, 67, 0.12);
  border-radius: 999px;
  background-color: #fff;
  color: var(--gendner-heading);
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.gendner-pagination__btn:hover:not(:disabled):not(.is-active) {
  border-color: rgba(15, 35, 67, 0.28);
  background-color: rgba(15, 35, 67, 0.04);
}

.gendner-pagination__btn.is-active {
  background-color: var(--gendner-navy);
  border-color: var(--gendner-navy);
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 35, 67, 0.16);
  cursor: default;
}

.gendner-pagination__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.gendner-pagination__btn--nav {
  min-width: 44px;
  padding: 0;
}

.gendner-pagination__btn--nav i {
  font-size: 18px;
  line-height: 1;
}

.gendner-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  color: rgba(15, 35, 67, 0.45);
  font-weight: 600;
}

.gendner-kaufen-info-card {
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 10px;
  padding: 42px 36px 36px;
  box-shadow: 0 18px 40px rgba(15, 35, 67, 0.08);
}

.gendner-kaufen-info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 50%;
  background-color: var(--gendner-creme);
  color: var(--gendner-beige);
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .gendner-listing-filter-grid .gendner-listing-field:last-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 480px) {
  .gendner-listing-filter-grid {
    gap: 16px 14px;
  }
}

@media (min-width: 992px) {
  .gendner-listing-toolbar {
    padding: 28px 30px 22px;
  }

  .gendner-listing-filter-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px 12px;
  }
}

@media (max-width: 767px) {
  .gendner-listing-toolbar {
    padding: 18px 16px 16px;
  }

  .gendner-listing-filters {
    width: 100%;
    border-radius: 12px;
    justify-content: flex-start;
  }

  .gendner-listing-filter {
    padding: 10px 14px;
    font-size: 13px;
  }

  .gendner-listing-toolbar__footer {
    gap: 8px;
  }

  .gendner-listing-reset {
    margin-left: auto;
  }

  .gendner-kaufen-info-card {
    padding: 32px 24px 28px;
  }
}

/* --- Verkaufen --- */
.gendner-contact-hero.gendner-verkaufen-hero {
  background:
    linear-gradient(
      135deg,
      rgba(15, 35, 67, 0.92) 0%,
      rgba(15, 35, 67, 0.78) 100%
    ),
    url('/assets/blog/makler.jpg') center 40% / cover no-repeat;
}

.gendner-verkaufen-advantage {
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 10px;
  padding: 32px 26px 28px;
  box-shadow: 0 14px 36px rgba(15, 35, 67, 0.06);
  height: 100%;
}

.gendner-verkaufen-advantage__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 50%;
  background-color: var(--gendner-creme);
  color: var(--gendner-beige);
  font-size: 24px;
  line-height: 1;
}

.gendner-verkaufen-advantage__title {
  font-family: var(--alt-font);
  font-size: 20px;
  font-weight: 700;
  color: var(--gendner-heading);
  margin-bottom: 12px;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.gendner-verkaufen-advantage__title.gendner-hyphens-de {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.gendner-verkaufen-advantage__text {
  color: var(--gendner-text);
  font-size: 15px;
  line-height: var(--gendner-body-lh);
}

.gendner-verkaufen-types-nav {
  padding-top: 70px;
  padding-bottom: 70px;
}

.gendner-verkaufen-types-nav .row.row-cols-2,
.gendner-verkaufen-types-nav .row.row-cols-md-4 {
  align-items: stretch;
}

.gendner-verkaufen-types-nav .col {
  display: flex;
}

.gendner-verkaufen-type-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 168px;
  height: 100%;
  padding: 32px 14px;
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 10px;
  text-decoration: none;
  color: var(--gendner-heading);
  font-family: var(--alt-font);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    color 0.25s ease;
}

.gendner-verkaufen-type-link i {
  flex-shrink: 0;
  font-size: 42px;
  color: var(--gendner-beige);
  line-height: 1;
}

.gendner-verkaufen-type-link span {
  display: block;
  width: 100%;
  line-height: 1.3;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
}

.gendner-verkaufen-type-link:hover,
.gendner-verkaufen-type-link:focus-visible {
  color: var(--gendner-navy);
  border-color: rgba(183, 157, 131, 0.55);
  box-shadow: 0 16px 36px rgba(15, 35, 67, 0.1);
  transform: translateY(-3px);
}

.gendner-verkaufen-object__figure {
  margin: 0;
  height: 100%;
}

.gendner-verkaufen-object__figure img {
  display: block;
  width: 100%;
  height: 640px !important;
  max-height: none !important;
  aspect-ratio: unset !important;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .gendner-verkaufen-object .row {
    align-items: stretch !important;
  }

  .gendner-verkaufen-object .row > [class*='col-lg-6'] {
    display: flex;
  }

  .gendner-verkaufen-object__figure {
    flex: 1 1 auto;
    width: 100%;
  }

  .gendner-verkaufen-object__figure img {
    height: 100% !important;
    min-height: 700px !important;
  }
}

@media (max-width: 991px) {
  .gendner-verkaufen-object__figure img {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 575px) {
  .gendner-verkaufen-object__figure img {
    height: auto !important;
    aspect-ratio: 4 / 5;
  }
}

.gendner-verkaufen-ref-card {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 36px rgba(15, 35, 67, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gendner-verkaufen-ref-card:hover,
.gendner-verkaufen-ref-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15, 35, 67, 0.12);
  color: inherit;
}

.gendner-verkaufen-ref-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.gendner-verkaufen-ref-card__body {
  padding: 24px 22px 26px;
}

.gendner-verkaufen-ref-card__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gendner-beige);
}

.gendner-verkaufen-ref-card__title {
  font-family: var(--alt-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--gendner-heading);
  margin-bottom: 10px;
  line-height: 1.3;
}

.gendner-verkaufen-ref-card__text {
  font-size: 15px;
  line-height: var(--gendner-body-lh);
  color: var(--gendner-text);
}

.gendner-refs-card__cta {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--gendner-navy, #0f2343);
}

.gendner-refs-card--static {
  cursor: default;
}

.gendner-refs-card--static:hover,
.gendner-refs-card--static:focus-visible {
  transform: none;
  box-shadow: 0 14px 36px rgba(15, 35, 67, 0.06);
}

.gendner-breadcrumb--light a,
.gendner-breadcrumb--light span {
  color: rgba(255, 255, 255, 0.78);
}

.gendner-breadcrumb--light a:hover,
.gendner-breadcrumb--light a:focus-visible {
  color: #fff;
}

.gendner-breadcrumb--light span[aria-hidden='true'] {
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 991px) {
  .gendner-verkaufen-types-nav {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .gendner-verkaufen-type-link {
    min-height: 140px;
    font-size: 15px;
    padding: 24px 12px;
    gap: 12px;
  }

  .gendner-verkaufen-type-link i {
    font-size: 34px;
  }

  .gendner-verkaufen-advantage {
    padding: 26px 22px 24px;
  }

  .gendner-verkaufen-advantages__actions {
    margin-top: 3.5rem !important;
  }

  .gendner-verkaufen-ref-card__title {
    font-size: 20px;
  }
}

/* --- Objekt-Detailseite --- */
.gendner-property-title {
  padding-bottom: 40px;
}

.gendner-property-title > .container {
  padding-top: 72px;
}

.gendner-property-title h1 {
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.15;
}

.gendner-property-gallery .swiper-slide img {
  width: 100%;
  aspect-ratio: 626 / 600;
  object-fit: cover;
  display: block;
}

.gendner-property-gallery .swiper-slide a {
  cursor: zoom-in;
}

/* Lightbox: vollflächiger dunkler Hintergrund ohne durchscheinende Seite */
.mfp-bg {
  background: #0a0a0a;
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.gendner-property-gallery .swiper-pagination {
  bottom: 18px !important;
}

@media (max-width: 767px) {
  .gendner-property-gallery .swiper-pagination {
    bottom: 12px !important;
  }

  .gendner-property-gallery .swiper-pagination-bullet {
    margin: 0 3px !important;
  }

  /* Auf Mobile: kompakte Dynamic-Bullets (weniger sichtbare Punkte) */
  .gendner-property-gallery .swiper-pagination-bullets-dynamic {
    font-size: 0;
  }
}

.gendner-property-highlights__icon {
  display: block;
  margin: 0 auto 12px;
  font-size: 28px;
  line-height: 1;
  color: var(--gendner-beige);
}

.gendner-property-map iframe {
  display: block;
  width: 100%;
  min-height: 360px;
}

.gendner-property-facts .col-xl-6 + .col-xl-6 .gendner-property-fact:first-child {
  border-top: 1px solid rgba(15, 35, 67, 0.1);
}

@media (min-width: 1200px) {
  .gendner-property-facts .col-xl-6 + .col-xl-6 .gendner-property-fact:first-child {
    border-top: 0;
  }
}

.gendner-property-fact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(15, 35, 67, 0.1);
}

.gendner-property-fact--last {
  border-bottom: 0;
}

.gendner-property-fact__label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: min(100%, 9.5rem);
  color: var(--gendner-heading);
  font-weight: 500;
}

.gendner-property-fact__label i {
  flex-shrink: 0;
  font-size: 1.05rem;
  line-height: 1;
}

.gendner-property-fact__label span,
.gendner-property-fact__value {
  min-width: 0;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.gendner-property-fact__value {
  flex: 0 1 auto;
  font-weight: 600;
  color: #111111;
  text-align: right;
}

.gendner-property-features__grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.gendner-property-features .list-style-02 li {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
  line-height: 1.35;
}

.gendner-property-features .list-style-02 li:last-child {
  margin-bottom: 0;
}

.gendner-property-features .list-style-02 li i {
  flex-shrink: 0;
  margin-top: 0;
  line-height: 1;
}

@media (max-width: 575px) {
  .gendner-property-features__grid {
    --bs-gutter-y: 1.75rem;
  }

  .gendner-property-features .list-style-02 li {
    margin-bottom: 14px;
  }
}

.gendner-property-sidebar {
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 35, 67, 0.06);
}

.gendner-property-sidebar__agent {
  background-color: var(--gendner-navy);
  gap: 18px;
}

.gendner-property-sidebar__agent-text {
  min-width: 0;
}

.gendner-property-sidebar__avatar-wrap {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.gendner-property-sidebar__avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 10%;
  transform: scale(1.75);
  transform-origin: 52% 18%;
}

.gendner-property-sidebar__contact p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  line-height: 1.35;
  white-space: nowrap;
}

.gendner-property-sidebar__contact i {
  flex-shrink: 0;
}

.gendner-property-sidebar__contact a {
  text-decoration: none !important;
  border-bottom: 0 !important;
  font-size: 17px;
  white-space: nowrap;
}

.gendner-property-sidebar .form-control {
  background-color: #fff;
  box-shadow: none !important;
  border: 1px solid rgba(15, 35, 67, 0.12) !important;
}

.gendner-property-sidebar .form-control:focus {
  box-shadow: none !important;
  border-color: rgba(15, 35, 67, 0.28) !important;
}

.gendner-property-content .list-style-02 li {
  align-items: flex-start;
}

.gendner-property-content .list-style-02 i {
  color: var(--gendner-beige);
}

@media (max-width: 1199px) {
  .gendner-property-sidebar__agent {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 14px;
  }
}

@media (max-width: 991px) {
  .gendner-property-title > .container {
    padding-top: 32px;
  }

  .gendner-property-title {
    padding-bottom: 28px;
  }

  .gendner-property-sidebar {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 767px) {
  .gendner-property-gallery .swiper-slide img {
    aspect-ratio: 4 / 3;
  }

  .gendner-property-map iframe {
    min-height: 280px;
  }

  .gendner-property-sidebar .contact-form-style-01 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .gendner-property-facts .col-xl-6:first-of-type .gendner-property-fact:last-child {
    border-bottom: 1px solid rgba(15, 35, 67, 0.1);
  }
}

/* --- Über uns --- */
.gendner-contact-hero.gendner-ueber-uns-hero {
  background:
    linear-gradient(
      135deg,
      rgba(15, 35, 67, 0.92) 0%,
      rgba(15, 35, 67, 0.78) 100%
    ),
    url('/assets/team/gruppe.jpeg') center 35% / cover no-repeat;
}

.gendner-ueber-uns-intro__figure {
  overflow: hidden;
  border-radius: 10px;
}

.gendner-ueber-uns-intro__img {
  display: block;
  width: 100%;
  height: auto;
}

.gendner-ueber-uns-profiles {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.gendner-ueber-uns-profile__figure {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}

.gendner-ueber-uns-profile__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.gendner-ueber-uns-profile__name {
  font-family: var(--alt-font);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--gendner-heading);
  margin-bottom: 8px;
}

.gendner-ueber-uns-profile__role {
  font-size: 16px;
  line-height: 1.55;
  color: var(--gendner-beige);
  font-weight: 600;
  margin-bottom: 22px;
}

.gendner-ueber-uns-profile__quote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 17px;
  line-height: var(--gendner-body-lh);
  color: var(--gendner-text);
}

@media (max-width: 767px) {
  .gendner-ueber-uns-profiles {
    gap: 48px;
  }

  .gendner-ueber-uns-profile__figure img {
    aspect-ratio: 1 / 1;
  }
}

/* --- Grundstück erschließen --- */
.gendner-contact-hero.gendner-erschliessen-hero {
  background:
    linear-gradient(
      135deg,
      rgba(15, 35, 67, 0.92) 0%,
      rgba(15, 35, 67, 0.78) 100%
    ),
    url('/assets/references/grundstueckserschliessung-2.jpg') center 45% / cover
      no-repeat;
}

.gendner-erschliessen-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(15, 35, 67, 0.08);
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: var(--gendner-text);
}

.gendner-erschliessen-check i {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gendner-beige);
  font-size: 18px;
}

.gendner-erschliessen-project {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(15, 35, 67, 0.08);
  box-shadow: 0 14px 36px rgba(15, 35, 67, 0.06);
}

.gendner-erschliessen-project__figure {
  overflow: hidden;
}

.gendner-erschliessen-project__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gendner-erschliessen-project:hover .gendner-erschliessen-project__figure img {
  transform: scale(1.04);
}

.gendner-erschliessen-project__body {
  padding: 26px 24px 28px;
  flex: 1;
}

.gendner-erschliessen-project__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gendner-beige);
}

.gendner-erschliessen-project__title {
  font-family: var(--alt-font);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: var(--gendner-heading);
  margin-bottom: 12px;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.gendner-erschliessen-project__title.gendner-hyphens-de {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.gendner-erschliessen-project__text {
  font-size: 16px;
  line-height: var(--gendner-body-lh);
  color: var(--gendner-text);
}

/*
  Theme (.row > *) setzt feste 15px nur horizontal – kein vertikales Gutter.
  Hier bewusst gleiches Gap in X und Y.
*/
.row.gendner-erschliessen-partners {
  --gendner-partners-gap: 0.75rem;
  margin-left: calc(-0.5 * var(--gendner-partners-gap));
  margin-right: calc(-0.5 * var(--gendner-partners-gap));
  margin-top: calc(-1 * var(--gendner-partners-gap));
}

.row.gendner-erschliessen-partners > * {
  padding-left: calc(0.5 * var(--gendner-partners-gap));
  padding-right: calc(0.5 * var(--gendner-partners-gap));
  margin-top: var(--gendner-partners-gap);
}

@media (min-width: 768px) {
  .row.gendner-erschliessen-partners {
    --gendner-partners-gap: 1rem;
  }
}

@media (min-width: 992px) {
  .row.gendner-erschliessen-partners {
    --gendner-partners-gap: 1.25rem;
  }
}

.gendner-erschliessen-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 28px 16px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(15, 35, 67, 0.08);
  height: 100%;
}

.gendner-erschliessen-partner i {
  font-size: 28px;
  color: var(--gendner-beige);
  line-height: 1;
}

.gendner-erschliessen-partner span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: var(--gendner-heading);
  line-height: 1.35;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
}

.gendner-erschliessen-why {
  background-color: var(--gendner-creme, #f7f4ef);
}

/* --- Standortseite Augsburg --- */
.gendner-contact-hero.gendner-augsburg-hero {
  background:
    linear-gradient(
      135deg,
      rgba(15, 35, 67, 0.92) 0%,
      rgba(15, 35, 67, 0.78) 100%
    ),
    url('/assets/team/gruppe.jpeg') center 30% / cover no-repeat;
}

.gendner-augsburg-district {
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.08);
  border-radius: 10px;
  padding: 28px 24px 26px;
  box-shadow: 0 14px 36px rgba(15, 35, 67, 0.05);
}

.gendner-augsburg-district__title {
  font-family: var(--alt-font);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: var(--gendner-heading);
  margin-bottom: 12px;
}

.gendner-augsburg-district__text {
  font-size: 16px;
  line-height: var(--gendner-body-lh);
  color: var(--gendner-text);
}

.gendner-augsburg-regions {
  padding: 32px 28px;
  background-color: var(--gendner-creme, #f7f4ef);
  border-radius: 10px;
}

.gendner-augsburg-regions__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gendner-augsburg-regions__list li {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  background-color: #fff;
  border: 1px solid rgba(15, 35, 67, 0.1);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gendner-heading);
}
