@charset "UTF-8";
/* VARIABLEN */
/* * { outline: 2px solid red !important; } */
/* GENERELL */
html, body {
  overflow-x: hidden;
}
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1A1A1A;
  background-color: #FAF8F4;
  line-height: 1.7;
}
.font-display {
  font-family: "Playfair Display", Georgia, serif;
}
.ls-wide {
  letter-spacing: 0.15em;
}
.text-gold {
  color: #C9A84C;
}
a {
  color: #C9A84C;
}
.ratio {
  border-radius: 24px;
  overflow: hidden;
}
.rounded {
  border-radius: 24px !important;
}
.post-it-note {
  position: fixed;
  top: 50px;
  right: 5%;
  width: 220px;
  padding: 20px;
  background: #C2E0F3;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  transform: rotate(3deg);
  z-index: 9999;
  font-family: "Kalam", cursive;
  color: #333;
  line-height: 1;
}
.post-it-close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
}
.post-it-close:hover {
  color: #f00;
}
.post-it-note ul {
  margin-top: 5px;
  padding-left: 20px;
  list-style-type: disc;
}
/* SOCIAL */
.social {
  padding: 60px 0;
  background-color: #FAF8F4;
}
.social .bi {
  color: #C9A84C;
  font-size: 2rem;
  margin-right: 0.7em;
}
.social .bi:hover {
  color: #B8943F;
}
/* STYLEGUIDE */
.sg-header {
  background: linear-gradient(180deg, #FAF8F4 0%, #F5F0E8 100%);
}
.sg-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #C9A84C;
  letter-spacing: 0.15em;
}
.sg-swatch {
  width: 100%;
  height: 80px;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}
