/* Spilled Ink 1.2F – center ABONNER vertically in its box */

#home .si-hero-subscribe > a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 15px !important;
  line-height:1 !important;
  box-sizing:border-box !important;
}

@media (max-width:760px){
  #home .si-hero-subscribe > a{
    min-height:40px !important;
    padding:0 13px !important;
  }
}
