.news-single .frame {
}

html:not(.touch) .news-single .article:hover figure.image {
    transform: none;
}

/* related */
.news-single .news-related-wrap {
}

.news-single .news-related-wrap .news-related {
    margin: 60px 0 0;
}

.news-single .news-related ul {
    list-style: none;
    padding: 0;
}

.news-single .news-related li {
    margin: 5px 0;
}

.news-single .news-related-news {
}

.news-single .news-related-news .news-related-news-date {
}

.news-single .news-related-links {
}

.news-single .news-related-links a + span {
    display: block;
}

.news-single .news-related-files {
}

.news-single .news-related-files .news-related-files-link {
}

.news-single .news-related-files .news-related-files-size {
    font-size: 90%;
}

/** news */
.news {
}

.news .news-clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* page-navigation */
.news-list-view .page-navigation {
    margin: 60px 0 0;
}

.news-list-view .page-navigation:first-child {
    margin-bottom: 60px;
}

.news-list-view .article + .page-navigation {
}

.news-list-view .page-navigation p {
    float: none;
    text-align: right;
    margin: 0 0 20px;
}

/** news: list */
.news-list-view {
}

.news-list-view .btn {
    background: none;
    color: var(--primary-color);
    display: inline-block;
    font-size: var(--base-font-size);
    min-width: auto;
    float: right;
}

