.outer-page--blog {
    overflow: visible;
}
.postlist__post {
    width: 90%;
    margin: 0 auto 3rem auto;

    @media(min-width: 992px) {
        width: 960px;
    }
}

.postlist__post .blogimage img {
    display: flex;
    width: 100%;
    height: auto;
}
.postlist__featuredimage {
    position: relative;
}
.postlist__featuredimage figure {
    margin: 0;
}
.postlist__postcontent {
    padding: 1.5rem 0;
    /*background: #ffffff;*/
    background: #F5F6EF;
}
.postlist__posttitle {
    color: red;
}
.postlist__postsubtitle {
    color: inherit;
    font-size: 1.5rem;

}
.postlist__postcontent-date {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-right: 1px solid #E6E6E6;
}
.postlist__postcontent-teaser {
    padding: 0 1.5rem;
}
.postcontent-date__day,
.postcontent-date__month {
    font-weight: 800;
    font-size: 1.75rem;
    line-height: 1;
}

.postlist__footer-items {
    list-style: none;
    margin: 0;
    padding-left: 0 !important;
    width: auto;
    display: flex;
}
.postlist__footer-items li {
    padding-left: 0 !important;
    font-size: 0.85rem;
    margin-right: 20px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0 !important;
    position: relative;
}
.postlist__footer-items li svg {
    width: 18px;
    margin-right: 5px;
}
.postlist__footer-items li:after {
    content: '';
    position: absolute;
    left: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #E6E6E6;
}
.postlist__footer-items li:last-child:after {
    content: none;
}
.postlist__author-name {
    margin-left: 0.5rem;
}
.postlist__footer-items .postlist__author-image {
    width: 26px;
}
.postlist__author-image {
    border-radius: 50%;
}
.postlist__footer .postlist__date {
    font-size: 0.85rem;
    display: flex;
}
.postlist__footer {
    border-top: 1px solid #E6E6E6;
    padding-top: 0.75rem;
    display: flex;
}
.postlist__footer a {
    color: inherit;
}

/* TEASERS */
.postteaser--latest,
.postteaser--recent,
.postteaser--related {
    background: #FFF;
    padding: 1rem;
}
.postteaser {
    display: block;
    gap: 0;
}
.postteaser__featuredimage {
    position: relative;
    margin-bottom: 1rem;
}
.postteaser__featuredimage > figure {
    margin: 0;
}
.postteaser__row {
    display: flex;
    flex-direction: column;
    /*gap: 1.5rem;*/

    @media ( min-width: 1024px ) {
        flex-direction: row;
        margin-left: -1rem;
        margin-right: -1rem;
    }
}
.blogdetail__footer .postteaser--related {
    padding: 0;
}
.postteaser__post {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;

    @media ( min-width: 1024px) {
        padding: 0 1rem;
    }
}
.postteaser__post img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
h3.postteaser__posttitle {
    font-size: 1rem;
}
.postteaser__postdescription {
    font-size: 1rem;
}

