/* 
    Created on : 03.12.2020, 08:04:33
    Author     : aploese@gmx.de
*/

.article__content .basecontent-pbsbw---html-editor h4 {
    font-size: 2.4rem;
}
.article__content .basecontent-pbsbw---html-editor h5 {
    font-size: 2.0rem;
}
.article__content .basecontent-pbsbw---html-editor h6 {
    font-size: 1.8rem;
}

/* BWCMSINT-112: All headlines should now have serif-font */
/* BWCMSINT-181: word-wrap for all headlines */
h4, h5, h6 {
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif !important;
    word-break: break-word;
    word-wrap: break-word;
}

/* Giving Headlines in articlecontent more space */
article .article__content .article__section .basecontent-pbsbw---html-editor h4,
article .article__content .article__section .basecontent-pbsbw---html-editor h5,
article .article__content .article__section .basecontent-pbsbw---html-editor h6 {
    margin-bottom: 2rem;
    margin-top: 4rem;
}

article .article__content .article__section .basecontent-pbsbw---html-editor h4:first-child,
article .article__content .article__section .basecontent-pbsbw---html-editor h5:first-child, 
article .article__content .article__section .basecontent-pbsbw---html-editor h6:first-child {
    margin-top: 0;
}
