.abo_vergleich_text article.text .headline{
    border-top:16px solid black;
    padding-top:20px;

}
.abo_vergleich_text article.text .headline .h{
    text-transform:uppercase;
    font-size:40px;
    line-height: 1.2;
    font-family: 'Gravity-extended';
}
.abo_vergleich_text article.text .subheadline{
    border-bottom:16px solid black;
    padding-bottom:20px;

}
.abo_vergleich_text article.text .subheadline *{
     font-size:40px;
     line-height: 1.2;
     font-family: 'Gravity-compressed';
 }
.abo_vergleich_text article.text .inhalt{
    padding-top:24px !important;
}
@media screen and (max-width:1024px){
    .abo_vergleich_text article.text .headline .h{
        font-size:32px;
        line-height: 1.2;
    }
    .abo_vergleich_text article.text .subheadline *{
        font-size:32px;
        line-height: 1.2;
    }
}
