body {
    opacity: 0;
    transition: opacity 0.25s ease;
}

.headline {
    top: -21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding-bottom: 25px;
}

.subline {
    border-bottom: 1px solid #db2800;
    padding: 8px;
}

.manual-article {
    margin-bottom: 0px !important;
}


@media screen and (min-width: 768px) {
    .manual-article .manual-article-headline {
        font: 38px/44px Egyptienne, Georgia, serif !important;
        letter-spacing: -.5px;
    }
}

@media screen and (min-width: 1180px) {
    .manual-article .manual-article-headline {
        font: 38px/44px Egyptienne, Georgia, serif !important;
        letter-spacing: -.5px;
    }
}