/* Don't apply the page shadow to the Gottesdienste page */
#main {
    padding: 0 !important;
}
body.single .post-thumbnail, body.page main:not(.front-page) .post-thumbnail {
    margin-bottom: 0;
}
article.hentry {
    margin: 0;
    width: auto;
    background: transparent;
}

.post.monatsspruch {
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
}
.post.monatsspruch > * {
    text-align: center !important;
    color: var(--color-secondary-dark) !important;
}

.post.monatsspruch > blockquote p {
    font-size: 1.2em;
    margin-bottom: 0;
}