/* SECTION TITLES */
.section-subtitle {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #C9A84C;
  margin-bottom: 0.5rem;
}
.section-title {
  font-size: 2.2rem;
  color: #1A1A1A;
  margin-bottom: 1rem;
}
.section-divider {
  width: 60px;
  height: 3px;
  background: #B8943F;
  border-radius: 50px;
  margin-top: 0.5rem;
}
/* NAVBAR */
.navbar-organic {
  background: #1A1A1A;
  backdrop-filter: blur(20px);
  border-radius: 0;
  padding: 0.8rem 1.5rem;
  box-shadow: none;
}
.navbar-organic .navbar-brand {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.navbar-organic .nav-link {
  color: #A8A8A8;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navbar-organic .nav-link:hover, .navbar-organic .nav-link.active {
  color: #C9A84C;
  background: rgba(255, 255, 255, 0.08);
}
.navbar-organic .navbar-toggler {
  border: none;
}
.navbar-organic .navbar-toggler-icon {
  filter: invert(1);
}
.brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #B8943F;
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.brand-icon-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(201, 168, 76, 0.2);
  color: #C9A84C;
  border-radius: 50%;
  font-size: 1rem;
}
/* BUTTONS */
.btn-gold {
  background: #B8943F;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.6rem 1.8rem;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.3);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 168, 76, 0.4);
  color: #fff;
}
.btn-gold.btn-lg {
  padding: 0.8rem 2.4rem;
  font-size: 1.05rem;
}
.btn-gold.btn-sm {
  padding: 0.4rem 1.3rem;
  font-size: 0.85rem;
}
.btn-outline-gold {
  background: transparent;
  color: #C9A84C;
  border: 2px solid #C9A84C;
  border-radius: 50px;
  padding: 0.55rem 1.8rem;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-outline-gold:hover {
  background: #C9A84C;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 168, 76, 0.3);
}
.btn-outline-gold.btn-lg {
  padding: 0.75rem 2.4rem;
}
.btn-outline-gold.btn-sm {
  padding: 0.35rem 1.3rem;
  font-size: 0.85rem;
}
.btn-dark-elegant {
  background: #1A1A1A;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.6rem 1.8rem;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-dark-elegant:hover {
  background: #3D3D3D;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}
.btn-dark-elegant.btn-lg {
  padding: 0.8rem 2.4rem;
  font-size: 1.05rem;
}
.btn-ghost {
  background: transparent;
  color: #C9A84C;
  border: none;
  padding: 0.5rem 0;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}
.btn-ghost:hover {
  color: #B8943F;
  transform: translateX(4px);
}
/* CARDS */
.card-organic {
  border: none;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-organic:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}
.card-organic .card-body {
  padding: 1.5rem;
}
.card-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.5;
}
.card-img-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-organic:hover img {
  transform: scale(1.05);
}
/* IMMOBILIEN-CARDS */
.card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.badge-kaufen {
  background: #C9A84C;
  color: #fff;
}
.badge-mieten {
  background: #1A1A1A;
  color: #fff;
}
.badge-gewerbe {
  background: #6B6B6B;
  color: #fff;
}
.card-meta {
  font-size: 0.8rem;
  color: #A8A8A8;
  margin-bottom: 0.5rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-details {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: #6B6B6B;
}
.card-price {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #B8943F;
}
/* NEWS-CARDS */
.card-news .card-img-top {
  aspect-ratio: 1.7777777778;
}
.card-date {
  font-size: 0.78rem;
  color: #A8A8A8;
  margin-bottom: 0.5rem;
}
/* TEAM-CARDS */
.team-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F5F0E8;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.15);
}
.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-team {
  padding-top: 1rem;
}
.team-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F5F0E8;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}
.team-social a:hover {
  background: #C9A84C;
  color: #fff !important;
}
/* SERVICE-CARDS */
.card-service {
  padding: 1rem;
}
.service-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #F5F0E8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #C9A84C;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-service:hover .service-icon {
  background: #B8943F;
  color: #fff;
}
/* FORMULARE */
.form-control-organic {
  border: 2px solid #F5F0E8;
  border-radius: 50px;
  padding: 0.65rem 1.2rem;
  background: #FAF8F4;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 0.95rem;
}
.form-control-organic:focus {
  border-color: #C9A84C;
  box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.12);
  background: #fff;
}
textarea.form-control-organic {
  border-radius: 24px;
}
.form-select.form-control-organic {
  border-radius: 50px;
  padding-right: 2.5rem;
}
.form-label {
  font-weight: 500;
  font-size: 0.9rem;
  color: #3D3D3D;
  margin-bottom: 0.3rem;
}
.form-check-input:checked {
  background-color: #C9A84C;
  border-color: #C9A84C;
}
/* FILTER BUTTONS */
.btn-group-organic {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.btn-filter {
  border: 2px solid #F5F0E8;
  border-radius: 50px !important;
  padding: 0.45rem 1.2rem;
  font-size: 0.9rem;
  color: #3D3D3D;
  background: #FAF8F4;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-check:checked + .btn-filter {
  background: #C9A84C;
  color: #fff;
  border-color: #C9A84C;
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.3);
}
.btn-filter:hover {
  border-color: #C9A84C;
  color: #C9A84C;
}
/* FOOTER */
.footer-organic {
  background: #1A1A1A;
  color: #A8A8A8;
  padding: 4rem 0 1.5rem;
}
.footer-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #A8A8A8;
}
.footer-heading {
  color: #C9A84C;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
}
.footer-links a {
  color: #A8A8A8;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.footer-links a:hover {
  color: #C9A84C;
}
.footer-social {
  display: flex;
  gap: 0.75rem;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #A8A8A8;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.footer-social a:hover {
  background: #C9A84C;
  color: #fff;
}
.footer-divider {
  border-color: rgba(255, 255, 255, 0.08);
  margin: 2.5rem 0 1.5rem;
}
.footer-copy {
  font-size: 0.82rem;
  margin: 0;
  color: #6B6B6B;
}
.footer-legal {
  font-size: 0.82rem;
  color: #6B6B6B;
  text-decoration: none;
  margin-left: 1.5rem;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.footer-legal:hover {
  color: #C9A84C;
}
/* HERO KARUSSELL */
.hero-carousel .carousel-item {
  position: relative;
}
.hero-carousel .carousel-item img {
  width: 100%;
  height: 80vh;
  min-height: 500px;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0.2) 100%);
}
.hero-content {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
}
.hero-content h1 {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.2;
}
.hero-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
  max-width: 520px;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.carousel-indicators .active {
  background: #C9A84C;
  border-color: #C9A84C;
  opacity: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-size: 40%;
}
/* BLOB DEKO */
.blob-bg {
  position: relative;
  overflow: hidden;
}
.blob-bg::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  top: -150px;
  right: -100px;
  pointer-events: none;
}
.blob-bg::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  bottom: -100px;
  left: -80px;
  pointer-events: none;
}
/* SPACING */
.section-padding {
  padding: 5rem 0;
}
.section-padding-lg {
  padding: 7rem 0;
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .navbar-organic {
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-carousel .carousel-item img {
    height: 60vh;
    min-height: 350px;
  }
  .card-details {
    font-size: 0.75rem;
    gap: 0.5rem;
  }
  .section-padding {
    padding: 3rem 0;
  }
  .team-avatar {
    width: 90px;
    height: 90px;
  }
}
/* TRUST BAR */
.trust-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #C9A84C;
  display: block;
  line-height: 1.2;
}
.trust-item {
  padding: 1.5rem 0;
}
/* ABOUT */
.about-img-wrapper {
  position: relative;
}
.about-img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}
.about-img-accent {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #C9A84C;
  border-radius: 24px;
  top: 20px;
  left: 20px;
  z-index: -1;
  opacity: 0.3;
}
/* CTA */
.cta-section {
  background: #B8943F;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  top: -200px;
  right: -100px;
  pointer-events: none;
}
.cta-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  bottom: -100px;
  left: -80px;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .cta-section .btn-lg {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0 !important;
  }
}
/* NAVBAR SCROLL */
.navbar-scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  background: #1A1A1A !important;
}
/* CARDS GLEICHE HÖHE */
.card-organic.h-100 {
  display: flex;
  flex-direction: column;
}
.card-organic.h-100 .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-organic.h-100 .card-text {
  flex-grow: 1;
}
/* DETAILSEITEN */
.page-header {
  padding: 8rem 0 3rem;
  background: #1A1A1A;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  top: -200px;
  right: -100px;
  pointer-events: none;
}
.page-header .breadcrumb {
  margin-bottom: 0;
}
.page-header .breadcrumb-item a {
  color: #A8A8A8;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-header .breadcrumb-item a:hover {
  color: #C9A84C;
}
.page-header .breadcrumb-item.active {
  color: #C9A84C;
}
.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #6B6B6B;
}
.detail-gallery {
  border-radius: 24px;
  overflow: hidden;
}
.detail-gallery img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
}
.detail-gallery-thumb {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.detail-gallery-thumb:hover, .detail-gallery-thumb.active {
  opacity: 1;
}
.detail-gallery-thumb img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}
.detail-sidebar {
  position: sticky;
  top: 6rem;
}
.detail-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail-info-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #F5F0E8;
  font-size: 0.95rem;
}
.detail-info-list li:last-child {
  border-bottom: none;
}
.detail-info-list .info-label {
  color: #6B6B6B;
}
.detail-info-list .info-value {
  font-weight: 500;
  color: #1A1A1A;
}
.detail-content h3 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.detail-content p {
  color: #3D3D3D;
}
.detail-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.detail-feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 1rem;
  background: #F5F0E8;
  border-radius: 50px;
  font-size: 0.85rem;
  color: #3D3D3D;
}
.detail-feature-tag i {
  color: #C9A84C;
}
/* NEWS DETAILSEITE */
.news-detail-header img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 24px;
}
.news-detail-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: #6B6B6B;
  padding: 1.5rem 0;
  border-bottom: 1px solid #F5F0E8;
  margin-bottom: 2rem;
}
.news-detail-body {
  font-size: 1.05rem;
  line-height: 1.9;
}
.news-detail-body p {
  margin-bottom: 1.5rem;
  color: #3D3D3D;
}
.news-detail-body blockquote {
  border-left: 4px solid #B8943F;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  background: #F5F0E8;
  border-radius: 0 24px 24px 0;
  font-style: italic;
  color: #3D3D3D;
}
.news-share {
  display: flex;
  gap: 0.5rem;
}
.news-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F5F0E8;
  color: #6B6B6B;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.news-share a:hover {
  background: #B8943F;
  color: #fff;
}
/* BACK TO TOP */
.btn-back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #C9A84C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.4);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1000;
}
.btn-back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}
.btn-back-to-top:hover {
  background: #B8943F;
  color: #fff;
  transform: translateY(-3px);
}
div[style*="z-index: 1000"] {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* TIMELINE HORIZONTAL (Desktop) */
.timeline-h {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.timeline-h-line {
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #F5F0E8 0%, #B8943F 15%, #B8943F 85%, #F5F0E8 100%);
  z-index: 0;
}
.timeline-h-item {
  position: relative;
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.timeline-h-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.timeline-h-dot {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #B8943F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #B8943F;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.15);
}
.timeline-h-item:hover .timeline-h-dot {
  background: #B8943F;
  color: #fff;
  box-shadow: 0 6px 25px rgba(201, 168, 76, 0.3);
}
.timeline-h-dot-active {
  background: #B8943F !important;
  color: #fff !important;
  border-color: #B8943F;
  box-shadow: 0 6px 25px rgba(201, 168, 76, 0.35);
}
.timeline-h-year {
  font-size: 1.1rem;
  font-weight: 700;
  color: #B8943F;
}
.timeline-h-bottom {
  padding: 0 0.5rem;
  flex: 1;
  display: flex;
}
.timeline-h-card {
  background: #fff;
  border-radius: 24px;
  padding: 1.2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}
.timeline-h-card:hover {
  transform: translateY(4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}
.timeline-h-card h5 {
  font-size: 1rem;
  color: #1A1A1A;
}
/* TIMELINE VERTIKAL (Mobil + Tablet) */
.timeline-v {
  position: relative;
  padding-left: 2.5rem;
}
.timeline-v::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #F5F0E8 0%, #B8943F 10%, #B8943F 90%, #F5F0E8 100%);
}
.timeline-v-item {
  position: relative;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
}
.timeline-v-item:last-child {
  padding-bottom: 0;
}
.timeline-v-dot {
  position: absolute;
  left: -2.5rem;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #B8943F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #B8943F;
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.15);
  z-index: 1;
}
.timeline-v-dot-active {
  background: #B8943F !important;
  color: #fff !important;
  border-color: #B8943F;
  box-shadow: 0 6px 25px rgba(201, 168, 76, 0.35);
}
.timeline-v-content {
  background: #fff;
  border-radius: 24px;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.timeline-v-content:hover {
  transform: translateX(4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}
.timeline-v-content h5 {
  font-size: 1rem;
  color: #1A1A1A;
}
.timeline-v-year {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #B8943F;
  margin-bottom: 0.3rem;
}
/* KONTAKT-KARTEN */
.card-map {
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
.card-map iframe {
  display: block;
  filter: saturate(0.3) contrast(1.1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-organic:hover .card-map iframe {
  filter: saturate(1) contrast(1);
}
.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F5F0E8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #B8943F;
  flex-shrink: 0;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list li {
  padding: 0.4rem 0;
}
.contact-list a {
  color: #6B6B6B;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.contact-list a:hover {
  color: #B8943F;
}
.contact-list i {
  color: #B8943F;
  width: 1.2em;
}
/* FILTER-SIDEBAR */
.filter-sidebar {
  position: sticky;
  top: 6rem;
}
.filter-group {
  margin-bottom: 2rem;
}
.filter-heading {
  font-size: 0.9rem;
  color: #1A1A1A;
  margin-bottom: 0.75rem;
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.8rem;
  border: 2px solid #F5F0E8;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #3D3D3D;
  background: #fff;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.filter-pill:hover {
  border-color: #C9A84C;
  color: #C9A84C;
}
.filter-pill.active {
  background: #B8943F;
  color: #fff;
  border-color: #B8943F;
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.25);
}
.filter-active {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.filter-active-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.6rem 0.35rem 1rem;
  background: #F5F0E8;
  border-radius: 50px;
  font-size: 0.82rem;
  color: #3D3D3D;
}
.filter-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.1);
  color: #6B6B6B;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.filter-remove:hover {
  background: #C45B4A;
  color: #fff;
}
.filter-results-bar {
  padding: 0.75rem 1.2rem;
  background: #F5F0E8;
  border-radius: 50px;
  font-size: 0.9rem;
}
.filter-pagination .page-link {
  border: none;
  border-radius: 50px;
  color: #6B6B6B;
  padding: 0.5rem 1rem;
  margin: 0 0.2rem;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.filter-pagination .page-link:hover {
  background: #F5F0E8;
  color: #B8943F;
}
.filter-pagination .page-item.disabled .page-link {
  background: transparent;
  color: #A8A8A8;
}
.filter-pagination .page-item.active .page-link {
  background: #B8943F;
  color: #fff;
}
@media (max-width: 991.98px) {
  .filter-sidebar {
    position: static;
    background: #fff;
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
  }
}
/* FILTER-CARD (3er-Grid über Immobilien) */
.filter-card {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.filter-card .filter-heading {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6B6B6B;
  margin-bottom: 1rem;
}
.filter-card .form-select {
  margin-top: auto;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
.img-aspect-4x3 {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  /* Optional: passt das Bild an, um Überlauf zu vermeiden */
}
/* GALERIE */
.gallery-main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery-main:hover img {
  transform: scale(1.03);
}
.gallery-zoom {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: rgba(26, 26, 26, 0.6);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gallery-main:hover .gallery-zoom {
  opacity: 1;
}
.gallery-count {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(26, 26, 26, 0.6);
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 500;
}
.gallery-thumb {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gallery-thumb:hover {
  border-color: #C9A84C;
}
.gallery-thumb:hover img {
  transform: scale(1.05);
}
.gallery-thumb.active {
  border-color: #B8943F;
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.3);
}
/* GALERIE MODAL */
.gallery-modal-content {
  background: rgba(26, 26, 26, 0.97);
  border: none;
  border-radius: 0;
}
.gallery-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
}
.gallery-modal-counter {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}
.gallery-modal-close {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gallery-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.gallery-modal-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 4rem;
  min-height: 0;
}
.gallery-modal-img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 12px;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 10;
}
.gallery-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.gallery-nav-prev {
  left: 1rem;
}
.gallery-nav-next {
  right: 1rem;
}
.gallery-modal-footer {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}
.gallery-modal-thumb {
  width: 70px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  flex-shrink: 0;
}
.gallery-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-modal-thumb:hover {
  opacity: 0.8;
}
.gallery-modal-thumb.active {
  border-color: #C9A84C;
  opacity: 1;
}
/* FEATURE-SECTIONS (Verwaltung) */
.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.bg-section-alt {
  background: #FAF8F4;
}
.section-hero-sub {
  padding: 6rem 0 3rem;
  background: linear-gradient(180deg, #FAF8F4 0%, #fff 100%);
}
.badge-organic {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background: #F5F0E8;
  color: #B8943F;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.feature-img-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}
.feature-img-wrapper img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.feature-img-wrapper:hover img {
  transform: scale(1.03);
}
.feature-img-badge {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 48px;
  height: 48px;
  background: #B8943F;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.3);
}
.feature-number {
  font-size: 3rem;
  font-weight: 700;
  color: #F5F0E8;
  line-height: 1;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  padding: 0.4rem 0;
  font-size: 0.95rem;
  color: #3D3D3D;
}
.text-gold {
  color: #B8943F;
}
/* ZITAT-SEKTION */
.quote-section {
  padding: 4rem 0;
  background: #FAF8F4;
  position: relative;
  overflow: hidden;
}
.quote-card {
  text-align: center;
  position: relative;
  padding: 3rem 2rem;
}
.quote-mark {
  font-size: 4rem;
  color: #E8D5A0;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.quote-mark .bi {
  display: inline-block;
  transform: scaleX(-1);
}
.quote-text {
  font-size: 1.35rem;
  line-height: 1.7;
  color: #3D3D3D;
  font-style: italic;
  border: none;
  padding: 0;
  margin: 0 0 2rem;
}
.quote-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.quote-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #E8D5A0;
  flex-shrink: 0;
}
.quote-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-meta {
  text-align: left;
}
.quote-name {
  display: block;
  font-size: 0.95rem;
  color: #1A1A1A;
}
.quote-role {
  display: block;
  font-size: 0.8rem;
  color: #A8A8A8;
  margin-top: 0.1rem;
}
.quote-line {
  width: 60px;
  height: 3px;
  background: #B8943F;
  border-radius: 3px;
  margin: 2rem auto 0;
}
/* MARQUEE */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-scroll-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 15s linear infinite;
}
.marquee-reverse {
  animation-name: marquee-scroll-reverse;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-content {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 1rem 0;
}
.marquee-content span {
  padding: 0 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.marquee-dot {
  font-size: 0.7rem;
  opacity: 0.5;
  padding: 0 0.5rem;
}
.marquee-dark {
  background: #1A1A1A;
}
.marquee-dark .marquee-content span {
  color: #C9A84C;
}
.marquee-dark .marquee-dot {
  color: #B8943F;
}
.marquee-light {
  background: #FAF8F4;
}
.marquee-light .marquee-content span {
  color: #1A1A1A;
}
.marquee-light .marquee-dot {
  color: #A8A8A8;
}
.marquee-gold {
  background: #B8943F;
}
.marquee-gold .marquee-content span {
  color: #fff;
}
.marquee-gold .marquee-dot {
  color: rgba(255, 255, 255, 0.4);
}
.marquee-double .marquee:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
  .marquee-content span {
    font-size: 0.9rem;
    padding: 0 0.7rem;
  }
  .marquee-content {
    padding: 0.75rem 0;
  }
}
.map {
  width: 100%;
  height: 400px;
  border-radius: 24px;
  border: 1px solid #D8D8D8;
}
