/* ===============================
   Hufbearbeitung – page styles
   =============================== */

/* Hero-spezifische Erweiterungen (optional später) */
.huf-hero{
  /* Platz für eigene Farbwelt / Bildfilter */
}

/* Content-Bereich */
.huf-content{
  padding: 60px 0;
}

/* Footer (falls später anders als global) */
.huf-footer{
  text-align: center;
  padding: 24px 0;
  font-size: 14px;
  color: #cdd9d9;
}

.huf-footer a{
  color: #ffe7ad;
}
