/* responsive Impressum */
/* screen width: 995px */
@media only screen and (max-width: 995px) {

    #block-content-data-protection-heading-hyphenation {
        display: block;
    }

    #txt-content-heading {
        display: none;
    }

}

/* screen width: 465px */
@media only screen and (max-width: 465px) {

    #txt-content-heading-hyphenation-top,
    #txt-content-heading-hyphenation-bottom {
        display: none;
    }

    #txt-content-heading-hyphenation-top-for-small,
    #txt-content-heading-hyphenation-middle-for-small,
    #txt-content-heading-hyphenation-bottom-for-small {
        display: block;
    }

}
