/** Shopify CDN: Minification failed

Line 94:0 Unexpected "<"
Line 106:0 Unexpected "<"

**/
/* === HEIMATHAFEN DESIGN CSS ===    */
/* Stand 18.01.2026                  */
/* hh-custom.css                     */

/* HH: Preise in der Collection "limitiert" ausblenden */
.hh-hide-prices .product-item__price,
.hh-hide-prices .product__price,
.hh-hide-prices .price,
.hh-hide-prices .money,
.hh-hide-prices .price__regular,
.hh-hide-prices .price__sale {
  display: none !important;
}

.hh-page-narrow {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 749px) {
  .hh-page-narrow {
    padding: 0 16px;
  }
}

.hh-hero img{
  width: 100%;
  height: auto !important;
  display: block;
  border-radius: 10px;
}

.cob-ref-imgwrap img{
  width: 100%;
  aspect-ratio: 16 / 10 !important;  /* größer/höher als 16/9 */
  object-fit: cover;
}

.cob-ref-grid{
  column-gap: 32px;
  row-gap: 32px;
}

/* mehr Luft zwischen den Karten */
.cob-ref-grid{
  gap: 2.4rem;          /* vorher 1.6rem */
}

/* Bild höher */
.hh-page-narrow .cob-ref-img{
  height: 450px !important;
}

/* === EINHEITLICHE SCHRIFTGRÖSSE IN DEN KARTEN === */
.cob-ref-item{
  font-size: 1.5rem;          /* Basis für Titel, Liste & Link */
  line-height: 1.45;
  border: 1px solid #e7e7e7 !important;
}

/* Titel – gleiche Größe, mehr Gewicht */
.cob-ref-title{
  font-size: 1.5rem !important;          /* vorher 1.28rem */
  font-weight: 600;
  margin: 0.9rem 0 0.4rem 0;
  color: #444 !important; /* #3e6f82; */
}

/* Liste */
.cob-ref-list{
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.9rem 1.2rem;
}

/* Link */
.cob-ref-link{
  font-size: 1.5rem;
  font-weight: 600;         /* leicht betont, aber gleiche Größe */
  color: #444 !important; /* #3e6f82; */
}

.cob-ref-link:hover {
  color: #A88963 !important;
}

<style>
  /* Nur Seite: Service / Wir über uns */
  body.page-service-wir-ueber-uns,
  body.page-service-wir-ueber-uns .gradient,
  body.page-service-wir-ueber-uns #MainContent,
  body.page-service-wir-ueber-uns .content-for-layout,
  body.page-service-wir-ueber-uns .shopify-section,
  body.page-service-wir-ueber-uns [class*="color-background"]{
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
  }
</style>
