.grey-box-border {
    margin: 2em 0em;
    border: 1px solid grey;
    padding: 1.5em;
    background: rgb(246 246 246);
    color: #212121;
    border-radius: 20px;
}

/* Hauptüberschriften anpassen */
h2, h3, h4, h5, h6 {
    margin-top: 1em !important;
    margin-bottom: 0.15em !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

/* Hauptüberschriften anpassen */
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: 400 !important;
}

.highlight-box {
    padding: 1.25em;
    background: #efefef;
    border: 7px solid white;
    margin: 1em 0em 2em 0em;
    box-shadow: 0px 6px 13px -6px #8e8e8e;
}

.article_subheadline h2 {
    margin: 0px !important;
}

#article_content .highlight-box p {
    text-align: justify;
}

#article_content .highlight-box p.has-text-align-center {
    text-align: center;
}