/* SAM-PRO Consulting Premium v60
   Feinanpassung: Hero-Bild vertikal höher ausrichten, damit der Kopf vollständig sichtbar ist. */

.consulting-hero-v57{
  background-position:58% 18% !important;
}

/* Desktop / große Screens */
@media (min-width: 1281px){
  .consulting-hero-v57{
    background-position:58% 16% !important;
  }
}

/* Normale Desktop-Breiten */
@media (max-width: 1280px){
  .consulting-hero-v57{
    background-position:60% 14% !important;
  }
}

/* Tablet quer / kleinere Desktops */
@media (max-width: 1024px){
  .consulting-hero-v57{
    background-position:64% 12% !important;
  }
}

/* Tablet hochkant / mobil bleibt wie zuvor stärker mittig */
@media (max-width: 820px){
  .consulting-hero-v57{
    background-position:68% center !important;
  }
}
