/* CSS for the content of the Impressum and Datenschutzerklärung  */

#block-content {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

#txt-content-heading {
    margin-top: 50px;
}

#block-content-data-protection-heading-hyphenation,
#block-content-company-information-heading-hyphenation {
    display: block;
    margin-top: 50px;
}

#txt-content-heading-hyphenation-bottom,
#txt-content-heading-hyphenation-middle-for-small,
#txt-content-heading-hyphenation-bottom-for-small {
    margin-top: -25px;
}

#block-content-legal-section-one,
#block-content-legal-section-two,
#block-content-legal-section-three,
#block-content-legal-section-four {
    display: block;
    margin-top: 50px;
}

#txt-content-legal-heading {
    display: block;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

#txt-content-legal,
#txt-content-legal-sub-heading,
#txt-content-legal-link,
#txt-content-legal-link-after,
#list-content-legal {
    display: block;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

#txt-content-legal-sub-heading {
    font-weight: bold;
}

#txt-content-legal-link {
    display: inline-block;
    cursor: pointer;
    color: rgb(74, 116, 72);
    text-decoration: underline;
    word-wrap: break-word;
    word-break: break-all;
}

a:-webkit-any-link {
    color: rgb(74, 116, 72);
}

#txt-content-legal-link-after {
    display: inline-block;
}

#list-content-legal {
    display: list-item;
}

#block-content-data-protection-heading-hyphenation,
#block-content-company-information-heading-hyphenation {
    display: none;
    height: auto;
}

/* special for Datenschutzerklärung */
#txt-content-heading-hyphenation-top-for-small,
#txt-content-heading-hyphenation-middle-for-small,
#txt-content-heading-hyphenation-bottom-for-small {
    display: none;
}