/* BLOG-DETAIL */
.blogdetail__sidebar {
    padding: 1.5rem;
    position: relative;

    @media ( min-width: 992px ) {
        position: sticky;
        top: 0;
    }
}
.blogdetail__sidebar .blogwidgets {

}
.blogdetail__header,
.blogdetail__content,
.blogdetail__footer {
    background: #fff;
    padding: 25px;

    @media ( min-width: 992px) {
        padding: 1.5rem 2.5rem;
    }
}
.blogdetail__footer {
    margin-bottom: 2rem;
}
.blogdetail__content {
    border-bottom: 1px solid #E6E6E6;
    padding-top: 3rem
}
.postheader__featuredimage {
    padding-top: 1.5rem;
    position: relative;
}
.postheader__featuredimage img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.featuredimage-copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    padding: 5px 10px;
    color: #222;
    pointer-events: none;

    @media ( min-width: 992px) {
        font-size: 0.85rem;
    }
}
a.postlist__featuredimage > .featuredimage-copyright {
    color: #222;
}
.postdetail__header-title {
    color: inherit
}
.postdetail__header-subtitle {}
.postdetail__footer-share {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #E6E6E6;

    @media ( min-width: 992px ) {
        flex-direction: row;
        justify-content: flex-end;
    }
}
.postdetail__header-social-sharing {
    background: #fff;
    padding: 1.5rem 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    border: 1px solid #e6e6e6;
}
.postdetail__header-social-sharing .header-social-sharing__label {
    padding-right: 1rem;
}
.postdetail__footer-share-label {
    margin-right: 1rem;
}
.postdetail__footer-share li.shariff-button {
    display: flex;
    height: 22px;
    width: 22px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.postdetail__footer-share li.shariff-button a {
    display: flex;
    font-size: 2rem;
}

.postheader__featuredimage figure {
    margin: 0;
}
.postdetail__header-authors {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    font-size: 0.85rem;
}
.postdetail__header-authors-image {
    border-radius: 50%;
    margin-right: 8px;
}
.postdetail__header-authors div {
    margin-right: 16px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;

    @media (min-width: 768px) {
        margin-right: 22px;
    }
}
.postdetail__header-authors div:after {

    @media (min-width: 768px) {
        content: '';
        height: 4px;
        width: 4px;
        background: #222;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 9px)
    }

}
.postdetail__header-authors div:last-child {
    margin-right: 0;
}
.postdetail__header-authors div:last-child:after {
    content: none;
}

/**/
.blogdetail__comments-title {
    text-transform: uppercase;
}
.blogdetail__comments {
    width: 100%;
    margin: auto;
    max-width: 840px;
}
.postcomment__meta {
    display: flex;
    flex-direction: column;
}
.postcomment__comment {
    font-size: 1rem;

}
.postcomment__body {
    background: #F1F1E9;
    padding: 1rem;
}
.postcomment + .postcomment {
    padding-top: 0;
    border-top: 0;
}
/* POST DETAIL FOOTER */
.postdetail__footer {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 2.5rem 0;
    margin: 2.5rem 0;
}
.postdetail__footer-authors-container {
    display: flex;
}
.postdetail__footer-authors-image {
    border-radius: 50%;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    height: auto;
}
.postdetail__footer-authors-content {
    margin-left: 1rem;
    font-size: 1rem;
}
.postdetail__footer-authors-bio {
    margin-bottom: 1rem;
}
/* PAGINATION */
.blogpagination {
    margin: 4rem 0;
    display: flex;
    justify-content: center;
}
.blogpagination__list {
    margin: 0;
    padding: 0;
}
.blogpagination__item {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    min-height: 36px;
    color: #a2a2a3;
    margin: 0 .5rem;
}
.blogpagination__item--previous,
.blogpagination__item--next {
    border-radius: 50%;
    border: 1px solid #005f87;
}
.blogpagination__link {
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* SIDEBAR */
.blogwidget {
    margin-bottom: 2rem;
}
.blogwidget__content {
    font-size: 1rem;
}
.blogwidget__title {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 20px !important;
}
.blogwidgetlist {
    margin: 0;
    padding: 0 0 0 0 !important;
    flex-wrap: wrap;
}
.blogwidgetlist__item {
    padding: 0 !important;
    margin: 0 !important;
}
.blogwidget__social-sharing .shariff {
    display: flex;
}
.blogwidget__social-sharing .shariff .orientation-horizontal {
    padding-left: 0 !important;
}
.blogwidget__social-sharing .shariff .orientation-horizontal li {
    margin-right: 1rem;
    padding-left: 0;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogwidget__social-sharing .shariff .orientation-horizontal li a {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogwidgetlist__item-recent-posts {
    padding-left: 0 !important;
}
.blogwidgetlist--tags {
    margin: 0;
    padding: 0;
}
.blogwidgetlist--tags .blogwidgetlist__item {
    margin: 0;
    border: none;
}
.blogwidgetlist--tags .blogwidgetlist__item + .blogwidgetlist__item {
    margin: 0;
}
.blogwidgetlist--tags .blogbadge {
    padding: 0;
    border: none;
}

/* COMMENT FORM */
.filter-wrapper .filter-body .postcommentsform .forms-form .form-group.field-text label {
    position: relative;
    left: auto;
}

.postcommentsform__content {
    max-width: 840px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1.5rem 0;
}
.postcommentsform__form-container {
    display: none;
}
.postcommentsform__form-container.visible {
    display: flex;
    width: 100%;
    margin-top: 2rem;
    flex-direction: column;
}
.postcommentsform__form-container .infobox-netiquette {
    padding: 1rem;
    background: #F1F1E9;
    font-weight: bold;
    border-bottom: 5px solid #fff;
}
.postcommentsform__form-container .infobox-netiquette p {
    margin: 0;
}
.postcommentsform__form-container label {
    all: unset !important;
}
.postcommentsform__form-container .forms-form-wrapper {
    width: 100% !important;
}
.postcommentsform__form-container .forms-form-wrapper .filter-body {
    padding-top: 30px;
    width: 100%;
}
.postcommentsform__form-container .forms-form-wrapper .filter-body label {
    position: relative;
}
.postcommentsform__form-container .filter-wrapper .filter-body .forms-form .filter-control::placeholder {
    display: none;
    opacity: 0;
}
.postcommentsform__form-container .filter-wrapper .filter-body .forms-form .filter-control,
.postcommentsform__form-container .filter-wrapper .filter-body .forms-form .use .filter-control {
    padding: 10px;
}
.postcommentsform__form-container .form-group.privacy {
    padding-left: 1rem;
}
.postcommentsform__form-container .form-group.privacy label:after,
.postcommentsform__form-container .form-group.privacy label:before {
    left: 0 !important;
}

/* AUTHORS PAGE */
.bloglist--authors {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: auto;
}
.bloglist__item--author {
    display: flex;
    gap: 1.5rem;
    width: 100%;
    padding: 1.5rem;
    background: #F5F6EF;
    flex-direction: column;
    @media ( min-width: 768px ) {
        flex-direction: row;
    }

}
h2.bloglist__author-name {
    margin-bottom: 16px;
}
.bloglist__author-title {
    font-family: TheSansC4s-Bold,Verdana,sans-serif;
}
.bloglist__author-bio {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.bloglist__author-socials {
    display: flex;
    list-style: none;
    margin: 1.5rem 0 !important;
    padding: 0 !important;
}
.bloglist__author-socials-item {
    padding: 0 !important;
    margin-right: 1rem !important;
}
.bloglist__author-socials-item:last-child {
    margin-right: 0 !important;
}
.bloglist__author-socials-item a {
    display: flex;
}
.bloglist__author-socials svg {
    width: 24px;
    height: 24px;
}
.bloglist__author-image img {
    border-radius: 50%;
}
.bloglist__author-image {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.bloglist__author-image-wrap {
    width: 200px;
    max-width: 200px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    font-size: 5rem;
}
.bloglist__author-image-wrap svg {
    width: 128px;
    fill: #8F8F8F;
}
.bloglist__author-image-wrap img {
    width: 100%;
    height: auto;
}
.postdetail__footer-share-list {
    display: flex;
}
a.social-share-list__link {
    background: #b0b0b0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    width: 36px;
    height: 36px;
    margin-left: .25rem;
}
.social-share-list__item img {
    width: 24px;
    height: 24px;
}
.social-share-list__link svg {
    width: 24px;
    height: 24px;
}

.blogarchiveheader {
    /*border-bottom: 1px solid #E6E6E6;*/
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 2rem;
    @media ( min-width: 992px ) {
        padding: 0 0 2rem 0;
    }
}
.bloglist--archive,
.bloglist--categories,
.bloglist--tags {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 2rem;
    @media ( min-width: 992px ) {
        padding: 0 0 2rem 0;
    }
}
.blogarchivefooter {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 2rem;
    @media ( min-width: 992px ) {
        padding: 0 0 2rem 0;
    }
}
.blogarchiveheader__author {
    display: flex;

    @media ( min-width: 992px ) {
        gap: 1.5rem;
    }

}
.blogarchiveheader__author-image {
    display: none;
    @media ( min-width: 992px ) {
        display: block;
    }
}
.blogarchiveheader__author-image img {
    border-radius: 50%;
    display: none;
    @media ( min-width: 992px ) {
        display: block;
    }
}
ul.blogarchiveheader__author-taglist {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.blogarchiveheader__author-taglist li {
    margin: 0 0.5rem 0 0;
    padding-left: 0;
    display: flex;
}
ul.blogarchiveheader__author-taglist li svg {
    width: 18px;
    margin-right: .5rem;
}
.bloglist-item__category + .bloglist-item__category,
.bloglist-item__tag + .bloglist-item__tag {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #E6E6E6
}


.warning-dialogue {
    position: fixed;
    inset: 0;
    z-index: 12;
    background: #F1F1E9;
    border: 0;
    padding: 1.5em;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,.5);

    @media ( min-width: 768px ) {
        max-width:500px
    }
}
.dialog-headline {
    font-weight: 800;
    display: block;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.dialog-text {
    font-size: 1rem;
}
.warning-dialogue .dialog-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem 0;
}
::backdrop {
    background: rgba(0,0,0,.5);
    /*opacity: 0.75;*/
}