/* Start custom CSS for html, class: .elementor-element-eb2cba5 *//* --- CI Styles für Immobilien-Shop Holger Peters --- */

/* Farbschema nur für den Artikelbereich erzwingen */
.immohp-wrap a,
.immohp-wrap a:visited {
  color: #3F5675 !important; /* Primary Blue */
}
.immohp-wrap a:hover {
  color: #5B82B7 !important; /* Secondary Blue */
}

/* Überschriften in Primärfarbe */
.immohp-wrap h1,
.immohp-wrap h2,
.immohp-wrap h3,
.immohp-wrap h4,
.immohp-wrap h5,
.immohp-wrap h6 {
  color: #3F5675 !important;
}

/* Listenpunkte (Bullets) angleichen */
.immohp-wrap ul li::marker {
  color: #3F5675 !important;
}
.immohp-aside ul li::marker {
  color: #3F5675 !important;
}

/* Seitenleisten-Rahmen (Akzent) in Sekundärfarbe */
.immohp-aside {
  border-left: 4px solid #5B82B7 !important;
}

/* CTA-Button Styles (Buttons immer gut sichtbar) */
.immohp-cta a,
.immohp-cta a:visited {
  background-color: #3F5675 !important;
  border: 1px solid #3F5675 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.immohp-cta a:hover,
.immohp-cta a:focus {
  background-color: #5B82B7 !important;
  border-color: #5B82B7 !important;
  color: #ffffff !important;
}

/* FAQ-Fragen hervorheben */
.immohp-faq dt {
  color: #3F5675 !important;
}

/* Optional: Elementor Metadaten Farben anpassen (falls genutzt) */
.elementor-post-info__item--terms,
.elementor-post-info__item--terms a,
.elementor-post-info__item--terms span {
  color: #3F5675 !important;
}/* End custom CSS */