@media screen and (min-width: 768px) {
    header + .news .news-list-view {
        /* margin-top: 60px;*/
    }

    .news-list-view .news-list {
        column-count: 2;
        column-gap: 0;
        margin: 0 -15px;
    }

    .news-list-view .news-list:not(.instagramNews) {
        padding-bottom: 30px;
    }

    .news-list-view .news-list.instagramNews {
        column-count: 3;
        column-gap: 0;
        margin: 0 -15px;
    }

    .news-list-view .article {
        padding: 0 15px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -mx-column-break-inside: avoid;
        column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .news-list-view .news-list > div:last-of-type {
        margin-bottom: 90px;
    }

    .news-list-view .news-list > .btn {
        position: relative;
        right: 15px;
        bottom: 30px;
    }

    .news-list-view .page-navigation {
        margin: 60px 0 0;
    }
}

/* article */
header + .news .news-list-view {
}

.news-list-view .article {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 30px;
}

.news-list-view .article::after {
    content: "";
    background: #BEBEBE;
    display: block;
    height: 1px;
    width: 100%;
    margin: 30px 0 0;
    order: 999;
}

.news-list-view .news-list.instagramNews .article::after {
    background: transparent;
}

.news-list-view .article > div {
    flex: 0 0 100%;
}

.news-list-view .article .header {
    margin-bottom: 20px;
    order: 2;
}

.news-list-view .news-list.instagramNews .article .header {
    order: 1;
}

.news-list-view .article .header > * {
    font-size: 20px;
    margin: 0;
    font-weight: 800;
}

.news-list-view .article .news-img-wrap {
    margin-bottom: 20px;
    order: -1;
}

.news-list-view .news-list.instagramNews .article .news-img-wrap {
    margin-bottom: 20px;
    order: 2;
}

.news-list-view .article img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.news-list-view .article .teaser-text {
    order: 3;
}

.news-list-view .article .teaser-text [itemprop="description"] {
    line-height: 1.5;
}

.news-list-view .article .teaser-text .more {
    display: none;
}

.news-list-view .article .footer {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    order: 1;
}

.news-list-view .article .footer p > span:not(.news-list-date) {
    display: none;
}

.news-list-view .news-list.instagramNews .article .news-list-date {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 12px;
}

.news-list-view .news-list.instagramNews .article img {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .news-list-view .article .header > * {
        font-size: 23px;
    }
}

@media screen and (min-width: 1400px) {
    .news-list-view .article .header > * {
        font-size: 30px;
    }

    .news-list-view .news-list.instagramNews .article .header h4 {
        line-height: 1.5;
        color: var(--primary-color-dark);
    }

    .news-list-view .news-list.instagramNews .article .news-list-date {
        color: var(--primary-color);
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 12px;
    }
}


/** news: details */
.news-single {
    padding: 60px 0;
}

@media screen and (min-height: 1200px) {
    .news-single {
        padding: 80px 0;
    }
}

/* pager */
.news-single .pager {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    overflow: hidden;
}

.news-single div + .pager {
    margin-top: 40px;
}

.news-single .pager:last-child {
    margin-bottom: 0;
}

.news-single .pager::after {
    content: "";
    clear: both;
    display: block;
}

.news-single .pager li {
    max-width: 48%;
}

.news-single .pager li.previous {
    float: left;
    text-align: left;
}

.news-single .pager li.next {
    float: right;
    text-align: right;
}

.news-single .pager li a {
    display: block;
    position: relative;
}

.news-single .pager li a span {
    display: none;
}

.news-single .pager li.previous a {
    padding-left: 25px;
}

.news-single .pager li.next a {
    padding-right: 25px;
}

.news-single .pager li.previous a::before,
.news-single .pager li.next a::after {
    color: var(--primary-color);
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.news-single .pager li.previous a::before {
    content: "\f060";
    left: 0;
}

.news-single .pager li.next a::after {
    content: "\f061";
    right: 0;
}

@media screen and (max-width: 666px) {
    .news-single .pager li.previous,
    .news-single .pager li.next {
        float: none;
        max-width: 100%;
    }
}

/* content */
.news-single .header {
    text-align: center;
}

.news-single .header h1 {
}

.news-single .footer {
    border-bottom: 1px solid #F3F1F1;
    margin: 0 0 40px;
    padding: 0 0 5px;
}

.news-single .footer p > span {
    border-left: 1px solid #F3F1F1;
    margin-left: 5px;
    padding-left: 9px;
}

.news-single .footer p > span:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.news-single .footer .news-list-date {
}

.news-single .footer .news-list-category {
}

.news-single .teaser-text {
    font-weight: 700;
    margin-bottom: 40px;
}

.news-single .article > .row {
}

.news-single .article > .row > .col:empty {
    display: none;
}

.news-single .article > .row > .col:empty + .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.news-single .article > .row .col:first-child:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.news-single .news-img-wrap {
    margin-bottom: 30px;
}

.news-single .news-img-wrap .outer {
}

.news-single .news-img-wrap .outer + .outer {
    margin-top: 40px;
}

.news-single .news-img-wrap .outer .mediaelement {
}

.news-single .news-img-wrap .outer .mediaelement.mediaelement-image {
}

.news-single .news-img-wrap .outer .mediaelement a {
    display: block;
}

.news-single .news-img-wrap .outer .mediaelement img {
    display: block;
    height: auto;
    width: auto;
    margin: 0 0 0 auto;
    transition: transform .3s linear;
}

html:not(.touch) .news-single .news-img-wrap .mediaelement-image img:hover {
    transform: scale(1.04);
}

@media screen and (max-width: 767px) {
    .news-single .news-img-wrap .outer .mediaelement img {
        margin: 0 auto;
    }
}

.news-single .news-img-wrap .outer .mediaelement .mediaelement-video {
}

.news-single .news-img-wrap .outer .mediaelement .iframe-outer-wrapper {
    width: 100% !important;
}

.news-single .news-img-wrap .outer .mediaelement .medialement-alternative-content {
}

.news-single .news-img-wrap .news-img-caption {
    font-size: 90%;
    margin: 5px 0 0;
}

.news-single .news-text-wrap {
}

.news-single .news-text-wrap + * {
    clear: both;
}

@media screen and (min-width: 568px) {
    .news-single .news-img-wrap {
        float: right;
        margin-left: 30px;
        max-width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) {
    body[data-page-id="1"] .news {
        padding-bottom: 75px !important;
    }
}

/* backlink */
.news-backlink-wrap {
}

.site-content .news-backlink-wrap {
    margin: 0;
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-content .news-backlink-wrap .btn.back {
    background: none;
    border: none;
    color: var(--primary-color);
    padding: 0;
}

.site-content .news-backlink-wrap .btn.back::before {
    content: "\f060";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-right: 15px;
    position: relative;
    top: 1px;
}

@media screen and (max-width: 535px) {
    .site-content .news-backlink-wrap {
        flex-direction: column;
    }
    .site-content .news-backlink-wrap .btn.back {
        margin-bottom: 15px;
    }
}