
/* V18: remove decorative homepage numbering and differentiate Kontakt hero */
.premium-hero__facts span{
  position:relative;
  gap:9px;
}
.premium-hero__facts span::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:linear-gradient(135deg,#bfe76d,#5fc8e5);
  box-shadow:0 0 0 4px rgba(191,231,109,.10);
}
.premium-hero__facts b{display:none!important}
.page-photo-hero[data-hero="kontakt"] .page-photo-hero__media img{
  object-position:62% 50%;
}
@media(max-width:650px){
  .premium-hero__facts{gap:12px 18px}
  .premium-hero__facts span{font-size:10px}
  .page-photo-hero[data-hero="kontakt"] .page-photo-hero__media img{object-position:68% 50%}
}
