/* SOFORTKEY v5.5.5 – exakt einheitliche H1-Größe auf allen öffentlichen Unterseiten. */
body.sk-subpage-home-header main h1,
body.sk-shop-page main h1 {
  font-size:clamp(30px,3.6vw,40px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}
@media(max-width:767px){
  body.sk-subpage-home-header main h1,
  body.sk-shop-page main h1 {font-size:clamp(25px,7vw,32px)!important;line-height:1.1!important;}
}
@media(max-width:350px){
  body.sk-subpage-home-header main h1,
  body.sk-shop-page main h1 {font-size:25px!important;}
}
