/*Newslist*/
.news .newsarchivlist .article {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
    border-radius: 5px;
    overflow: hidden;
}
.news .newsarchivlist .article .newswrapperInner {
    padding: 3rem;
    -webkit-box-shadow: inset 10px 0px 0px 0px rgba(79,106,94,1);
    box-shadow: inset 10px 0px 0px 0px rgba(79,106,94,1);
}
.news .newsarchivlist .article .newswrapperInner [itemprop="headline"] {
    font-weight: 800;
}
.news .newsarchivlist .article .newswrapperInner .teaser-text,
.news .newsarchivlist .article .newswrapperInner .teaser-text p {
    margin-bottom: 0;
    color: #464646;
    font-weight: 300;
    font-size: 17px;
}
.news .newsarchivlist .article .newswrapperInner .news-list-date time {
    color: #464646;
    font-weight: 300;
    font-size: 17px;
}
@media (max-width: 767.98px) {
    .news .newsarchivlist .article .newswrapperInner .primary-button {
        margin-top: 1rem;
    }
}
/*Pagination*/
.pagination-wrapper ul {
    list-style: none;
    padding-left: 0;
}
.pagination-wrapper ul li {
    min-width: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}
.pagination-wrapper ul li a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 300;
}
.pagination-wrapper ul li.current {
    font-weight: 800;
}
.pagination-wrapper ul li + li {
    margin-left: 1rem;
}
.pagination-wrapper ul .more {
    position: relative;
    float: left;
    width: inherit;
}
.pagination-wrapper i {
    position: relative;
    top: -2px;
    color: #476A5E;
}
/*Detailview*/
section:has(.ce-news_newsdetail) {
    padding-top: 0;
}
.ce-news_newsdetail .news .titlearea {
    overflow: hidden;
    margin-bottom: 4rem;
}
.ce-news_newsdetail .news .titlearea .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ce-news_newsdetail .news .titlearea h1 {
    position: relative !important;
    float: left;
    width: 100%;
}
.ce-news_newsdetail .news .titlearea .news-list-date time {
    font-size: 17px;
}
@media (min-width: 768px) {
    .ce-news_newsdetail .news .news-text-wrap {
        column-count: 2;
        column-gap: 40px;
    }
}
.ce-news_newsdetail .news .article .news-img-wrap {
    margin-bottom: 30px;
}

.ce-news_newsdetail .news .article .news-img-wrap img {
float: none;
max-height: 600px;
object-position: top;
}

.ce-news_newsdetail .news .article .news-img-wrap p.news-img-caption {
    margin-top: 15px;
    font-size: 80%;
}
.ce-news_newsdetail .news .article h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 15px;
}
/* Downloads */
.ce-news_newsdetail .news .article .news-related {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
}
.ce-news_newsdetail .news .article .news-related-files ul {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 0;
}
.ce-news_newsdetail .news .article .news-related-files ul li {
    position: relative;
    margin: 30px 0;
}
.ce-news_newsdetail .news .article .news-related-files ul li::before {
    content: "\F30A";
    position: absolute;
    left: -25px;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: initial;
}
.ce-news_newsdetail .news .article .news-related-files ul li::after {
    content: '';
    display: block;
    width: calc(100% + 25px);
    height: 1px;
    border-top: 1px solid #eee;
    position: absolute;
    top: -16px;
    left: -25px;
}

.ce-news_newsdetail .news .article .news-related-files ul li:last-child {
    margin-bottom: 0;
}
.ce-news_newsdetail .news .article .news-related-files ul li span a {
    font-weight: 300;
    font-size: inherit;
}
.ce-news_newsdetail .news .article .news-related-files ul li span {
    display: block;
}

.ce-news_newsdetail .news .article .news-related-files ul li span.news-related-files-size {
    display: inline;
    font-size: 80%;
    border-left: 1px solid #DDDDDD;
    margin-left: 5px;
    padding-left: 5px;
}