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

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

    #block-content-company-information-heading-hyphenation {
        display: block;
    }

}
